Browse Source

设备位号功能

hfxc226 2 years ago
parent
commit
877407ed51
1 changed files with 9 additions and 4 deletions
  1. 9 4
      src/views/sb/info/SbInfo.vue

+ 9 - 4
src/views/sb/info/SbInfo.vue

@@ -27,6 +27,11 @@
                       <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.ppNo" placeholder="父位号"/>
+                    </a-form-item>
+                  </a-col>
                   <!--                  <a-col :md="6" :sm="24">
                     <a-form-item label="设备自编号">
                       <a-input v-model="queryParam.zbh" placeholder="设备自编号"/>
@@ -382,12 +387,12 @@ export default {
           width: 150,
           checked: true
         },
-        /* {
-          title: '设备自编号',
-          dataIndex: 'zbh',
+        {
+          title: '父位号',
+          dataIndex: 'ppNo',
           width: 120,
           checked: true
-        }, */
+        },
         {
           title: '设备类型',
           checked: true,