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
b8fa4c92
Commit
b8fa4c92
authored
Oct 20, 2022
by
LiRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BPTOPN交易BUG修改
parent
d22d60ae
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
9 deletions
+12
-9
Bptopnp.vue
src/views/Business/Bptopn/Bptopnp.vue
+3
-8
Cfap.vue
src/views/Business/Bptopn/Cfap.vue
+1
-0
Conp.vue
src/views/Business/Bptopn/Conp.vue
+7
-1
Dclpp.vue
src/views/Business/Bptopn/Dclpp.vue
+1
-0
No files found.
src/views/Business/Bptopn/Bptopnp.vue
View file @
b8fa4c92
...
...
@@ -482,6 +482,7 @@
<c-col
:span=
"10"
>
<el-form-item
label=
"基准利率"
prop=
"bpdgrp.rec.intrat"
>
<c-input
disabled
v-model=
"model.bpdgrp.rec.intrat"
placeholder=
"请输入基本利率"
></c-input>
...
...
@@ -524,13 +525,6 @@
style=
"width: 100%"
placeholder=
"请选择基准利率规则"
>
<el-option
v-for=
"item in codes.jzllgz"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -907,9 +901,10 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"预扣息账号"
prop=
"bptmod.finmod.intact"
>
<c-input
:disabled=
"model.bptmod.finmod.inttyp
=='0
' || (model.bptmod.finmod.acttyp=='0' || model.bptmod.finmod.acttyp=='2')"
:disabled=
"model.bptmod.finmod.inttyp
!='1
' || (model.bptmod.finmod.acttyp=='0' || model.bptmod.finmod.acttyp=='2')"
v-model=
"model.bptmod.finmod.intact"
style=
"width: 100%"
maxlength=
"21"
placeholder=
"请输入预扣息账号"
></c-input>
</el-form-item>
...
...
src/views/Business/Bptopn/Cfap.vue
View file @
b8fa4c92
...
...
@@ -66,6 +66,7 @@
:disabled=
"model.cfabpt.cdaflg=='N' || model.cfabpt.cdaflg==''"
v-model=
"model.cfabpt.cda.useofunds"
style=
"width:100%"
placeholder=
"请选择资金用途"
:code=
"codes.useofunds"
>
</c-select>
</el-form-item>
...
...
src/views/Business/Bptopn/Conp.vue
View file @
b8fa4c92
...
...
@@ -9,7 +9,13 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"删除原因"
prop=
"cfabpt.recgrp.bas.actiondesc"
>
<c-input
type=
"textarea"
v-model=
"model.cfabpt.recgrp.bas.actiondesc"
maxlength=
"32"
show-word-limit
placeholder=
"请输入删除原因"
></c-input>
<c-input
:disabled=
"(!((model.cfabpt.recgrp.bas.actiontype=='A' || model.cfabpt.recgrp.bas.actiontype=='D') && model.cfabpt.recp.pubp.acp!='')) || (!(model.cfabpt.recgrp.bas.actiontype=='D' && model.cfabpt.recp.pubp.acp!=''))"
type=
"textarea"
v-model=
"model.cfabpt.recgrp.bas.actiondesc"
maxlength=
"32"
show-word-limit
placeholder=
"请输入删除原因"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Bptopn/Dclpp.vue
View file @
b8fa4c92
...
...
@@ -185,6 +185,7 @@
v-model=
"model.cfabpt.recp.dclp.useofunds"
style=
"width: 100%"
placeholder=
"请选择资金用途"
:code=
"codes.useofunds"
>
</c-select>
</el-form-item>
...
...
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