Bläddra i källkod

上下料站调整

yejian 3 år sedan
förälder
incheckning
06a2bc74da

+ 3 - 2
imcs-ui/src/views/zuihou/machiningClient/touchScreen/Index.vue

@@ -307,7 +307,7 @@ export default {
       console.log("被选择的tab:", e.index)
       // 待执行-tab
       if(e.index == 0){
-
+        this.getStation()
       }
       // 已完成-tab
       if(e.index == 1){
@@ -402,7 +402,8 @@ export default {
       this.view3Visible = false
     },
     editSuccess(item){
-        this.fetch(item)
+      this.getStation(item)
+      // this.taskData.shift();
     },
     setPercentage(time, left) {
       return this.formatGap(time, left)[0] > 100

+ 1 - 1
imcs-ui/src/views/zuihou/machiningClient/touchScreen/components/View1.vue

@@ -134,7 +134,7 @@ export default {
   },
   data () {
     return {
-	  active: 1,
+      active: 1,
       screenWidth: 0,
       confirmDisabled: false,
       width: this.initWidth(),

+ 0 - 2
imcs-ui/src/views/zuihou/machiningClient/touchScreen/components/View3.vue

@@ -147,8 +147,6 @@ export default {
           if (res.isSuccess) {
               // 通知列表
               this.$emit("success");
-              // 通知列表-并关闭弹出框
-              this.$emit("close");
           }
       });
 	},