Эх сурвалжийг харах

保养标准:1:导入预览,2:获取设备维度展示列表

hfxc226 2 өдөр өмнө
parent
commit
cc30226342

+ 4 - 4
src/views/check/checkjob/CheckJob.vue

@@ -10,8 +10,8 @@
               </a-form-item>
             </a-col>
             <a-col :md="6" :sm="24">
-              <a-form-item label="设备号">
-                <a-input v-model="queryParam.zbh" placeholder="请输入设备旧号"/>
+              <a-form-item label="设备号">
+                <a-input v-model="queryParam.sbNo" placeholder="请输入设备新号"/>
               </a-form-item>
             </a-col>
             <a-col :md="6" :sm="24">
@@ -279,12 +279,12 @@ export default {
           checked: true,
           width: '200px'
         },
-        {
+       /* {
           title: '设备部位',
           dataIndex: 'partName',
           checked: true,
           width: '150px'
-        },
+        },*/
         {
           title: '维护等级',
           dataIndex: 'standardLevel',

+ 4 - 4
src/views/check/checkstandard/CheckStandard.vue

@@ -105,10 +105,10 @@
           icon="download"
           @click="doExport">导出
         </a-button>
-        <a-button :confirmLoading="confirmLoading" style="margin-left:8px;" type="primary" @click="doUpdateNo">
+        <!--        <a-button :confirmLoading="confirmLoading" style="margin-left:8px;" type="primary" @click="doUpdateNo">
           <a-icon type="upload"/>
           初始化编码
-        </a-button>
+        </a-button>-->
         <a-dropdown v-action:edit v-if="selectedRowKeys.length > 0 && ($auth('check-spot-standards-del')||$auth('check-polling-standards-del'))">
           <a-menu slot="overlay">
             <a-popconfirm title="是否要删除所选数据?" @confirm="batchDelete()">
@@ -238,12 +238,12 @@ export default {
           checked: true,
           width: '150px'
         },
-        {
+        /*{
           title: '部位',
           dataIndex: 'partName',
           checked: true,
           width: '200px'
-        },
+        },*/
         {
           title: '维护等级',
           dataIndex: 'level',