Compare commits
No commits in common. "1049053a8285a55fe78d837914a313b2ea551486" and "b56f1e9b3237266134048c4267fe69fa84632fb6" have entirely different histories.
1049053a82
...
b56f1e9b32
|
|
@ -483,12 +483,6 @@ export default {
|
|||
if((this.project_code=='bxerp'||this.project_code=='tcerp')&&this.form.material_out_tracking==null){
|
||||
this.form.material_out_tracking = 20;
|
||||
}
|
||||
if(data.process_name=='捆棒'){
|
||||
that.params_json2=that.form.params_json;
|
||||
}
|
||||
if(data.process_name=='排一次棒'){
|
||||
that.params_json=that.form.params_json;
|
||||
}
|
||||
setTimeout(() => {
|
||||
that.options.forEach((item) => {
|
||||
if (item.id == data.process) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue