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
90a86439
Commit
90a86439
authored
Aug 25, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bdtudp页面修改-bug解决
parent
827ca54c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
12 deletions
+28
-12
Mt754p.vue
src/views/Business/Bdtudp/Mt754p.vue
+4
-0
Othadvtypp.vue
src/views/Business/Bdtudp/Othadvtypp.vue
+10
-8
Payp.vue
src/views/Business/Bdtudp/Payp.vue
+14
-4
No files found.
src/views/Business/Bdtudp/Mt754p.vue
View file @
90a86439
...
@@ -131,6 +131,7 @@
...
@@ -131,6 +131,7 @@
maxlength=
"210"
maxlength=
"210"
show-word-limit
show-word-limit
placeholder=
"名称"
placeholder=
"名称"
disabled
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
...
@@ -142,6 +143,7 @@
...
@@ -142,6 +143,7 @@
maxlength=
"210"
maxlength=
"210"
show-word-limit
show-word-limit
placeholder=
"地址"
placeholder=
"地址"
disabled
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
...
@@ -248,6 +250,7 @@
...
@@ -248,6 +250,7 @@
maxlength=
"210"
maxlength=
"210"
show-word-limit
show-word-limit
placeholder=
"名称"
placeholder=
"名称"
disabled
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
...
@@ -259,6 +262,7 @@
...
@@ -259,6 +262,7 @@
maxlength=
"210"
maxlength=
"210"
show-word-limit
show-word-limit
placeholder=
"地址"
placeholder=
"地址"
disabled
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Bdtudp/Othadvtypp.vue
View file @
90a86439
...
@@ -136,42 +136,44 @@
...
@@ -136,42 +136,44 @@
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<!-- Reimbursing
Bank -->
<!-- Beneficiary's
Bank -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-ptap
<c-ptap
:model=
"model"
:model=
"model"
:argadr=
"
{
:argadr=
"
{
title: '
Reimbursing
Bank',
title: '
Beneficiary`s
Bank',
grp: 'bddgrp',
grp: 'bddgrp',
rol: '
rm
b',
rol: '
be
b',
}"
}"
:noRef="true"
:noRef="true"
:onlySearch="true"
:onlySearch="true"
:disabledExtkey="true"
:disabledExtkey="true"
@onSeainf="onSeainf"
@onSeainf="onSeainf"
@onAplpDet="on
Rm
bpDet"
@onAplpDet="on
Be
bpDet"
>
>
</c-ptap>
</c-ptap>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-form-item
label=
""
prop=
"bddgrp.
rm
b.namelc"
>
<c-form-item
label=
""
prop=
"bddgrp.
be
b.namelc"
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
v-model=
"model.bddgrp.
rm
b.namelc"
v-model=
"model.bddgrp.
be
b.namelc"
maxlength=
"210"
maxlength=
"210"
show-word-limit
show-word-limit
placeholder=
"名称"
placeholder=
"名称"
disabled
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-form-item
label=
""
prop=
"bddgrp.
rm
b.adrelc"
>
<c-form-item
label=
""
prop=
"bddgrp.
be
b.adrelc"
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
v-model=
"model.bddgrp.
rm
b.adrelc"
v-model=
"model.bddgrp.
be
b.adrelc"
maxlength=
"210"
maxlength=
"210"
show-word-limit
show-word-limit
placeholder=
"地址"
placeholder=
"地址"
disabled
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Bdtudp/Payp.vue
View file @
90a86439
...
@@ -455,8 +455,14 @@
...
@@ -455,8 +455,14 @@
v-model=
"model.sftmt"
v-model=
"model.sftmt"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"Which MT"
placeholder=
"Which MT"
:code=
"codes.paysmt"
>
>
<el-option
v-for=
"item in codeTable"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -478,10 +484,10 @@
...
@@ -478,10 +484,10 @@
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
icon=
"el-icon-search"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog('bdtp.acctag.buttxmsel', null, null,
{TXT: 'bddgrp.tag72add'}, {TXT: false},'doxpDialog')
"
@
click=
"
onAcctagButtxmsel
"
:disabled=
"model.sftmt==''"
:disabled=
"model.sftmt==''"
>
>
<!-- @click="
onAcctagButtxmsel"
-->
<!-- @click="
showGridPromptDialog('bdtp.acctag.buttxmsel', null, null,
{TXT: 'bddgrp.tag72add'}, {TXT: false},'doxpDialog')"
-->
...
...
</c-button>
</c-button>
</
template
>
</
template
>
...
@@ -656,7 +662,11 @@ export default {
...
@@ -656,7 +662,11 @@ export default {
props
:
[
'model'
,
'codes'
],
props
:
[
'model'
,
'codes'
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{}
return
{
codeTable
:
[
{
label
:
"MT x99 Information by Free Message"
,
value
:
"x99"
},
],
}
},
},
methods
:
{
...
Event
},
methods
:
{
...
Event
},
created
:
function
()
{},
created
:
function
()
{},
...
...
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