|
|
|
@ -650,6 +650,7 @@ |
|
|
|
groupId:item.groupId ? item.groupId : '', |
|
|
|
deliveryId:item.id, |
|
|
|
workerId:uni.getStorageSync('worker') ? uni.getStorageSync('worker').workerId : '', |
|
|
|
workerName:uni.getStorageSync('worker') ? uni.getStorageSync('worker').workerName : '', |
|
|
|
regionId:JSON.parse(uni.getStorageSync('area')).id |
|
|
|
} |
|
|
|
let that = this |
|
|
|
|