Commit b1713166 by wangna

Getamc页面修改

parent 66fd98a6
...@@ -18526,6 +18526,9 @@ const CodeTable = { ...@@ -18526,6 +18526,9 @@ const CodeTable = {
{ label: "LMTEST02", value: "00000216" }, { label: "LMTEST02", value: "00000216" },
{ label: "blank text", value: "<NILTXT>" }, { label: "blank text", value: "<NILTXT>" },
], ],
atxinr: [
{ label: "blank text (for electronic SWIFT msg)", value: "<NILTXT>" },
],
accmod: [ accmod: [
{ label: "退汇清算", value: "3" }, { label: "退汇清算", value: "3" },
...@@ -30,32 +30,7 @@ ...@@ -30,32 +30,7 @@
<m-conp :model="model" :codes="codes" /> <m-conp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<el-tab-pane <el-tab-pane label="Overview" name="ovwp">
v-if="model.gitp.swiftflg == ''"
label="Overview"
name="ovwp"
>
<c-content>
<m-ovwp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--PD000002 -->
<el-tab-pane
v-if="model.gitp.swiftflg == 'Y'"
label="Overview"
name="ovwp20"
>
<c-content>
<m-ovwp20 :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<el-tab-pane
v-if="model.gitp.swiftflg == 'N'"
label="Overview"
name="ovwp"
>
<c-content> <c-content>
<m-ovwp :model="model" :codes="codes" /> <m-ovwp :model="model" :codes="codes" />
</c-content> </c-content>
...@@ -131,7 +106,6 @@ ...@@ -131,7 +106,6 @@
<el-tab-pane label="统一授信" name="limitbody"> <el-tab-pane label="统一授信" name="limitbody">
<m-limitbody :model="model" :codes="codes" /> <m-limitbody :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
</c-tabs> </c-tabs>
</el-form> </el-form>
</div> </div>
...@@ -147,7 +121,6 @@ import Default from "~/model/Getamc/Default"; ...@@ -147,7 +121,6 @@ import Default from "~/model/Getamc/Default";
import Pattern from "~/model/Getamc/Pattern"; import Pattern from "~/model/Getamc/Pattern";
import Conp from "./Conp"; import Conp from "./Conp";
import Ovwp from "./Ovwp"; import Ovwp from "./Ovwp";
import Ovwp20 from "./Ovwp20";
import Preperp from "./Preperp"; import Preperp from "./Preperp";
import Detp from "./Detp"; import Detp from "./Detp";
import Gidtxtp from "./Gidtxtp"; import Gidtxtp from "./Gidtxtp";
...@@ -166,7 +139,6 @@ export default { ...@@ -166,7 +139,6 @@ export default {
components: { components: {
"m-conp": Conp, "m-conp": Conp,
"m-ovwp": Ovwp, "m-ovwp": Ovwp,
"m-ovwp20" : Ovwp20,
"m-preperp": Preperp, "m-preperp": Preperp,
"m-detp": Detp, "m-detp": Detp,
"m-gidtxtp": Gidtxtp, "m-gidtxtp": Gidtxtp,
...@@ -175,7 +147,7 @@ export default { ...@@ -175,7 +147,7 @@ export default {
"m-glepan": Glepan, "m-glepan": Glepan,
"m-coninfp": Coninfp, "m-coninfp": Coninfp,
"m-docpan": Docpan, "m-docpan": Docpan,
"m-doctre" :Doctre, "m-doctre": Doctre,
"m-opnp": Opnp, "m-opnp": Opnp,
"m-limitbody": Limitbody, "m-limitbody": Limitbody,
}, },
...@@ -200,14 +172,12 @@ export default { ...@@ -200,14 +172,12 @@ export default {
bookings: false, bookings: false,
attachments: false, attachments: false,
}; };
}, },
methods: { methods: {
myTabClick(tab) { myTabClick(tab) {
this.tabClick(tab); this.tabClick(tab);
if(tab.name === "setpan"){ if (tab.name === "setpan") {
this.bookings = true, (this.bookings = true), (this.attachments = true);
this.attachments = true
} }
/** /**
* do it yourself * do it yourself
...@@ -220,7 +190,7 @@ export default { ...@@ -220,7 +190,7 @@ export default {
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
this.updateModel(rtnmsg.data); this.updateModel(rtnmsg.data);
//TODO 处理数据逻辑 //TODO 处理数据逻辑
if (this.isInDisplay){ if (this.isInDisplay) {
this.restoreDisplay(); this.restoreDisplay();
} }
} else { } else {
......
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