Compare commits

...

2 Commits

Author SHA1 Message Date
fyy
38267d7a4a Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
2025-06-30 18:00:06 +08:00
fyy
ebeec8c276 feat: 测试保洁订单 2025-06-30 17:59:17 +08:00

View File

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