|
|
@@ -27,9 +27,9 @@
|
|
|
:rules="rules"
|
|
|
:hide-required-asterisk="true"
|
|
|
>
|
|
|
- <el-row type="flex" justify="center" :gutter="20" >
|
|
|
+ <el-row type="flex" justify="center" :gutter="20">
|
|
|
<el-col :span="15">
|
|
|
- <el-row :gutter="20" >
|
|
|
+ <el-row :gutter="20">
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="设备验收记录:" prop="sheBeiMingChen">
|
|
|
<ibps-custom-dialog
|
|
|
@@ -113,7 +113,6 @@
|
|
|
<span v-else>{{ form.bianZhiShiJian || '/' }}</span>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
</el-row>
|
|
|
<el-row :gutter="20" align="top">
|
|
|
<el-col v-if="!hideSysDeviceNo" :span="8">
|
|
|
@@ -154,7 +153,6 @@
|
|
|
<span>{{ showState || '/' }}</span>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
</el-row>
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="8">
|
|
|
@@ -215,7 +213,6 @@
|
|
|
<span v-else>{{ form.jieShouZhuangTai || '/' }}</span>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
</el-row>
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="8">
|
|
|
@@ -265,7 +262,6 @@
|
|
|
<span v-else>{{ form.ziChanBianHao || '/' }}</span>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
</el-row>
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="8">
|
|
|
@@ -417,8 +413,12 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
- <el-col :span="5" v-if="showFuJianXinXiUp" style="margin-top: 35px;">
|
|
|
- <el-form label-width="100px" style="padding-left: 5px;">
|
|
|
+ <el-col
|
|
|
+ :span="5"
|
|
|
+ v-if="showFuJianXinXiUp"
|
|
|
+ style="margin-top: 35px"
|
|
|
+ >
|
|
|
+ <el-form label-width="100px" style="padding-left: 5px">
|
|
|
<el-form-item label="设备图片:">
|
|
|
<ibps-image
|
|
|
v-model="form.beiZhu"
|
|
|
@@ -1107,7 +1107,10 @@
|
|
|
</el-row>
|
|
|
<el-row v-if="form.shiFouXiaoZhun === '是'">
|
|
|
<el-col>
|
|
|
- <el-form-item label="修正值:" label-width="140px">
|
|
|
+ <el-form-item
|
|
|
+ label="修正值/修正因子:"
|
|
|
+ label-width="140px"
|
|
|
+ >
|
|
|
<el-input
|
|
|
v-if="!readonly"
|
|
|
v-model="form.xiuZhengZhiXiu"
|