|
@@ -296,7 +296,9 @@ export default {
|
|
|
// if (!row[column.property].color || row[column.property].color === '1') {
|
|
// if (!row[column.property].color || row[column.property].color === '1') {
|
|
|
// return
|
|
// return
|
|
|
// }
|
|
// }
|
|
|
- let feedbackDate = this.queryParams.month + '-' + column.property
|
|
|
|
|
|
|
+ console.log(this.queryParams);
|
|
|
|
|
+ console.log(column,cell);
|
|
|
|
|
+ let feedbackDate = DateUtil.getFeedBackDate(this.queryParams.month, column.property)
|
|
|
if (DateUtil.unix(feedbackDate) > DateUtil.unix()) {
|
|
if (DateUtil.unix(feedbackDate) > DateUtil.unix()) {
|
|
|
this.$message.warning("反馈时间不能超过:" + DateUtil.day())
|
|
this.$message.warning("反馈时间不能超过:" + DateUtil.day())
|
|
|
return;
|
|
return;
|
|
@@ -314,6 +316,7 @@ export default {
|
|
|
fileUrl: undefined,
|
|
fileUrl: undefined,
|
|
|
description: undefined
|
|
description: undefined
|
|
|
};
|
|
};
|
|
|
|
|
+ console.log(this.form);
|
|
|
this.open = true
|
|
this.open = true
|
|
|
},
|
|
},
|
|
|
rowClick(row, column, event) {
|
|
rowClick(row, column, event) {
|