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
577d6b28
Commit
577d6b28
authored
Sep 20, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进口融资开立bug修改
parent
a8a341e7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
index.js
src/model/Trtopn/index.js
+2
-1
Dftcrep.vue
src/views/Business/Trtopn/Dftcrep.vue
+0
-0
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{
ownref
:
""
,
// 融资编号 .trdgrp.rec.ownref
nam
:
""
,
// Name of Loan Contract .trdgrp.rec.nam
issdat
:
""
,
// 开立日期 .trdgrp.rec.issdat
fintyp
1
:
""
,
// 融资品种 .trdgrp.rec.fintyp
fintyp
:
""
,
// 融资品种 .trdgrp.rec.fintyp
stagod
:
""
,
// Good's Code .trdgrp.rec.stagod
guaflg
:
""
,
// 货押标识 .trdgrp.rec.guaflg
pctfin
:
""
,
// % Financed .trdgrp.rec.pctfin
...
...
@@ -28,6 +28,7 @@ export default class Trtopn{
invtyp
:
""
,
// 发票类型 .trdgrp.rec.invtyp
lprtyp
:
""
,
// 市场LPR期限品种 .trdgrp.rec.lprtyp
mycontno
:
""
,
// 交易合同号 .trdgrp.rec.mycontno
branchinr
:
""
,
// sndto:"",
},
fip
:{
...
...
src/views/Business/Trtopn/Dftcrep.vue
View file @
577d6b28
This diff is collapsed.
Click to expand it.
src/views/Business/Trtopn/Ovwp.vue
View file @
577d6b28
...
...
@@ -29,23 +29,25 @@
<c-input
v-model=
"model.trdgrp.rec.ownref"
maxlength=
"16"
disabled
placeholder=
"请输入融资编号"
disabled
placeholder=
""
style=
"width: 57%"
></c-input>
<c-button
size=
"small"
type=
"primary;width:10%"
style=
"width: 10%"
@
click=
"onSeainf"
>
i
</c-button>
i
</c-button>
<c-button
size=
"small"
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"
style=
"width: 20%"
>
Get Ref
</c-button>
Get Ref
</c-button>
</c-fullbox>
</el-form-item>
</c-col>
...
...
@@ -220,7 +222,7 @@
<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 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>
</el-form-item>
</c-col>
...
...
@@ -436,7 +438,7 @@
allow-create
v-model=
"model.trtmod.finmod.act3"
style=
"width:100%"
:disabled=
"model.trtmod.finmod.acttyp ==
null
"
:disabled=
"model.trtmod.finmod.acttyp ==
''
"
placeholder=
"请选择第三方还款账号"
>
</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