From a9e34652d77a6cc5aa21a5f833ab0499b0864ed8 Mon Sep 17 00:00:00 2001 From: chenjianan Date: Fri, 29 Mar 2019 11:33:59 +0800 Subject: [PATCH] fix bug --- src/views/Inventory/PickingList/index.vue | 24 ++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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) {