Commit f840a710 by LJM

css

parent 93b068f0
Showing with 1 additions and 1 deletions
...@@ -96,7 +96,7 @@ export default { ...@@ -96,7 +96,7 @@ export default {
return false; return false;
} }
this.request(API.szScanIn, 'POST', { list: this.filterList, is_submit: 1 }, true).then(res => { this.request(API.szScanIn, 'POST', { list: this.filterList, is_submit: 1, erp_order_sn: this.erp_order_sn }, true).then(res => {
if (res.err_code === 0) { if (res.err_code === 0) {
uni.showToast({ uni.showToast({
title: '提交成功', 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