Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
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
吴迪
gs1
Commits
e00bfd00
Commit
e00bfd00
authored
Dec 28, 2021
by
方圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
零售 物流交互优化
parent
a031facb
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
44 additions
and
12 deletions
+44
-12
constant.js
src/config/constant.js
+2
-1
GRAI.vue
src/views/BarCode/GRAI.vue
+3
-0
SSCC.vue
src/views/BarCode/SSCC.vue
+3
-0
list.vue
src/views/BarCode/copms/list.vue
+5
-0
Logistics.vue
src/views/News/Logistics.vue
+3
-0
Retail.vue
src/views/News/Retail.vue
+23
-11
list.vue
src/views/Sell/copms/list.vue
+5
-0
No files found.
src/config/constant.js
View file @
e00bfd00
...
@@ -3,7 +3,8 @@ export const QUERY_PAGE_SIZE = 10
...
@@ -3,7 +3,8 @@ export const QUERY_PAGE_SIZE = 10
export
const
QUERY_PAGE_SIZE_10
=
10
export
const
QUERY_PAGE_SIZE_10
=
10
export
const
QUERY_PAGE_SIZE_20
=
20
export
const
QUERY_PAGE_SIZE_20
=
20
export
const
QUERY_PAGE_SIZE_All
=
999999
export
const
QUERY_PAGE_SIZE_All
=
999999
export
const
FILE_PREFIX
=
"http://81.68.189.225:9091/office/uploadFileResource"
// export const FILE_PREFIX = "http://81.68.189.225:9091/office/uploadFileResource"
export
const
FILE_PREFIX
=
`
${
window
.
location
.
origin
}
/office/uploadFileResource`
export
const
FILE_PREFIX1
=
"http://www.gov.cn"
export
const
FILE_PREFIX1
=
"http://www.gov.cn"
export
const
FILE_PREFIX2
=
"http://ltfzs.mofcom.gov.cn"
export
const
FILE_PREFIX2
=
"http://ltfzs.mofcom.gov.cn"
export
const
FILE_PREFIX3
=
"https://xxgk.mot.gov.cn"
export
const
FILE_PREFIX3
=
"https://xxgk.mot.gov.cn"
src/views/BarCode/GRAI.vue
View file @
e00bfd00
...
@@ -182,6 +182,9 @@ export default {
...
@@ -182,6 +182,9 @@ export default {
margin-left
:
182px
;
margin-left
:
182px
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.operate_button
:hover
{
font-size
:
15px
;
}
}
}
.success_area
{
.success_area
{
padding
:
40px
30px
;
padding
:
40px
30px
;
...
...
src/views/BarCode/SSCC.vue
View file @
e00bfd00
...
@@ -432,6 +432,9 @@ input::-webkit-inner-spin-button {
...
@@ -432,6 +432,9 @@ input::-webkit-inner-spin-button {
cursor
:
pointer
;
cursor
:
pointer
;
margin-bottom
:
40px
;
margin-bottom
:
40px
;
}
}
.operate_button
:hover
{
font-size
:
15px
;
}
}
}
.success_area
{
.success_area
{
padding
:
40px
30px
;
padding
:
40px
30px
;
...
...
src/views/BarCode/copms/list.vue
View file @
e00bfd00
...
@@ -57,5 +57,9 @@ export default {
...
@@ -57,5 +57,9 @@ export default {
text-align
:
right
;
text-align
:
right
;
}
}
}
}
.row
:hover
{
color
:
#f26335
;
}
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/News/Logistics.vue
View file @
e00bfd00
...
@@ -360,6 +360,9 @@ export default {
...
@@ -360,6 +360,9 @@ export default {
white-space
:
nowrap
;
white-space
:
nowrap
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
li
:hover
{
color
:
#22bcb9
;
}
li
::before
{
li
::before
{
content
:
"●"
;
content
:
"●"
;
color
:
#22bcb9
;
color
:
#22bcb9
;
...
...
src/views/News/Retail.vue
View file @
e00bfd00
...
@@ -399,17 +399,20 @@ export default {
...
@@ -399,17 +399,20 @@ export default {
padding
:
0
56px
;
padding
:
0
56px
;
padding-top
:
20px
;
padding-top
:
20px
;
font-size
:
14px
;
font-size
:
14px
;
font-family
:
MicrosoftYaHei
;
font-family
:
MicrosoftYaHei
;
color
:
#F05587
;
color
:
#F05587
;
li{
li{
cursor
:
pointer
;
cursor
:
pointer
;
.list_icon{
.list_icon{
padding-right
:
7px
;
padding-right
:
7px
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
}
}
li
:hover
{
color
:
#414345
;
}
}
}
}
}
.div-title
{
.div-title
{
...
@@ -483,6 +486,9 @@ li{
...
@@ -483,6 +486,9 @@ li{
float
:
right
;
float
:
right
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.more
:hover
{
font-size
:
14px
;
}
}
}
ul
{
ul
{
padding
:
0
20px
10px
;
padding
:
0
20px
10px
;
...
@@ -500,6 +506,9 @@ li{
...
@@ -500,6 +506,9 @@ li{
color
:
#f05587
;
color
:
#f05587
;
margin-right
:
10px
;
margin-right
:
10px
;
}
}
li
:hover
{
color
:
#f05587
;
}
}
}
}
}
}
}
...
@@ -542,6 +551,9 @@ li{
...
@@ -542,6 +551,9 @@ li{
float
:
right
;
float
:
right
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.more
:hover
{
font-size
:
14px
;
}
}
}
.carousel-control-prev-icon
,
.carousel-control-prev-icon
,
.carousel-control-next-icon
{
.carousel-control-next-icon
{
...
...
src/views/Sell/copms/list.vue
View file @
e00bfd00
...
@@ -57,5 +57,9 @@ export default {
...
@@ -57,5 +57,9 @@ export default {
text-align
:
right
;
text-align
:
right
;
}
}
}
}
.row
:hover
{
color
:
#f26335
;
}
}
}
</
style
>
</
style
>
\ No newline at end of file
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