Compare commits

..

No commits in common. "bea55dbe1b4f37463351ae3e9e2526edefebecff" and "1ce40eed029f85a524b76040126db285f429fb55" have entirely different histories.

2 changed files with 2 additions and 5 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_canmio);
that.form.count = Number(items.count_canmio);
that.batchcount = Number(items.count);
that.form.count = Number(items.count);
that.form.warehouse = items.warehouse;
that.inputBatchDisable = true;
}

View File

@ -473,9 +473,6 @@ 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) {