Commit 360665b1 authored by lvzhuangzhuang's avatar lvzhuangzhuang

1

parent 5a83a4a2
......@@ -16,15 +16,15 @@ export default {
// 表单参数
from: {
hId : "",
projectId : "",
projectName : "",
departmentName : "",
number : "",
nuitPrice : "",
money : "",
createBy : ""
},
projectId : "",
projectName : "",
departmentName : "",
number : "",
nuitPrice : "",
money : "",
createBy : ""
},
};
},
created() {
......@@ -43,7 +43,6 @@ export default {
let jsonDataa = JSON.parse(data[i].historyContent);
for (let j = 0; j < jsonDataa.length; j++) {
let dataa=window.luckysheet.transToData(jsonDataa[j].celldata);
console.log(dataa)
for (let k = 2; k < dataa.length; k++) {
let a0;
let a1;
......@@ -93,7 +92,7 @@ export default {
a6="";
}
}
debugger
if(data[i].id != null){
this.from.hId = data[i].id;
this.from.projectId =a0;
......@@ -103,8 +102,6 @@ export default {
this.from.nuitPrice =a5;
this.from.money =a6;
this.from.createBy = data[i].createBy;
console.log(this.from)
addActSuppliesSixMinesSummaryTable(this.from).then(response => {});
}
......
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