feat: 测试保洁订单

This commit is contained in:
fyy 2025-06-30 17:59:17 +08:00
parent bbb3c52af4
commit ebeec8c276

View File

@ -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)