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
b2fe5cd7
Commit
b2fe5cd7
authored
Dec 21, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cfasel、eadadd优化以及码表添加。
parent
8a6fdfea
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
2 deletions
+26
-2
index.js
src/config/CodeTable/index.js
+24
-0
Errp.vue
src/views/Business/Cfasel/Errp.vue
+1
-1
Selp.vue
src/views/Business/Cfasel/Selp.vue
+0
-0
Sel.vue
src/views/Business/Eadadd/Sel.vue
+1
-1
No files found.
src/config/CodeTable/index.js
View file @
b2fe5cd7
...
...
@@ -4897,6 +4897,11 @@ const CodeTable = {
{
label
:
"08350012 中国光大银行北京分行"
,
value
:
"08350012"
},
{
label
:
"08357113 LM ADD"
,
value
:
"08357113"
},
],
ownextkey5
:
[
{
label
:
"全部"
,
value
:
"<ALL>"
},
{
label
:
"中国光大银行北京分行"
,
value
:
"08350012"
},
{
label
:
"LM ADD"
,
value
:
"08357113"
},
],
ownexttyp
:
[
{
label
:
"手工录入"
,
value
:
"OE"
},
{
label
:
"分行"
,
value
:
"OB"
},
...
...
@@ -7627,5 +7632,24 @@ const CodeTable = {
{
label
:
'资本市场'
,
value
:
'20001800'
},
{
label
:
'其他'
,
value
:
'20009900'
},
],
changtype
:[
{
label
:
'提款-资金'
,
value
:
'1101'
},
{
label
:
'提款-实物'
,
value
:
'1102'
},
{
label
:
'提款-利息本金化'
,
value
:
'1103'
},
{
label
:
'提款-其他'
,
value
:
'1104'
},
{
label
:
'还本-资金'
,
value
:
'1201'
},
{
label
:
'还本-债务减免本金'
,
value
:
'1202'
},
{
label
:
'还本-转增资(债转股)'
,
value
:
'1203'
},
{
label
:
'还本-担保履约'
,
value
:
'1204'
},
{
label
:
'还本-境外偿还'
,
value
:
'1205'
},
{
label
:
'还本-其他'
,
value
:
'1206'
},
{
label
:
'付息-资金'
,
value
:
'1301'
},
{
label
:
'付息-减免利息'
,
value
:
'1302'
},
{
label
:
'付息-境外偿还'
,
value
:
'1303'
},
{
label
:
'付息-其他'
,
value
:
'1304'
},
{
label
:
'付费'
,
value
:
'1401'
},
{
label
:
'付罚金'
,
value
:
'1501'
},
],
}
export
default
CodeTable
;
src/views/Business/Cfasel/Errp.vue
View file @
b2fe5cd7
...
...
@@ -25,7 +25,7 @@
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务所属行"
prop=
"cfaquep.ownextkey"
style=
"width: 100%"
>
<c-select
v-model=
"model.cfaquep.ownextkey"
style=
"width:100%"
placeholder=
"请选择业务所属行"
>
<c-select
v-model=
"model.cfaquep.ownextkey"
style=
"width:100%"
placeholder=
"请选择业务所属行"
:code=
"codes.ownextkey5"
>
</c-select>
</el-form-item>
</c-col>
...
...
src/views/Business/Cfasel/Selp.vue
View file @
b2fe5cd7
This diff is collapsed.
Click to expand it.
src/views/Business/Eadadd/Sel.vue
View file @
b2fe5cd7
...
...
@@ -24,7 +24,7 @@
<!-- 新增接口数据 -->
<c-col
:span=
"12"
>
<el-form-item>
<c-checkbox
v-model=
"model.cfabut.addnew"
>
新增接口数据
</c-checkbox>
<c-checkbox
v-model=
"model.cfabut.addnew"
class=
"checkbox-left"
>
新增接口数据
</c-checkbox>
</el-form-item>
</c-col>
</c-col>
...
...
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