fix:光芯采购入库时数量max不能为0
This commit is contained in:
parent
1049053a82
commit
f25380f64b
|
|
@ -543,6 +543,7 @@ export default {
|
|||
}
|
||||
if(that.project_code=='gx'&&that.type == 'pur_in'){
|
||||
that.form.batch = '无'
|
||||
that.batchcount = 99999999999;
|
||||
}
|
||||
},
|
||||
getItem(options, id) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue