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
b632760c
Commit
b632760c
authored
Sep 21, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trtopn修改
parent
8d9c9ccf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
11 deletions
+17
-11
Default.js
src/model/Trtopn/Default.js
+1
-0
Event.js
src/model/Trtopn/Event.js
+0
-0
Dftcrep.vue
src/views/Business/Trtopn/Dftcrep.vue
+16
-11
Ovwp.vue
src/views/Business/Trtopn/Ovwp.vue
+0
-0
No files found.
src/model/Trtopn/Default.js
View file @
b632760c
...
...
@@ -92,5 +92,6 @@ export default {
"trdgrp.rec.lprtyp"
:
Utils
.
defaultFunction
,
"trdgrp.rec.tenday"
:
Utils
.
defaultFunction
,
"trtmod.finmod.acttyp1"
:
Utils
.
defaultFunction
,
"dftcre.dfdgrp.rec.flttyp"
:
Utils
.
defaultFunction
,
}
//你可以添加自动default处理
src/model/Trtopn/Event.js
View file @
b632760c
This diff is collapsed.
Click to expand it.
src/views/Business/Trtopn/Dftcrep.vue
View file @
b632760c
...
...
@@ -30,7 +30,7 @@
size=
"small"
type=
"primary"
:disabled=
"model.trdgrp.fip.pts.adrblk == ''"
@
click=
"on
Tr
tpButgetref"
@
click=
"on
Df
tpButgetref"
>
Get Ref
</c-button>
...
...
@@ -258,11 +258,11 @@
<c-fullbox>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.flttyp"
style=
"width:
5
0%"
style=
"width:
3
0%"
placeholder=
"利率浮动方式"
>
<el-option
v-for=
"item in codes.flttyp"
v-for=
"item in codes.flttyp
1
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -270,9 +270,14 @@
</c-select>
<c-input
v-model=
"model.dftcre.dfdgrp.rec.fltval"
style=
"width:
50
%"
style=
"width:
65
%"
placeholder=
"请输入浮动值"
:disabled=
"model.dftcre.dfdgrp.rec.flttyp == '0'|| model.dftcre.dfdgrp.rec.flttyp == '3'"
></c-input>
<span
v-if=
"model.dftcre.dfdgrp.rec.flttyp == '2'"
style=
"width: 5%"
>
%
</span>
</c-fullbox>
</el-form-item>
</c-col>
...
...
@@ -294,7 +299,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<
!--
<
c-col
:span=
"12"
>
<el-form-item
label=
"代付利息"
prop=
"dftcre.dfdgrp.rec.rescur"
>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.rescur"
...
...
@@ -309,9 +314,9 @@
></el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"
12
"
>
<c-col
:span=
"
24
"
>
<c-form-item
label=
"代付利息"
prop=
"dftcre.dfdgrp.rec.resamt"
>
<c-input
v-model=
"model.dftcre.dfdgrp.rec.resamt"
...
...
@@ -333,7 +338,7 @@
</c-form-item>
</c-col>
<c-col
:span=
"
16
"
>
<c-col
:span=
"
24
"
>
<c-form-item
label=
"贷款合同名"
prop=
"dftcre.dfdgrp.rec.nam"
>
<c-input
v-model=
"model.dftcre.dfdgrp.rec.nam"
...
...
@@ -545,7 +550,7 @@
</c-col> -->
<!-- S0000041 : 代付行核心客户号 -->
<c-col
:span=
"
16
"
>
<c-col
:span=
"
24
"
>
<c-form-item
label=
"代付行核心账号"
prop=
"dftcre.dfdgrp.rec.bankno"
>
<c-input
v-model=
"model.dftcre.dfdgrp.rec.bankno"
...
...
@@ -556,7 +561,7 @@
</c-col>
<!-- S0000040 : 代付行中文名 -->
<c-col
:span=
"
16
"
>
<c-col
:span=
"
24
"
>
<c-form-item
label=
"代付行中文名"
prop=
"dftcre.dfdgrp.rec.bankcn"
>
<c-input
v-model=
"model.dftcre.dfdgrp.rec.bankcn"
...
...
@@ -583,7 +588,7 @@
</c-col> -->
<!-- S0000042 : 同业代付内部账号 -->
<c-col
:span=
"
16
"
>
<c-col
:span=
"
24
"
>
<c-form-item
label=
"同业代付内部账号"
prop=
"dftcre.dfdgrp.rec.bnkact"
>
<c-input
v-model=
"model.dftcre.dfdgrp.rec.bnkact"
...
...
src/views/Business/Trtopn/Ovwp.vue
View file @
b632760c
This diff is collapsed.
Click to expand it.
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