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
0b0c2ebc
Commit
0b0c2ebc
authored
Sep 28, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
融资到期日期非节假日问题修改
parent
73a3a00c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
468 additions
and
116 deletions
+468
-116
Ovwp.vue
src/views/Business/Trtopn/Ovwp.vue
+468
-116
No files found.
src/views/Business/Trtopn/Ovwp.vue
View file @
0b0c2ebc
...
...
@@ -5,9 +5,20 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"单据编号"
prop=
"trdgrp.rec.pntref"
>
<c-fullbox>
<c-input
v-model=
"model.trdgrp.rec.pntref"
maxlength=
"16"
style=
"width: 78%"
disabled
placeholder=
"请输入单据编号"
>
<c-input
v-model=
"model.trdgrp.rec.pntref"
maxlength=
"16"
style=
"width: 78%"
disabled
placeholder=
"请输入单据编号"
>
</c-input>
<c-button
size=
"small"
type=
"primary;width:10%"
style=
"width: 10%"
@
click=
"onSeainf"
>
<c-button
size=
"small"
type=
"primary;width:10%"
style=
"width: 10%"
@
click=
"onSeainf"
>
i
</c-button>
</c-fullbox>
...
...
@@ -20,32 +31,60 @@
</c-col>
-->
<c-col
:span=
"11"
>
<el-form-item
label=
"Parent Contract Name"
prop=
"trdgrp.rec.pntnam"
>
<c-input
align=
"middle"
v-model=
"model.trdgrp.rec.pntnam"
maxlength=
"40"
disabled
placeholder=
"请输入Parent Contract Name"
></c-input>
<c-input
align=
"middle"
v-model=
"model.trdgrp.rec.pntnam"
maxlength=
"40"
disabled
placeholder=
"请输入Parent Contract Name"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"融资编号"
prop=
"trdgrp.rec.ownref"
>
<c-fullbox>
<c-input
v-model=
"model.trdgrp.rec.ownref"
maxlength=
"16"
disabled
style=
"width: 57%"
></c-input>
<c-button
size=
"small"
type=
"primary;width:10%"
style=
"width: 10%"
@
click=
"onSeainf"
>
i
</c-button>
<c-button
size=
"small"
type=
"primary"
:disabled=
"
model.trdgrp.rec.fintyp == '' ||
model.trdgrp.fip.pts.adrblk == '' ||
// model.trdgrp.rec.branchinr == ''||
model.trdgrp.rec.ownref != ''
"
@
click=
"onTrtpButgetref"
style=
"width: 20%"
>
Get Ref
</c-button>
<c-input
v-model=
"model.trdgrp.rec.ownref"
maxlength=
"16"
disabled
style=
"width: 57%"
></c-input>
<c-button
size=
"small"
type=
"primary;width:10%"
style=
"width: 10%"
@
click=
"onSeainf"
>
i
</c-button
>
<c-button
size=
"small"
type=
"primary"
:disabled=
"
model.trdgrp.rec.fintyp == '' ||
model.trdgrp.fip.pts.adrblk == '' ||
// model.trdgrp.rec.branchinr == ''||
model.trdgrp.rec.ownref != ''
"
@
click=
"onTrtpButgetref"
style=
"width: 20%"
>
Get Ref
</c-button
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"Name of Loan Contract"
prop=
"trdgrp.rec.nam"
>
<c-input
align=
"middle"
v-model=
"model.trdgrp.rec.nam"
maxlength=
"40"
disabled
placeholder=
"请输入Name of Loan Contract"
></c-input>
<c-input
align=
"middle"
v-model=
"model.trdgrp.rec.nam"
maxlength=
"40"
disabled
placeholder=
"请输入Name of Loan Contract"
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -55,8 +94,18 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"客户经理"
prop=
"trtp.usr.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.trtp.usr.extkey"
maxlength=
"8"
placeholder=
"请输入客户经理"
style=
"width: 88%"
></c-input>
<c-button
size=
"small"
type=
"primary;width:10%"
style=
"width: 10%"
@
click=
"onExtkey"
>
<c-input
v-model=
"model.trtp.usr.extkey"
maxlength=
"8"
placeholder=
"请输入客户经理"
style=
"width: 88%"
></c-input>
<c-button
size=
"small"
type=
"primary;width:10%"
style=
"width: 10%"
@
click=
"onExtkey"
>
i
</c-button>
</c-fullbox>
...
...
@@ -65,15 +114,29 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"开立日期"
prop=
"trdgrp.rec.issdat"
>
<c-date-picker
type=
"date"
v-model=
"model.trdgrp.rec.issdat"
style=
"width: 100%"
placeholder=
"请选择开立日期"
>
<c-date-picker
type=
"date"
v-model=
"model.trdgrp.rec.issdat"
style=
"width: 100%"
placeholder=
"请选择开立日期"
>
</c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"17"
>
<el-form-item
label=
"融资品种"
prop=
"trdgrp.rec.fintyp"
>
<c-select
v-model=
"model.trdgrp.rec.fintyp"
style=
"width: 100%"
placeholder=
"请选择融资品种"
>
<el-option
v-for=
"item in codes.fintyp1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trdgrp.rec.fintyp"
style=
"width: 100%"
placeholder=
"请选择融资品种"
>
<el-option
v-for=
"item in codes.fintyp1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
...
...
@@ -85,8 +148,17 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"货押标识"
prop=
"trdgrp.rec.guaflg"
>
<c-select
v-model=
"model.trdgrp.rec.guaflg"
style=
"width: 100%"
placeholder=
"请选择货押标识"
>
<el-option
v-for=
"item in codes.guaflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trdgrp.rec.guaflg"
style=
"width: 100%"
placeholder=
"请选择货押标识"
>
<el-option
v-for=
"item in codes.guaflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
...
...
@@ -94,8 +166,17 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Good's Code "
prop=
"trdgrp.rec.stagod"
>
<c-select
v-model=
"model.trdgrp.rec.stagod"
style=
"width: 100%"
placeholder=
"请选择Good's Code "
>
<el-option
v-for=
"item in codes.godcod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trdgrp.rec.stagod"
style=
"width: 100%"
placeholder=
"请选择Good's Code "
>
<el-option
v-for=
"item in codes.godcod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
...
...
@@ -103,28 +184,59 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"融资金额"
prop=
"trdgrp.cbs.max.cur"
>
<c-select
v-model=
"model.trdgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择Currency"
@
keyup
.
enter
.
native=
"maxCurEvent"
>
<el-option
v-for=
"item in codes.curtxt1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trdgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择Currency"
@
keyup
.
enter
.
native=
"maxCurEvent"
>
<el-option
v-for=
"item in codes.curtxt1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
style=
"text-align: left"
label-width=
"20px"
prop=
"trdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.trdgrp.cbs.max.amt"
style=
"width: 100%"
placeholder=
"请输入融资金额"
></c-input>
<el-form-item
style=
"text-align: left"
label-width=
"20px"
prop=
"trdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.trdgrp.cbs.max.amt"
style=
"width: 100%"
placeholder=
"请输入融资金额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"5"
>
<el-form-item
prop=
"trdgrp.rec.pctfin"
label-width=
"20px"
>
<c-input
v-model=
"model.trdgrp.rec.pctfin"
style=
"width: 80%"
:disabled=
"true"
></c-input>
%
<c-input
v-model=
"model.trdgrp.rec.pctfin"
style=
"width: 80%"
:disabled=
"true"
></c-input
>
%
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"计息周期"
prop=
"trtmod.finmod.intprd"
>
<c-select
v-model=
"model.trtmod.finmod.intprd"
style=
"width: 100%"
placeholder=
"请选择计息周期"
>
<el-option
v-for=
"item in codes.intprd"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trtmod.finmod.intprd"
style=
"width: 100%"
placeholder=
"请选择计息周期"
>
<el-option
v-for=
"item in codes.intprd"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
...
...
@@ -132,8 +244,17 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"利率调整方式"
prop=
"trtmod.finmod.ratchgtyp"
>
<c-select
v-model=
"model.trtmod.finmod.ratchgtyp"
style=
"width: 100%"
placeholder=
"请选择利率调整方式"
>
<el-option
v-for=
"item in codes.ratchgtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trtmod.finmod.ratchgtyp"
style=
"width: 100%"
placeholder=
"请选择利率调整方式"
>
<el-option
v-for=
"item in codes.ratchgtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
...
...
@@ -141,22 +262,47 @@
<c-col
:span=
"13"
>
<el-form-item
label=
"开户日期"
prop=
"trdgrp.rec.stttendat"
>
<c-date-picker
type=
"date"
v-model=
"model.trdgrp.rec.stttendat"
style=
"width: 110%"
placeholder=
"请选择开户日期"
value-format=
"yyyy-MM-dd"
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.trdgrp.rec.stttendat"
style=
"width: 100%"
placeholder=
"请选择开户日期"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"融资到期日"
prop=
"trdgrp.rec.matdat"
label-width=
"110px"
>
<c-date-picker
type=
"date"
v-model=
"model.trdgrp.rec.matdat"
style=
"width: 100%"
placeholder=
"请选择融资到期日"
value-format=
"yyyy-MM-dd"
></c-date-picker>
<el-form-item
label=
"到期日(非节假日)"
prop=
"trdgrp.rec.matdat"
label-width=
"110px"
>
<c-date-picker
type=
"date"
v-model=
"model.trdgrp.rec.matdat"
style=
"width: 100%"
placeholder=
"非节假日"
:picker-options=
"pickerOptions"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"基准利率"
prop=
"trdgrp.rec.intrat"
>
<c-fullbox>
<c-input
v-model=
"model.trdgrp.rec.intrat"
placeholder=
"请输入基准利率"
:disabled=
"true"
style=
"width: 82%"
>
<c-input
v-model=
"model.trdgrp.rec.intrat"
placeholder=
"请输入基准利率"
:disabled=
"true"
style=
"width: 82%"
>
</c-input>
<c-button
size=
"small"
type=
"primary"
@
click=
"onFinmodButget"
style=
"width: 15%"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onFinmodButget"
style=
"width: 15%"
>
Get
</c-button>
</c-fullbox>
...
...
@@ -165,8 +311,17 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"基准利率规则"
prop=
"trtmod.finmod.dinmod.jzllgz"
>
<c-select
v-model=
"model.trtmod.finmod.dinmod.jzllgz"
style=
"width: 100%"
placeholder=
"请选择基准利率规则"
>
<el-option
v-for=
"item in codes.jzllgz"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trtmod.finmod.dinmod.jzllgz"
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>
...
...
@@ -174,14 +329,30 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"执行利率"
prop=
"trdgrp.rec.actrat"
>
<c-input
v-model=
"model.trdgrp.rec.actrat"
placeholder=
"请输入执行利率"
></c-input>
<c-input
v-model=
"model.trdgrp.rec.actrat"
placeholder=
"请输入执行利率"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"是否定向收付"
prop=
"trdgrp.rec.flowflag"
v-if=
"zmqflg == 'x'"
>
<c-select
v-model=
"model.trdgrp.rec.flowflag"
style=
"width: 100%"
placeholder=
"请选择是否定向收付"
>
<el-option
v-for=
"item in codes.flowflag"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<el-form-item
label=
"是否定向收付"
prop=
"trdgrp.rec.flowflag"
v-if=
"zmqflg == 'x'"
>
<c-select
v-model=
"model.trdgrp.rec.flowflag"
style=
"width: 100%"
placeholder=
"请选择是否定向收付"
>
<el-option
v-for=
"item in codes.flowflag"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
...
...
@@ -189,9 +360,17 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"第一还款账号"
prop=
"trtmod.finmod.act1"
>
<c-select
v-model=
"model.trtmod.finmod.act1"
style=
"width: 100%"
placeholder=
"请选择第一还款账号"
>
<el-option
v-for=
"(item, idx) in codes.codeSet['trtmod.finmod.act1']"
:key=
"idx"
:label=
"item.split('\t')[1]"
:value=
"item.split('\t')[0]"
></el-option>
<c-select
v-model=
"model.trtmod.finmod.act1"
style=
"width: 100%"
placeholder=
"请选择第一还款账号"
>
<el-option
v-for=
"(item, idx) in codes.codeSet['trtmod.finmod.act1']"
:key=
"idx"
:label=
"item.split('\t')[1]"
:value=
"item.split('\t')[0]"
></el-option>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -199,10 +378,20 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"预收息金额"
prop=
"trtmod.finmod.intamt"
>
<c-fullbox>
<c-input
v-model=
"model.trtmod.finmod.intamt"
style=
"width: 77%"
:disabled=
"true"
placeholder=
"请输入预收息金额"
>
<c-input
v-model=
"model.trtmod.finmod.intamt"
style=
"width: 77%"
:disabled=
"true"
placeholder=
"请输入预收息金额"
>
</c-input>
<c-button
size=
"small"
type=
"primary"
@
click=
"onFinmodButcal"
:disabled=
"model.trtmod.finmod.intprd != '7'"
style=
"width: 20%"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onFinmodButcal"
:disabled=
"model.trtmod.finmod.intprd != '7'"
style=
"width: 20%"
>
计算
</c-button>
</c-fullbox>
...
...
@@ -211,25 +400,53 @@
<c-col
:span=
"14"
>
<el-form-item
label=
"预扣息方式"
prop=
"trtmod.finmod.inttyp"
>
<c-select
v-model=
"model.trtmod.finmod.inttyp"
style=
"width: 100%"
placeholder=
"请选择预扣息方式"
:disabled=
"model.trtmod.finmod.intprd != '7'"
>
<el-option
v-for=
"item in codes.inttyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trtmod.finmod.inttyp"
style=
"width: 100%"
placeholder=
"请选择预扣息方式"
:disabled=
"model.trtmod.finmod.intprd != '7'"
>
<el-option
v-for=
"item in codes.inttyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
"税率"
label-width=
"110px"
prop=
"trtmod.finmod.shuilv"
>
<c-input
v-model=
"model.trtmod.finmod.shuilv"
:disabled=
"true"
placeholder=
"请输入税率"
></c-input>
<el-form-item
label=
"税率"
label-width=
"110px"
prop=
"trtmod.finmod.shuilv"
>
<c-input
v-model=
"model.trtmod.finmod.shuilv"
:disabled=
"true"
placeholder=
"请输入税率"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"定价审批代码"
prop=
"trtmod.finmod.dinjdm"
>
<c-fullbox>
<c-input
v-model=
"model.trtmod.finmod.dinjdm"
maxlength=
"20"
placeholder=
"请输入定价审批代码"
style=
"width: 82%"
>
<c-input
v-model=
"model.trtmod.finmod.dinjdm"
maxlength=
"20"
placeholder=
"请输入定价审批代码"
style=
"width: 82%"
>
</c-input>
<c-button
size=
"small"
type=
"primary"
@
click=
"onDinmodDget"
:disabled=
"true"
style=
"width: 15%"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onDinmodDget"
:disabled=
"true"
style=
"width: 15%"
>
Get
</c-button>
</c-fullbox>
...
...
@@ -238,17 +455,38 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"市场LPR期限品种"
prop=
"trdgrp.rec.lprtyp"
>
<c-select
v-model=
"model.trdgrp.rec.lprtyp"
style=
"width: 100%"
placeholder=
"请选择市场LPR期限品种"
>
<el-option
v-for=
"item in codes.lprtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trdgrp.rec.lprtyp"
style=
"width: 100%"
placeholder=
"请选择市场LPR期限品种"
>
<el-option
v-for=
"item in codes.lprtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"审批流程发起标识"
prop=
"trtmod.finmod.dinmod.rmbsbs"
>
<c-select
v-model=
"model.trtmod.finmod.dinmod.rmbsbs"
style=
"width: 100%"
placeholder=
"请选择审批流程发起标识"
:disabled=
"true"
>
<el-option
v-for=
"item in codes.jzllgz"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<el-form-item
label=
"审批流程发起标识"
prop=
"trtmod.finmod.dinmod.rmbsbs"
>
<c-select
v-model=
"model.trtmod.finmod.dinmod.rmbsbs"
style=
"width: 100%"
placeholder=
"请选择审批流程发起标识"
:disabled=
"true"
>
<el-option
v-for=
"item in codes.jzllgz"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
...
...
@@ -256,8 +494,17 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"发票类型"
prop=
"trdgrp.rec.invtyp"
>
<c-select
v-model=
"model.trdgrp.rec.invtyp"
style=
"width: 100%"
placeholder=
"请选择发票类型"
>
<el-option
v-for=
"item in codes.invtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trdgrp.rec.invtyp"
style=
"width: 100%"
placeholder=
"请选择发票类型"
>
<el-option
v-for=
"item in codes.invtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
...
...
@@ -266,11 +513,17 @@
<!--=================中部-右================= -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"
{
title: '融资客户',
grp: 'trdgrp',
rol: 'fip',
}" :isAdrblk="true" :disabled="true" @onSeainf="onSeainf">
<c-ptap
:model=
"model"
:argadr=
"
{
title: '融资客户',
grp: 'trdgrp',
rol: 'fip',
}"
:isAdrblk="true"
:disabled="true"
@onSeainf="onSeainf"
>
</c-ptap>
</c-col>
<!--
...
...
@@ -282,29 +535,51 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"借据号"
prop=
"trtmod.finmod.fincod"
>
<c-input
v-model=
"model.trtmod.finmod.fincod"
maxlength=
"17"
placeholder=
"请输入借据号"
:disabled=
"true"
></c-input>
<c-input
v-model=
"model.trtmod.finmod.fincod"
maxlength=
"17"
placeholder=
"请输入借据号"
:disabled=
"true"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"14"
>
<el-form-item
label=
"计息日期"
prop=
"trtmod.finmod.intdat"
>
<c-input
v-model=
"model.trtmod.finmod.intdat"
maxlength=
"2"
placeholder=
"请输入计息日期"
:disabled=
"
model.trtmod.finmod.intprd == '6' ||
model.trtmod.finmod.intprd == '7' ||
model.trtmod.finmod.intprd == 'B'
"
></c-input>
<c-input
v-model=
"model.trtmod.finmod.intdat"
maxlength=
"2"
placeholder=
"请输入计息日期"
:disabled=
"
model.trtmod.finmod.intprd == '6' ||
model.trtmod.finmod.intprd == '7' ||
model.trtmod.finmod.intprd == 'B'
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"9"
:offset=
"1"
>
<c-checkbox
v-model=
"model.trtmod.finmod.wjdkfl"
:disabled=
"true"
>
是否到期主动扣收款
</c-checkbox>
<c-checkbox
v-model=
"model.trtmod.finmod.wjdkfl"
:disabled=
"true"
>
是否到期主动扣收款
</c-checkbox
>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"利率调整周期"
prop=
"trtmod.finmod.ratchgprd"
>
<c-select
v-model=
"model.trtmod.finmod.ratchgprd"
style=
"width: 100%"
placeholder=
"请选择利率调整周期"
:disabled=
"
model.trtmod.finmod.ratchgtyp != '7' &&
model.trtmod.finmod.ratchgtyp != '8' &&
model.trtmod.finmod.ratchgtyp != '9'
"
>
<el-option
v-for=
"item in codes.ratchgprd"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trtmod.finmod.ratchgprd"
style=
"width: 100%"
placeholder=
"请选择利率调整周期"
:disabled=
"
model.trtmod.finmod.ratchgtyp != '7' &&
model.trtmod.finmod.ratchgtyp != '8' &&
model.trtmod.finmod.ratchgtyp != '9'
"
>
<el-option
v-for=
"item in codes.ratchgprd"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
...
...
@@ -312,28 +587,51 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"利率调整月日数"
prop=
"trtmod.finmod.ratchgdat"
>
<c-input
v-model=
"model.trtmod.finmod.ratchgdat"
maxlength=
"4"
placeholder=
"请输入利率调整月日数"
:disabled=
"
model.trtmod.finmod.ratchgtyp != '4' &&
model.trtmod.finmod.ratchgtyp != '5'
"
></c-input>
<c-input
v-model=
"model.trtmod.finmod.ratchgdat"
maxlength=
"4"
placeholder=
"请输入利率调整月日数"
:disabled=
"
model.trtmod.finmod.ratchgtyp != '4' &&
model.trtmod.finmod.ratchgtyp != '5'
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"融资天数"
prop=
"trdgrp.rec.tenday"
>
<c-input
v-model=
"model.trdgrp.rec.tenday"
style=
"width: 100%"
:disabled=
"true"
></c-input>
<c-input
v-model=
"model.trdgrp.rec.tenday"
style=
"width: 100%"
:disabled=
"true"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"宽限期"
prop=
"trtmod.finmod.graday"
>
<c-input
v-model=
"model.trtmod.finmod.graday"
style=
"width: 100%"
:disabled=
"true"
placeholder=
"请输入宽限期"
>
<c-input
v-model=
"model.trtmod.finmod.graday"
style=
"width: 100%"
:disabled=
"true"
placeholder=
"请输入宽限期"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"浮动方式"
prop=
"trtmod.finmod.flttyp"
>
<c-select
v-model=
"model.trtmod.finmod.flttyp"
style=
"width: 100%"
placeholder=
"请选择浮动方式"
>
<el-option
v-for=
"item in codes.flttyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trtmod.finmod.flttyp"
style=
"width: 100%"
placeholder=
"请选择浮动方式"
>
<el-option
v-for=
"item in codes.flttyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
...
...
@@ -341,15 +639,27 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"浮动值"
prop=
"trtmod.finmod.fltval"
>
<c-input
v-model=
"model.trtmod.finmod.fltval"
placeholder=
"请输入浮动值"
:disabled=
"model.trtmod.finmod.flttyp == '0'"
></c-input>
<c-input
v-model=
"model.trtmod.finmod.fltval"
placeholder=
"请输入浮动值"
:disabled=
"model.trtmod.finmod.flttyp == '0'"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"逾期计息方式"
prop=
"trtmod.finmod.ovdinttyp"
>
<c-select
v-model=
"model.trtmod.finmod.ovdinttyp"
style=
"width: 100%"
placeholder=
"请选择逾期计息方式"
>
<el-option
v-for=
"item in codes.ovdinttyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trtmod.finmod.ovdinttyp"
style=
"width: 100%"
placeholder=
"请选择逾期计息方式"
>
<el-option
v-for=
"item in codes.ovdinttyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
...
...
@@ -357,8 +667,13 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"罚息比率"
prop=
"trtmod.finmod.ovdintrat"
>
<c-input
v-model=
"model.trtmod.finmod.ovdintrat"
placeholder=
"请输入罚息比率"
style=
"width: 85%"
:disabled=
"model.trtmod.finmod.ovdinttyp == '0'"
></c-input>
%
<c-input
v-model=
"model.trtmod.finmod.ovdintrat"
placeholder=
"请输入罚息比率"
style=
"width: 85%"
:disabled=
"model.trtmod.finmod.ovdinttyp == '0'"
></c-input
>
%
</el-form-item>
</c-col>
<!--
<c-col
:span=
"1"
>
...
...
@@ -368,8 +683,17 @@
</c-col>
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"第三方还款方式"
prop=
"trtmod.finmod.acttyp"
>
<c-select
v-model=
"model.trtmod.finmod.acttyp"
style=
"width: 100%"
placeholder=
"请选择第三方还款方式"
>
<el-option
v-for=
"item in codes.acttyp1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trtmod.finmod.acttyp"
style=
"width: 100%"
placeholder=
"请选择第三方还款方式"
>
<el-option
v-for=
"item in codes.acttyp1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
...
...
@@ -377,14 +701,24 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"入账机构"
prop=
"trtmod.finmod.accbch"
>
<c-select
v-model=
"model.trtmod.finmod.accbch"
style=
"width: 100%"
placeholder=
"请选择入账机构"
>
<c-select
v-model=
"model.trtmod.finmod.accbch"
style=
"width: 100%"
placeholder=
"请选择入账机构"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"第三方还款账号"
prop=
"trtmod.finmod.act3"
>
<c-select
filterable
allow-create
v-model=
"model.trtmod.finmod.act3"
style=
"width: 100%"
:disabled=
"model.trtmod.finmod.acttyp == ''"
placeholder=
"请选择第三方还款账号"
>
<c-select
filterable
allow-create
v-model=
"model.trtmod.finmod.act3"
style=
"width: 100%"
:disabled=
"model.trtmod.finmod.acttyp == ''"
placeholder=
"请选择第三方还款账号"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -404,7 +738,12 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"利息付款账号"
prop=
"trtmod.finmod.intact"
>
<c-input
v-model=
"model.trtmod.finmod.intact"
style=
"width: 100%"
placeholder=
"请选择利息付款账号"
:disabled=
"true"
>
<c-input
v-model=
"model.trtmod.finmod.intact"
style=
"width: 100%"
placeholder=
"请选择利息付款账号"
:disabled=
"true"
>
</c-input>
</el-form-item>
</c-col>
...
...
@@ -420,13 +759,21 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"贸易合同号"
prop=
"trdgrp.rec.mycontno"
>
<c-input
v-model=
"model.trdgrp.rec.mycontno"
maxlength=
"35"
placeholder=
"请输入贸易合同号"
></c-input>
<c-input
v-model=
"model.trdgrp.rec.mycontno"
maxlength=
"35"
placeholder=
"请输入贸易合同号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"外币贷款专户清单"
prop=
"trtp.act"
>
<c-select
v-model=
"model.trtp.act"
style=
"width: 100%"
placeholder=
"请选择外币贷款专户清单"
:disabled=
"model.trdgrp.cbs.max.cur === 'CNY'"
>
<c-select
v-model=
"model.trtp.act"
style=
"width: 100%"
placeholder=
"请选择外币贷款专户清单"
:disabled=
"model.trdgrp.cbs.max.cur === 'CNY'"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -449,15 +796,20 @@ export default {
data
()
{
return
{
zmqflg
:
null
,
pickerOptions
:
{
disabledDate
(
time
)
{
return
time
.
getDay
()
===
0
||
time
.
getDay
()
===
6
;
},
},
flag
:
false
,
};
},
watch
:
{},
methods
:
{
...
Event
},
created
:
function
()
{
},
methods
:
{
...
Event
,
},
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
<
style
></
style
>
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