Przeglądaj źródła

Merge branch 'develop_szhj07' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_szhj07

lilei 2 lat temu
rodzic
commit
61da9f8040

+ 3 - 2
src/views/inventoryManagement/inventoryChecking/selfDisk.vue

@@ -258,7 +258,8 @@ export default {
         brandSn: undefined,
         productTypeSn1: undefined,
         productTypeSn2: undefined,
-        productTypeSn3: undefined
+        productTypeSn3: undefined,
+        existStockFlag: undefined
       },
       basicInfoData: null, // 基础信息
       productTotal: null,
@@ -583,7 +584,7 @@ export default {
     },
     // 只查看有库存
     onlySeeStock (e) {
-      console.log('1111111111:')
+      this.queryParam.existStockFlag = e.target.checked ? 1 : 0
     }
   },
   mounted () {