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
3f0b0abd
authored
Jun 15, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
批量复核确认
parent
c6f98518
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
pages/stockRecheck/index.vue
util/api.js
pages/stockRecheck/index.vue
View file @
3f0b0abd
...
...
@@ -170,7 +170,7 @@ export default {
});
return
false
;
}
this
.
request
(
API
.
makeStockOutFinish
,
'POST'
,
{
stock_out_id
:
this
.
filter_id
.
join
(
','
)
},
true
).
then
(
res
=>
{
this
.
request
(
API
.
m
ultiM
akeStockOutFinish
,
'POST'
,
{
stock_out_id
:
this
.
filter_id
.
join
(
','
)
},
true
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
uni
.
showToast
({
title
:
'复核成功'
,
...
...
util/api.js
View file @
3f0b0abd
...
...
@@ -139,6 +139,10 @@ const API = {
* */
makeStockOutFinish
:
API_BASE
+
'/api/stockRecheck/makeStockOutFinish'
,
/**
* 批量复核确认
* */
multiMakeStockOutFinish
:
API_BASE
+
'/api/stockRecheck/multiMakeStockOutFinish'
,
/**
* 按货品复核列表
* */
getRecheckTaskItems
:
API_BASE
+
'/api/stockRecheck/getRecheckTaskItems'
,
...
...
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