chenrui il y a 2 ans
Parent
commit
58a84b68bf

+ 0 - 1
src/views/inventoryManagement/inventoryChecking/detailModal.vue

@@ -268,7 +268,6 @@ export default {
       checkWarehouseDetailCount(params).then(res => {
         if (res.status == 200) {
           this.productTotal = res.data
-          debugger
           if (res.data && res.data.checkLossQty) {
             this.productTotal.checkLossQty = Math.abs(this.productTotal.checkLossQty || 0)
           }