dev:查询优化

This commit is contained in:
2023-11-28 13:41:24 +08:00
parent 22f61db5f5
commit 72b31f02c6
11 changed files with 277 additions and 60 deletions

View File

@@ -668,7 +668,7 @@ export default {
})
},
queryTableDdis(iostorinvdtl_id) {
checkoutbill.getOutBillDis({ 'iostorinvdtl_id': iostorinvdtl_id, 'bill_status': '01' }).then(res => {
checkoutbill.getOutBillDis2({ 'iostorinvdtl_id': iostorinvdtl_id, 'bill_status': '01' }).then(res => {
this.tabledis = res
}).catch(() => {
this.tabledis = []