소스 검색

bug 修复

lilei 3 년 전
부모
커밋
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 })
     }
   },