fix:工艺路线中params_json复现

This commit is contained in:
shijing 2025-11-24 11:06:07 +08:00
parent ade3cb8398
commit 3f86291791
1 changed files with 6 additions and 0 deletions

View File

@ -483,6 +483,12 @@ 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) {