Zimo hace 5 horas
padre
commit
b2c7c1b54f

+ 1 - 0
src/api/pms/iotopeationfill/index.ts

@@ -3,6 +3,7 @@ import request from '@/config/axios'
 // 运行记录填报 VO
 export interface IotOpeationFillVO {
   id: any // 主键id
+  wellName: string // 井号
   deviceCode: string // 资产编号
   deviceCategoryId: number
   deviceName: string // 设备名称

+ 9 - 0
src/views/pms/iotopeationfill/index1.vue

@@ -58,6 +58,15 @@
                     {{ deviceItem.orgName }}
                   </span>
                 </el-form-item>
+                <el-form-item
+                  v-if="deviceItem.deviceName === '生产日报'"
+                  label="井号"
+                  class="custom-label1"
+                >
+                  <span style="text-decoration: underline">
+                    {{ deviceItem.wellName }}
+                  </span>
+                </el-form-item>
                 <el-row :gutter="20">
                   <el-col
                     v-for="(summaryItem, summaryIndex) in attrList1"