fix:其他入库问题修改
This commit is contained in:
parent
bb25cc1c43
commit
a179619519
|
|
@ -558,7 +558,7 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
this.getBatchOptions();
|
this.getBatchOptions();
|
||||||
}
|
}
|
||||||
if(that.type == 'pur_in'){
|
if(that.form.type == 'pur_in'||that.form.type == 'other_in'){
|
||||||
that.batchcount = 99999999999;
|
that.batchcount = 99999999999;
|
||||||
if(that.project_code=='gx'){
|
if(that.project_code=='gx'){
|
||||||
that.form.batch = '无'
|
that.form.batch = '无'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue