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
f9f095db
Commit
f9f095db
authored
Dec 07, 2022
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bptset bptcan 测试时UI修改
parent
70de41db
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
76 additions
and
12 deletions
+76
-12
Canp.vue
src/views/Business/Bptcan/Canp.vue
+1
-1
Bptset2.vue
src/views/Business/Bptset/Bptset2.vue
+75
-11
No files found.
src/views/Business/Bptcan/Canp.vue
View file @
f9f095db
...
...
@@ -37,7 +37,7 @@
>
<c-fullbox>
<c-input
v-model=
"model.bpdgrp.rec.
pnt
ref"
v-model=
"model.bpdgrp.rec.
own
ref"
maxlength=
"16"
disabled
placeholder=
"请输入融资参考号"
...
...
src/views/Business/Bptset/Bptset2.vue
View file @
f9f095db
...
...
@@ -88,18 +88,49 @@
</c-col>
<!-- Advanced Party Ref. 融资业务编号-->
<c-col
:span=
"12"
>
<c-form-item
label=
"
融资业务编号"
prop=
"bpdgrp.rec.ownref
"
>
<c-form-item
label=
"
"
prop=
"bptp.distyp"
label-width=
"0px"
style=
"margin-left: 5px;
"
>
<c-input
v-model=
"model.bpdgrp.rec.ownref"
v-model=
"model.bptp.distyp"
style=
"width: 100%; "
maxlength=
"17"
:placeholder=
"$t('other.please_enter') + '融资业务编号'"
disabled
></c-input>
</c-form-item>
</c-col>
</c-col>
<!-- Advance Amount 融资账号-->
<!-- advance amount -->
<c-col
:span=
"24"
>
<c-col
:span=
"9"
>
<c-form-item
label=
"预支款金额"
prop=
"bpdgrp.cbs.max.cur"
>
<c-input
v-model=
"model.bpdgrp.cbs.max.cur"
style=
"text-align: center ;width: 100%;padding: 0px;"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"10"
>
<c-form-item
prop=
"bpdgrp.cbs.max.amt"
label-width=
"5px"
>
<c-input
v-model=
"model.bpdgrp.cbs.max.amt"
style=
"width: 100%"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"5"
>
<c-form-item
label=
""
prop=
"bpdgrp.rec.pctfin"
label-width=
"5px"
>
<c-input
v-model=
"model.bpdgrp.rec.pctfin"
style=
"width: 80%"
disabled
></c-input>
%
</c-form-item>
</c-col>
</c-col>
<!-- Advance Account 融资账号-->
<c-col
:span=
"24"
>
<c-form-item
label=
"融资账号"
prop=
"bpdgrp.rec.finact"
>
<c-input
...
...
@@ -146,6 +177,7 @@
v-model=
"model.bpdgrp.rec.ffttyp"
style=
"width: 100%"
placeholder=
"福费廷转卖类型"
disabled
>
<el-option
v-for=
"item in codes.ffttyp1"
...
...
@@ -160,10 +192,9 @@
<c-col
:span=
"12"
>
<c-form-item
label=
"我行借记账户"
prop=
"setact1"
>
<c-input
v-model=
"model.
bpdgrp.rec.fincod
"
v-model=
"model.
setact1
"
maxlength=
"17"
:placeholder=
"$t('other.please_enter') + '我行借记账户'"
disabled
></c-input>
</c-form-item>
</c-col>
...
...
@@ -188,9 +219,9 @@
<c-col
:span=
"24"
>
<c-form-item
label=
"第一还款账号"
prop=
"
bptmod.finmod.act1
"
>
<c-form-item
label=
"第一还款账号"
prop=
"
setact
"
>
<c-input
v-model=
"model.
bptmod.finmod.act1
"
v-model=
"model.
setact
"
maxlength=
"21"
placeholder=
"请输入第一还款账号"
disabled
...
...
@@ -284,6 +315,7 @@
<c-select
v-model=
"model.bpdgrp.rec.ovdflg"
style=
"width: 100%"
:code=
"codes.ovdflg"
:placeholder=
"$t('other.please_enter') + '融资状态'"
disabled
></c-select>
...
...
@@ -296,6 +328,7 @@
<c-select
v-model=
"model.bptmod.finmod.intprd"
style=
"width: 100%"
:code=
"codes.intprd"
:placeholder=
"$t('other.please_enter') + '计息周期'"
disabled
></c-select>
...
...
@@ -364,14 +397,37 @@
<!-- 还本金金额-->
<c-col
:span=
"24"
>
<c-form-item
label=
"还本金金额"
prop=
"bptmod.finmod.cbs.calflg"
>
<c-col
:span=
"9"
>
<c-form-item
label=
"还本金金额"
prop=
"setmod.doccur"
>
<c-input
v-model=
"model.setmod.doccur"
style=
"text-align: center ;width: 100%;"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"11"
>
<c-form-item
prop=
"setamt"
label-width=
"5px"
>
<c-input
v-model=
"model.bptmod.finmod.cbs.calflg
"
v-model=
"model.setamt
"
maxlength=
"21"
placeholder=
"请输入还本金金额"
style=
"width: 100%"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"4"
>
<c-form-item
prop=
"bptmod.finmodcal"
label-width=
"5px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSeainf"
>
计算
</c-button>
</c-form-item>
</c-col>
</c-col>
</c-col>
...
...
@@ -510,6 +566,7 @@
<!-- SG000118 : 执行利率 -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"19"
>
<c-form-item
label=
"执行利率"
prop=
"bpdgrp.rec.tolrat"
>
<c-input
v-model=
"model.bpdgrp.rec.tolrat"
...
...
@@ -518,6 +575,10 @@
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"5"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
maxlength=
"17"
disabled
>
已结算合约
</c-checkbox>
</c-col>
</c-col>
<!-- </c-col> -->
...
...
@@ -550,6 +611,9 @@ export default {
value
:
2
,
},
],
codes
:
{
...
CodeTable
,
},
};
},
methods
:
{
...
...
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