Commit c251597f85ad24df38a02d9a69de7b7d8e56b698
1 parent
3301e251
VUE出库任务页告警修复
Signed-off-by: TanYibin <5491541@qq.com>
Showing
5 changed files
with
1 additions
and
6 deletions
ant-design-vue-jeecg/src/views/system/shipment/ShipmentContainerDetailList.vue
ant-design-vue-jeecg/src/views/system/shipment/modules/ShipmentContainerSelectModal.vue
... | ... | @@ -17,7 +17,6 @@ |
17 | 17 | show-search |
18 | 18 | placeholder="请选择出库口" |
19 | 19 | option-filter-prop="children" |
20 | - :filter-option="filterOption" | |
21 | 20 | v-model="model.toPort"> |
22 | 21 | <a-select-option v-for="item in portList" :key="item.name" :value="item.code">{{ |
23 | 22 | item.name |
... | ... | @@ -41,7 +40,6 @@ import {selectSortingPort} from '@/api/api' |
41 | 40 | |
42 | 41 | export default { |
43 | 42 | name: "ShipmentContainerSelectModal", |
44 | - portList: [], | |
45 | 43 | components: {}, |
46 | 44 | props: { |
47 | 45 | mainId: { |
... | ... | @@ -52,6 +50,7 @@ export default { |
52 | 50 | }, |
53 | 51 | data() { |
54 | 52 | return { |
53 | + portList: [], | |
55 | 54 | title: "操作", |
56 | 55 | width: 500, |
57 | 56 | visible: false, |
... | ... |
ant-design-vue-jeecg/src/views/system/task/ShipmentTaskHeaderList.vue
ant-design-vue-jeecg/src/views/system/task/modules/EmptyOutTaskModal.vue
ant-design-vue-jeecg/src/views/system/task/modules/ManyEmptyOutTaskModal.vue