|
@@ -59,7 +59,7 @@
|
|
|
</span>
|
|
</span>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
- v-if="deviceItem.deviceName === '生产日报' && companyName !== 'ry'"
|
|
|
|
|
|
|
+ v-if="deviceItem.deviceName === '生产日报' && (companyName !== 'ry' && companyName !== 'rh')"
|
|
|
label="井号"
|
|
label="井号"
|
|
|
class="custom-label1"
|
|
class="custom-label1"
|
|
|
>
|
|
>
|
|
@@ -70,7 +70,7 @@
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
v-else-if="
|
|
v-else-if="
|
|
|
deviceItem.deviceName === '生产日报' &&
|
|
deviceItem.deviceName === '生产日报' &&
|
|
|
- companyName === 'ry' &&
|
|
|
|
|
|
|
+ (companyName === 'ry' || companyName === 'rh') &&
|
|
|
taskOptions.length > 0
|
|
taskOptions.length > 0
|
|
|
"
|
|
"
|
|
|
label="井号"
|
|
label="井号"
|