|
@@ -776,8 +776,8 @@ export default {
|
|
},
|
|
},
|
|
goodsNameChange(e){
|
|
goodsNameChange(e){
|
|
console.log(e,1111111111)
|
|
console.log(e,1111111111)
|
|
- if (e == '全部货名' || e == '') {
|
|
|
|
- this.goodsName = ''
|
|
|
|
|
|
+ if (e == '全部货名' || e == '0') {
|
|
|
|
+ this.goodsName = '0'
|
|
this.reserves = ''
|
|
this.reserves = ''
|
|
}else{
|
|
}else{
|
|
this.goodsName = this.goodsList[e-1].goodsName
|
|
this.goodsName = this.goodsList[e-1].goodsName
|
|
@@ -1848,7 +1848,7 @@ export default {
|
|
baseId: this.baseId,
|
|
baseId: this.baseId,
|
|
searchType: this.searchType,
|
|
searchType: this.searchType,
|
|
searchKeyWord: this.searchKeyWord,
|
|
searchKeyWord: this.searchKeyWord,
|
|
- goodsName:this.goodsName,
|
|
|
|
|
|
+ goodsName:this.goodsName!='0'?this.goodsName:'',
|
|
weightGreater:this.weightGreater
|
|
weightGreater:this.weightGreater
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|