| | |
| | | <uni-forms label-width="50"> |
| | | <uni-forms-item label="åºåºåºå"><uni-data-select v-model="value" |
| | | :localdata="range"></uni-data-select></uni-forms-item> |
| | | <uni-forms-item label="è°æ¨ä»åº"> |
| | | <uni-easyinput type="text" :focus="!istrue" v-model="Warehouse" placeholder="请è¾å
¥è°æ¨ä»åº" |
| | | ref='midInput' /> |
| | | </uni-forms-item> |
| | | </uni-forms> |
| | | <uni-list :border="true"> |
| | | <uni-list-item direction="column" v-for="(item,index) in orderInfo" :key="item.dtlId"> |
| | |
| | | orderInfo: [], |
| | | searchValue: "", |
| | | value:"2", |
| | | Warehouse:"", |
| | | label: "", |
| | | range: [], |
| | | orderDetail: {}, |
| | |
| | | this.orderIds.push(id); |
| | | var postData = { |
| | | AreaId: this.value, |
| | | orderIds: this.orderIds |
| | | orderIds: this.orderIds, |
| | | Warehouse:this.Warehouse, |
| | | }; |
| | | console.log(postData); |
| | | this.$u.post('/api/AllocateOutboundOrder/GenerateAllocateOutboundTask', postData).then(res => { |