feat: 测试保洁订单
This commit is contained in:
parent
bbb3c52af4
commit
ebeec8c276
@ -310,10 +310,12 @@ async function handleConfirm() {
|
|||||||
: isUpdate.value
|
: isUpdate.value
|
||||||
? editCleanId.value
|
? editCleanId.value
|
||||||
: '';
|
: '';
|
||||||
// data.sumPeices = totalSumPeices;
|
|
||||||
|
data.sumPeices = parseInt(totalSumPeices.value, 10);
|
||||||
|
|
||||||
// 组装 cleanIds
|
// 组装 cleanIds
|
||||||
data.cleanIds = detailTable.value.map((item: any) => item.id);
|
// data.cleanIds = detailTable.value.map((item: any) => item.id);
|
||||||
data.details = detailTable.value;
|
data.cleanList = detailTable.value;
|
||||||
console.log(data);
|
console.log(data);
|
||||||
console.log(12037847120120);
|
console.log(12037847120120);
|
||||||
await clean_orderAdd(data)
|
await clean_orderAdd(data)
|
||||||
|
Loading…
Reference in New Issue
Block a user