Commit cb29bab9 by LJM

bug

parent 6a797324
Showing with 1 additions and 1 deletions
......@@ -1035,7 +1035,7 @@ export default {
return item.pic_id;
});
this.request(API.multiMarkChecked, 'POST', { stock_out_item_ids: this.stock_out_item_ids.join(','), box_name: this.box_name, pic_ids: pic_ids.join(',') }, true).then(res => {
this.request(API.multiMarkChecked, 'POST', { stock_out_item_ids: this.stock_out_item_ids.join(','), box_name: this.searchParams.box_name, pic_ids: pic_ids.join(',') }, true).then(res => {
if (res.code === 0) {
uni.showToast({
title: '一键复核成功',
......
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