隐患检查内容回显

dev
wangpeng 2024-07-14 15:51:10 +08:00
parent a6e3c41498
commit 697d96d1f5
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<view :class="isUps == true ? 'prevent' : ''">
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">隐患等级</block>
<block slot="content">隐患登记</block>
</cu-custom>
<scroll-view scroll-y="false" >
<view class="form">

View File

@ -134,6 +134,7 @@
_this.list[i].HIDDEN_ID = res.data.records[j].HIDDEN_ID;
_this.list[i].CHECKRECORD_ID = res.data.records[j].CHECKRECORD_ID;
_this.list[i].RECORDITEM_ID = res.data.records[j].RECORDITEM_ID;
_this.list[i].CHECK_RESULT = res.data.records[j].CHECK_RESULT;
if (res.data.records[j].ISNORMAL === 0) {
_this.list[i].CHECK_QUALIFIED = res.data.records[j].CHECK_RESULT;
} else if (res.data.records[j].ISNORMAL === 1) {

View File

@ -2,7 +2,7 @@
<view :class="isUps == true ? 'prevent' : ''">
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">隐患等级</block>
<block slot="content">隐患登记</block>
</cu-custom>
<scroll-view scroll-y="false" >
<view class="form">