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