| | |
| | | <el-option label="䏿¥¼AGVå
¥åºç¼ååº" value="4" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="è°æ¨åºåº" prop="Warehouse"> |
| | | <el-input style="width: 310px" v-model="Warehouse" placeholder="请è¾å
¥è°æ¨ä»åº"></el-input> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | | <div class="box-table" style="margin-top: 1%"> |
| | |
| | | <script> |
| | | import VolBox from "@/components/basic/VolBox.vue"; |
| | | import VolForm from "@/components/basic/VolForm.vue"; |
| | | import StockSelect from "./OtherStockSelect.vue"; |
| | | import StockSelect from "./AllocateStockSelect.vue"; |
| | | export default { |
| | | components: { VolBox, VolForm, StockSelect }, |
| | | data() { |
| | | return { |
| | | row: null, |
| | | areaId: "2", |
| | | Warehouse:"", |
| | | showDetialBox: false, |
| | | flag: false, |
| | | MaterialCode:"", |
| | |
| | | var param = { |
| | | "orderIds":keys, |
| | | "AreaId": this.areaId, |
| | | "Warehouse":this.Warehouse, |
| | | } |
| | | this.http |
| | | .post("api/AllocateOutboundOrder/GenerateAllocateOutboundTask", param, "æ°æ®å¤çä¸") |
| | |
| | | }, |
| | | getButtonEnable(propName, row) { |
| | | if (propName == "assignStock") { |
| | | if ( |
| | | row.orderDetailStatus !== 0 && |
| | | row.orderDetailStatus !== 60 && |
| | | row.orderDetailStatus !== 70 |
| | | if (row.orderDetailStatus !== 0 &&row.orderDetailStatus !== 60 &&row.orderDetailStatus !== 70 |
| | | ) { |
| | | return true; |
| | | } else { |