Commit 14b3de4a by 潘际乾

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents cead5dd8 c13718ce
......@@ -34,6 +34,7 @@
:prop="item.prop"
:label="item.label"
:width="item.width"
sortable
>
<template v-slot="{ scope }">
<!-- <template slot-scope="{ scope }"> -->
......
......@@ -173,8 +173,25 @@ export default {
}
},
async handleReset() {
this.model.infcon.seaownref="";
this.model.infcon.opndatfrom="";
this.model.infcon.opndatto="";
this.model.infcon.searef="";
this.model.infcon.pty.extkey="";
this.model.infcon.pty.nam="";
this.model.infcon.seapty="";
this.model.infcon.nam="";
this.model.infcon.searol="";
this.model.infcon.usr.extkey="";
this.model.infcon.seasta="";
this.model.infcon.seacur="";
this.model.infcon.seaamtfr="";
this.model.infcon.seaamtto="";
this.model.seacnfdet="";
this.model.sealcrtyp="";
this.model.jyqflg="";
this.model.mylx="";
this.model.elcflg="";
},
async handleSearch() {
this.stmData.data = [];
......
......@@ -250,14 +250,8 @@
style="width: 100%"
placeholder="请选择Form of Undertaking"
disabled
:code="codes.legfrm"
>
<el-option
v-for="item in codes.legfrm"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
......@@ -426,6 +420,7 @@
v-model="model.gidgrp.blk.apprul"
style="width: 100%"
placeholder="请选择Applicable Rules"
>
</c-select>
</el-form-item>
......
......@@ -278,21 +278,21 @@ export
columns: [
"1 1 \"Reference\" 150",
"2 2 \"Resp. User\" 100",
"3 3 \"Opened\" 200 4 7",
"4 4 \"Closed\" 200 4 7",
"3 3 \"Opened\" 150 4 7",
"4 4 \"Closed\" 150 4 7",
"5 5 \"Goods Code\" 130 1 0 1 GODCOD",
"6 6\"分行名称\" 136",
"7 7 \"Pta.No\" 130",
"8 8 \"Party Number\" 150",
"8 8 \"Drawee Party Number\" 150",
"9 9 \"Drawee\" 300",
"10 10 \"Drawee CN\" 130",
"11 11 \"Party Number\" 150",
"11 11 \"Drawer Party Number\" 150",
"12 12 \"Drawer\" 100",
"13 13 \"Party Number\" 150",
"13 13 \"Remitting Bank Party Number\" 200",
"14 14 \"Remitting Bank\" 200",
"15 15 \"Cur\" 50",
"15 15 \"Doc.Amount Cur\" 130",
"16 16 \"Doc.Amount\" 100 2 8 1 15",
"17 17 \"Cur\" 50",
"17 17 \"Open Amount Cur\" 130",
"18 18 \"Open Amount\" 100 2 8 1 17",
],
data: []
......
......@@ -242,16 +242,12 @@
</c-istream-table>
</c-col>
<el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body>
<div class="m-list-btns">
<m-busbtn ref="childs" :ownref="ownref" :model="BotselModel" ownrefPath="bodgrp" trnCode="botsel"
@onChoose="onChoose">11</m-busbtn>
</div>
</el-dialog>
<m-busbtn ref="childs" :ownref="ownref" :model="BotselModel" ownrefPath="bodgrp" trnCode="botsel"
@onChoose="onChoose">11</m-busbtn>
</div>
</template>
<script>
import Utils from "~/utils/index";
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
......@@ -288,21 +284,22 @@ export default {
columns: [
'1 1 "Reference" 150',
'2 2 "Resp. User" 100',
'3 3 "Opened" 200 4 7',
'4 4 "Closed" 200 4 7',
'3 3 "Opened" 150 4 7',
'4 4 "Closed" 150 4 7',
'5 5 "分行名称" 200',
'6 6 "Party Number" 150',
'6 6 "Drawee Party Number" 150',
'7 7 "Drawee" 133',
'8 8 "PTA NO." 100',
'9 9 "Party Number" 150',
'9 9 "Drawer Party Number" 150',
'10 10 "Drawer" 300',
'11 11 "Invoice No." 133',
'12 12 "Drawer CN" 150',
'13 13 "Party Number" 150',
'13 13 "Collecting Party Number" 200',
'14 14 "Collecting Bank" 200',
'15 15 "Cur" 50',
'16 16 "Doc.Amount" 150 2 8 1 15',
'17 17 "Cur" 50',
'15 15 "Doc.Amount Cur" 130',
'16 16 "Doc.Amount" 100 2 8 1 15',
'17 17 "Open Amount Cur" 130',
'18 18 "Open Amount" 100 2 8 1 -1'
],
data: [],
},
......@@ -311,37 +308,22 @@ export default {
methods: {
...Event,
async getButtons(ownref) {
this.initdialog = true;
this.$refs.childs.initdialog = true
this.ownref = ownref
console.log("ownref:" + ownref);
setTimeout(() => {
this.$refs.childs.$emit("childmethods")
}, 10)
},
async onChoose(code) {
//跳转交易
this.$router.history.push("/business/" + code)
this.initdialog = false;
this.$refs.childs.initdialog = false
},
closeTrn(refId) {
this.$refs[refId].doClose();
},
async getTrnInfo(idx, row) {
async getTrnInfo(code) {
this.$router.history.push("/business/" + code)
this.$refs.childs.initdialog = false
this.model.infcon.objinr = row["INR"];
this.model.bodgrp.rec.inr = row["INR"];
this.model.infcon.chksubcon = "X";
this.dialogTableVisible = true;
let rtnmsg = await this.executeDefault("infcon.chksubcon");
console.log(rtnmsg);
console.log(this.model.infcon.chksubcon);
if ((rtnmsg.respCode = SUCCESS)) {
this.trnData.data = rtnmsg.data.infcon_trnstm.rows;
console.log(this.trnData.data);
}
},
async getDitSelInfo(idx, row) {
//TD中选中行触发
......
......@@ -30,7 +30,7 @@
<c-col :span="8">
<el-form-item
label="Opening between"
label="Opening"
prop="infcon.opndatfrom"
style="width: 100%"
>
......@@ -39,7 +39,7 @@
type="date"
v-model="model.infcon.opndatfrom"
style="width: 100%"
placeholder="请选择Opening between"
placeholder="请选择Opening"
value-format="yyyy-MM-dd"
></c-date-picker>
</c-col>
......@@ -141,6 +141,7 @@
v-model="model.infcon.searol"
style="width: 100%"
placeholder="请选择Role"
:code="codes.payrol"
>
</c-select>
</el-form-item>
......@@ -171,6 +172,7 @@
v-model="model.infcon.seasta"
style="width: 100%"
placeholder="请选择Status"
:code="codes.seasta"
>
</c-select>
</el-form-item>
......@@ -185,13 +187,14 @@
v-model="model.infcon.seacur"
style="width: 100%"
placeholder="请选择Currency"
:code="codes.curtxt1"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item
label="Amount between"
label="Amount"
prop="infcon.seaamtfr"
style="width: 100%"
>
......@@ -199,7 +202,7 @@
<c-input
v-model="model.infcon.seaamtfr"
style="width: 100%"
placeholder="请输入Amount between"
placeholder="请输入Amount"
>
</c-input>
</c-col>
......@@ -228,6 +231,7 @@
v-model="model.seacnfdet"
style="width: 100%"
placeholder="请选择Confirmation Status"
:code="codes.cnfins"
>
</c-select>
</el-form-item>
......@@ -243,6 +247,7 @@
v-model="model.sealcrtyp"
style="width: 100%"
placeholder="请选择form of L/C"
:code="codes.lcrtyp"
>
</c-select>
</el-form-item>
......@@ -258,6 +263,7 @@
v-model="model.jyqflg"
style="width: 100%"
placeholder="请选择假远期信用证"
:code="codes.jyqflg"
>
</c-select>
</el-form-item>
......@@ -270,6 +276,7 @@
v-model="model.mylx"
style="width: 100%"
placeholder="请选择贸易类型"
:code="codes.mylx"
>
</c-select>
</el-form-item>
......@@ -285,6 +292,7 @@
v-model="model.elcflg"
style="width: 100%"
placeholder="请选择是否通过电证系统"
:code="codes.elcflg"
>
</c-select>
</el-form-item>
......@@ -668,7 +676,7 @@ export default {
},
toDitopn(){
this.$router.history.push("/business/ditopn")
}
},
},
created: function () {},
};
......
......@@ -96,14 +96,14 @@ export default {
// { inifrm: "bctset", ininam: "进口代收付款", pntmiu: "5" },
// { inifrm: "bctcan", ininam: "进口代收注销", pntmiu: "5" },
{ inifrm: "infbcd", ininam: "进口代收查询", pntmiu: "5" },
{ inifrm: "6", ininam: "出口托收", pntmiu: "" },
{ inifrm: "infbod", ininam: "出口托收入口交易", pntmiu: "6" },
{ inifrm: "botdav", ininam: "出口托收寄单", pntmiu: "6" },
{ inifrm: "botame", ininam: "出口托收修改", pntmiu: "6" },
{ inifrm: "botdcr", ininam: "出口托收拒付/不符点", pntmiu: "6" },
{ inifrm: "botset", ininam: "出口托收收汇", pntmiu: "6" },
{ inifrm: "botcan", ininam: "出口托收闭卷", pntmiu: "6" },
{ inifrm: "infbod", ininam: "出口托收查询", pntmiu: "6" },
// { inifrm: "botdav", ininam: "出口托收寄单", pntmiu: "6" },
// { inifrm: "botame", ininam: "出口托收修改", pntmiu: "6" },
// { inifrm: "botdcr", ininam: "出口托收拒付/不符点", pntmiu: "6" },
// { inifrm: "botset", ininam: "出口托收收汇", pntmiu: "6" },
// { inifrm: "botcan", ininam: "出口托收闭卷", pntmiu: "6" },
{ inifrm: "7", ininam: "转让信用证", pntmiu: "" },
{ inifrm: "lttopn", ininam: "转让证开立", pntmiu: "7" },
{ inifrm: "lttame", ininam: "转让证修改", pntmiu: "7" },
......
......@@ -36,8 +36,8 @@
</c-col>
<c-col :span="12">
<div style="float: right;">
<span class="add_del_button add_button" @click="addTableValue">+</span>
<span class="add_del_button" @click="deleteTable">-</span>
<span class="add_del_button add_button" @click="addTableValue" v-if="ifShowAdd">+</span>
<span class="add_del_button" @click="deleteTable" v-if="ifShowDelete">-</span>
</div>
</c-col>
</row>
......
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