|
@@ -392,6 +392,8 @@ export default {
|
|
|
this.remarksParams.followup = data.followup
|
|
|
this.remarksParams.fileList = data.fileList
|
|
|
this.remarksParams.imageList = data.imageList
|
|
|
+ this.remarksParams.productId = data.productId
|
|
|
+ this.remarksParams.reportId = data.reportId
|
|
|
if (this.handleType == 'edit') {
|
|
|
this.remarksParams.questionMan = data.questionMan
|
|
|
this.remarksParams.consult = data.consult
|
|
@@ -405,6 +407,15 @@ export default {
|
|
|
return el
|
|
|
})
|
|
|
}
|
|
|
+ if(data.productId){
|
|
|
+ let pro = {
|
|
|
+ image:data.mainImage,
|
|
|
+ name:data.productName,
|
|
|
+ shopName:data.shopName
|
|
|
+ }
|
|
|
+ this.handleGoods.push(pro)
|
|
|
+ }
|
|
|
+ this.reportText = data.reportText ? data.reportText : ''
|
|
|
this.priceFlagText = this.pinceFilters(data.pinceSensitve)
|
|
|
this.intenFlagText = this.intenActionsFilters(data.satisfied)
|
|
|
this.followStateText = this.followupFilters(data.followup)
|
|
@@ -555,6 +566,10 @@ export default {
|
|
|
},
|
|
|
handleShowReportPopup() {
|
|
|
// 显示报备弹窗
|
|
|
+ if (this.remarksParams.reportId) {
|
|
|
+ this.$util.msg('请取消已有关联后再重新关联报备', 2000)
|
|
|
+ return
|
|
|
+ }
|
|
|
this.isReportpopup = true
|
|
|
},
|
|
|
handleShowGoodPopup() {
|
|
@@ -690,7 +705,7 @@ page {
|
|
|
}
|
|
|
.remarks-content-club {
|
|
|
width: 100%;
|
|
|
- height: 252rpx;
|
|
|
+ height: 288rpx;
|
|
|
padding: 24rpx;
|
|
|
box-sizing: border-box;
|
|
|
border-bottom: 20rpx solid #f7f7f7;
|