| | |
| | | </view> |
| | | </u-sticky> |
| | | <uni-list :border="true"> |
| | | <uni-list-item direction="column" clickable @click="groupClick(item.id,item.upperOrderNo)" link :to="page+item.orderNo" |
| | | <uni-list-item direction="column" clickable @click="groupClick(item.id,item.upperOrderNo)" link :to="generateRoute(item)" |
| | | v-for="item in allReceivingOrders" :key="item.orderNo"> |
| | | <template v-slot:body> |
| | | <!-- <uni-group margin-top="20"> |
| | | <view> åå·:{{item.orderNo}} </view> |
| | | <view> 䏿¸¸åå·:{{item.upperOrderNo}} </view> |
| | | <view> ç©æç¼ç :{{item.materielCode}} </view> |
| | | <view> åæ®æ°é:{{item.orderQuantity}} </view> |
| | | <view> å·²åºåºæ°é:{{item.overOutQuantity}} </view> |
| | | </uni-group> --> |
| | | <uni-group margin-top="20"> |
| | | <view class="flex-row"> |
| | | <view class="label">åå·:</view> |
| | |
| | | return { |
| | | page: "/pages/Allocate/AllocateOutorderboxing?orderNo=", |
| | | loadVisible: false, |
| | | generateRoute(item) { |
| | | return `/pages/Allocate/AllocateOutorderboxing?orderNo=${item.orderNo}&Id=${item.id}` |
| | | }, |
| | | istrue:false, |
| | | searchValue: "", |
| | | status: "more", |
| | |
| | | this.getData(); |
| | | }, |
| | | groupClick(Id,orderNo) { |
| | | window.location="/pages/Allocate/AllocateOutorderboxing?Id="+Id+"&orderNo="+orderNo; |
| | | |
| | | }, |
| | | getData() { |
| | | var postData = { |