diff --git a/src/views/distribution/reservation/reservationAddFrom.vue b/src/views/distribution/reservation/reservationAddFrom.vue
index 2c27db0e..87d57335 100644
--- a/src/views/distribution/reservation/reservationAddFrom.vue
+++ b/src/views/distribution/reservation/reservationAddFrom.vue
@@ -367,7 +367,7 @@
修改(零担订单)
+ >loading
提交(零担订单)
{
- this.orderList.forEach(order => {
- // const newDate1 = this.orderData.map(item => { // map遍历本地数据
- // if (this.orderList.find(o => o.id !== item.id)) { // 如果在接口数据中包含本地数据,则返回这条本地数据
- // return item;
- // });
- // } info.push(order);
- //清理原来订单列表的订单数据
- info.push(order);
- this.stockArticleInfo.splice(index, 1);
- });
- });
+ // const info = [];
+ // this.stockArticleInfo.forEach((item, index) => {
+ // this.orderList.forEach(order => {
+ // // const newDate1 = this.orderData.map(item => { // map遍历本地数据
+ // // if (this.orderList.find(o => o.id !== item.id)) { // 如果在接口数据中包含本地数据,则返回这条本地数据
+ // // return item;
+ // // });
+ // // } info.push(order);
+ // //清理原来订单列表的订单数据
+ // info.push(order);
+ // this.stockArticleInfo.splice(index, 1);
+ // });
+ // });
- if (this.orderData.length >= 1) {
- let newDate1 = this.orderData.map(item => {
- // map遍历本地数据
- if (this.orderList.find(o => o.id !== item.id)) {
- // 如果在接口数据中包含本地数据,则返回这条本地数据
- return item;
- }
- });
- console.log('newDate1-------------->', newDate1.length);
- if (newDate1.length >= 1) {
- console.log('newDate1-------------->', newDate1);
- newDate1.forEach(a => {
- this.orderData.push(a);
- });
- }
- console.log('this.orderData------------->', this.orderData);
- } else {
+ // if (this.orderData.length >= 1) {
+ // let newDate1 = this.orderData.map(item => {
+ // // map遍历本地数据
+ // if (this.orderList.find(o => o.id !== item.id)) {
+ // // 如果在接口数据中包含本地数据,则返回这条本地数据
+ // return item;
+ // }
+ // });
+ // console.log('newDate1-------------->', newDate1.length);
+ // if (newDate1.length >= 1) {
+ // console.log('newDate1-------------->', newDate1);
+ // newDate1.forEach(a => {
+ // this.orderData.push(a);
+ // });
+ // }
+ // console.log('this.orderData------------->', this.orderData);
+ // } else {
- this.orderData = this.orderList;
- }
+ // this.orderData = this.orderList;
+ // }
- this.orderData.forEach(a => {
- a.reservationNum = a.handQuantity;
+ // this.orderData.forEach(a => {
+ // a.reservationNum = a.handQuantity;
- });
+ // });
// this.orderData.push(info);