whj 1 年之前
父節點
當前提交
2be6da18b3
共有 2 個文件被更改,包括 56 次插入46 次删除
  1. 46 46
      src/views/sb/info/SbInfoC.vue
  2. 10 0
      src/views/sb/resume/SbResume.vue

+ 46 - 46
src/views/sb/info/SbInfoC.vue

@@ -485,52 +485,52 @@ export default {
           width: 150,
           checked: true
         },
-        {
-          title: '操作类型',
-          dataIndex: 'operatorType',
-          width: 100,
-          checked: true,
-          customRender: (text, record, index) => {
-            return this.BaseTool.Object.getField(this.otherTypeMap, text)
-          }
-        },
-        {
-          title: '操作人',
-          dataIndex: 'operator',
-          width: 100,
-          checked: true
-        },
-        {
-          title: '处理人员',
-          dataIndex: 'updateUserName',
-          width: 100,
-          checked: true
-        },
-        {
-          title: '操作内容',
-          dataIndex: 'operatorContent',
-          width: 100,
-          checked: true
-        },
-        {
-          title: '异常处理描述',
-          dataIndex: 'exceptionDescription',
-          width: 100,
-          checked: true
-        },
-        {
-          title: '文件查看',
-          checked: true,
-          dataIndex: 'sbMeasureLogCredential',
-          width: 120,
-          scopedSlots: { customRender: 'sbMeasureLogCredential' }
-        },
-        {
-          title: '操作时间',
-          dataIndex: 'operatorTime',
-          width: 100,
-          checked: true
-        },
+        // {
+        //   title: '操作类型',
+        //   dataIndex: 'operatorType',
+        //   width: 100,
+        //   checked: true,
+        //   customRender: (text, record, index) => {
+        //     return this.BaseTool.Object.getField(this.otherTypeMap, text)
+        //   }
+        // },
+        // {
+        //   title: '操作人',
+        //   dataIndex: 'operator',
+        //   width: 100,
+        //   checked: true
+        // },
+        // {
+        //   title: '处理人员',
+        //   dataIndex: 'updateUserName',
+        //   width: 100,
+        //   checked: true
+        // },
+        // {
+        //   title: '操作内容',
+        //   dataIndex: 'operatorContent',
+        //   width: 100,
+        //   checked: true
+        // },
+        // {
+        //   title: '异常处理描述',
+        //   dataIndex: 'exceptionDescription',
+        //   width: 100,
+        //   checked: true
+        // },
+        // {
+        //   title: '文件查看',
+        //   checked: true,
+        //   dataIndex: 'sbMeasureLogCredential',
+        //   width: 120,
+        //   scopedSlots: { customRender: 'sbMeasureLogCredential' }
+        // },
+        // {
+        //   title: '操作时间',
+        //   dataIndex: 'operatorTime',
+        //   width: 100,
+        //   checked: true
+        // },
         {
           title: '厂牌',
           dataIndex: 'producerId',

+ 10 - 0
src/views/sb/resume/SbResume.vue

@@ -8,6 +8,16 @@
               <a-input v-model.trim="queryParam.positionNo" placeholder="请输入设备位号"/>
             </a-form-item>
           </a-col>
+          <a-col :md="6" :sm="24">
+            <a-form-item label="设备名称">
+              <a-input v-model.trim="queryParam.sbName" placeholder="请输入设备名称"/>
+            </a-form-item>
+          </a-col>
+          <a-col :md="6" :sm="24">
+            <a-form-item label="操作人">
+              <a-input v-model.trim="queryParam.createdUserName" placeholder="请输入操作人"/>
+            </a-form-item>
+          </a-col>
           <a-col :md="6" :sm="24">
             <a-form-item label="操作类型">
               <a-select v-model="queryParam.otherType" placeholder="请选择操作类型">