Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
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
d1ee533a
authored
Feb 27, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
2515d196
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
pages.json
pages/stockRecheck/index.vue
pages/stockRecheck/shipOut.vue
pages.json
View file @
d1ee533a
...
...
@@ -243,7 +243,7 @@
"titleNView"
:
{
"buttons"
:
[{
"index"
:
"0"
,
"text"
:
"
打印快递单
"
,
"text"
:
"
出库发货
"
,
"fontSize"
:
"15px"
,
"color"
:
"#1969F9"
,
"float"
:
"right"
,
...
...
pages/stockRecheck/index.vue
View file @
d1ee533a
...
...
@@ -120,7 +120,7 @@
onNavigationBarButtonTap
(
e
)
{
if
(
e
.
index
==
0
)
{
uni
.
navigateTo
({
url
:
'/pages/stockRecheck/
prin
t'
url
:
'/pages/stockRecheck/
shipOu
t'
});
}
},
...
...
pages/stockRecheck/shipOut.vue
View file @
d1ee533a
...
...
@@ -363,6 +363,7 @@
flag
:
false
,
page
:
1
,
limit
:
30
,
is_focus
:
true
,
list
:
[],
index
:
0
,
array
:
[
'出库单号'
],
...
...
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