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
c98c654f
Commit
c98c654f
authored
Jan 25, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇款查询信息界面调整
parent
56cecbdb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
97 additions
and
2 deletions
+97
-2
index.js
src/config/CodeTable/index.js
+32
-0
Infconp.vue
src/views/Business/Infcpd/Infconp.vue
+0
-0
Ptap.vue
src/views/Public/Ptap.vue
+65
-2
No files found.
src/config/CodeTable/index.js
View file @
c98c654f
...
...
@@ -4165,6 +4165,12 @@ const CodeTable = {
{
label
:
"票汇"
,
value
:
"2"
},
{
label
:
"其他"
,
value
:
"3"
},
],
paytype1
:
[
{
label
:
"电汇"
,
value
:
"0"
},
{
label
:
"票汇"
,
value
:
"1"
},
{
label
:
"信汇"
,
value
:
"2"
},
{
label
:
"其他"
,
value
:
"3"
},
],
payuil
:
[
{
label
:
"English"
,
value
:
"EN"
},
{
label
:
"Chinese"
,
value
:
"CN"
},
...
...
@@ -5131,6 +5137,26 @@ const CodeTable = {
{
label
:
"MT103+MT910"
,
value
:
"103910"
},
{
label
:
"MT103"
,
value
:
"103"
},
],
swftyp1
:
[
{
label
:
"MT103"
,
value
:
"103"
},
{
label
:
"MT202 COV"
,
value
:
"202"
},
{
label
:
"MT910"
,
value
:
"910"
},
{
label
:
"Other"
,
value
:
"OTH"
},
{
label
:
"MT202"
,
value
:
"200"
},
{
label
:
"CMT100"
,
value
:
"CMT"
},
{
label
:
"hvps111"
,
value
:
"HVP"
},
{
label
:
"hvps112"
,
value
:
"HVQ"
},
{
label
:
"PKG001"
,
value
:
"CMX"
},
{
label
:
"PKG005"
,
value
:
"CMY"
},
{
label
:
"beps121"
,
value
:
"BEP"
},
{
label
:
"beps122"
,
value
:
"BEQ"
},
{
label
:
"beps125"
,
value
:
"BES"
},
{
label
:
"cips111"
,
value
:
"CIU"
},
{
label
:
"cips112"
,
value
:
"CIV"
},
{
label
:
"cips111"
,
value
:
"CIW"
},
{
label
:
"hvps115"
,
value
:
"HVR"
},
{
label
:
"FMT100"
,
value
:
"FMS"
},
],
swmfmt
:
[
{
label
:
"TradeConnect"
,
value
:
"T"
},
{
label
:
"DTA Import"
,
value
:
"A"
},
...
...
@@ -5345,6 +5371,12 @@ const CodeTable = {
{
label
:
"补充"
,
value
:
"B"
},
{
label
:
"替换"
,
value
:
"T"
},
],
trntyp1
:
[
{
label
:
"贸易"
,
value
:
"0"
},
{
label
:
"非贸易"
,
value
:
"1"
},
{
label
:
"资本"
,
value
:
"2"
},
{
label
:
"其他"
,
value
:
"3"
},
],
troflg
:
[
{
label
:
"TRO entries exist"
,
value
:
"Y"
},
{
label
:
"No TRO entries exist"
,
value
:
""
},
...
...
src/views/Business/Infcpd/Infconp.vue
View file @
c98c654f
This diff is collapsed.
Click to expand it.
src/views/Public/Ptap.vue
View file @
c98c654f
...
...
@@ -12,7 +12,7 @@
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
v-if=
"!editExtLabel"
>
<el-form-item
:label=
"`$
{argadr.title}ID`"
:prop="`${argadr.grp}.${argadr.rol}.pts.extkey`"
...
...
@@ -49,6 +49,43 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
v-else
>
<el-form-item
:label=
"`${argadr.title}`"
:prop=
"`${argadr.grp}.${argadr.rol}.pts.extkey`"
style=
"width: 100%"
>
<c-fullbox>
<c-input
v-model=
"model[argadr.grp][argadr.rol].pts.extkey"
:placeholder=
"'请输入' + argadr.title + 'Extkey'"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`${argadr.grp}.${argadr.rol}.pts.extkey`)
"
@
change=
"valueChange"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSeainf(`$
{argadr.grp}.${argadr.rol}.pts.extkey`)"
>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
{{
$t
(
'buttons.details'
)
}}
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<
template
v-if=
"!onlySearch"
>
<c-col
v-if=
"isAdrblk"
:span=
"24"
>
<el-form-item
...
...
@@ -59,7 +96,23 @@
type=
"textarea"
:rows=
"4"
v-model=
"model[argadr.grp][argadr.rol].pts.adrblk"
maxlength=
"35"
maxlength=
"150"
show-word-limit
placeholder=
"请输入名称地址"
:disabled=
"disabled"
></c-input>
</el-form-item>
</c-col>
<c-col
v-else-if=
"!haveAdrLabel"
:span=
"24"
>
<el-form-item
label=
""
:prop=
"`$
{argadr.grp}.${argadr.rol}.pts.adrblk`"
>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model[argadr.grp][argadr.rol].pts.adrblk"
maxlength=
"150"
show-word-limit
placeholder=
"请输入名称地址"
:disabled=
"disabled"
...
...
@@ -148,6 +201,16 @@ export default {
type
:
Boolean
,
default
:
false
,
},
editExtLabel
:
{
//自定义ID label
type
:
Boolean
,
default
:
true
,
},
haveAdrLabel
:
{
//有无名称地址 label
type
:
Boolean
,
default
:
true
,
},
},
data
()
{
return
{
...
...
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