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
c0fe83df
Commit
c0fe83df
authored
Dec 30, 2021
by
chenzhaole
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重新调整adrblk的行数和大小 by czl
parent
cfa97825
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
140 additions
and
109 deletions
+140
-109
Event.js
src/model/Infcpd/Event.js
+18
-0
Opnp1.vue
src/views/Business/Cptadv/Opnp1.vue
+28
-36
Opnp1.vue
src/views/Business/Cptopn/Opnp1.vue
+93
-72
index.vue
src/views/Business/Cptopn/index.vue
+1
-1
No files found.
src/model/Infcpd/Event.js
View file @
c0fe83df
...
@@ -242,5 +242,22 @@ export default {
...
@@ -242,5 +242,22 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
handleReset
()
{
},
async
handleSearch
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
stmData
.
data
=
rtnmsg
.
data
.
infbut_dspstm
.
rows
;
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
}
\ No newline at end of file
src/views/Business/Cptadv/Opnp1.vue
View file @
c0fe83df
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
style=
"margin:0 0"
style=
"margin:0 0"
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
disabled
:disabled=
"this.flag"
@
click=
"onCptpGetref"
@
click=
"onCptpGetref"
>
>
获取
获取
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<!-- ========================左边======================= -->
<!-- ========================左边======================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"11"
style=
"margin-top: 10px"
>
<c-col
:span=
"20"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"清算编号"
style=
"width:100%"
>
<el-form-item
label=
"清算编号"
style=
"width:100%"
>
<c-input
<c-input
...
@@ -104,10 +104,10 @@
...
@@ -104,10 +104,10 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"汇款语种"
label-width=
"1
1
0px"
>
<el-form-item
label=
"汇款语种"
label-width=
"1
0
0px"
>
<c-select
<c-select
v-model=
"model.cptp.payuil"
v-model=
"model.cptp.payuil"
style=
"width:
100
%"
style=
"width:
95
%"
placeholder=
"请选择汇款语种"
placeholder=
"请选择汇款语种"
>
>
<el-option
<el-option
...
@@ -167,12 +167,12 @@
...
@@ -167,12 +167,12 @@
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"
16
"
>
<el-form-item
label=
"ordering institution(52a)"
>
<el-form-item
label=
"ordering institution(52a)"
>
<c-input
<c-input
v-model=
"model.cpdgrp.ori.pts.ref"
v-model=
"model.cpdgrp.ori.pts.ref"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入
(52a)
"
placeholder=
"请输入
ref
"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"
2
"
>
<c-col
:span=
"
8
"
>
<el-form-item
label=
""
label-width=
"15px"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
<c-button
size=
"small"
size=
"small"
...
@@ -194,10 +194,6 @@
...
@@ -194,10 +194,6 @@
icon=
"el-icon-search"
icon=
"el-icon-search"
@
click=
"onSeainf"
@
click=
"onSeainf"
></c-button>
></c-button>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onOripDet"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onOripDet"
>
详情
详情
</c-button>
</c-button>
...
@@ -208,8 +204,9 @@
...
@@ -208,8 +204,9 @@
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
v-model=
"model.cpdgrp.ori.pts.adrblk"
:rows=
"4"
maxlength=
"35"
maxlength=
"140"
v-model=
"model.cpdgrp.ori.pts.adrblk"
show-word-limit
show-word-limit
placeholder=
"请输入Address Block"
placeholder=
"请输入Address Block"
></c-input>
></c-input>
...
@@ -233,12 +230,12 @@
...
@@ -233,12 +230,12 @@
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"1
6
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
v-model=
"model.cpdgrp.orc.pts.extkey"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
客户号
"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -259,31 +256,19 @@
...
@@ -259,31 +256,19 @@
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.orc.pts.adrblk"
v-model=
"model.cpdgrp.orc.pts.adrblk"
maxlength=
"35"
show-word-limit
show-word-limit
placeholder=
"请输入Address Block"
placeholder=
"请输入Address Block"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-ptap
:model=
"model"
:argadr=
"
{
title: '测试角色',
grp: 'cpdgrp',
rol: 'pye',
}"
:disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onPyepDet"
>
</c-ptap>
</c-col>
</c-col>
<!-- ========================右边======================= -->
<!-- ========================右边======================= -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"11"
:offset=
"1"
style=
"margin-top: 10px"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"汇款性质"
>
<el-form-item
label=
"汇款性质"
>
<c-select
<c-select
...
@@ -435,10 +420,9 @@
...
@@ -435,10 +420,9 @@
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"20px"
style=
"text-align: left"
>
<el-form-item
label=
""
label-width=
"20px"
>
<c-input
<c-input
v-model=
"model.cpdgrp.rec.feeamt"
v-model=
"model.cpdgrp.rec.feeamt"
style=
"text-align: left; width: 150px"
placeholder=
"请输入国外费用金额"
placeholder=
"请输入国外费用金额"
></c-input>
></c-input>
<c-checkbox
v-model=
"model.cpdgrp.rec.tsnflg"
<c-checkbox
v-model=
"model.cpdgrp.rec.tsnflg"
...
@@ -447,7 +431,7 @@
...
@@ -447,7 +431,7 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"1
6
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"发报人"
>
<el-form-item
label=
"发报人"
>
<c-input
<c-input
v-model=
"model.cpdgrp.snd.pts.extkey"
v-model=
"model.cpdgrp.snd.pts.extkey"
...
@@ -456,7 +440,7 @@
...
@@ -456,7 +440,7 @@
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"
1
8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
""
label-width=
"15px"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
<c-button
size=
"small"
size=
"small"
...
@@ -605,8 +589,9 @@
...
@@ -605,8 +589,9 @@
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.pye.pts.adrblk"
v-model=
"model.cpdgrp.pye.pts.adrblk"
maxlength=
"35"
show-word-limit
show-word-limit
placeholder=
"请输入Address Block"
placeholder=
"请输入Address Block"
></c-input>
></c-input>
...
@@ -1296,7 +1281,14 @@ export default {
...
@@ -1296,7 +1281,14 @@ export default {
methods
:
{
...
Event
,
methods
:
{
...
Event
,
onSeainf
(){}
onSeainf
(){}
},
},
created
:
function
()
{},
created
:
function
()
{
console
.
log
(
this
.
root
);
},
computed
:
{
flag
()
{
return
this
.
model
.
cpdgrp
.
pye
.
pts
.
extkey
==
""
||
this
.
model
.
cpdgrp
.
rec
.
ownref
!=
""
;
},
},
};
};
</
script
>
</
script
>
<
style
>
<
style
>
...
...
src/views/Business/Cptopn/Opnp1.vue
View file @
c0fe83df
...
@@ -16,12 +16,17 @@
...
@@ -16,12 +16,17 @@
<c-button
<c-button
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
@
click=
"on
CptpGetre
f"
@
click=
"on
Seain
f"
icon=
"el-icon-search"
icon=
"el-icon-search"
>
>
</c-button>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetref"
disabled
>
<c-button
GetRef
style=
"margin:0 0"
size=
"small"
type=
"primary"
:disabled=
"this.flag"
@
click=
"onCptpGetref"
>
获取
</c-button>
</c-button>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -67,7 +72,7 @@
...
@@ -67,7 +72,7 @@
<c-col>
<c-col>
<!-- ===================中部--左==================== -->
<!-- ===================中部--左==================== -->
<c-col
:span=
"11"
style=
"margin-top:
2
0px"
>
<c-col
:span=
"11"
style=
"margin-top:
1
0px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"清算编号"
prop=
"cpdgrp.rec.sysno"
>
<el-form-item
label=
"清算编号"
prop=
"cpdgrp.rec.sysno"
>
<c-input
<c-input
...
@@ -118,15 +123,14 @@
...
@@ -118,15 +123,14 @@
v-model=
"model.cpdgrp.rec.othbch"
v-model=
"model.cpdgrp.rec.othbch"
maxlength=
"8"
maxlength=
"8"
placeholder=
""
placeholder=
""
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"10"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"汇款语种"
label-width=
"1
2
0px"
>
<el-form-item
label=
"汇款语种"
label-width=
"1
0
0px"
>
<c-select
<c-select
v-model=
"model.cptp.payuil"
v-model=
"model.cptp.payuil"
style=
"width:
100
%"
style=
"width:
95
%"
placeholder=
"请选择汇款语种"
placeholder=
"请选择汇款语种"
@
change=
"onPayuilChange"
@
change=
"onPayuilChange"
>
>
...
@@ -213,7 +217,7 @@
...
@@ -213,7 +217,7 @@
</c-col>
</c-col>
<!-- ===================中部--右==================== -->
<!-- ===================中部--右==================== -->
<c-col
:span=
"11"
:offset=
"1"
style=
"margin-top:
2
0px"
>
<c-col
:span=
"11"
:offset=
"1"
style=
"margin-top:
1
0px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"汇款性质"
prop=
"cpdgrp.rec.trntyp"
>
<el-form-item
label=
"汇款性质"
prop=
"cpdgrp.rec.trntyp"
>
...
@@ -329,7 +333,7 @@
...
@@ -329,7 +333,7 @@
style=
"width: 100%"
style=
"width: 100%"
placeholder=
""
placeholder=
""
v-model=
"model.cpdgrp.rec.swftyp"
v-model=
"model.cpdgrp.rec.swftyp"
:disabled=
"model.cptp.liqtyp != 'C' && model.cptp.liqtyp != 'S'"
:disabled=
"model.cptp.liqtyp != 'C' && model.cptp.liqtyp != 'S'
&& model.cptp.liqtyp != ''
"
>
>
<el-option
<el-option
v-for=
"item in codes.swftyp"
v-for=
"item in codes.swftyp"
...
@@ -403,7 +407,7 @@
...
@@ -403,7 +407,7 @@
v-if=
"model.cptp.liqtyp === '' || model.cpdgrp.cbs.nom1.amt === '0.000'"
v-if=
"model.cptp.liqtyp === '' || model.cpdgrp.cbs.nom1.amt === '0.000'"
>
>
<!-- ================底部--左================= -->
<!-- ================底部--左================= -->
<c-col
:span=
"11"
style=
"margin-top:
2
0px"
>
<c-col
:span=
"11"
style=
"margin-top:
1
0px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
<el-form-item
label=
"Ordering institution (52a)"
label=
"Ordering institution (52a)"
...
@@ -414,7 +418,6 @@
...
@@ -414,7 +418,6 @@
style=
"width: 90%"
style=
"width: 90%"
maxlength=
"16"
maxlength=
"16"
placeholder=
""
placeholder=
""
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -422,7 +425,7 @@
...
@@ -422,7 +425,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<c-col
:span=
"17"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
placeholder=
""
disabled
></c-input>
<c-input
placeholder=
""
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"7"
>
<c-col
:span=
"7"
>
...
@@ -441,14 +444,15 @@
...
@@ -441,14 +444,15 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"
18
"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
placeholder=
""
:rows=
"4"
disabled
maxlength=
"140"
rows=
"9"
v-model=
"model.cpdgrp.ori.pts.adrblk"
style=
"width: 90%"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -460,7 +464,6 @@
...
@@ -460,7 +464,6 @@
style=
"width: 90%"
style=
"width: 90%"
maxlength=
"16"
maxlength=
"16"
placeholder=
""
placeholder=
""
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -471,7 +474,7 @@
...
@@ -471,7 +474,7 @@
v-model=
"model.cpdgrp.rec.orcact"
v-model=
"model.cpdgrp.rec.orcact"
style=
"width: 90%"
style=
"width: 90%"
maxlength=
"35"
maxlength=
"35"
placeholder=
""
placeholder=
"
汇款人账号
"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -479,7 +482,10 @@
...
@@ -479,7 +482,10 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<c-col
:span=
"17"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
placeholder=
""
disabled
></c-input>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
placeholder=
"请输入汇款人客户号"
>
</c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"7"
>
<c-col
:span=
"7"
>
...
@@ -498,21 +504,23 @@
...
@@ -498,21 +504,23 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"
18
"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
placeholder=
""
:rows=
"4"
disabled
maxlength=
"140"
rows=
"9"
v-model=
"model.cpdgrp.orc.pts.adrblk"
style=
"width: 90%"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<!-- ================底部--右================= -->
<!-- ================底部--右================= -->
<c-col
:span=
"11"
:offset=
"1"
style=
"margin-top:
2
0px"
>
<c-col
:span=
"11"
:offset=
"1"
style=
"margin-top:
1
0px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"发报行"
>
<el-form-item
label=
"发报行"
>
...
@@ -663,14 +671,15 @@
...
@@ -663,14 +671,15 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"
18
"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
placeholder=
""
:rows=
"4"
readonly
maxlength=
"140"
rows=
"9"
v-model=
"model.cpdgrp.pye.pts.adrblk"
style=
"width: 90%"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -678,7 +687,7 @@
...
@@ -678,7 +687,7 @@
</c-col>
</c-col>
<!-- ====================清算模式-人行支付系统===================== -->
<!-- ====================清算模式-人行支付系统===================== -->
<c-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'B'"
style=
"margin-top:
2
0px"
>
<c-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'B'"
style=
"margin-top:
1
0px"
>
<!-- =========左========== -->
<!-- =========左========== -->
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
...
@@ -912,7 +921,7 @@
...
@@ -912,7 +921,7 @@
</c-col>
</c-col>
<!-- ====================清算模式-CIPS系统===================== -->
<!-- ====================清算模式-CIPS系统===================== -->
<c-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'S'"
style=
"margin-top:
2
0px"
>
<c-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'S'"
style=
"margin-top:
1
0px"
>
<!-- =========左========== -->
<!-- =========左========== -->
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
...
@@ -1113,9 +1122,9 @@
...
@@ -1113,9 +1122,9 @@
</c-col>
</c-col>
<!-- ======================清算模式-Other================ -->
<!-- ======================清算模式-Other================ -->
<c-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'O'"
style=
"margin-top:
2
0px"
>
<c-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'O'"
style=
"margin-top:
1
0px"
>
<!-- ================左================= -->
<!-- ================左================= -->
<c-col
:span=
"11"
style=
"margin-top: 20px"
>
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
<el-form-item
label=
"Ordering institution (52a)"
label=
"Ordering institution (52a)"
...
@@ -1152,14 +1161,15 @@
...
@@ -1152,14 +1161,15 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"
18
"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
placeholder=
""
:rows=
"4"
readonly
maxlength=
"140"
rows=
"9"
v-model=
"model.cpdgrp.ori.pts.adrblk"
style=
"width: 90%"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -1208,14 +1218,15 @@
...
@@ -1208,14 +1218,15 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"
18
"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
placeholder=
""
:rows=
"4"
readonly
maxlength=
"140"
rows=
"9"
v-model=
"model.cpdgrp.orc.pts.adrblk"
style=
"width: 90%"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -1244,14 +1255,15 @@
...
@@ -1244,14 +1255,15 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"
18
"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
placeholder=
""
:rows=
"4"
readonly
maxlength=
"140"
style=
"width: 90%"
v-model=
"model.cpdgrp.snd.pts.adrblk"
rows=
"7"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -1262,7 +1274,7 @@
...
@@ -1262,7 +1274,7 @@
placeholder=
""
placeholder=
""
readonly
readonly
style=
"width: 90%"
style=
"width: 90%"
rows=
"
5
"
rows=
"
3
"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -1309,14 +1321,15 @@
...
@@ -1309,14 +1321,15 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"
18
"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
placeholder=
""
:rows=
"4"
readonly
maxlength=
"140"
rows=
"9"
v-model=
"model.cpdgrp.pye.pts.adrblk"
style=
"width: 90%"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -1324,7 +1337,7 @@
...
@@ -1324,7 +1337,7 @@
</c-col>
</c-col>
<!-- ====================清算模式-代理行模式=================== -->
<!-- ====================清算模式-代理行模式=================== -->
<c-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'C'"
style=
"margin-top:
2
0px"
>
<c-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'C'"
style=
"margin-top:
1
0px"
>
<!-- ==============左============== -->
<!-- ==============左============== -->
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
...
@@ -1363,14 +1376,15 @@
...
@@ -1363,14 +1376,15 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"
18
"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
placeholder=
""
:rows=
"4"
readonly
maxlength=
"140"
rows=
"9"
v-model=
"model.cpdgrp.ori.pts.adrblk"
style=
"width: 90%"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -1419,14 +1433,15 @@
...
@@ -1419,14 +1433,15 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"
18
"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
placeholder=
""
:rows=
"4"
readonly
maxlength=
"140"
rows=
"9"
v-model=
"model.cpdgrp.orc.pts.adrblk"
style=
"width: 90%"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -1595,14 +1610,15 @@
...
@@ -1595,14 +1610,15 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"
24
"
>
<c-col
:span=
"
18
"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
placeholder=
""
:rows=
"4"
readonly
maxlength=
"140"
rows=
"9"
v-model=
"model.cpdgrp.pye.pts.adrblk"
style=
"width: 90%"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -2413,6 +2429,11 @@ export default {
...
@@ -2413,6 +2429,11 @@ export default {
},
},
},
},
created
:
function
()
{},
created
:
function
()
{},
computed
:
{
flag
()
{
return
this
.
model
.
cpdgrp
.
orc
.
pts
.
extkey
==
""
||
this
.
model
.
cpdgrp
.
rec
.
ownref
!=
""
;
},
},
};
};
</
script
>
</
script
>
<
style
>
<
style
>
...
...
src/views/Business/Cptopn/index.vue
View file @
c0fe83df
<
template
>
<
template
>
<c-page
title=
"汇出汇款"
>
<c-page
title=
"汇出汇款"
>
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
<el-form
<el-form
:model=
"model"
:model=
"model"
:rules=
"rules"
:rules=
"rules"
...
@@ -65,7 +66,6 @@
...
@@ -65,7 +66,6 @@
<m-outp
:model=
"model"
:codes=
"codes"
></m-outp>
<m-outp
:model=
"model"
:codes=
"codes"
></m-outp>
</el-tab-pane>
</el-tab-pane>
</el-tabs>
</el-tabs>
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
</el-form>
</el-form>
</div>
</div>
...
...
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