Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
88183746
authored
Mar 01, 2022
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
8856960d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
50 additions
and
5 deletions
assets/css/goods/tally.scss
assets/css/home/index.scss
components/zy-grid/zy-grid.vue
pages.json
pages/goods/tally.vue
pages/home/index.vue
assets/css/goods/tally.scss
0 → 100644
View file @
88183746
.tally
{
}
\ No newline at end of file
assets/css/home/index.scss
View file @
88183746
...
...
@@ -45,7 +45,7 @@
flex
:
1
;
height
:
177rpx
;
border-right
:
1px
solid
#e6edf0
;
border-bottom
t
:
1px
solid
#e6edf0
;
border-bottom
:
1px
solid
#e6edf0
;
&
:nth-of-type
(
3n
)
{
border-right
:
1px
solid
transparent
;
}
...
...
@@ -83,7 +83,7 @@
box-shadow
:
0px
9rpx
10rpx
0px
rgba
(
0
,
0
,
0
,
0
.11
);
border-radius
:
43rpx
;
margin
:
0
auto
;
.icon
font
{
.icon
-juxing2
{
font-size
:
48rpx
;
color
:
#ffffff
;
margin-right
:
28rpx
;
...
...
components/zy-grid/zy-grid.vue
View file @
88183746
...
...
@@ -32,7 +32,7 @@ export default {
methods
:
{
gridClick
(
item
,
index
)
{
//格子菜单点击事件
this
.
$emit
(
'gridClickChange'
,
item
)
this
.
$emit
(
'gridClickChange'
,
item
);
}
}
};
...
...
@@ -81,5 +81,8 @@ export default {
.grid-item-4
{
width
:
calc
(
100%
/
4
);
}
.disabled
{
color
:
#9CA8AD
!important
;
}
}
</
style
>
pages.json
View file @
88183746
...
...
@@ -66,6 +66,11 @@
"navigationBarTitleText"
:
"作业确认"
}
},
{
"path"
:
"pages/goods/tally"
,
"style"
:
{
"navigationBarTitleText"
:
"理货列表"
}
},
{
"path"
:
"pages/mine/login"
,
"style"
:
{
"navigationBarTitleText"
:
"登录"
...
...
pages/goods/tally.vue
0 → 100644
View file @
88183746
<
template
>
<view
class=
"tally"
>
</view>
</
template
>
<
script
>
import
{
API
}
from
'@/util/api.js'
;
export
default
{
data
()
{
return
{
};
},
onShow
()
{
this
.
getData
();
},
methods
:
{
getData
()
{
this
.
request
(
API
.
userInfo
,
'POST'
,
{},
false
).
then
(
res
=>
{});
}
}
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
'../../assets/css/goods/tally.scss'
;
</
style
>
pages/home/index.vue
View file @
88183746
...
...
@@ -68,12 +68,12 @@ export default {
},
{
name
:
'上架'
,
iconfont
:
'icon-a-juxing11'
,
iconfont
:
'icon-a-juxing11
disabled
'
,
tips
:
''
},
{
name
:
'拣货'
,
iconfont
:
'icon-juxing4'
,
iconfont
:
'icon-juxing4
disabled
'
,
tips
:
''
},
{
...
...
@@ -157,6 +157,10 @@ export default {
uni
.
navigateTo
({
url
:
'/pages/goods/receiving'
});
}
else
if
(
item
.
name
==
'理货作业'
)
{
uni
.
navigateTo
({
url
:
'/pages/goods/tally'
});
}
else
if
(
item
.
name
==
'仓内作业'
)
{
uni
.
navigateTo
({
url
:
'/pages/goods/warehouseOperation'
...
...
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