diff --git a/hb_client/src/views/mtm/productprocess.vue b/hb_client/src/views/mtm/productprocess.vue index e7f6676..e810968 100644 --- a/hb_client/src/views/mtm/productprocess.vue +++ b/hb_client/src/views/mtm/productprocess.vue @@ -33,7 +33,7 @@ - + @@ -546,13 +546,12 @@ export default { { this.process = id; // alert(this.process) - this.getInputmaterialLists(); + this.getInputmaterialLists();//输入物料 - this.getmaterialList(); - this.getOutputmaterialLists(); - this.getstepList(); - this. getUsedstepLists(); - this.gettechdocLists(); + this.getOutputmaterialLists();//输出物料 + this.getstepList();//子工序 + this. getUsedstepLists();// + this.gettechdocLists();//技术文件 },