|  |  |  | 
|---|
|  |  |  | <view style="line-height: 17px;color: #596671;font-size: 14px;text-align: center;display: flex;justify-content: space-between;"> | 
|---|
|  |  |  | 鍑鸿揣鍗曞彿  {{item.proOutOrderNo}} | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <view style="line-height: 17px;color: #596671;font-size: 14px;text-align: center;display: flex;justify-content: space-between;"> | 
|---|
|  |  |  | 鍒涘缓鏃堕棿  {{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;"> | 
|---|
|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | 
|---|
|  |  |  | 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 { | 
|---|