diff --git a/src/views/Inventory/PickingList/index.vue b/src/views/Inventory/PickingList/index.vue index 8fc17527..cc80590e 100644 --- a/src/views/Inventory/PickingList/index.vue +++ b/src/views/Inventory/PickingList/index.vue @@ -342,7 +342,7 @@ @@ -471,6 +471,24 @@ 确 定 + + + + + + + + + + + + + + + @@ -944,6 +962,10 @@ export default { }) } }, + // 增加滞货件领料单明细 + addBacklogList(row) {}, + // 提交增加滞货件领料单明细 + submitAddBacklogList() {}, // 增加车间采购领料单明细 addWorkshopList(row) { if (this.$refs['form2'] !== undefined) {