Compare commits
2 Commits
1ce40eed02
...
bea55dbe1b
Author | SHA1 | Date |
---|---|---|
|
bea55dbe1b | |
|
7509fa7b2a |
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue