Merge branch 'wwz' of e.coding.net:g-cphe0354/pczhuomianduan/cashierdesktop into gyq

This commit is contained in:
gyq 2024-04-03 17:25:27 +08:00
commit f1982a73f6
1 changed files with 2 additions and 2 deletions

View File

@ -320,8 +320,8 @@ const emititemboxshow = async (e) => { //接收子组件值 并赋值给父组
orderDetaildata.value = res
orderDetaildata.value.detailList.forEach((e) => {
e.checked = false
e.maxnum = e.num //
e.zongprice = (e.priceAmount / e.maxnum).toFixed(2)
e.zongprice = e.priceAmount / e.num
e.maxnum = e.num - e.returnNum //
})
changechecked.value = false //
refundamount.value = 0 //退0