BUG
快乐的昕的电脑
2025-09-29 ce34dd0e9f0588e9ea00a9c978c525c8d9b61a37
pages/index.vue
@@ -173,7 +173,7 @@
            <!--筛选工单状态-->
            <view class="form-row">
               <view>
                  <label style="float: left;margin-top: 18px;">选择当前模具号:</label>
                  <label style="float: left;margin-top: 18px;">选择工单状态:</label>
                  <superwei-combox :candidates="engineeringNoMapList" placeholder="请选择" v-model="engineeringNo"
                     @select="onEngineeringNoChange" class="picker"
                     style="padding: 7px 46px;width: 650px;"></superwei-combox>
@@ -673,7 +673,7 @@
            this.$post({
               url: "/Womdaa/GetWomdaasByEngineeringNo",
               data: {
                  machineNo: this.machineNo;
                  machineNo: this.machineNo,
                  orderStatus: ['待开工', '未开工', '完工', '暂停'] // 新增状态筛选条件
               }
            }).then(res => {
@@ -681,7 +681,6 @@
                    // 直接映射,不分组
                    this.engineeringNoMapList = this.engineeringNoList.map(s => s.moldId + ":" + s.moldName + ":" + s.moldModel);
                });
            });
         },
         toDetail(item) {
            this.orderId = item.id;