Commit f92e3ba0 by LJM

bug

parent 3f0b0abd
......@@ -436,6 +436,7 @@ export default {
this.detail = data;
this.picked_num = Number(data.lock_qty) - Number(data.pick_qty);
this.formParams.pick_qty = Number(data.lock_qty) - Number(data.pick_qty);
this.image_list = [];
} else if (type == 2) {
this.$refs.showRightPack.open();
this.detailContainer = data;
......
......@@ -170,7 +170,7 @@ export default {
});
return false;
}
this.request(API.multiMakeStockOutFinish, 'POST', { stock_out_id: this.filter_id.join(',') }, true).then(res => {
this.request(API.multiMakeStockOutFinish, 'POST', { stock_out_ids: this.filter_id.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