diff --git a/src/views/Inventory/CreatePickingList/index.vue b/src/views/Inventory/CreatePickingList/index.vue index aa822434..a337cfdd 100644 --- a/src/views/Inventory/CreatePickingList/index.vue +++ b/src/views/Inventory/CreatePickingList/index.vue @@ -221,10 +221,11 @@ {{ scope.row.领料单备注 }} - + @@ -233,9 +234,9 @@ 已确认 - + @@ -642,6 +643,7 @@ export default { }, // 查看领料单明细 clickList(row) { + console.log(row) row ? this.pickingListNum = row.领料单流水号 : this.pickingListNum row ? this.pickingListNumberShow = row.领料单编号 : this.pickingListNumberShow searchListDetail(this.pickingListNum).then(res => {