|
@@ -45,7 +45,6 @@
|
|
<th>售后人员</th>
|
|
<th>售后人员</th>
|
|
<th>数据量</th>
|
|
<th>数据量</th>
|
|
<th>项目状态</th>
|
|
<th>项目状态</th>
|
|
- <th>完成进度</th>
|
|
|
|
<th>项目时间</th>
|
|
<th>项目时间</th>
|
|
<th>操作</th>
|
|
<th>操作</th>
|
|
</tr>
|
|
</tr>
|
|
@@ -278,7 +277,6 @@
|
|
{"data": "s_personname", width: "4%", "defaultContent": ""},
|
|
{"data": "s_personname", width: "4%", "defaultContent": ""},
|
|
{"data": "i_importnum", width: "4%"},
|
|
{"data": "i_importnum", width: "4%"},
|
|
{"data": "s_status", width: "4%"},
|
|
{"data": "s_status", width: "4%"},
|
|
- {"data": null, width: "4%"},
|
|
|
|
{
|
|
{
|
|
"data": "_id", width: "4%", render: function (val, a, row) {
|
|
"data": "_id", width: "4%", render: function (val, a, row) {
|
|
let str = ""
|
|
let str = ""
|
|
@@ -480,10 +478,10 @@
|
|
$.ajax({
|
|
$.ajax({
|
|
url: "/front/project/qualityAssessment",
|
|
url: "/front/project/qualityAssessment",
|
|
type: 'POST',
|
|
type: 'POST',
|
|
- data: {"pid": tmp._id},
|
|
|
|
|
|
+ data: {"pid": tmp["_id"]},
|
|
success: function (r) {
|
|
success: function (r) {
|
|
if (r.success) {
|
|
if (r.success) {
|
|
- window.location.href="/front/project/task/list?pid=" + val
|
|
|
|
|
|
+ window.location.href="/front/project/task/list?pid=" + tmp["_id"]
|
|
} else {
|
|
} else {
|
|
showTip(r.msg);
|
|
showTip(r.msg);
|
|
}
|
|
}
|