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
a8a65341
Commit
a8a65341
authored
Dec 09, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询
parent
36d383ea
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
5 deletions
+21
-5
index.js
src/config/CodeTable/index.js
+5
-5
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+14
-0
index.vue
src/views/Business/Trnrel/index.vue
+2
-0
No files found.
src/config/CodeTable/index.js
View file @
a8a65341
...
...
@@ -388,12 +388,12 @@ const CodeTable = {
{
label
:
"注销"
,
value
:
"1"
},
],
bchtyp
:[
{
label
:
"总行押汇中心"
,
value
:
"3"
},
{
label
:
"押汇中心XX组"
,
value
:
"4"
},
{
label
:
"押汇中心
XX1
组"
,
value
:
"5"
},
{
label
:
"非经办行"
,
value
:
"2"
},
/*
{label:"总行押汇中心",value:"3" },
{label:"押汇中心XX组",value:"4" },
*/
{
label
:
"押汇中心
华北
组"
,
value
:
"5"
},
/*
{label:"非经办行",value:"2" },
{label:"经办行",value:"1" },
{
label
:
"收单行"
,
value
:
"6"
},
{label:"收单行",value:"6" },
*/
],
bckgrd
:[
{
label
:
"Undefined"
,
value
:
""
},
...
...
src/views/Business/Trnrel/Inftrnps.vue
View file @
a8a65341
...
...
@@ -19,6 +19,13 @@
style=
"width: 100%"
placeholder=
"请选择Branch"
>
<el-option
v-for=
"item in codes.bchtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -78,6 +85,13 @@
style=
"width: 100%"
placeholder=
"请选择User"
>
<el-option
v-for=
"item in codes.usrsort"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
...
...
src/views/Business/Trnrel/index.vue
View file @
a8a65341
...
...
@@ -61,6 +61,8 @@ export default {
codes
:
{
relflg
:
CodeTable
.
relflg
,
dflg
:
CodeTable
.
dflg
,
bchtyp
:
CodeTable
.
bchtyp
,
usrsort
:
CodeTable
.
usrsort
,
},
}
},
...
...
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