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