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
zhouqian
vue-gjjs
Commits
2e9a554a
Commit
2e9a554a
authored
Jan 20, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇出汇款Overview
parent
b95db820
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
75 additions
and
78 deletions
+75
-78
Opnp1.vue
src/views/Business/Cptopn/Opnp1.vue
+75
-78
No files found.
src/views/Business/Cptopn/Opnp1.vue
View file @
2e9a554a
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<!--=================顶部================= -->
<c-col
:span=
"24"
>
<c-col
:span=
"
8
"
>
<c-col
:span=
"
9
"
>
<el-form-item
label=
"业务编号"
prop=
"cptp.recget.sdamod.dadsnd"
>
<c-input
v-model=
"model.cptp.recget.sdamod.dadsnd"
...
...
@@ -11,8 +11,9 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"
4
"
>
<c-col
:span=
"
3"
style=
"text-align:right
"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
...
...
@@ -20,6 +21,8 @@
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
style=
"margin:0 0"
size=
"small"
...
...
@@ -28,9 +31,10 @@
@
click=
"onCptpGetref"
>
获取
</c-button>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"Name"
prop=
"cpdgrp.rec.nam"
>
<c-input
v-model=
"model.cpdgrp.rec.nam"
...
...
@@ -72,12 +76,11 @@
<c-col>
<!-- ===================中部--左==================== -->
<c-col
:span=
"1
1
"
style=
"margin-top: 10px"
>
<c-col
:span=
"1
2
"
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"清算编号"
prop=
"cpdgrp.rec.sysno"
>
<c-input
v-model=
"model.cpdgrp.rec.sysno"
style=
"width: 80%"
maxlength=
"21"
placeholder=
"请输入清算编号"
></c-input>
...
...
@@ -123,16 +126,17 @@
v-model=
"model.cpdgrp.rec.othbch"
maxlength=
"8"
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1
0
"
>
<el-form-item
label=
"汇款语种"
label-width=
"100px"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"汇款语种"
>
<c-select
v-model=
"model.cptp.payuil"
style=
"width: 95%"
placeholder=
"请选择汇款语种"
@
change=
"onPayuilChange"
style=
"100%"
>
<el-option
v-for=
"item in codes.payuil"
...
...
@@ -163,10 +167,9 @@
</el-form-item>
</c-col>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"预计核验日期"
label-width=
"120px"
prop=
"cpdgrp.rec.paydat"
>
<c-date-picker
...
...
@@ -181,7 +184,7 @@
</c-col>
</c-col>
<c-col
:span=
"
19
"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"我行费用负担"
>
<c-select
v-model=
"model.cpdgrp.rec.detchgcod"
...
...
@@ -217,13 +220,12 @@
</c-col>
<!-- ===================中部--右==================== -->
<c-col
:span=
"1
1"
:offset=
"1"
style=
"margin-top: 10px"
>
<c-col
:span=
"1
2"
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"汇款性质"
prop=
"cpdgrp.rec.trntyp"
>
<c-col
:span=
"10"
>
<c-select
v-model=
"model.cpdgrp.rec.trntyp"
style=
"width: 100%"
placeholder=
"请选择汇款性质"
>
<el-option
...
...
@@ -233,18 +235,14 @@
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<c-col
:span=
"14"
>
<el-form-item
label=
"汇款方式"
label-width=
"120px"
prop=
"cpdgrp.rec.paytype"
>
<c-select
v-model=
"model.cpdgrp.rec.paytype"
style=
"width: 100%"
placeholder=
"请选择汇款方式"
>
<el-option
...
...
@@ -256,14 +254,14 @@
</c-select>
</el-form-item>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"收款对象"
prop=
"cpdgrp.rec.gors"
>
<c-col
:span=
"10"
>
<c-select
v-model=
"model.cpdgrp.rec.gors"
style=
"width: 100%"
placeholder=
"请选择收款对象"
>
<el-option
...
...
@@ -273,18 +271,14 @@
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<c-col
:span=
"14"
>
<el-form-item
label=
"收支类型"
label-width=
"120px"
prop=
"cpdgrp.rec.sztyp"
>
<c-select
v-model=
"model.cpdgrp.rec.sztyp"
style=
"width: 100%"
placeholder=
"请选择收支类型"
>
<el-option
...
...
@@ -296,21 +290,14 @@
</c-select>
</el-form-item>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
v-if=
"true"
></el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
v-if=
"true"
></el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"客户类型"
prop=
"cpdgrp.rec.clityp"
>
<c-col
:span=
"10"
>
<c-select
v-model=
"model.cpdgrp.rec.clityp"
style=
"width: 100%"
placeholder=
"请选择客户类型"
>
<el-option
...
...
@@ -320,13 +307,10 @@
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<c-col
:span=
"14"
>
<el-form-item
label=
"报文类型"
label-width=
"120px"
prop=
"cpdgrp.rec.swftyp"
>
<c-select
...
...
@@ -344,29 +328,34 @@
</c-select>
</el-form-item>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"收款人常驻国家/地区代码"
prop=
"cptp.payeecountcode"
>
<c-col
:span=
"16"
>
<c-input
v-model=
"model.cptp.payeecountcode"
maxlength=
"3"
placeholder=
"请输入收款人常驻国家/地区代码"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cptp.payeecountcode')
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cptp.payeecountcode')"
style=
"width:100%"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
:offset=
"1"
>
<c-col
:span=
"8"
>
<c-col
:span=
"10"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetinf"
>
?
</c-button>
</c-col>
<c-col
:span=
"14"
style=
"text-align:right"
>
<c-checkbox
v-model=
"model.cpdgrp.rec.tsnflg"
>
同名划转
</c-checkbox>
</c-col>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -394,10 +383,6 @@
v-if=
"!(model.cpdgrp.cbs.nom1.cur === 'CNY')"
></el-form-item>
</c-col>
<c-col
:span=
"4"
:offset=
"4"
>
<c-checkbox
v-model=
"model.cpdgrp.rec.tsnflg"
>
同名划转
</c-checkbox>
</c-col>
</c-col>
</c-col>
</c-col>
...
...
@@ -407,7 +392,7 @@
v-if=
"model.cptp.liqtyp === '' || model.cpdgrp.cbs.nom1.amt === '0.000'"
>
<!-- ================底部--左================= -->
<c-col
:span=
"1
1
"
style=
"margin-top: 10px"
>
<c-col
:span=
"1
2
"
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Ordering institution (52a)"
...
...
@@ -415,21 +400,22 @@
>
<c-input
v-model=
"model.cpdgrp.ori.pts.ref"
style=
"width: 90%"
maxlength=
"16"
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"1
7
"
>
<c-col
:span=
"1
8
"
>
<el-form-item
label=
""
>
<c-input
placeholder=
""
></c-input>
<c-input
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"
7
"
>
<c-col
:span=
"
6"
style=
"text-align:right
"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
...
...
@@ -437,14 +423,17 @@
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"
18
"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
...
...
@@ -453,6 +442,7 @@
v-model=
"model.cpdgrp.ori.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -461,9 +451,9 @@
<el-form-item
label=
"汇款人"
prop=
"cpdgrp.orc.pts.ref"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.ref"
style=
"width: 90%"
maxlength=
"16"
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -472,24 +462,26 @@
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.orcact"
>
<c-input
v-model=
"model.cpdgrp.rec.orcact"
style=
"width: 90%"
maxlength=
"35"
placeholder=
"汇款人账号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"1
7
"
>
<c-col
:span=
"1
8
"
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
disabled
placeholder=
"请输入汇款人客户号"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"
7
"
>
<c-col
:span=
"
6"
style=
"text-align:right
"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
...
...
@@ -497,14 +489,17 @@
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"
18
"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
...
...
@@ -513,6 +508,7 @@
v-model=
"model.cpdgrp.orc.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -520,15 +516,16 @@
</c-col>
<!-- ================底部--右================= -->
<c-col
:span=
"1
1"
:offset=
"1
"
style=
"margin-top: 10px"
>
<c-col
:span=
"1
2
"
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"1
7
"
>
<c-col
:span=
"1
8
"
>
<el-form-item
label=
"发报行"
>
<c-input
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"
7
"
>
<c-col
:span=
"
6"
style=
"text-align:right
"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
...
...
@@ -536,22 +533,24 @@
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
placeholder=
""
disabled
style=
"width: 90%"
></c-input>
<c-input
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"指令代码"
prop=
"cpdgrp.rec.f23e"
>
<c-input
v-model=
"model.cpdgrp.rec.f23e"
style=
"width: 90%"
maxlength=
"35"
placeholder=
"请输入指令代码"
></c-input>
...
...
@@ -589,7 +588,6 @@
<el-form-item
label=
"汇率"
prop=
"cpdgrp.rec.f36"
>
<c-input
v-model=
"model.cpdgrp.rec.f36"
style=
"width: 30%"
placeholder=
""
></c-input>
</el-form-item>
...
...
@@ -598,7 +596,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"14"
>
<el-form-item
label=
"发报行扣费金额"
prop=
"cpdgrp.rec.cur71f"
>
<c-select
v-model=
"model.cpdgrp.rec.cur71f"
placeholder=
""
>
<c-select
v-model=
"model.cpdgrp.rec.cur71f"
placeholder=
""
style=
"width:100%"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
...
...
@@ -623,7 +621,6 @@
<el-form-item
label=
"银行操作码"
prop=
"cpdgrp.rec.f23b"
>
<c-input
v-model=
"model.cpdgrp.rec.f23b"
style=
"width: 20%"
maxlength=
"4"
placeholder=
""
></c-input>
...
...
@@ -634,7 +631,6 @@
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.pyeact"
>
<c-input
v-model=
"model.cpdgrp.rec.pyeact"
style=
"width: 90%"
maxlength=
"35"
placeholder=
"请输入账号"
></c-input>
...
...
@@ -642,7 +638,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"1
7
"
>
<c-col
:span=
"1
8
"
>
<el-form-item
label=
"收款人"
prop=
"cpdgrp.orc.pts.extkey"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
...
...
@@ -654,9 +650,9 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<c-col
:span=
"6"
style=
"text-align:right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
...
...
@@ -664,14 +660,17 @@
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"
18
"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
...
...
@@ -1233,7 +1232,7 @@
</c-col>
<!-- ==============右================== -->
<c-col
:span=
"1
1"
:offset=
"1
"
>
<c-col
:span=
"1
2
"
>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"发报行"
>
...
...
@@ -1339,7 +1338,6 @@
<!-- ====================清算模式-代理行模式=================== -->
<c-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'C'"
style=
"margin-top: 10px"
>
<!-- ==============左============== -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Ordering institution (52a)"
...
...
@@ -1447,7 +1445,7 @@
</c-col>
</c-col>
<!-- ==============右============== -->
<
c-col
:span=
"11"
:offset=
"1"
>
<
!--
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"清算代理行"
>
<c-select
...
...
@@ -1622,8 +1620,7 @@
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
-->
<!--
<c-col><div
style=
"height: 100px"
></div></c-col>
...
...
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