Commit 1cdd399b by LJM

css

parent 8dc38d15
Showing with 2 additions and 2 deletions
...@@ -75,7 +75,7 @@ export default { ...@@ -75,7 +75,7 @@ export default {
}); });
}, },
getData() { getData() {
this.request(API.szScanIn, 'POST', { erp_order_sn: this.erp_order_sn, is_submit: 0, startTime: this.startTime, endTime: this.endTime }, true).then(res => { this.request(API.szScanIn, 'POST', { erp_order_sn: this.erp_order_sn, is_submit: 0 }, true).then(res => {
if (res.err_code === 0) { if (res.err_code === 0) {
this.list.push({ this.list.push({
car_sort: res.data.car_sort, car_sort: res.data.car_sort,
...@@ -100,7 +100,7 @@ export default { ...@@ -100,7 +100,7 @@ export default {
return false; return false;
} }
this.request(API.szScanIn, 'POST', { list: this.filterList, is_submit: 1, erp_order_sn: this.erp_order_sn }, true).then(res => { this.request(API.szScanIn, 'POST', { list: this.filterList, is_submit: 1, erp_order_sn: this.erp_order_sn, startTime: this.startTime, endTime: this.endTime }, 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