Commit 72f592be by xionglin

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs into settle-test-20230110
parents b87708ef bd85fba6
......@@ -96,7 +96,28 @@ export default class Letopn{
},
avb: {
pts: new Pts().data,
}
},
iss: {
pts: new Pts().data,
},
apl: {
pts: new Pts().data,
},
adv: {
pts: new Pts().data,
},
a2b: {
pts: new Pts().data,
},
apb: {
pts: new Pts().data,
},
rmb: {
pts: new Pts().data,
},
con: {
pts: new Pts().data,
},
},
letp: {
usr: {
......
<template>
<div class="eContainer">
<c-page title="出口信用证通知">
<c-page title="出口信用证开立">
<el-form
:model="model"
:rules="rules"
......@@ -36,7 +36,6 @@
<m-setmod
:model="model"
:codes="codes"
@changeSetmodModel="changeSetmodModel"
/>
</c-content>
</el-tab-pane>
......@@ -67,13 +66,14 @@
</el-tab-pane>
</c-tabs>
</el-form>
<!-- 底部按钮 -->
<c-function-btn
:handleConfirm="handleConfirm"
:handleSubmit="handleSubmit"
:handleCheck="handleCheck"
:handleStash="handleStash"
>
</c-function-btn>
<!-- 选择数据的表格弹框 -->
<c-grid-ety-prompt-dialog
ref="etyDialog"
:promptData="promptData"
......@@ -84,6 +84,7 @@
</div>
</template>
<script>
import Letopn from "../model";
import event from '../event'
import operationFunc from "~/mixin/operationFunc";
import formRules from '../model/check'
......@@ -113,7 +114,6 @@ export default {
'm-engp': Engp,
'm-revp': Revp,
'm-aamp': Aamp,
'm-doxp': Doxp,
"m-ccvpan": Ccvpan,
"m-setmod": Setmod,
"m-glentry": Glentry,
......@@ -182,7 +182,7 @@ export default {
methods: {},
mounted () {
this.init()
this.queryHndtypCodeTableList(this.trnName)
},
}
......
......@@ -34,7 +34,7 @@ export default {
ownref: model.lidgrp.rec.ownref,
opndat: model.lidgrp.rec.opndat,
expdat: model.lidgrp.rec.expdat,
branchinr: model.lidgrp.rec.branchinr,
branchInr: model.lidgrp.rec.branchinr,
hndtyp: model.lidgrp.rec.hndtyp,
gartyp: model.lidgrp.rec.gartyp,
fingua: model.lidgrp.rec.fingua,
......
......@@ -159,11 +159,11 @@ export default class Litame {
cbs: {
opn2: {
cur: '',
amt: ''
amt: '',
},
max: {
cur: '',
amt: ''
amt: '',
},
nom1: {
cur: '',
......
......@@ -137,7 +137,7 @@ export default {
};
let res = await Api.post('/service/ptspta/fetch', params);
if (res.respCode == SUCCESS) {
this.$set(this.model.gidgrp, row.role.toLowerCase(), res.data);
this.$set(this.model.brdgrp, row.role.toLowerCase() , res.data);
}
},
// 业务信息=》基本信息=》支出目的
......
......@@ -30,7 +30,7 @@ export default {
}
let dataObj = {
rec: {
objtyp: 'GID',
objtyp: 'LID',
ownref: model.lidgrp.rec.ownref,
opndat: model.lidgrp.rec.opndat,
expdat: model.lidgrp.rec.expdat,
......@@ -120,7 +120,7 @@ export default {
let params = {
...this.buildCommonData(model, trnName),
rec: {
objtyp: 'GID',
objtyp: 'LID',
objinr: model.lidgrp.rec.objinr,
ownref: model.lidgrp.rec.ownref,
},
......@@ -131,7 +131,7 @@ export default {
let params = {
...this.buildCommonData(model, trnName),
rec: {
objtyp: 'GID',
objtyp: 'LID',
objinr: model.lidgrp.rec.objinr,
ownref: model.lidgrp.rec.ownref,
// swiftflg: model.gitp.swiftflg,
......
......@@ -45,7 +45,7 @@ const Business = [
{ path: 'gitenc', component: () => import('~/business/gitenc/views'), name: 'gitenc', meta: { title: '进口信用证单据提货担保注销' } },
{ path: 'litdla', component: () => import('~/business/litdla/views'), name: 'litdla', meta: { title: '进口信用证减额修改接受' } },
{ path: 'brtudp', component: () => import('~/business/brtudp/views'), name: 'brtudp', meta: { title: '进口信用证单据承兑' } },
{ path: 'letopn', component: () => import('~/business/letopn/views'), name: 'letopn', meta: { title: '出口保函通知' } },
{ path: 'letopn', component: () => import('~/business/letopn/views'), name: 'letopn', meta: { title: '出口信用证开立' } },
{ path: 'brtame', component: () => import('~/business/brtame/views'), name: 'brtame', meta: { title: '进口信用证单据提货担保修改' } },
{ path: 'infbrd', component: () => import('~/business/infbrd/views'), name: 'infbrd', meta: { title: '进口信用证单据入口交易' } },
{ path: 'inflid', component: () => import('~/business/inflid/views'), name: 'inflid', meta: { title: '信用证入口交易' } },
......
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