Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
315e107f
Commit
315e107f
authored
Nov 10, 2022
by
hewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bctset隐藏页面ui美化
parent
f4746d4c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
235 additions
and
114 deletions
+235
-114
Detp.vue
src/views/Business/Bctrad/Detp.vue
+2
-2
Basp.vue
src/views/Business/Bctset/Basp.vue
+9
-11
Cips.vue
src/views/Business/Bctset/Cips.vue
+3
-3
Cips2.vue
src/views/Business/Bctset/Cips2.vue
+48
-14
Cnyp.vue
src/views/Business/Bctset/Cnyp.vue
+12
-5
Dftcrep.vue
src/views/Business/Bctset/Dftcrep.vue
+67
-52
Dinpan.vue
src/views/Business/Bctset/Dinpan.vue
+0
-0
Dxzfp.vue
src/views/Business/Bctset/Dxzfp.vue
+10
-8
Outp.vue
src/views/Business/Bctset/Outp.vue
+7
-7
Ovwp.vue
src/views/Business/Bctset/Ovwp.vue
+3
-0
Rzkx.vue
src/views/Business/Bctset/Rzkx.vue
+74
-12
Trtcrep.vue
src/views/Business/Bctset/Trtcrep.vue
+0
-0
No files found.
src/views/Business/Bctrad/Detp.vue
View file @
315e107f
...
...
@@ -109,7 +109,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label
=
"交单时
放弃向代收行收取费用的权力"
prop=
"bcdgrp.rec.waicolcod"
>
<el-form-item
label
-width=
"140px"
label=
"交单时是否
放弃向代收行收取费用的权力"
prop=
"bcdgrp.rec.waicolcod"
>
<c-select
disabled
v-model=
"model.bcdgrp.rec.waicolcod"
style=
"width:100%"
placeholder=
"请选择交单时是否放弃向代收行收取费用的权力"
>
<el-option
v-for=
"item in codes.waicod"
:key=
"item.value"
:label=
"item.label"
...
...
@@ -119,7 +119,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label
=
"放单时
放弃向托收行收取费用的权力"
prop=
"bcdgrp.rec.wairmtcod"
>
<el-form-item
label
-width=
"140px"
label=
"放单时是否
放弃向托收行收取费用的权力"
prop=
"bcdgrp.rec.wairmtcod"
>
<c-select
disabled
v-model=
"model.bcdgrp.rec.wairmtcod"
style=
"width:100%"
placeholder=
"请选择放单时是否放弃向托收行收取费用的权力"
>
<el-option
v-for=
"item in codes.waicod"
:key=
"item.value"
:label=
"item.label"
...
...
src/views/Business/Bctset/Basp.vue
View file @
315e107f
<
template
>
<div
class=
"eibs
-tab
"
>
<div
class=
"eibs"
>
<el-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
...
...
@@ -9,8 +9,6 @@
v-model=
"model.bopmod.dbcgrp.bas.rptno"
maxlength=
"22"
placeholder=
"请输入申报号码"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"操作类型"
prop=
"bopmod.dbcgrp.bas.actiontype"
>
<c-select
...
...
@@ -77,6 +75,7 @@
<c-input
v-model=
"model.bopmod.dbcgrp.bas.othamt"
placeholder=
"请输入其它金额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"14"
>
<el-form-item
label=
"付款币种及金额"
prop=
"bopmod.dbcgrp.bas.txccy"
>
<c-select
...
...
@@ -86,12 +85,12 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"0px"
prop=
"bopmod.dbcgrp.bas.txamt"
style=
"margin-left: 5px"
>
<c-input
disabled
v-model=
"model.bopmod.dbcgrp.bas.txamt"
placeholder=
"请输入付款金额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"14"
>
<el-form-item
label=
"实际付款币种及金额"
prop=
"bopmod.dbcgrp.bas.actuccy"
>
<c-select
...
...
@@ -101,12 +100,12 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"0px"
prop=
"bopmod.dbcgrp.bas.actuamt"
style=
"margin-left: 5px"
>
<c-input
disabled
v-model=
"model.bopmod.dbcgrp.bas.actuamt"
placeholder=
"请输入实际付款金额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"开证日期"
prop=
"bopmod.dbcgrp.bas.issdate"
>
<c-date-picker
...
...
@@ -119,6 +118,7 @@
<!--=====================right ============================= -->
<el-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"修改/删除原因"
prop=
"bopmod.dbcgrp.bas.actiondesc"
>
<c-input
...
...
@@ -136,7 +136,6 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"组织机构代码"
prop=
"bopmod.dbcgrp.bas.custcod"
>
<c-input
...
...
@@ -147,10 +146,9 @@
<c-col
:span=
"24"
>
<c-checkbox
disabled
style=
" margin: 0px
0 10px 150px;"
style=
" margin: 0
0 10px 150px;"
v-model=
"model.bopmod.dbcp.baspp.acp"
>
确认
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"购汇汇率"
prop=
"bopmod.dbcgrp.bas.exrate"
>
<c-input
...
...
@@ -172,7 +170,6 @@
v-model=
"model.bopmod.dbcgrp.bas.fcyacc"
maxlength=
"32"
placeholder=
"请输入外汇帐号/银行卡号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"其它帐号/银行卡号"
prop=
"bopmod.dbcgrp.bas.othacc"
>
<c-input
...
...
@@ -180,6 +177,7 @@
v-model=
"model.bopmod.dbcgrp.bas.othacc"
maxlength=
"32"
placeholder=
"请输入其它帐号/银行卡号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"14"
>
<el-form-item
label=
"扣费币种及金额"
prop=
"bopmod.dbcgrp.bas.outchargeccy"
>
<c-select
...
...
@@ -189,7 +187,6 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"0px"
prop=
"bopmod.dbcgrp.bas.outchargeamt"
style=
"margin-left: 5px"
>
<c-input
...
...
@@ -197,6 +194,7 @@
v-model=
"model.bopmod.dbcgrp.bas.outchargeamt"
placeholder=
"请输入扣费金额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"信用证/保函编号"
prop=
"bopmod.dbcgrp.bas.lcbgno"
>
<c-input
...
...
@@ -204,7 +202,6 @@
v-model=
"model.bopmod.dbcgrp.bas.lcbgno"
maxlength=
"20"
placeholder=
"请输入信用证/保函编号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"期限"
prop=
"bopmod.dbcgrp.bas.tenor"
>
<c-input
...
...
@@ -212,6 +209,7 @@
v-model=
"model.bopmod.dbcgrp.bas.tenor"
placeholder=
"请输入期限"
></c-input>
</el-form-item>
</c-col>
</el-col>
</div>
</
template
>
...
...
src/views/Business/Bctset/Cips.vue
View file @
315e107f
<
template
>
<div
class=
"eibs
-tab
"
>
<c-col
:span=
"1
1
"
>
<div
class=
"eibs"
>
<c-col
:span=
"1
2"
style=
"padding-right: 20px
"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"借记记账账号"
prop=
"trnmod.cipmod.dafnzh"
>
<c-input
...
...
@@ -248,7 +248,7 @@
</c-col>
</c-col>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<c-col
:span=
"1
2"
style=
"padding-left: 20px
"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"借记记账名称"
prop=
"trnmod.cipmod.dafnmc"
>
<c-input
...
...
src/views/Business/Bctset/Cips2.vue
View file @
315e107f
<
template
>
<div
class=
"eibs
-tab
"
>
<!-- SG000227 : 收款直接参与者行号
-->
<c-col
:span=
"12
"
>
<div
class=
"eibs"
>
<!-- ------------------左侧----------------
-->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24
"
>
<c-form-item
:label=
"$t('trnmod.SG000227')"
prop=
"trnmod.reconebch"
>
<c-input
v-model=
"model.trnmod.reconebch"
maxlength=
"35"
:placeholder=
"$t('other.please_enter')+$t('trnmod.SG000227')"
></c-input>
</c-form-item>
</c-col>
<!-- SG000228 : 收款直接参与者名称 -->
<c-col
:span=
"12
"
>
<c-form-item
:label=
"$t('trnmod.SG000228')"
prop=
"trnmod.reconebchnam
"
>
<c-input
type=
"textarea"
v-model=
"model.trnmod.reconebchnam"
maxlength=
"35"
show-word-limit
:placeholder=
"$t('other.please_enter')+$t('trnmod.SG000228')
"
></c-input>
<c-col
:span=
"24
"
>
<c-form-item
label=
"附言"
prop=
"trnmod.commen
"
>
<c-input
type=
"textarea"
v-model=
"model.trnmod.commen"
maxlength=
"30"
show-word-limit
:placeholder=
"$t('other.please_enter')+'附言'
"
></c-input>
</c-form-item>
</c-col>
<!-- SG000229 : 附言 -->
<c-col
:span=
"12"
>
<c-form-item
label=
"附言"
prop=
"trnmod.commen"
>
<c-input
type=
"textarea"
v-model=
"model.trnmod.commen"
maxlength=
"30"
show-word-limit
:placeholder=
"$t('other.please_enter')+'附言'"
></c-input>
</c-col>
<!-- ------------------右侧------------------>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<c-form-item
:label=
"$t('trnmod.SG000228')"
prop=
"trnmod.reconebchnam"
>
<c-input
type=
"textarea"
v-model=
"model.trnmod.reconebchnam"
maxlength=
"35"
show-word-limit
:placeholder=
"$t('other.please_enter')+$t('trnmod.SG000228')"
></c-input>
</c-form-item>
</c-col>
<!-- SG000230 : 业务种类 -->
<c-col
:span=
"12
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"业务种类"
prop=
"trnmod.bustyp"
>
<c-select
v-model=
"model.trnmod.bustyp"
:code=
"codes.bustyp"
...
...
@@ -31,6 +32,39 @@
</c-select>
</el-form-item>
</c-col>
</c-col>
<!-- SG000227 : 收款直接参与者行号 -->
<!--
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
-->
<!--
<c-form-item
:label=
"$t('trnmod.SG000227')"
prop=
"trnmod.reconebch"
>
-->
<!--
<c-input
v-model=
"model.trnmod.reconebch"
maxlength=
"35"
:placeholder=
"$t('other.please_enter')+$t('trnmod.SG000227')"
></c-input>
-->
<!--
</c-form-item>
-->
<!--
</c-col>
-->
<!-- <!– SG000228 : 收款直接参与者名称 –>-->
<!-- -->
<!--
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
-->
<!--
<c-form-item
:label=
"$t('trnmod.SG000228')"
prop=
"trnmod.reconebchnam"
>
-->
<!--
<c-input
type=
"textarea"
v-model=
"model.trnmod.reconebchnam"
maxlength=
"35"
show-word-limit
:placeholder=
"$t('other.please_enter')+$t('trnmod.SG000228')"
></c-input>
-->
<!--
</c-form-item>
-->
<!--
</c-col>
-->
<!-- <!– SG000229 : 附言 –>-->
<!-- -->
<!--
<c-col
:span=
"12"
>
-->
<!--
<c-form-item
label=
"附言"
prop=
"trnmod.commen"
>
-->
<!--
<c-input
type=
"textarea"
v-model=
"model.trnmod.commen"
maxlength=
"30"
show-word-limit
:placeholder=
"$t('other.please_enter')+'附言'"
></c-input>
-->
<!--
</c-form-item>
-->
<!--
</c-col>
-->
<!-- <!– SG000230 : 业务种类 –>-->
<!-- -->
<!--
<c-col
:span=
"12"
>
-->
<!--
<el-form-item
label=
"业务种类"
prop=
"trnmod.bustyp"
>
-->
<!--
<c-select
v-model=
"model.trnmod.bustyp"
--
>
<!-- :code="codes.bustyp"-->
<!-- style="width:100%" :placeholder="$t('other.please_enter')+'业务种类'">-->
<!--
</c-select>
-->
<!--
</el-form-item>
-->
<!--
</c-col>
-->
</div>
</
template
>
<
script
>
...
...
src/views/Business/Bctset/Cnyp.vue
View file @
315e107f
...
...
@@ -7,21 +7,25 @@
<m-wg
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"融资款项"
name=
"rzkx"
v-if=
"model.trtcre.crefinflg"
>
<!-- v-if="model.trtcre.crefinflg"-->
<el-collapse-item
title=
"融资款项"
name=
"rzkx"
v-model=
"model.trtcre.crefinflg"
>
<m-rzkx
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"对外付款/承兑通知书-基础信息"
name=
"basp"
v-if=
"(this.model.bopmod.basflg == 'X' && this.model.bopmod.szflg == '1')"
>
<!-- v-if="(this.model.bopmod.basflg == 'X' && this.model.bopmod.szflg == '1')"-->
<el-collapse-item
title=
"对外付款/承兑通知书-基础信息"
name=
"basp"
v-if=
"(this.model.bopmod.basflg == 'X' && this.model.bopmod.szflg == '1')"
>
<!-- 当事人 -->
<m-basp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"境内付款/承兑通知书-基础信息"
name=
"basp1"
v-if=
"(this.model.bopmod.basflg == 'X' && this.model.bopmod.szflg == '2')"
>
<!-- v-if="(this.model.bopmod.basflg == 'X' && this.model.bopmod.szflg == '2')"-->
<el-collapse-item
title=
"境内付款/承兑通知书-基础信息"
name=
"basp1"
v-if=
"(this.model.bopmod.basflg == 'X' && this.model.bopmod.szflg == '2')"
>
<!-- 当事人 -->
<m-basp1
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<!-- v-if="model.trtcre.crefinflg"-->
<el-collapse-item
title=
"定向收付"
name=
"dxzfp"
v-if=
"model.trtcre.crefinflg"
>
<!-- 货物 -->
<m-dxzfp
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -30,6 +34,7 @@
<!-- 单据 -->
<m-cnyp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<!-- v-if="model.cnybop.outflg == '1'"-->
<el-collapse-item
title=
"2111跨境支出信息"
name=
"outp"
v-if=
"model.cnybop.outflg == '1'"
>
<!-- 附加条款 -->
<m-outp
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -39,11 +44,13 @@
<m-cfactlp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<!-- v-if="model.trnmod.cmtflg=='P'"-->
<el-collapse-item
title=
"Cips"
name=
"cips"
v-if=
"model.trnmod.cmtflg=='P'"
>
<!-- 货物 -->
<m-cips
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<!-- v-if="model.trnmod.cmtflg=='P'"-->
<el-collapse-item
title=
"Cips要素"
name=
"cips2"
v-if=
"model.trnmod.cmtflg=='P'"
>
<!-- 货物 -->
<m-cips2
:model=
"model"
:codes=
"codes"
/>
...
...
src/views/Business/Bctset/Dftcrep.vue
View file @
315e107f
<
template
>
<div
class=
"eibs
-tab
"
>
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"11
"
>
<div
class=
"eibs"
>
<!--=================左边================= --
>
<c-col
:span=
"12"
style=
"padding-right: 20px
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Parent Reference"
...
...
@@ -18,26 +18,27 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"代付业务编号:"
prop=
"dftcre.dfdgrp.rec.ownref"
>
<c-fullbox>
<c-input
v-model=
"model.dftcre.dfdgrp.rec.ownref"
maxlength=
"16"
disabled
placeholder=
"请输入代付业务编号:"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onDftpButgetref"
:disabled=
"model.dftcre.dfdgrp.rec.ownref !== ''"
>
获取
</c-button>
</c-col>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"单据金额:"
prop=
"dftcre.oricur"
>
<c-select
...
...
@@ -59,8 +60,9 @@
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"代付金额:"
prop=
"dftcre.dfdgrp.cbs.max.cur"
>
<c-select
...
...
@@ -84,9 +86,9 @@
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"代付余额:"
...
...
@@ -115,6 +117,7 @@
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"代付类型:"
prop=
"dftcre.dfdgrp.rec.fintyp"
>
...
...
@@ -204,7 +207,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"3"
>
<el-form-item
label=
"天"
label-width=
"30px
"
>
<el-form-item
label=
"天"
label-width=
"30px"
style=
"margin-left: auto
"
>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -287,8 +290,11 @@
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<!--=================右边================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"父合同名称"
...
...
@@ -496,10 +502,13 @@
</el-form-item>
</c-col>
</c-col>
</c-col>
<!-- <c-row>-->
<!-- v-show="false"-->
<!--=================不展示区域================= -->
<c-col
:span=
"24"
v-show=
"false"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Drag Drop Sender"
prop=
"dftcre.dftp.aplp.ptsget.sdamod.dadsnd"
...
...
@@ -511,90 +520,96 @@
</el-form-item>
</c-col>
<c-col
:span=
"12
"
>
<el-form-item
label=
"名称"
prop=
"dftcre.dfdgrp.apl.nam
elc"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"地址"
prop=
"dftcre.dfdgrp.apl.adr
elc"
>
<c-input
type=
"textarea"
v-model=
"model.dftcre.dfdgrp.apl.nam
elc"
v-model=
"model.dftcre.dfdgrp.apl.adr
elc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入名称
"
placeholder=
"请输入地址
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12
"
>
<el-form-item
label=
"地址"
prop=
"dftcre.dfdgrp.apl.adrelc
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
""
prop=
"dftcre.dftp.dffp.ptsget.sdamod.seainf
"
>
<c-input
type=
"textarea"
v-model=
"model.dftcre.dfdgrp.apl.adrelc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址"
v-model=
"model.dftcre.dftp.dffp.ptsget.sdamod.seainf"
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"Drag Drop Sender
"
prop=
"dftcre.dftp.dffp.ptsget.sdamod.dadsnd
"
label=
"国内地址
"
prop=
"dftcre.dfdgrp.dff.dbfadrblkcn
"
>
<c-input
v-model=
"model.dftcre.dftp.dffp.ptsget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
type=
"textarea"
v-model=
"model.dftcre.dfdgrp.dff.dbfadrblkcn"
maxlength=
"35"
show-word-limit
placeholder=
"请输入国内地址"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"dftcre.dftp.dffp.ptsget.sdamod.seainf"
>
</c-col>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"名称"
prop=
"dftcre.dfdgrp.apl.namelc"
>
<c-input
v-model=
"model.dftcre.dftp.dffp.ptsget.sdamod.seainf"
placeholder=
"请输入"
type=
"textarea"
v-model=
"model.dftcre.dfdgrp.apl.namelc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"地址信息
"
prop=
"dftcre.dfdgrp.dff.pts.adrblk
"
label=
"Drag Drop Sender
"
prop=
"dftcre.dftp.dffp.ptsget.sdamod.dadsnd
"
>
<c-input
type=
"textarea"
v-model=
"model.dftcre.dfdgrp.dff.pts.adrblk"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址信息"
v-model=
"model.dftcre.dftp.dffp.ptsget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"国内地址
"
prop=
"dftcre.dfdgrp.dff.dbfadrblkcn
"
label=
"地址信息
"
prop=
"dftcre.dfdgrp.dff.pts.adrblk
"
>
<c-input
type=
"textarea"
v-model=
"model.dftcre.dfdgrp.dff.dbfadrblkcn
"
v-model=
"model.dftcre.dfdgrp.dff.pts.adrblk
"
maxlength=
"35"
show-word-limit
placeholder=
"请输入国内地址
"
placeholder=
"请输入地址信息
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"24
"
>
<span
v-text=
"model.dftcre.dftp.pctlab"
data-path=
".dftcre.dftp.pctlab"
>
</span>
</c-col>
</c-col>
</c-col>
</c-row
>
<!-- </c-row>--
>
</div>
</template>
<
script
>
...
...
src/views/Business/Bctset/Dinpan.vue
View file @
315e107f
This diff is collapsed.
Click to expand it.
src/views/Business/Bctset/Dxzfp.vue
View file @
315e107f
<
template
>
<div
class=
"eibs
-tab
"
>
<div
class=
"eibs"
>
<!-- SG000148 : 收款账号 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"收款人账号"
prop=
"trtcre.trdgrp.rec.recaccount"
>
<c-input
v-model=
"model.trtcre.trdgrp.rec.recaccount"
maxlength=
"35"
placeholder=
""
></c-input>
...
...
@@ -16,18 +16,18 @@
</c-form-item>
</c-col>
<c-col
:span=
"2
0
"
>
<c-col
:span=
"2
4
"
>
<c-form-item
label=
"收款人国别代码"
prop=
"trtcre.trdgrp.rec.reccountrycode"
>
<c-fullbox>
<c-input
v-model=
"model.trtcre.trdgrp.rec.reccountrycode"
maxlength=
"3"
placeholder=
""
@
keyup
.
enter
.
native=
"showGridPromptDialog('trtcre.trdgrp.rec.reccountrycode')"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"4"
>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onRecctySelbut1"
>
</c-button>
</
template
>
</c-fullbox>
</c-form-item>
</c-col>
<!-- SG000150 : 收款人国别代码 -->
<!-- SG000151 : 收款人国内地区码 -->
...
...
@@ -45,8 +45,10 @@ import Api from "~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Bctset/Event"
import
T23E
from
"@/widget/SwfMessage/Tags/T23E"
;
export
default
{
components
:
{
T23E
},
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
...
...
src/views/Business/Bctset/Outp.vue
View file @
315e107f
<
template
>
<div>
<div
class=
"eibs"
>
<!-- ------------------Left------------------>
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2"
style=
"padding-right: 20px
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"业务主键"
prop=
"cnybop.cnyout.spk"
>
<c-input
...
...
@@ -44,7 +44,7 @@
label=
"收款人常驻国家/地区编号"
prop=
"cnybop.cnyout.spayercountrycode"
>
<c-
col
:span=
"20"
>
<c-
fullbox
>
<c-input
v-model=
"model.cnybop.cnyout.spayercountrycode"
maxlength=
"3"
...
...
@@ -53,8 +53,7 @@
showGridPromptDialog('cnybop.cnyout.spayercountrycode')
"
></c-input>
</c-col>
<c-col
:span=
"4"
style=
"text-align: right"
>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
...
...
@@ -70,7 +69,8 @@
)
"
>
</c-button>
</c-col>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
...
...
@@ -190,7 +190,7 @@
</c-col>
<!-- ------------------Right------------------>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<c-col
:span=
"1
2"
style=
"padding-left: 20px
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"银行业务编号"
...
...
src/views/Business/Bctset/Ovwp.vue
View file @
315e107f
...
...
@@ -6,16 +6,19 @@
<m-bctsus
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<!-- v-if="model.trtcre.crefinflg != ''"-->
<el-collapse-item
title=
"创建融资"
name=
"trtcrep"
v-if=
"model.trtcre.crefinflg != ''"
>
<!-- 详情 -->
<m-trtcrep
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<!-- v-if="model.trtcre.trtmod.finmod.dinjdm != '' && model.trtcre.crefinflg !=''"-->
<el-collapse-item
title=
"定价系统"
name=
"dinpan"
v-if=
"model.trtcre.trtmod.finmod.dinjdm != '' && model.trtcre.crefinflg !=''"
>
<!-- 当事人 -->
<m-dinpan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<!-- v-if="model.dftcre.dfflag"-->
<el-collapse-item
title=
"同业代付"
name=
"dftcrep"
v-if=
"model.dftcre.dfflag"
>
<!-- 货物 -->
<m-dftcrep
:model=
"model"
:codes=
"codes"
/>
...
...
src/views/Business/Bctset/Rzkx.vue
View file @
315e107f
<!--D,显示rz1-->
<
template
>
<div
class=
"eibs-tab"
>
<div
>
<div
class=
"eibs"
>
<c-col
:span=
"24"
style=
"height: 24px"
>
<el-form-item
label=
"我行已将上述融资款项
"
class=
"messageLabel"
></el-form-item>
<el-form-item
label=
"我行已将上述融资款项"
label-width=
"150px
"
class=
"messageLabel"
></el-form-item>
</c-col>
<!-- ------------------左部------------------>
<!--
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
-->
<!--
<c-col
:span=
"24"
>
-->
<!--
<c-form-item
style=
"float: left"
>
-->
<!--
<c-checkbox
v-model=
"model.financ.rzkx1"
>
贷记贵司指定账户
</c-checkbox>
-->
<!--
</c-form-item>
-->
<!--
</c-col>
-->
<!--
<c-col
:span=
"24"
>
-->
<!--
<c-form-item
style=
"float: left"
>
-->
<!--
<c-checkbox
v-model=
"model.financ.rzkx2"
>
支付进口信用证项下款项
</c-checkbox>
-->
<!--
</c-form-item>
-->
<!--
</c-col>
-->
<!--
<c-col
:span=
"24"
>
-->
<!--
<c-form-item
style=
"float: left"
>
-->
<!--
<c-checkbox
v-model=
"model.financ.rzkx3"
>
支付进口代收项下款项
</c-checkbox>
-->
<!--
</c-form-item>
-->
<!--
</c-col>
-->
<!--
<c-col
:span=
"24"
>
-->
<!--
<c-form-item
style=
"float: left"
>
-->
<!--
<c-checkbox
v-model=
"model.financ.rzkx4"
>
支付汇出汇款项下款项
</c-checkbox>
-->
<!--
</c-form-item>
-->
<!--
</c-col>
-->
<!--
</c-col>
-->
<!-- <!– ------------------右部----------------–>-->
<!--
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
-->
<!--
<c-col
:span=
"24"
>
-->
<!--
<el-form-item
label=
"帐号:"
prop=
"financ.acc"
>
-->
<!--
<c-input
v-model=
"model.financ.acc"
maxlength=
"40"
placeholder=
"请输入帐号"
:disabled=
"model.financ.rzkx1==''||model.financ.rzkx1==null"
></c-input>
-->
<!--
</el-form-item>
-->
<!--
</c-col>
-->
<!--
<c-col
:span=
"24"
>
-->
<!--
<el-form-item
label=
"业务编号"
prop=
"financ.ref2"
>
-->
<!--
<c-input
v-model=
"model.financ.ref2"
maxlength=
"20"
placeholder=
"请输入业务编号"
:disabled=
"model.financ.rzkx1==''||model.financ.rzkx1==null"
></c-input>
-->
<!--
</el-form-item>
-->
<!--
</c-col>
-->
<!--
<c-col
:span=
"24"
>
-->
<!--
<el-form-item
label=
"业务编号"
prop=
"financ.ref3"
>
-->
<!--
<c-input
v-model=
"model.financ.ref3"
maxlength=
"20"
placeholder=
"请输入业务编号"
:disabled=
"model.financ.rzkx1==''||model.financ.rzkx1==null"
></c-input>
-->
<!--
</el-form-item>
-->
<!--
</c-col>
-->
<!--
<c-col
:span=
"24"
>
-->
<!--
<el-form-item
label=
"业务编号"
prop=
"financ.ref4"
>
-->
<!--
<c-input
v-model=
"model.financ.ref4"
maxlength=
"20"
placeholder=
"请输入业务编号"
:disabled=
"model.financ.rzkx1==''||model.financ.rzkx1==null"
></c-input>
-->
<!--
</el-form-item>
-->
<!--
</c-col>
-->
<!--
</c-col>
-->
<c-col
:span=
"24"
style=
"height: 0px"
>
<el-divider></el-divider>
</c-col>
<br><br>
<div>
<!--
<c-col
:span=
"24"
style=
"height: 24px"
>
-->
<!--
<el-form-item
label=
"我行已将上述融资款项"
class=
"messageLabel"
></el-form-item>
-->
<!--
</c-col>
-->
<!--
<c-col
:span=
"24"
style=
"height: 0px"
>
-->
<!--
<el-divider></el-divider>
-->
<!--
</c-col>
-->
<!--
<br><br>
-->
<c-row>
<c-col
:span=
"12
"
>
<c-col
:span=
"6
"
>
<c-checkbox
v-model=
"model.financ.rzkx1"
>
贷记贵司指定账户
</c-checkbox>
</c-col>
...
...
@@ -25,7 +87,7 @@
</c-row>
<c-row>
<c-col
:span=
"12
"
>
<c-col
:span=
"6
"
>
<c-checkbox
v-model=
"model.financ.rzkx2"
>
支付进口信用证项下款项
</c-checkbox>
</c-col>
...
...
@@ -37,7 +99,7 @@
</c-row>
<c-row>
<c-col
:span=
"12
"
>
<c-col
:span=
"6
"
>
<c-checkbox
v-model=
"model.financ.rzkx3"
>
支付进口代收项下款项
</c-checkbox>
</c-col>
...
...
@@ -49,7 +111,7 @@
</c-row>
<c-row>
<c-col
:span=
"12
"
>
<c-col
:span=
"6
"
>
<c-checkbox
v-model=
"model.financ.rzkx4"
>
支付汇出汇款项下款项
</c-checkbox>
</c-col>
...
...
@@ -62,7 +124,7 @@
</div>
</div>
</div>
</
template
>
<
script
>
...
...
src/views/Business/Bctset/Trtcrep.vue
View file @
315e107f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment