Commit feceba9b by WF1020

litopn暂存和提交联调,gitame修改

parent 41c22af6
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item v-show="model.gitp.swiftflg == 'Y'" label="修改目的" prop="trnmod.swiadd.purposame"> <el-form-item v-show="model.gitp.swiftflg == 'Y'" label="修改目的" prop="trnmod.swiadd.purposame">
<c-select v-model="model.trnmod.swiadd.purposame" style="width: 100%" placeholder="请输入修改目的" <c-select v-model="model.trnmod.swiadd.purposame" style="width: 100%" placeholder="请输入修改目的"
:code="getValues('trnmod.swiadd.purposame')"> :code="[]">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="发送保函文本" prop="gidgrp.rec.sndto"> <el-form-item label="发送保函文本" prop="gidgrp.rec.sndto">
<c-select disabled v-model="model.gidgrp.rec.sndto" style="width: 100%" placeholder="请选择发送保函文本" <c-select disabled v-model="model.gidgrp.rec.sndto" style="width: 100%" placeholder="请选择发送保函文本"
:code="getValues('gidgrp.rec.sndto')"> :code="[]">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -171,6 +171,7 @@ export default { ...@@ -171,6 +171,7 @@ export default {
chgamt: this.model.liaccv.chgamt, chgamt: this.model.liaccv.chgamt,
concur: this.model.liaccv.concur, concur: this.model.liaccv.concur,
}; };
return params return params
}, },
// 公共组件setmod处理方式改变触发联动 // 公共组件setmod处理方式改变触发联动
......
...@@ -164,6 +164,7 @@ export default { ...@@ -164,6 +164,7 @@ export default {
spt: JSON.parse(localStorage.getItem('row_' + this.trnName)) || {}, spt: JSON.parse(localStorage.getItem('row_' + this.trnName)) || {},
gidgrp: this.model.gidgrp, gidgrp: this.model.gidgrp,
gitp: this.model.gitp, gitp: this.model.gitp,
lidgrp: this.model.lidgrp,
} }
const res = await Api.post(`/service/${this.trnName}/txnHold`, params); const res = await Api.post(`/service/${this.trnName}/txnHold`, params);
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
......
...@@ -323,6 +323,8 @@ export default { ...@@ -323,6 +323,8 @@ export default {
}, },
toLitopn() { toLitopn() {
// 点击开立,清空从待经办进来的时候带的行参数
localStorage.setItem('row_litopn', null);
this.$router.history.push("/business-new/litopn"); this.$router.history.push("/business-new/litopn");
}, },
}, },
......
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