huangxiaoqiang
2025-10-27 387731cab892804912e68cb91e6fb804411c4756
ÏîÄ¿´úÂë/PDA/pages/Allocate/AllocateOutorderboxing.vue
@@ -13,6 +13,10 @@
               <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">
@@ -57,6 +61,7 @@
            orderInfo: [],
            searchValue: "",
            value:"2",
            Warehouse:"",
            label: "",
            range: [],
            orderDetail: {},
@@ -112,7 +117,8 @@
            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 => {