Commit 3a3acd81 by LJM

js

parent 089f82d5
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(',') }, 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