Compare commits

...

2 Commits

2 changed files with 5 additions and 2 deletions

View File

@ -562,8 +562,8 @@ export default {
// that.getnumberOutLast();
that.form.batch = items.batch;
that.form.mb = items.id;
that.batchcount = Number(items.count);
that.form.count = Number(items.count);
that.batchcount = Number(items.count_canmio);
that.form.count = Number(items.count_canmio);
that.form.warehouse = items.warehouse;
that.inputBatchDisable = true;
}

View File

@ -473,6 +473,9 @@ export default {
that.routeId = data.id;
that.addTemplate.route = data.id;
that.params_json=that.form.params_json;
if((this.project_code=='bxerp'||this.project_code=='tcerp')&&this.form.material_out_tracking==null){
this.form.material_out_tracking = 20;
}
setTimeout(() => {
that.options.forEach((item) => {
if (item.id == data.process) {