采购结算校验

This commit is contained in:
‘huanghaiixia’
2026-02-12 17:11:58 +08:00
parent 671e15a5fc
commit 6b6678a115
5 changed files with 19 additions and 3 deletions

View File

@ -107,6 +107,10 @@
}
let res = await request(obj)
tableData.value = res || []
tableData.value.forEach(v =>{
v.qtySettleGj = v.qtyGj
v.qtySettleM3 = v.qtyM3
})
}
async function handleSubmit() {
closeModal();