rev:领料流程修改
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user