Browse Source

bug修复

chenrui 3 năm trước cách đây
mục cha
commit
0333f92e73

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

@@ -373,6 +373,7 @@ export default {
     },
     itemSn (newValue, oldValue) {
       if (this.isShow && newValue) {
+        this.isPrice = false
         this.getDetail()
         this.getWarehouseList()
       }