|
@@ -2965,13 +2965,13 @@ export default {
|
|
|
// 如果有id解锁,没有跳过
|
|
|
// this.form.id && this.unLock({moduleName: 'xs',tableName: 'business_order', billId: this.form.id})
|
|
|
this.saveLoading = true
|
|
|
- this.surplusRouteQuantityOption.forEach((itm)=>{
|
|
|
- // console.log(itm.storageId);
|
|
|
- })
|
|
|
+ // this.surplusRouteQuantityOption.forEach((itm)=>{
|
|
|
+ // console.log(itm.storageId);
|
|
|
+ // })
|
|
|
console.log(this.form.contactsForm);
|
|
|
this.form.orderItemsList.forEach((item) => {
|
|
|
item.storageQuantity = item.storageQuantity.surplusRouteQuantity;
|
|
|
- item.storageId = this.contactsForm.storageName
|
|
|
+ item.storageId = this.contactsForm.storageId
|
|
|
});
|
|
|
await this.computedCost()
|
|
|
typeSave(this.form).then(res => {
|