Commit 23c18194 authored by lvzhuangzhuang's avatar lvzhuangzhuang

1

parent 248d43c9
...@@ -51,7 +51,7 @@ public class ActSuppliesSixMinesSummaryTable extends BaseEntity ...@@ -51,7 +51,7 @@ public class ActSuppliesSixMinesSummaryTable extends BaseEntity
/** 日期 */ /** 日期 */
@Excel(name = "日期") @Excel(name = "日期")
private Date date; private String date;
public static long getSerialVersionUID() { public static long getSerialVersionUID() {
return serialVersionUID; return serialVersionUID;
...@@ -131,11 +131,11 @@ public class ActSuppliesSixMinesSummaryTable extends BaseEntity ...@@ -131,11 +131,11 @@ public class ActSuppliesSixMinesSummaryTable extends BaseEntity
this.createBy = createBy; this.createBy = createBy;
} }
public Date getDate() { public String getDate() {
return date; return date;
} }
public void setDate(Date date) { public void setDate(String date) {
this.date = date; this.date = date;
} }
......
...@@ -1296,10 +1296,11 @@ export default { ...@@ -1296,10 +1296,11 @@ export default {
} }
}else { }else {
/*导入表*/ /*导入表*/
/*let jsonDatab = JSON.parse(data[i].historyContent); debugger
let jsonDatab = JSON.parse(data[i].historyContent);
for (let j = 0; j < jsonDatab.length; j++) { for (let j = 0; j < jsonDatab.length; j++) {
let datab=window.luckysheet.transToData(jsonDatab[j].celldata); let datab=window.luckysheet.transToData(jsonDatab[j].celldata);
}*/ }
} }
} }
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment