快乐的昕的电脑
2025-10-22 2a994d156f01072d865af6e8ff36d40c0a752796
components/machine.vue
@@ -123,10 +123,6 @@
               this.$showMessage("id为空,不允许推送");
               return;
            }
                // 只要送检呼叫有值,flag强制为-1
                if (this.maShoutTime) {
                    this.flag = -1;
                }
            this.$post({
               url: "/MesOrderSta/ChangeMachineTime",
               data: {
@@ -142,8 +138,6 @@
               if (res.data.tbBillList) {
                  this.$showMessage("呼叫成功");
                  this.findByOrderId();
                        this.FindByOrderNo();// 保存后刷新
                        this.refresh(); // 保存后刷新
               } else {
                  this.$showMessage("呼叫失败");
                  this.cancel();
@@ -168,6 +162,7 @@
               case 2:
                  break;
            }
            this.flag = item;
         },
         // 根据工单号/ID获取工单状态数据
         findByOrderId() {