|
|
@ -598,7 +598,10 @@ const sendGoodsNum = async () => { |
|
|
|
tableDataBillDate.value.forEach(item => { |
|
|
|
item.serialNo = item.serialNoShow.split(',') |
|
|
|
}) |
|
|
|
data.notIncludedList = tableDataBillDate.value |
|
|
|
data.notIncludedList = tableDataBillDate.value&&tableDataBillDate.value.length>0 ? tableDataBillDate.value : [] |
|
|
|
data.customerOrderNumber='' |
|
|
|
data.customerCode='' |
|
|
|
data.incorporationNumber='' |
|
|
|
console.log(data) |
|
|
|
await MaintenanceBillDateApi.comPuteReconciliationDate(data) |
|
|
|
} |
|
|
|