|
@@ -523,7 +523,7 @@ export default {
|
|
selGoods(row) {
|
|
selGoods(row) {
|
|
this.innerVisible = false
|
|
this.innerVisible = false
|
|
this.search = ''
|
|
this.search = ''
|
|
- this.formData.goodsId = row.goodsId
|
|
|
|
|
|
+ this.formData.goodsId = this.formData.port == 'ESHOP'?row.id:row.goodsId
|
|
this.formData.goodsName = row.goodsName
|
|
this.formData.goodsName = row.goodsName
|
|
},
|
|
},
|
|
showGoodsList() {
|
|
showGoodsList() {
|