|
|
@@ -732,6 +732,7 @@ export default {
|
|
|
this.reportContents[2].contentTime = this.parseTime(new Date(), '{y}-{m}-{d}');
|
|
|
this.reportContents[3].contentTime = this.parseTime(new Date(), '{y}-{m}-{d}');
|
|
|
this.reportTarget.reportContents = this.reportContents;
|
|
|
+ this.reportTarget.notVisitReason = this.notVisitReason;
|
|
|
this.reportTarget.status = '1';
|
|
|
this.isclick = false;
|
|
|
tsContents(this.reportTarget).then((res) => {
|
|
|
@@ -899,6 +900,7 @@ export default {
|
|
|
this.tucReportingSuccessNum = res.data.reportContents[3].tucReportingSuccessNum;
|
|
|
}
|
|
|
}
|
|
|
+ this.notVisitReason = res.data.notVisitReason;
|
|
|
this.getskuDetailByIdFun();
|
|
|
});
|
|
|
},
|