[update 标准解读流程] 完善
This commit is contained in:
+2
-2
@@ -39,7 +39,7 @@
|
||||
:colon="formItemColon">
|
||||
<a-date-picker :placeholder="$t('pleaseSelect') + $t('expirationDate')"
|
||||
style="width: 100%"
|
||||
:disabled="disabled"
|
||||
:disabled="disabled || !this.isInitiate"
|
||||
value-format="YYYY-MM-DD hh:mm:ss"
|
||||
v-decorator="['dueTime']" />
|
||||
</a-form-item>
|
||||
@@ -54,7 +54,7 @@
|
||||
<a-textarea :placeholder="$t('pleaseEnter') + $t('processExplain')"
|
||||
:maxLength="500"
|
||||
:rows="4"
|
||||
:disabled="disabled"
|
||||
:disabled="disabled || !this.isInitiate"
|
||||
v-decorator="['prcMes']" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
+2
-1
@@ -270,12 +270,13 @@ export default {
|
||||
console.log(data)
|
||||
this.dataSource = [data.data.processStandardInterpret]
|
||||
this.formInline = data.data.processStandardInterpret
|
||||
this.clauseDataSource = data.data.processStandardInterpretClauseList
|
||||
// 是否下发
|
||||
if (data.data.processStandardInterpret.isDistribute === IsDistribute.DISTRIBUTE.value) {
|
||||
this.isDistribute = true
|
||||
this.clauseDataSource = data.data.processStandardInterpretClauseList
|
||||
} else if (data.data.processStandardInterpret.isDistribute === IsDistribute.NOT_DISTRIBUTE.value) {
|
||||
this.isDistribute = false
|
||||
this.clauseDataSource = data.data.processStandardInterpretClauseSublistList
|
||||
}
|
||||
// 是否下发有值就自动带入下一步,并回显数据
|
||||
if (data.data.processStandardInterpret.isDistribute) {
|
||||
|
||||
Reference in New Issue
Block a user