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
223aa631
Commit
223aa631
authored
Nov 18, 2022
by
javaHeight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bptopn 测试修改
parent
ba90f48a
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
36 additions
and
4 deletions
+36
-4
index.js
src/config/CodeTable/index.js
+10
-0
Bptopnp.vue
src/views/Business/Bptopn/Bptopnp.vue
+2
-1
Cfap.vue
src/views/Business/Bptopn/Cfap.vue
+8
-1
Conp.vue
src/views/Business/Bptopn/Conp.vue
+8
-1
Dclpp.vue
src/views/Business/Bptopn/Dclpp.vue
+7
-0
Ovwp.vue
src/views/Business/Bptopn/Ovwp.vue
+1
-1
No files found.
src/config/CodeTable/index.js
View file @
223aa631
...
...
@@ -7149,6 +7149,12 @@ const CodeTable = {
invtyp1
:
[
{
label
:
"类型1"
,
value
:
"1"
}
],
invtyp2
:
[
{
label
:
"商业发票"
,
value
:
"1"
},
{
label
:
"形式发票"
,
value
:
"2"
},
{
label
:
"样品发票"
,
value
:
"3"
},
{
label
:
"海关发票"
,
value
:
"4"
}
],
legfrm
:
[
{
label
:
"见索即付保函"
,
value
:
"DGAR"
},
{
label
:
"备用信用证"
,
value
:
"STBY"
},
...
...
@@ -7491,6 +7497,10 @@ const CodeTable = {
{
label
:
'01'
,
value
:
'01'
},
{
label
:
'02'
,
value
:
'02'
},
{
label
:
'03'
,
value
:
'03'
},
],
jzllgz
:
[
{
label
:
'央视基准'
,
value
:
'0'
},
{
label
:
'市场LPR基准'
,
value
:
'1'
},
]
}
export
default
CodeTable
;
src/views/Business/Bptopn/Bptopnp.vue
View file @
223aa631
...
...
@@ -497,6 +497,7 @@
v-model=
"model.bptmod.finmod.dinmod.jzllgz"
style=
"width: 100%"
placeholder=
"请选择基准利率规则"
:code=
"codes.jzllgz"
>
</c-select>
</el-form-item>
...
...
@@ -688,7 +689,7 @@
placeholder=
"请选择发票类型"
>
<el-option
v-for=
"item in codes.invtyp"
v-for=
"item in codes.invtyp
2
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
src/views/Business/Bptopn/Cfap.vue
View file @
223aa631
...
...
@@ -155,7 +155,14 @@ export default {
methods
:
{
...
Event
,
},
created
:
function
()
{},
// created: function () {},
created
:
function
()
{
this
.
executeRule
(
"cfabpt.cfap"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
res
.
data
);
}
});
},
};
</
script
>
...
...
src/views/Business/Bptopn/Conp.vue
View file @
223aa631
...
...
@@ -248,7 +248,14 @@ export default {
return
{};
},
methods
:
{
...
Event
},
created
:
function
()
{},
// created: function () {},
created
:
function
()
{
this
.
executeRule
(
"cfabpt.recp.conp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
);
}
});
},
};
</
script
>
<
style
>
...
...
src/views/Business/Bptopn/Dclpp.vue
View file @
223aa631
...
...
@@ -232,6 +232,13 @@ export default {
},
methods
:
{
...
Event
},
created
:
function
()
{},
// created: function () {
// this.executeRule("cfabpt.recp.dclp(1).dclp").then((res) => {
// if (res.respCode == SUCCESS) {
// this.updateModel(res.data);
// }
// });
// },
}
</
script
>
<
style
></
style
>
src/views/Business/Bptopn/Ovwp.vue
View file @
223aa631
...
...
@@ -38,7 +38,7 @@
</el-collapse-item>
<!-- v-if="model.cfabpt.cfaflg=='1'" -->
<el-collapse-item
title=
"国内外汇贷款-签约信息"
name=
"conp"
>
<el-collapse-item
title=
"国内外汇贷款-签约信息"
name=
"conp"
v-if=
"model.cfabpt.cfaflg=='1'"
>
<m-conp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-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