隐患检查内容回显
parent
a6e3c41498
commit
697d96d1f5
|
@ -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">
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue