helongyang
昨天 69c258359052738b4c60dcabc85f09e4debf2c94
代码管理/淮安PDA/pages/stash/ProOutOrderView.vue
@@ -14,6 +14,9 @@
                  <view style="line-height: 17px;color: #596671;font-size: 14px;text-align: center;display: flex;justify-content: space-between;">
                     鍑鸿揣鍗曞彿&nbsp;&nbsp;{{item.proOutOrderNo}} 
                  </view>
                  <view style="line-height: 17px;color: #596671;font-size: 14px;text-align: center;display: flex;justify-content: space-between;">
                     鍒涘缓鏃堕棿&nbsp;&nbsp;{{item.createDate}}
                  </view>
                  <view
                     style="margin-top: 10rpx;display: flex;align-items: center; ">
                     <view style="text-align: center;line-height: 40rpx;border-radius: 8rpx; width: 238rpx;height: 40rpx;font-size: 22rpx;background-color:rgba(22,127,247,0.18);color: #1F63FF;">
@@ -93,7 +96,7 @@
                        ProOutStatus: ProOutStatus.find(item => item.value == i
                           .proOrderStatus).label,
                        SumQty: i.details.map(item => item.qtyPcs).reduce((prev, next) => prev + next, 0)
                     }))
                        }))
                        // this.allReceivingOrders = res.data;
                        if (this.allReceivingOrders.length > 3) {
                           this.loadVisible = true;
@@ -105,7 +108,12 @@
                        if (postData.MainData.pageNo == 1) {
                           this.allReceivingOrders = [];
                        }
                        this.allReceivingOrders = this.allReceivingOrders.concat(res.data);
                        this.allReceivingOrders =res.data.map(i => ({
                        ...i,
                        ProOutStatus: ProOutStatus.find(item => item.value == i
                           .proOrderStatus).label,
                        SumQty: i.details.map(item => item.qtyPcs).reduce((prev, next) => prev + next, 0)
                        }))
                        if (this.allReceivingOrders.length > 3) {
                           this.loadVisible = true;
                        } else {