From b2683b4a9c1f75039261fd9005f3095c7a542ac9 Mon Sep 17 00:00:00 2001 From: shilixia <2309368887@qq.com> Date: Thu, 16 Sep 2021 08:40:06 +0800 Subject: [PATCH] xial --- hb_client/src/views/mtm/productprocess.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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();//技术文件 },