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
577d6b28
Commit
577d6b28
authored
Sep 20, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进口融资开立bug修改
parent
a8a341e7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
98 additions
and
133 deletions
+98
-133
index.js
src/model/Trtopn/index.js
+2
-1
Dftcrep.vue
src/views/Business/Trtopn/Dftcrep.vue
+86
-124
Ovwp.vue
src/views/Business/Trtopn/Ovwp.vue
+10
-8
No files found.
src/model/Trtopn/index.js
View file @
577d6b28
...
@@ -13,7 +13,7 @@ export default class Trtopn{
...
@@ -13,7 +13,7 @@ export default class Trtopn{
ownref
:
""
,
// 融资编号 .trdgrp.rec.ownref
ownref
:
""
,
// 融资编号 .trdgrp.rec.ownref
nam
:
""
,
// Name of Loan Contract .trdgrp.rec.nam
nam
:
""
,
// Name of Loan Contract .trdgrp.rec.nam
issdat
:
""
,
// 开立日期 .trdgrp.rec.issdat
issdat
:
""
,
// 开立日期 .trdgrp.rec.issdat
fintyp
1
:
""
,
// 融资品种 .trdgrp.rec.fintyp
fintyp
:
""
,
// 融资品种 .trdgrp.rec.fintyp
stagod
:
""
,
// Good's Code .trdgrp.rec.stagod
stagod
:
""
,
// Good's Code .trdgrp.rec.stagod
guaflg
:
""
,
// 货押标识 .trdgrp.rec.guaflg
guaflg
:
""
,
// 货押标识 .trdgrp.rec.guaflg
pctfin
:
""
,
// % Financed .trdgrp.rec.pctfin
pctfin
:
""
,
// % Financed .trdgrp.rec.pctfin
...
@@ -28,6 +28,7 @@ export default class Trtopn{
...
@@ -28,6 +28,7 @@ export default class Trtopn{
invtyp
:
""
,
// 发票类型 .trdgrp.rec.invtyp
invtyp
:
""
,
// 发票类型 .trdgrp.rec.invtyp
lprtyp
:
""
,
// 市场LPR期限品种 .trdgrp.rec.lprtyp
lprtyp
:
""
,
// 市场LPR期限品种 .trdgrp.rec.lprtyp
mycontno
:
""
,
// 交易合同号 .trdgrp.rec.mycontno
mycontno
:
""
,
// 交易合同号 .trdgrp.rec.mycontno
branchinr
:
""
,
// sndto:"",
// sndto:"",
},
},
fip
:{
fip
:{
...
...
src/views/Business/Trtopn/Dftcrep.vue
View file @
577d6b28
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-row
:gutter=
"10"
>
<c-row
>
<!-- :gutter="10" -->
<!--------------------------------左---------------------------->
<!--------------------------------左---------------------------->
<c-col
:span=
"1
2
"
>
<c-col
:span=
"1
1
"
>
<!-- S0000002 : Parent Reference -->
<c-col
:span=
"24"
>
<c-col
:span=
"15"
>
<c-form-item
label=
"Parent Reference"
prop=
"dftcre.dfdgrp.rec.pntref"
>
<c-form-item
label=
"Parent Reference"
prop=
"dftcre.dfdgrp.rec.pntref"
>
<c-input
<c-input
v-model=
"model.dftcre.dfdgrp.rec.pntref"
v-model=
"model.dftcre.dfdgrp.rec.pntref"
...
@@ -15,26 +15,27 @@
...
@@ -15,26 +15,27 @@
placeholder=
"请输入Parent Reference"
></c-input>
placeholder=
"请输入Parent Reference"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<!-- S0000004 : 代付业务编号: -->
<c-col
:span=
"
15
"
>
<c-col
:span=
"
24
"
>
<c-form-item
label=
"代付业务编号"
prop=
"dftcre.dfdgrp.rec.ownref"
>
<c-form-item
label=
"代付业务编号"
prop=
"dftcre.dfdgrp.rec.ownref"
>
<c-input
<c-fullbox>
v-model=
"model.dftcre.dfdgrp.rec.ownref"
<c-input
maxlength=
"16"
v-model=
"model.dftcre.dfdgrp.rec.ownref"
placeholder=
"请输入代付业务编号"
maxlength=
"16"
:disabled=
"true"
></c-input>
placeholder=
"请输入代付业务编号"
style=
"width:76%"
:disabled=
"true"
></c-input>
<c-button
size=
"small"
type=
"primary"
:disabled=
"model.trdgrp.fip.pts.adrblk == ''"
@
click=
"onTrtpButgetref"
>
Get Ref
</c-button>
</c-fullbox>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-button
size=
"small"
type=
"primary"
:disabled=
"true"
@
click=
"onDftpButgetref"
>
Get Ref
</c-button>
</c-col>
<!--
<c-col
:span=
"13"
>
<!--
<c-col
:span=
"13"
>
<el-form-item
label=
"单据金额"
prop=
"dftcre.oricur"
>
<el-form-item
label=
"单据金额"
prop=
"dftcre.oricur"
>
...
@@ -49,88 +50,67 @@
...
@@ -49,88 +50,67 @@
<c-input
v-model=
"model.trdgrp.cbs.max.amt"
style=
"text-align: left; width: 100%"
placeholder=
"请输入融资金额"
></c-input>
<c-input
v-model=
"model.trdgrp.cbs.max.amt"
style=
"text-align: left; width: 100%"
placeholder=
"请输入融资金额"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
-->
</c-col>
-->
<!-- S0000016 : 单据金额: -->
<c-col
:span=
"24"
>
<c-col>
<el-form-item
label=
"单据金额"
prop=
"dftcre.oricur"
>
<c-col
:span=
"13"
>
<c-fullbox>
<el-form-item
label=
"单据金额"
prop=
"dftcre.oricur"
>
<c-select
<c-select
v-model=
"model.
dftcre.ori
cur"
v-model=
"model.
trdgrp.cbs.max.
cur"
style=
"width:
100
%"
style=
"width:
35
%"
@
keyup
.
enter
.
native=
"maxCurEvent"
@
keyup
.
enter
.
native=
"maxCurEvent"
:disabled=
"true"
>
:disabled=
"true"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
:disabled=
"true"
></el-option>
</c-select>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<c-form-item
style=
"text-align: left"
label-width=
"20px"
prop=
"dftcre.oriamt"
>
<c-input
<c-input
v-model=
"model.
dftcre.ori
amt"
v-model=
"model.
trdgrp.cbs.max.
amt"
style=
"text-align:left;
style=
"text-align:left;
width:
100
%"
width:
65
%"
placeholder=
"
请输入单据金额
"
placeholder=
""
:disabled=
"true"
></c-input>
:disabled=
"true"
></c-input>
</c-f
orm-item
>
</c-f
ullbox
>
</
c-col
>
</
el-form-item
>
</c-col>
</c-col>
<!-- S0000010 : 代付金额: -->
<c-col
:span=
"
13
"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"代付金额"
prop=
"dftcre.dfdgrp.cbs.max.cur"
>
<el-form-item
label=
"代付金额"
prop=
"dftcre.dfdgrp.cbs.max.cur"
>
<c-select
v-model=
"model.dftcre.dfdgrp.cbs.max.cur"
style=
"width:100%"
@
keyup
.
enter
.
native=
"maxCurEvent"
placeholder=
"请选择币种"
>
<c-fullbox>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
<c-select
v-model=
"model.dftcre.dfdgrp.cbs.max.cur"
style=
"width:35%"
@
keyup
.
enter
.
native=
"maxCurEvent"
placeholder=
"请选择币种"
>
</c-select>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
<c-input
v-model=
"model.dftcre.dfdgrp.cbs.max.amt"
style=
"text-align:left; width: 65%"
placeholder=
"请输入代付金额"
></c-input>
</c-fullbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-form-item
style=
"text-align: left"
label-width=
"20px"
prop=
"dftcre.dfdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.dftcre.dfdgrp.cbs.max.amt"
style=
"text-align:left; width: 100%"
placeholder=
"请输入代付金额"
></c-input>
</c-form-item>
</c-col>
<!-- S0000032 : 代付余额: -->
<c-col
:span=
"13"
>
<el-form-item
label=
"代付余额"
prop=
"dftcre.dfdgrp.cbs.opn1.cur"
>
<el-form-item
label=
"代付余额"
prop=
"dftcre.dfdgrp.cbs.opn1.cur"
>
<c-select
<c-fullbox>
v-model=
"model.dftcre.dfdgrp.cbs.opn1.cur"
<c-select
style=
"width:100%"
v-model=
"model.dftcre.dfdgrp.cbs.opn1.cur"
@
keyup
.
enter
.
native=
"maxCurEvent"
style=
"width:35%"
:disabled=
"true"
>
@
keyup
.
enter
.
native=
"maxCurEvent"
:disabled=
"true"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
:disabled=
"true"
></el-option>
</c-select>
<el-option
<c-input
v-for=
"item in codes.cur
"
v-model=
"model.dftcre.dfdgrp.cbs.opn1.amt
"
:key=
"item.value"
style=
"text-align:left;
:label=
"item.label
"
width:65%
"
:value=
"item.value
"
placeholder=
"请输入代付余额
"
:disabled=
"true"
></el-option
>
:disabled=
"true"
></c-input
>
</c-
select
>
</c-
fullbox
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-form-item
style=
"text-align: left"
label-width=
"20px"
prop=
"dftcre.dfdgrp.cbs.opn1.amt"
>
<c-input
v-model=
"model.dftcre.dfdgrp.cbs.opn1.amt"
style=
"text-align:left;
width: 100%"
placeholder=
"请输入代付余额"
:disabled=
"true"
></c-input>
</c-form-item>
</c-col>
<!-- S0000008 : 代付类型: -->
<c-col
:span=
"
16
"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"代付类型"
prop=
"dftcre.dfdgrp.rec.fintyp"
>
<el-form-item
label=
"代付类型"
prop=
"dftcre.dfdgrp.rec.fintyp"
>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.fintyp"
style=
"width:100%"
placeholder=
"请选择代付类型"
>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.fintyp"
style=
"width:100%"
placeholder=
"请选择代付类型"
>
<el-option
<el-option
...
@@ -143,16 +123,14 @@
...
@@ -143,16 +123,14 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- S0000009 : 境内境外代付: -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"境内境外代付"
prop=
"dftcre.dfdgrp.rec.dfuflg"
>
<el-form-item
label=
"境内境外代付"
prop=
"dftcre.dfdgrp.rec.dfuflg"
>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.dfuflg"
style=
"width:100%"
placeholder=
"请输入境外代付"
>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.dfuflg"
style=
"width:100%"
placeholder=
"请输入境外代付"
>
<el-option
v-for=
"item in codes.dfuflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
<el-option
v-for=
"item in codes.dfuflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- S0000036 : 发票类型 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"发票类型"
prop=
"dftcre.dfdgrp.rec.invtyp"
>
<el-form-item
label=
"发票类型"
prop=
"dftcre.dfdgrp.rec.invtyp"
>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.invtyp"
style=
"width:100%"
placeholder=
"请选择发票类型"
>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.invtyp"
style=
"width:100%"
placeholder=
"请选择发票类型"
>
...
@@ -161,36 +139,32 @@
...
@@ -161,36 +139,32 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- S0000019 : 交易类型: -->
<c-col
:span=
"24"
>
<c-col
:span=
"16"
>
<el-form-item
label=
"交易类型"
prop=
"dftcre.dfdgrp.rec.trntyp"
>
<el-form-item
label=
"交易类型"
prop=
"dftcre.dfdgrp.rec.trntyp"
>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.trntyp"
style=
"width:100%"
placeholder=
"请输入交易类型"
>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.trntyp"
style=
"width:100%"
:disabled=
"true"
placeholder=
"请输入交易类型"
>
<el-option
<el-option
v-for=
"item in codes.trntyp"
v-for=
"item in codes.trntyp
"
:key=
"item.value"
:key=
"item.value"
:label=
"item.label"
:label=
"item.label"
:value=
"item.value"
:value=
"item.value"
:disabled=
"true"
></el-option>
></el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- S0000003 : 代付起始日: -->
<c-col
:span=
"24"
>
<c-col
:span=
"16"
>
<el-form-item
label=
"代付起始日"
prop=
"dftcre.dfdgrp.rec.stttendat"
>
<el-form-item
label=
"代付起始日"
prop=
"dftcre.dfdgrp.rec.stttendat"
>
<c-date-picker
type=
"date"
v-model=
"model.dftcre.dfdgrp.rec.stttendat"
style=
"width:100%"
placeholder=
"代付起始日"
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.dftcre.dfdgrp.rec.stttendat"
style=
"width:100%"
placeholder=
"代付起始日"
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- S0000004 : 代付到期日: -->
<c-col
:span=
"24"
>
<c-col
:span=
"16"
>
<el-form-item
label=
"代付到期日"
prop=
"dftcre.dfdgrp.rec.matdat"
>
<el-form-item
label=
"代付到期日"
prop=
"dftcre.dfdgrp.rec.matdat"
>
<c-date-picker
type=
"date"
v-model=
"model.dftcre.dfdgrp.rec.matdat"
style=
"width:100%"
placeholder=
"请输入代付到期日"
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.dftcre.dfdgrp.rec.matdat"
style=
"width:100%"
placeholder=
"请输入代付到期日"
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- S0000005 : 代付期限: -->
<c-col
:span=
"24"
>
<c-col
:span=
"16"
>
<c-form-item
label=
"代付期限"
prop=
"dftcre.dfdgrp.rec.tenday"
>
<c-form-item
label=
"代付期限"
prop=
"dftcre.dfdgrp.rec.tenday"
>
<c-input
<c-input
v-model=
"model.dftcre.dfdgrp.rec.tenday"
v-model=
"model.dftcre.dfdgrp.rec.tenday"
...
@@ -199,9 +173,8 @@
...
@@ -199,9 +173,8 @@
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<!-- S0000006 : 计息周期: -->
<c-col
:span=
"
16
"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"计息周期"
prop=
"dftcre.dfdgrp.rec.intprd"
>
<el-form-item
label=
"计息周期"
prop=
"dftcre.dfdgrp.rec.intprd"
>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.intprd"
style=
"width:100%"
placeholder=
"请选择计息周期"
>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.intprd"
style=
"width:100%"
placeholder=
"请选择计息周期"
>
<el-option
v-for=
"item in codes.intprd"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
<el-option
v-for=
"item in codes.intprd"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
...
@@ -209,43 +182,34 @@
...
@@ -209,43 +182,34 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- S0000007 : 代付利率: -->
<c-col
:span=
"24"
>
<c-col
:span=
"16"
>
<c-form-item
label=
"代付利率"
prop=
"dftcre.dfdgrp.rec.actrat"
>
<c-form-item
label=
"代付利率"
prop=
"dftcre.dfdgrp.rec.actrat"
>
<c-input
v-model=
"model.dftcre.dfdgrp.rec.actrat"
placeholder=
"请输入代付利率"
></c-input>
<c-input
v-model=
"model.dftcre.dfdgrp.rec.actrat"
placeholder=
"请输入代付利率"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<!-- S0000008 : 利率浮动方式: -->
<c-col
:span=
"24"
>
<c-col
:span=
"16"
>
<el-form-item
label=
"利率浮动方式:"
prop=
"dftcre.dfdgrp.rec.flttyp"
>
<el-form-item
label=
"利率浮动方式:"
prop=
"dftcre.dfdgrp.rec.flttyp"
>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.flttyp"
style=
"width:100%"
placeholder=
"利率浮动方式"
>
<c-fullbox>
<el-option
<c-select
v-model=
"model.dftcre.dfdgrp.rec.flttyp"
style=
"width:50%"
placeholder=
"利率浮动方式"
>
v-for=
"item in codes.flttyp"
<el-option
:key=
"item.value"
v-for=
"item in codes.flttyp"
:label=
"item.label"
:key=
"item.value"
:value=
"item.value"
:label=
"item.label"
:disabled=
"true"
></el-option>
:value=
"item.value"
></el-option>
</c-select>
</c-select>
<c-input
v-model=
"model.dftcre.dfdgrp.rec.fltval"
style=
"width:50%"
placeholder=
"请输入浮动值"
></c-input>
</c-fullbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"16"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"浮动值"
prop=
"dftcre.dfdgrp.rec.fltval"
>
<c-input
v-model=
"model.dftcre.dfdgrp.rec.fltval"
placeholder=
"请输入浮动值"
></c-input>
</c-form-item>
</c-col>
<!-- S0000009 : 货押标识: -->
<c-col
:span=
"16"
>
<el-form-item
label=
"货押标识"
prop=
"dftcre.dfdgrp.rec.guaflg"
>
<el-form-item
label=
"货押标识"
prop=
"dftcre.dfdgrp.rec.guaflg"
>
<c-select
v-model=
"model.dftcre.dfdgrp.rec.guaflg"
style=
"width:100%"
placeholder=
"请输入货押标识"
>
<c-select
v-model=
"model.dftcre.dfdgrp.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>
<el-option
v-for=
"item in codes.guaflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- S0000027 : 代付利息: -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"代付利息"
prop=
"dftcre.dfdgrp.rec.rescur"
>
<el-form-item
label=
"代付利息"
prop=
"dftcre.dfdgrp.rec.rescur"
>
...
@@ -264,10 +228,9 @@
...
@@ -264,10 +228,9 @@
</c-col>
</c-col>
<!--------------------------------右---------------------------->
<!--------------------------------右---------------------------->
<c-col
:span=
"1
2
"
>
<c-col
:span=
"1
1
"
>
<!-- S0000003 : Name -->
<c-col
:span=
"24"
>
<c-col
:span=
"16"
>
<c-form-item
label=
"Name"
prop=
"dftcre.dfdgrp.rec.pntnam"
>
<c-form-item
label=
"Name"
prop=
"dftcre.dfdgrp.rec.pntnam"
>
<c-input
<c-input
v-model=
"model.dftcre.dfdgrp.rec.pntnam"
v-model=
"model.dftcre.dfdgrp.rec.pntnam"
...
@@ -276,7 +239,6 @@
...
@@ -276,7 +239,6 @@
placeholder=
"请输入name"
></c-input>
placeholder=
"请输入name"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<!-- S0000005 : Name of Loan Contract -->
<c-col
:span=
"16"
>
<c-col
:span=
"16"
>
<c-form-item
label=
"贷款合同名"
prop=
"dftcre.dfdgrp.rec.nam"
>
<c-form-item
label=
"贷款合同名"
prop=
"dftcre.dfdgrp.rec.nam"
>
...
...
src/views/Business/Trtopn/Ovwp.vue
View file @
577d6b28
...
@@ -29,23 +29,25 @@
...
@@ -29,23 +29,25 @@
<c-input
<c-input
v-model=
"model.trdgrp.rec.ownref"
v-model=
"model.trdgrp.rec.ownref"
maxlength=
"16"
maxlength=
"16"
disabled
placeholder=
"请输入融资编号"
disabled
placeholder=
""
style=
"width: 57%"
></c-input>
style=
"width: 57%"
></c-input>
<c-button
<c-button
size=
"small"
size=
"small"
type=
"primary;width:10%"
type=
"primary;width:10%"
style=
"width: 10%"
style=
"width: 10%"
@
click=
"onSeainf"
>
@
click=
"onSeainf"
>
i
i
</c-button>
</c-button>
<c-button
<c-button
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
:disabled=
"this.flag"
:disabled=
"model.trdgrp.rec.fintyp == ''||
model.trdgrp.fip.pts.adrblk == ''||
// model.trdgrp.rec.branchinr == ''||
model.trdgrp.rec.ownref != ''"
@
click=
"onTrtpButgetref"
@
click=
"onTrtpButgetref"
style=
"width: 20%"
>
style=
"width: 20%"
>
Get Ref
Get Ref
</c-button>
</c-button>
</c-fullbox>
</c-fullbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -220,7 +222,7 @@
...
@@ -220,7 +222,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"第一还款账号"
prop=
"trtmod.finmod.act1"
>
<el-form-item
label=
"第一还款账号"
prop=
"trtmod.finmod.act1"
>
<c-select
v-model=
"model.trtmod.finmod.act1"
style=
"width:100%"
placeholder=
"请选择第一还款账号"
>
<c-select
v-model=
"model.trtmod.finmod.act1"
style=
"width:100%"
placeholder=
"请选择第一还款账号"
>
<el-option
v-for=
"
item in codes.act1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value
"
></el-option>
<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>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -436,7 +438,7 @@
...
@@ -436,7 +438,7 @@
allow-create
allow-create
v-model=
"model.trtmod.finmod.act3"
v-model=
"model.trtmod.finmod.act3"
style=
"width:100%"
style=
"width:100%"
:disabled=
"model.trtmod.finmod.acttyp ==
null
"
:disabled=
"model.trtmod.finmod.acttyp ==
''
"
placeholder=
"请选择第三方还款账号"
>
placeholder=
"请选择第三方还款账号"
>
</c-select>
</c-select>
</el-form-item>
</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