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
e2f2b4f6
Commit
e2f2b4f6
authored
2 years ago
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BPTSET 福费廷页面的添加
parent
ecdf26d9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
2 deletions
+40
-2
Urpp.vue
src/views/Business/Bptopn/Urpp.vue
+0
-1
Bptset2.vue
src/views/Business/Bptset/Bptset2.vue
+27
-1
Ovwp.vue
src/views/Business/Bptset/Ovwp.vue
+13
-0
Urpp.vue
src/views/Business/Bptset/Urpp.vue
+0
-0
No files found.
src/views/Business/Bptopn/Urpp.vue
View file @
e2f2b4f6
...
...
@@ -85,7 +85,6 @@
v-model=
"model.bpdgrp.rec.lctyp"
:code=
"codes.lctyp"
style=
"width: 100%"
disabled
placeholder=
"请选择信用证类型"
>
</c-select>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Bptset/Bptset2.vue
View file @
e2f2b4f6
...
...
@@ -87,9 +87,35 @@
</el-form-item>
</c-col>
<!-- Advanced Party Ref. 融资业务编号 v-if="bpdgrp.rec.fintyp=='F' || bpdgrp.rec.fintyp=='D'"-->
<!-- 出口押汇 -->
<c-col
:span=
"12"
>
<c-form-item
label=
""
prop=
"bptp.distyp"
label-width=
"0px"
style=
"margin-left: 5px;"
v-if=
"model.bpdgrp.rec.fintyp=='P'"
>
<c-select
v-model=
"model.bptp.purtyp"
:code=
"codes.purtyp"
style=
"width: 100%; "
maxlength=
"17"
disabled
></c-select>
</c-form-item>
<!-- <c-form-item label="" prop="bptp.distyp" label-width="0px" style="margin-left: 5px;"
v-else-if="model.bpdgrp.rec.fintyp=='D'">
<c-select
v-model="model.bptp.distyp"
:code="codes.distyp"
style="width: 100%; "
maxlength="17"
disabled
></c-select>
</c-form-item> -->
</c-col>
<!-- 出口贴现 -->
<c-col
:span=
"12"
>
<c-form-item
label=
""
prop=
"bptp.distyp"
label-width=
"0px"
style=
"margin-left: 5px;"
v-if=
"model.bpdgrp.rec.fintyp=='
F' || model.bpdgrp.rec.fintyp=='
D'"
>
v-if=
"model.bpdgrp.rec.fintyp=='D'"
>
<c-select
v-model=
"model.bptp.distyp"
:code=
"codes.distyp"
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Bptset/Ovwp.vue
View file @
e2f2b4f6
...
...
@@ -5,6 +5,17 @@
<!-- 融资归还 -->
<m-bptset2
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"福费廷"
name=
"urpp"
v-if=
"
model.bpdgrp.rec.fintyp == 'F' ||
model.bpdgrp.rec.fintyp == 'U' ||
model.bpdgrp.rec.fintyp == 'G' ||
model.bpdgrp.rec.fintyp == 'V'
"
>
<m-urpp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"收账通知"
name=
"docpan2"
>
<!-- 收账通知 -->
<m-docpan2
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -15,11 +26,13 @@
<
script
>
import
Bptset2
from
"./Bptset2"
;
import
Docpan2
from
"./Docpan"
;
import
Urpp
from
"./Urpp"
;
export
default
{
components
:
{
"m-bptset2"
:
Bptset2
,
"m-docpan2"
:
Docpan2
,
"m-urpp"
:
Urpp
,
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Bptset/Urpp.vue
0 → 100644
View file @
e2f2b4f6
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