src/main/webapp/static/js/tableData2.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/static/js/tableData3.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/static/js/tableData2.js
@@ -16,9 +16,9 @@ success: function (res) { if (res.code === 200) { var str = '<tr>' + '<th>' + '项目总数' + '</th>' + '<th>' + res.data.totalQuantity + '</th>' + '<th>' + '集成项目' + '</th>' + '<th>' + res.data.intoSum + '</th>' + '<th>' + '非集成项目数' + '</th>' + '<th>' + res.data.wrongInto + '</th>' //+ '<th>' + '项目总数' + '</th>' + '<th>' + res.data.totalQuantity + '</th>' //+ '<th>' + '集成项目' + '</th>' + '<th>' + res.data.intoSum + '</th>' + '<th>' + '常规项目数' + '</th>' + '<th>' + res.data.wrongInto + '</th>' + '<th>' + '已验收项目数' + '</th>' + '<th>' + res.data.inspected + '</th>' + '<th>' + '未验收项目数' + '</th>' + '<th>' + res.data.wrongInspected + '</th>' + '<th>' + '已完工未验收数' + '</th>' + '<th>' + res.data.finished + '</th>' src/main/webapp/static/js/tableData3.js
@@ -16,9 +16,9 @@ success: function (res) { if (res.code === 200) { var str = '<tr>' + '<th>' + '项目总数' + '</th>' + '<th>' + res.data.totalQuantity + '</th>' + '<th>' + '集成项目' + '</th>' + '<th>' + res.data.intoSum + '</th>' + '<th>' + '非集成项目数' + '</th>' + '<th>' + res.data.wrongInto + '</th>' //+ '<th>' + '项目总数' + '</th>' + '<th>' + res.data.totalQuantity + '</th>' + '<th>' + '集成项目数' + '</th>' + '<th>' + res.data.intoSum + '</th>' //+ '<th>' + '非集成项目数' + '</th>' + '<th>' + res.data.wrongInto + '</th>' + '<th>' + '已验收项目数' + '</th>' + '<th>' + res.data.inspected + '</th>' + '<th>' + '未验收项目数' + '</th>' + '<th>' + res.data.wrongInspected + '</th>' + '<th>' + '已完工未验收数' + '</th>' + '<th>' + res.data.finished + '</th>'