wyh 1 год назад
Родитель
Сommit
419fa66e18
1 измененных файлов с 7 добавлено и 1 удалено
  1. 7 1
      src/views/module_cmms/upkeepPlan/UpkeepPlanList.vue

+ 7 - 1
src/views/module_cmms/upkeepPlan/UpkeepPlanList.vue

@@ -29,10 +29,16 @@
             </a-form-item>
           </a-col> -->
           <template v-if="toggleSearchStatus">
-            <a-col :xl="6" :lg="7" :md="8" :sm="24">
+            <!-- <a-col :xl="6" :lg="7" :md="8" :sm="24">
               <a-form-item label="保养项编号">
                 <a-input placeholder="请输入保养项编号" v-model="queryParam.itemcode"></a-input>
               </a-form-item>
+            </a-col> -->
+            <a-col :xl="6" :lg="7" :md="8" :sm="24">
+              <a-form-item label="设备">
+                <j-search-select-tag v-model="queryParam.equipmentid" dict="tpm_equipment,equipmentname,id"  placeholder="请选择设备"/>
+                <!-- <a-input placeholder="请输入保养项编号" v-model="queryParam.itemcode"></a-input> -->
+              </a-form-item>
             </a-col>
           </template>
           <a-col :xl="6" :lg="7" :md="8" :sm="24">