lilei преди 2 години
родител
ревизия
0723bb0dee
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/inventoryManagement/makeInventory/check.vue
  2. 1 1
      src/views/inventoryManagement/supervisionDisk/check.vue

+ 1 - 1
src/views/inventoryManagement/makeInventory/check.vue

@@ -370,7 +370,7 @@ export default {
     handlePrint (objs, type) {
       const _this = this
       _this.spinningPrint = true
-      const params = { checkWarehouseSn: this.$route.params.sn, ...objs }
+      const params = { checkWarehouseSn: this.$route.params.sn, superviseFlag: false, ...objs }
       printFun(checkWarehouseDetailPrint, params, type, '盘点单', () => { _this.spinningPrint = false })
     }
   },

+ 1 - 1
src/views/inventoryManagement/supervisionDisk/check.vue

@@ -402,7 +402,7 @@ export default {
     handlePrint (objs, type) {
       const _this = this
       _this.spinningPrint = true
-      const params = { checkWarehouseSn: this.$route.params.sn, ...objs }
+      const params = { checkWarehouseSn: this.$route.params.sn, superviseFlag: true, ...objs }
       printFun(checkWarehouseDetailPrint, params, type, '盘点单', () => { _this.spinningPrint = false })
     }
   },