fix:光芯采购入库时数量max不能为0

This commit is contained in:
shijing 2025-11-24 16:02:24 +08:00
parent 1049053a82
commit f25380f64b
1 changed files with 1 additions and 0 deletions

View File

@ -543,6 +543,7 @@ export default {
}
if(that.project_code=='gx'&&that.type == 'pur_in'){
that.form.batch = '无'
that.batchcount = 99999999999;
}
},
getItem(options, id) {