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
46b35d62
Commit
46b35d62
authored
Oct 21, 2022
by
LiRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改BPTOPN、BRTSET第三方还款账号BUG
parent
92436eb3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
Bptopnp.vue
src/views/Business/Bptopn/Bptopnp.vue
+5
-3
Trtcrep.vue
src/views/Business/Brtset/Trtcrep.vue
+4
-3
No files found.
src/views/Business/Bptopn/Bptopnp.vue
View file @
46b35d62
...
...
@@ -886,12 +886,14 @@
<c-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"第三方还款账号"
prop=
"bptmod.finmod.act3"
>
<c-input
<c-select
filterable
allow-create
:disabled=
"model.bptmod.finmod.acttyp==''"
v-model=
"model.bptmod.finmod.act3"
maxlength=
"21
"
style=
"width: 100%
"
placeholder=
"请输入第三方还款账号"
></c-
inpu
t>
></c-
selec
t>
</el-form-item>
</c-col>
</c-row>
...
...
src/views/Business/Brtset/Trtcrep.vue
View file @
46b35d62
...
...
@@ -454,14 +454,15 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"第三方还款账号"
prop=
"trtcre.trtmod.finmod.act3"
>
<c-input
<c-select
filterable
allow-create
v-model=
"model.trtcre.trtmod.finmod.act3"
style=
"width: 100%"
maxlength=
"21"
:disabled=
"model.trtcre.trtmod.finmod.acttyp == ''"
placeholder=
"请选择第三方还款账号"
>
</c-
inpu
t>
</c-
selec
t>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
...
...
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