Compare commits
No commits in common. "bea55dbe1b4f37463351ae3e9e2526edefebecff" and "1ce40eed029f85a524b76040126db285f429fb55" have entirely different histories.
bea55dbe1b
...
1ce40eed02
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue