Commit e989148b authored by xinzhedeai's avatar xinzhedeai

fix: 450 446 bug

parent ba000a52
......@@ -126,7 +126,7 @@
/* padding: 12px; */
background: #fff;
overflow: hidden;
padding-bottom: 1rem;
padding-bottom: 2rem;
}
/* 检查项 */
......
......@@ -145,17 +145,17 @@
<van-field label="检查人员" v-model="checkPeopleName" readonly />
</van-cell>
<van-cell>
<van-field label="检查日期" v-model="checkDate" />
<van-field label="检查日期" v-model="checkDate" readonly />
</van-cell>
<van-cell v-if="flag!='ADD'&&flag!='JC_XQ'">
<van-field label="整改截止日期" v-model="rectificationDeadline" />
<van-field label="整改截止日期" v-model="rectificationDeadline" readonly />
</van-cell>
<div v-if="flag=='0' || flag=='1' || flag=='3'">
<van-cell>
<van-field label="审核日期" v-model="reviewDate" />
<van-field label="审核日期" v-model="reviewDate" readonly />
</van-cell>
<van-cell>
<van-field label="审核记录" v-model="reviewRecord" />
<van-field label="审核记录" v-model="reviewRecord" readonly />
</van-cell>
</div>
......
......@@ -66,7 +66,7 @@ window.onload = function() {
totalItems: 0,
notNullCount: 0,
// 外层表单信息
checkDate: gemhoUtil.getTargetDateYMD(), // 检查日期
checkDate: '', // 检查日期
checkPeopleName: '', // 检查人员
rectificationDeadline: '', // 整改截止日期
reviewDate: '', // 隐患审核日期
......@@ -301,7 +301,7 @@ window.onload = function() {
// })
// }, 0);
var result = JSON.parse(res)
this.checkDate = result.data.checkTime // 检查日期
this.checkDate = result.data.checkDate // 检查日期
this.checkPeopleName = result.data.checkPeopleName // 检查人员
this.checkData = result.data.gqCheckTypeList
this.noCount = result.data.hiddenCount
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment