|
@@ -124,7 +124,7 @@ export default {
|
|
|
productTypeSn2: '',
|
|
|
productTypeSn3: '',
|
|
|
onlineFalg: undefined,
|
|
|
- putStockFlag: false
|
|
|
+ putStockFlag: true
|
|
|
},
|
|
|
productType: [],
|
|
|
disabled: false, // 查询、重置按钮是否可操作
|
|
@@ -204,7 +204,7 @@ export default {
|
|
|
this.queryParam.productTypeSn2 = ''
|
|
|
this.queryParam.productTypeSn3 = ''
|
|
|
this.queryParam.onlineFalg = undefined
|
|
|
- this.queryParam.putStockFlag = false
|
|
|
+ this.queryParam.putStockFlag = true
|
|
|
this.productType = []
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|