opt:整理出入库单代码,去除弃用代码

This commit is contained in:
zds
2024-10-30 14:18:26 +08:00
parent 2efdc243fb
commit 71fc99ad9f
18 changed files with 15 additions and 1580 deletions

View File

@@ -589,15 +589,6 @@ export default {
}
},
printExcel(jo) {
/*if (jo.bill_type !== '1004' && jo.bill_type !== '1009') {
if (jo.shd_dtl_num === '') {
return this.crud.notify('客户为空!', CRUD.NOTIFICATION_TYPE.INFO)
}
}*/
/* if (jo.bill_type === '1004' || jo.bill_type === '1009') {
jo.shd_dtl_num = 44
}*/
jo.shd_dtl_num = 44
checkoutbill.getDisNum({ 'iostorinv_id': jo.iostorinv_id }).then(res => {
const j = Math.ceil(res.num / jo.shd_dtl_num)