|
@@ -61,7 +61,7 @@
|
|
|
productTypeSn2: undefined, // 产品分类2
|
|
|
productTypeSn3: undefined, // 产品分类3
|
|
|
onlineFalg: undefined,
|
|
|
- putStockFlag: false
|
|
|
+ putStockFlag: true
|
|
|
},
|
|
|
customBtnStyle: { // 自定义按钮样式
|
|
|
borderColor: this.$config('primaryColor'),
|
|
@@ -88,7 +88,7 @@
|
|
|
this.form.code = ''
|
|
|
this.form.name = ''
|
|
|
this.form.origCode = ''
|
|
|
- this.form.putStockFlag = false
|
|
|
+ this.form.putStockFlag = true
|
|
|
this.brandClean()
|
|
|
this.typeClean()
|
|
|
this.clearOnlineFlag()
|
|
@@ -99,7 +99,6 @@
|
|
|
handleSearch(){
|
|
|
let data = JSON.parse(JSON.stringify(this.form))
|
|
|
data.putStockFlag = data.putStockFlag ? 1 : 0
|
|
|
- console.log(data)
|
|
|
this.$emit('refresh', data)
|
|
|
this.isShow=false
|
|
|
},
|