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
> >
...@@ -803,22 +813,22 @@ export default { ...@@ -803,22 +813,22 @@ 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) {
...@@ -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