Commit ff3c4705 by wangna

infgid修改

parent 122f29e3
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-list-search @form-reset="handleReset('paramsForm')" @form-search="handleSearch"> <c-list-search
@form-reset="handleReset('paramsForm')"
@form-search="handleSearch"
>
<!-- 持续展示区 --> <!-- 持续展示区 -->
<template v-slot="searchSlot"> <template v-slot="searchSlot">
<el-form <el-form
...@@ -441,6 +444,13 @@ ...@@ -441,6 +444,13 @@
class="medium_bcs" class="medium_bcs"
size="medium" size="medium"
type="primary" type="primary"
@click="toGitpop"
>进口保函预开立</c-button
>
<c-button
class="medium_bcs"
size="medium"
type="primary"
@click="toGitopn" @click="toGitopn"
>进口保函开立</c-button >进口保函开立</c-button
> >
...@@ -522,30 +532,30 @@ ...@@ -522,30 +532,30 @@
</c-col> </c-col>
</el-row> </el-row>
<div v-if="dialogFlag" class="m-list-btns"> <div v-if="dialogFlag" class="m-list-btns">
<m-busbtn <m-busbtn
ref="childs" ref="childs"
:ownref="ownref" :ownref="ownref"
trnCode="gitsel" trnCode="gitsel"
ownrefPath="gidgrp" ownrefPath="gidgrp"
:model="gitselModel" :model="gitselModel"
tabIndex="1" tabIndex="1"
@onChoose="onChoose" @onChoose="onChoose"
>11</m-busbtn >11</m-busbtn
> >
</div> </div>
<div v-else> <div v-else>
<m-busbtn <m-busbtn
ref="childs" ref="childs"
:ownref="ownref" :ownref="ownref"
trnCode="getsel" trnCode="getsel"
ownrefPath="gidgrp" ownrefPath="gidgrp"
:model="getselModel" :model="getselModel"
tabIndex="1" tabIndex="1"
@onChoose="onChoose" @onChoose="onChoose"
>11</m-busbtn >11</m-busbtn
> >
</div> </div>
<!-- <c-col :span="12"> <!-- <c-col :span="12">
<el-form-item label="Own Reference" prop="infcon.seaownref"> <el-form-item label="Own Reference" prop="infcon.seaownref">
...@@ -803,23 +813,23 @@ export default { ...@@ -803,23 +813,23 @@ export default {
}, },
methods: { methods: {
...Event, ...Event,
async getButtons(ownref){ async getButtons(ownref) {
this.ownref = ownref this.ownref = ownref;
this.$refs.childs.initdialog = true this.$refs.childs.initdialog = true;
this.dialogFlag = ownref.startsWith("LG"); this.dialogFlag = ownref.startsWith("LG");
console.log("dialogFlag:" + this.dialogFlag); console.log("dialogFlag:" + this.dialogFlag);
console.log("ownref:" +ownref); console.log("ownref:" + ownref);
}, },
async onChoose(code){ async onChoose(code) {
//跳转交易 //跳转交易
this.$router.history.push("/business/" + code) this.$router.history.push("/business/" + code);
this.$refs.childs.initdialog = false this.$refs.childs.initdialog = false;
} , },
async getDitSelInfo(code){ async getDitSelInfo(code) {
//跳转交易 //跳转交易
this.$router.history.push("/business/" + code) this.$router.history.push("/business/" + code);
this.$refs.childs.initdialog = false this.$refs.childs.initdialog = false;
}, },
async getTrnInfo(idx, row) { async getTrnInfo(idx, row) {
this.model.infcon.objinr = row["INR"]; this.model.infcon.objinr = row["INR"];
...@@ -836,6 +846,9 @@ export default { ...@@ -836,6 +846,9 @@ export default {
closeTrn(refId) { closeTrn(refId) {
this.$refs[refId].doClose(); this.$refs[refId].doClose();
}, },
toGitpop() {
this.$router.history.push("/business/gitpop");
},
toGitopn() { toGitopn() {
this.$router.history.push("/business/gitopn"); this.$router.history.push("/business/gitopn");
}, },
......
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