fix:玻纤陶瓷工艺步骤追踪方式新增编辑默认单个
This commit is contained in:
parent
1ce40eed02
commit
7509fa7b2a
|
@ -473,6 +473,9 @@ export default {
|
||||||
that.routeId = data.id;
|
that.routeId = data.id;
|
||||||
that.addTemplate.route = data.id;
|
that.addTemplate.route = data.id;
|
||||||
that.params_json=that.form.params_json;
|
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(() => {
|
setTimeout(() => {
|
||||||
that.options.forEach((item) => {
|
that.options.forEach((item) => {
|
||||||
if (item.id == data.process) {
|
if (item.id == data.process) {
|
||||||
|
|
Loading…
Reference in New Issue