hfxc226 2 жил өмнө
parent
commit
644d0177b4

+ 2 - 24
src/views/sb/info/SbInfo.vue

@@ -27,16 +27,6 @@
                       <a-input v-model="queryParam.zbh" placeholder="设备旧号"/>
                     </a-form-item>
                   </a-col>
-                  <a-col :md="6" :sm="24">
-                    <a-form-item label="第一维修人">
-                      <a-input v-model="queryParam.repairUserName" placeholder="第一维修人"/>
-                    </a-form-item>
-                  </a-col>
-                  <a-col :md="6" :sm="24">
-                    <a-form-item label="第二维修人">
-                      <a-input v-model="queryParam.repairUserSecondName" placeholder="第二维修人"/>
-                    </a-form-item>
-                  </a-col>
                   <a-col :md="6" :sm="24">
                     <a-form-item label="设备等级">
                       <a-select v-model="queryParam.level" placeholder="请选择">
@@ -136,10 +126,10 @@
                 <a-icon type="upload"/>
                 新增导入
               </a-button>
-              <a-button style="margin-left:8px;" type="primary" @click="doImportForUpdate">
+<!--              <a-button style="margin-left:8px;" type="primary" @click="doImportForUpdate">
                 <a-icon type="upload"/>
                 修改导入
-              </a-button>
+              </a-button>-->
               <a-button style="margin-left: 8px" type="primary" icon="printer" @click="handlePrintBatch()">批量打印</a-button>
               <a-button style="margin-left: 8px" v-if="$auth('sb-infos-generate-code-all')" :loading="confirmLoading" type="primary" @click="batchGenerate()">重新生成二维码</a-button>
               <a-dropdown v-action:edit v-if="selectedRowKeys.length > 0 && $auth('sb-infos-del')">
@@ -358,18 +348,6 @@ export default {
             return this.BaseTool.Object.getField(this.useTypeMap, text)
           }
         },
-        {
-          title: '第一维修人',
-          checked: true,
-          width: 150,
-          dataIndex: 'repairUserName'
-        },
-        {
-          title: '第二维修人',
-          checked: true,
-          width: 150,
-          dataIndex: 'repairUserNameSecond'
-        },
         {
           title: '设备位置',
           checked: true,