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
2f35dc51
authored
Apr 28, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
入库理货
parent
e750f4ab
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
47 additions
and
0 deletions
assets/css/tally/index.scss
pages.json
pages/home/index.vue
pages/tally/index.vue
assets/css/tally/index.scss
0 → 100644
View file @
2f35dc51
.tally-index
{
height
:
100%
;
background-color
:
#f00
;
}
pages.json
View file @
2f35dc51
...
...
@@ -184,6 +184,11 @@
"style"
:
{
"navigationBarTitleText"
:
"手动合箱"
}
},
{
"path"
:
"pages/tally/index"
,
"style"
:
{
"navigationBarTitleText"
:
"入库理货"
}
}],
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
...
...
pages/home/index.vue
View file @
2f35dc51
...
...
@@ -132,6 +132,11 @@
name
:
'新增异常'
,
iconfont
:
'icon-jinggao1'
,
tips
:
''
},
{
name
:
'入库理货'
,
iconfont
:
'icon-jinggao1'
,
tips
:
''
}
]
};
...
...
@@ -259,6 +264,10 @@
uni
.
navigateTo
({
url
:
'/pages/tallyGoods/addException'
});
}
else
if
(
item
.
name
==
'入库理货'
)
{
uni
.
navigateTo
({
url
:
'/pages/tally/index'
});
}
else
{
uni
.
showModal
({
title
:
'提示'
,
...
...
pages/tally/index.vue
0 → 100644
View file @
2f35dc51
<
template
>
<view
class=
"tally-index"
>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
};
},
onLoad
(
option
)
{
},
onShow
()
{
},
methods
:
{
}
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
'@/assets/css/tally/index.scss'
;
</
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