Commit b1713166 by wangna

Getamc页面修改

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