lilei %!s(int64=2) %!d(string=hai) anos
pai
achega
0723bb0dee

+ 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 })
     }
   },