rev:领料流程修改

This commit is contained in:
2025-12-12 18:30:33 +08:00
parent 33583fa15c
commit 1265680b0c
3 changed files with 69 additions and 3 deletions

View File

@@ -525,7 +525,7 @@ export default {
}
},
isOptionDisabled(optionValue) {
if (this.mstrow.bill_type === '1001' || this.mstrow.bill_type === '1002' ||
if (this.mstrow.bill_type === '1002' ||
this.mstrow.bill_type === '1004' || this.mstrow.bill_type === '1009'
) {
return this.disabledPointList.includes(optionValue)