Commit 3da44b69 by LJM

js

parent 89ad3e47
Showing with 1 additions and 1 deletions
......@@ -113,7 +113,7 @@ export default {
return obj.car_sort;
});
this.request(API.createRegistrationOfNonArrivalGoods, 'GET', { erp_order_sn: this.erp_order_sn.join(','), car_sort: this.car_sort.join(',') }, true).then(res => {
this.request(API.createRegistrationOfNonArrivalGoods, 'GET', { erp_order_sn: this.erp_order_sn.join(','), car_sort: this.car_sort.join(','), datetime: this.date }, true).then(res => {
if (res.err_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