Commit 60b1d4fa by Wuyuqiu

letdrv交易检核及提交完成

parent 8cf9b008
......@@ -3395,6 +3395,14 @@ const CodeTable = {
{ label: "Send and Accept/ Settle Documents", value: "B" },
{ label: "通知不符点", value: "S" },
],
folwupopt1: [
{ label: "Register to Send and Settle Docs", value: "N" },
{ label: "Send Advice of Discrepancy", value: "S" },
{ label: "Wait for Response", value: "W" },
{ label: "Send Documents", value: "C" },
{ label: "Accept/ Settle Document now", value: "A" },
{ label: "Send and Accept/ Settle Documents", value: "B" },
],
fpdsta: [
{ label: "Agreement Under Negotiation", value: "N" },
{ label: "Purchase agreement Closed", value: "L" },
......@@ -4039,6 +4047,12 @@ const CodeTable = {
{ label: "可转让", value: "IT" },
{ label: "不可转让", value: "I" },
],
lcrtyp1: [
{ label: "IRREVOCABLE", value: "I" },
{ label: "IRREVOCABLE TRANSFERABLE", value: "IT" },
{ label: "REVOCABLE", value: "R" },
{ label: "REVOCABLE TRANSFERABLE", value: "RT" },
],
lcselflg: [
{ label: "信用证闭卷", value: "1" },
{ label: "信用证修改确认", value: "5" },
......
......@@ -170,13 +170,13 @@ export default {
],
"bedgrp.blk.docdis": [
{ type: "string", required: true, message: "必输项" },
{ type: "string", required: false, message: "必输项" },
{ max: 50, message: "长度不能超过50" }
],
"bedgrp.blk.intdis": [
{ type: "string", required: true, message: "必输项" },
{ type: "string", required: false, message: "必输项" },
{ max: 65, message: "长度不能超过65" }
],
......@@ -199,7 +199,7 @@ export default {
],
"bedgrp.blk.comcon": [
{ type: "string", required: true, message: "必输项" },
{ type: "string", required: false, message: "必输项" },
{ max: 65, message: "长度不能超过65" }
],
......@@ -208,7 +208,7 @@ export default {
{ max: 35, message: "长度不能超过35" }
],
"bedgrp.oth.pts.adrblk": [
{ type: "string", required: true, message: "必输项" },
{ type: "string", required: false, message: "必输项" },
{ type: "string", max: 999, message: "长度不能超过35" }
],
"bedgrp.oth.dbfadrblkcn": [
......@@ -221,7 +221,7 @@ export default {
],
"bedgrp.blk.setinsbe": [
{ type: "string", required: true, message: "必输项" },
{ type: "string", required: false, message: "必输项" },
{ max: 65, message: "长度不能超过65" }
],
......
......@@ -524,36 +524,64 @@ export default {
},
stmData: {
columns: [
'1 1 \"Reference\" 105',
'2 2 \"Resp. User\" 105',
'3 3 \"Tenor day\" 105 0',
'4 4 \"Party Number\" 500 4 7',
'5 14 \"Expired\" 500 4 7',
'6 15 \"Closed\" 500 4 7',
'7 11 \"Issuing Bank\" 136',
'8 5 \"Applicant\" 410',
'9 6 \"PTA NO.\" 136',
'10 7 \"Party Number\" 100',
'11 8 \"Beneficiary\" 410',
'12 9 \"Beneficiary CN\" 136',
'13 10 \"Party Number\" 136',
'14 12 \"分行名称\" 410',
'15 13 \"Opened\" 136',
'16 16 \"cur\" 410',
'17 17 \"cur\" 508 2 8 1 16',
'18 18 \"L/C Amount\" 410',
'19 19 \"Open Amount\" 508 2 8 1 18',
// '1 1 \"Reference\" 105',
// '2 2 \"Resp. User\" 105',
// '3 3 \"Tenor day\" 105 0',
// '4 4 \"Party Number\" 500 4 7',
// '5 14 \"Expired\" 500 4 7',
// '6 15 \"Closed\" 500 4 7',
// '7 11 \"Issuing Bank\" 136',
// '8 5 \"Applicant\" 410',
// '9 6 \"PTA NO.\" 136',
// '10 7 \"Party Number\" 100',
// '11 8 \"Beneficiary\" 410',
// '12 9 \"Beneficiary CN\" 136',
// '13 10 \"Party Number\" 136',
// '14 12 \"分行名称\" 410',
// '15 13 \"Opened\" 136',
// '16 16 \"cur\" 410',
// '17 17 \"cur\" 508 2 8 1 16',
// '18 18 \"L/C Amount\" 410',
// '19 19 \"Open Amount\" 508 2 8 1 18',
// '1 1 \"Party Number\" 105',
// '2 2 \"Applicant\" 105',
// '3 3 \"PTA NO.\" 105 0',
// '4 4 \"Party Number\" 500 4 7',
// '5 10 \"Beneficiary\" 500 4 7',
// '6 11 \"Beneficiary CN\" 500 4 7',
// '7 9 \"Issuing Bank\" 136',
// '5 14 \"Beneficiary\" 500 4 7',
// '6 15 \"Beneficiary CN\" 500 4 7',
// '7 11 \"Issuing Bank\" 136',
// '8 5 \"Cur\" 410',
// '9 6 \"L/C Amount\" 136',
// '10 7 \"Cur\" 100',
// '11 8 \"Open Amount\" 410',
'1 1 \"Reference\" 105',
'2 2 \"Resp. User\" 105',
'3 3 \"Tenor day\" 105 0',
'4 4 \"Party Number\" 500 4 7',
'5 14 \"Expired\" 500 4 7',
'6 15 \"Closed\" 500 4 7',
'7 11 \"Issuing Bank\" 136',
'8 5 \"Applicant\" 410',
'9 6 \"PTA NO.\" 136',
'10 7 \"Party Number\" 100',
'11 8 \"Beneficiary\" 410',
'12 9 \"Beneficiary CN\" 136',
'13 10 \"Party Number\" 136',
'14 12 \"分行名称\" 410',
'15 13 \"Opened\" 136',
'16 16 \"cur\" 410',
'17 18 \"cur\" 508 2 8 1 16',
'18 17 \"L/C Amount\" 410',
'19 19 \"Open Amount\" 508 2 8 1 18',
// '12 9 \"???CT000288???\" 136',
// '13 10 \"???CT000296???\" 136',
// '14 12 \"???CT000297???\" 410',
// '15 13 \"???CT000298???\" 136',
// '16 16 \"???CT000299???\" 410',
// '17 18 \"???CT000300???\" 508 2 8 1 16',
// '18 17 \"???CT000301???\" 410',
// '19 19 \"???CT000302???\" 508 2 8 1 18',
// '1 1 "Reference" 120',
// '2 2 "Resp. User" 100',
......
......@@ -468,6 +468,7 @@
v-model="model.bedgrp.rec.docprbrol"
style="width: 100%"
placeholder="Please select Presented by"
@change="selectOrCheckboxRule('bedgrp.rec.docprbrol')"
>
<el-option
v-for="item in codes.docprbrol"
......
......@@ -23,6 +23,7 @@
size="small"
type="primary"
:disabled="!docdisflg"
@click="showGridPromptDialog('betp.docdis.buttxmsel',null,null,{TXT:'bedgrp.blk.docdis'},{TXT:false},'doxpDialog')"
>
...
</c-button>
......@@ -50,6 +51,7 @@
style="margin-left: 10px; padding: 0 10px"
size="small"
type="primary"
@click="showGridPromptDialog('betp.intdis.buttxmsel',null,null,{TXT:'bedgrp.blk.intdis'},{TXT:false},'doxpDialog')"
>
...
</c-button>
......@@ -77,6 +79,7 @@
style="margin-left: 10px; padding: 0 10px"
size="small"
type="primary"
@click="showGridPromptDialog('betp.comcon.buttxmsel',null,null,{TXT:'bedgrp.blk.comcon'},{TXT:false},'doxpDialog')"
>
...
</c-button>
......@@ -104,6 +107,7 @@
style="margin-left: 10px; padding: 0 10px"
size="small"
type="primary"
@click="showGridPromptDialog('betp.setinstxm.buttxmsel',null,null,{TXT:'bedgrp.blk.setinsbe'},{TXT:false},'doxpDialog')"
>
...
</c-button>
......@@ -125,7 +129,7 @@
disabled
>
<el-option
v-for="item in codes.folwupopt"
v-for="item in codes.folwupopt1"
:key="item.value"
:label="item.label"
:value="item.value"
......
......@@ -67,6 +67,13 @@
</el-tab-pane>
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
ref="doxpDialog"
:isPty="false"
:promptData="promptData"
@select-ety="selectMsg"
>
</c-grid-ety-prompt-dialog>
</div>
</template>
<script>
......
......@@ -231,6 +231,9 @@ export default {
let rtnmsg = await this.init({});
if (rtnmsg.respCode == SUCCESS) {
this.updateModel(rtnmsg.data);
if (this.isInDisplay) {
this.restoreDisplay();
}
//TODO 处理数据逻辑
} else {
this.$notify.error({ title: "错误", message: "服务请求失败!" });
......
<template>
<ReviewWrapper>
<Letrsv></Letrsv>
</ReviewWrapper>
</template>
<script>
import Letrsv from "~/views/Business/Letrsv";
import { ReviewWrapper } from "~/components/gj-common.min.js";
export default {
name: "ReviewLetrsv",
components: { ReviewWrapper, Letrsv },
created() {},
mounted() {},
};
</script>
<style></style>
......@@ -33,6 +33,7 @@ import ReviewBftdrv from "./Business/ReviewBftdrv.vue";
import ReviewLetdrv from "./Business/ReviewLetdrv.vue";
import ReviewBetacc from "./Business/ReviewBetacc.vue";
import ReviewDitame from "./Business/ReviewDitame.vue";
import ReviewLetrsv from "./Business/ReviewLetrsv.vue";
const ReviewRouter = [
......@@ -88,6 +89,7 @@ const ReviewRouter = [
{ path: "letdrv", component: ReviewLetdrv, name: "ReviewLetdrv", meta: { title: "复核-Letdrv" } },
{ path: "betacc", component: ReviewBetacc, name: "ReviewBetacc", meta: { title: "复核-Betacc" } },
{ path: "ditame", component: ReviewDitame, name: "ReviewDitame", meta: { title: "复核-Ditame" } },
{ path: "letrsv", component: ReviewLetrsv, name: "ReviewLetrsv", meta: { title: "复核-Letrsv" } },
];
......
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