Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-store
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
base_platform_enterprise
gic-store
Commits
4fe59d73
Commit
4fe59d73
authored
Jul 08, 2019
by
陶光胜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
门店列表展示字段配置
parent
b6f4a3c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
StoreController.java
...in/java/com/gic/store/web/controller/StoreController.java
+18
-18
No files found.
gic-store-web/src/main/java/com/gic/store/web/controller/StoreController.java
View file @
4fe59d73
...
...
@@ -143,40 +143,40 @@ public class StoreController {
vo1
.
setKey
(
"门店名称"
);
list
.
add
(
vo1
);
StoreListSourceVO
vo2
=
new
StoreListSourceVO
();
vo
1
.
setValue
(
"storeGroupName"
);
vo
1
.
setKey
(
"门店分组名称"
);
vo
2
.
setValue
(
"storeGroupName"
);
vo
2
.
setKey
(
"门店分组名称"
);
list
.
add
(
vo2
);
StoreListSourceVO
vo3
=
new
StoreListSourceVO
();
vo
1
.
setValue
(
"storeCode"
);
vo
1
.
setKey
(
"关联门店主键"
);
vo
3
.
setValue
(
"storeCode"
);
vo
3
.
setKey
(
"关联门店主键"
);
list
.
add
(
vo3
);
StoreListSourceVO
vo4
=
new
StoreListSourceVO
();
vo
1
.
setValue
(
"provinces"
);
vo
1
.
setKey
(
"地区"
);
vo
4
.
setValue
(
"provinces"
);
vo
4
.
setKey
(
"地区"
);
list
.
add
(
vo4
);
StoreListSourceVO
vo5
=
new
StoreListSourceVO
();
vo
1
.
setValue
(
"brandNames"
);
vo
1
.
setKey
(
"门店品牌"
);
vo
5
.
setValue
(
"brandNames"
);
vo
5
.
setKey
(
"门店品牌"
);
list
.
add
(
vo5
);
StoreListSourceVO
vo6
=
new
StoreListSourceVO
();
vo
1
.
setValue
(
"completeStatus"
);
vo
1
.
setKey
(
"资料完善状态"
);
vo
6
.
setValue
(
"completeStatus"
);
vo
6
.
setKey
(
"资料完善状态"
);
list
.
add
(
vo6
);
StoreListSourceVO
vo7
=
new
StoreListSourceVO
();
vo
1
.
setValue
(
"status"
);
vo
1
.
setKey
(
"门店启用状态"
);
vo
7
.
setValue
(
"status"
);
vo
7
.
setKey
(
"门店启用状态"
);
list
.
add
(
vo7
);
StoreListSourceVO
vo8
=
new
StoreListSourceVO
();
vo
1
.
setValue
(
"regionName"
);
vo
1
.
setKey
(
"门店所属域"
);
vo
8
.
setValue
(
"regionName"
);
vo
8
.
setKey
(
"门店所属域"
);
list
.
add
(
vo8
);
StoreListSourceVO
vo9
=
new
StoreListSourceVO
();
vo
1
.
setValue
(
"erpStatus"
);
vo
1
.
setKey
(
"门店状态"
);
vo
9
.
setValue
(
"erpStatus"
);
vo
9
.
setKey
(
"门店状态"
);
list
.
add
(
vo9
);
StoreListSourceVO
vo10
=
new
StoreListSourceVO
();
vo1
.
setValue
(
"storeType"
);
vo1
.
setKey
(
"门店类型"
);
vo1
0
.
setValue
(
"storeType"
);
vo1
0
.
setKey
(
"门店类型"
);
list
.
add
(
vo10
);
return
list
;
}
...
...
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