Commit 3f0b0abd by LJM

批量复核确认

parent c6f98518
Showing with 5 additions and 1 deletions
......@@ -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.multiMakeStockOutFinish, 'POST', { stock_out_id: this.filter_id.join(',') }, true).then(res => {
if (res.code === 0) {
uni.showToast({
title: '复核成功',
......
......@@ -139,6 +139,10 @@ const API = {
* */
makeStockOutFinish: API_BASE + '/api/stockRecheck/makeStockOutFinish',
/**
* 批量复核确认
* */
multiMakeStockOutFinish: API_BASE + '/api/stockRecheck/multiMakeStockOutFinish',
/**
* 按货品复核列表
* */
getRecheckTaskItems: API_BASE + '/api/stockRecheck/getRecheckTaskItems',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment