Merge branch 'master' of http://gitea.xxhhcty.xyz:8080/zcdsj/factory_web
This commit is contained in:
commit
3dca361325
|
|
@ -483,6 +483,12 @@ export default {
|
||||||
if((this.project_code=='bxerp'||this.project_code=='tcerp')&&this.form.material_out_tracking==null){
|
if((this.project_code=='bxerp'||this.project_code=='tcerp')&&this.form.material_out_tracking==null){
|
||||||
this.form.material_out_tracking = 20;
|
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(() => {
|
setTimeout(() => {
|
||||||
that.options.forEach((item) => {
|
that.options.forEach((item) => {
|
||||||
if (item.id == data.process) {
|
if (item.id == data.process) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue