Commit 2b90d5aa by wangyanjiao

ditopn bug处理

parent 295f01d5
......@@ -218,7 +218,7 @@ function defaultLiaallButmissig() {
}
function defaultDitpRevclauseButtxmsel() {
}
function defaultDidgrpCbsNom1Cur(rule, value, callback)
function defaultDidgrpCbsNom1Cur(rule, value, callback)
{
const that = this;
// 摘要
......@@ -251,10 +251,11 @@ function defaultDidgrpRecMytype() {
function defaultSetmodXreflg() {
}
function defaultDidgrpRecAvbwth(rule, value, callback) {
const that = this;
that.executeDefault("didgrp.rec.avbwth").then(res => {
//TODO
callback()
this.executeDefault("didgrp.rec.avbwth").then(res => {
if ((res.respCode == "AAAAAA")) {
console.log("-------------------------------")
Utils.copyValueFromVO(this.model, res.data);
}
})
}
function defaultDidgrpRmbPtsRef() {
......
......@@ -53,8 +53,8 @@
></c-input>
</el-form-item> -->
<c-ptapdome
:disabledJigomc="true"
:disabledDizhii="true"
:disabledJigomc="false"
:disabledDizhii="false"
:model="model"
:argadr="{
title: '通知行',
......@@ -65,7 +65,7 @@
<c-col :span="13">
<el-form-item label="通知行邮编" prop="didgrp.adv.pts.youzbm">
<c-input
disabled
:disabled="false"
v-model="model.didgrp.adv.pts.youzbm"
maxlength="6"
placeholder="请输入邮编 电证用"
......@@ -78,7 +78,7 @@
label-width="100px"
>
<c-input
disabled
:disabled="false"
v-model="model.didgrp.adv.pts.dihdig"
maxlength="16"
placeholder="请输入电话"
......@@ -154,9 +154,9 @@
></c-input>
</el-form-item> -->
<c-ptapdome
:disabledBankno="model.didgrp.rec.fenctg != 'Y'"
:disabledBankno="model.didgrp.rec.avbwth != 'S'"
:disabledJigomc="true"
:disabledDizhii="model.didgrp.rec.fenctg != 'Y'"
:disabledDizhii="model.didgrp.rec.avbwth != 'S'"
:model="model"
:argadr="{
title: '议付行',
......@@ -351,7 +351,7 @@
</el-form-item> -->
<c-ptapdome
:disabledBankno="model.didgrp.rec.bdflg != 'Y'"
:disabledJigomc="true"
:disabledJigomc="model.didgrp.rec.bdflg != 'Y'"
:disabledDizhii="model.didgrp.rec.bdflg != 'Y'"
:model="model"
:argadr="{
......
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