|
@@ -101,6 +101,10 @@
|
|
<th>数据状态</th>
|
|
<th>数据状态</th>
|
|
<th>标的物状态</th>
|
|
<th>标的物状态</th>
|
|
<th>标题</th>
|
|
<th>标题</th>
|
|
|
|
+ <th>采购单位</th>
|
|
|
|
+ <th>中标单位</th>
|
|
|
|
+ <th>预算</th>
|
|
|
|
+ <th>中标单位</th>
|
|
<th>用户</th>
|
|
<th>用户</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
@@ -145,7 +149,7 @@
|
|
"lengthChange": false,
|
|
"lengthChange": false,
|
|
"searching": true,
|
|
"searching": true,
|
|
"processing": true,
|
|
"processing": true,
|
|
- // "pageLength": 20,
|
|
|
|
|
|
+ "pageLength": 20,
|
|
"ordering": false,
|
|
"ordering": false,
|
|
"info": true,
|
|
"info": true,
|
|
"autoWidth": false,
|
|
"autoWidth": false,
|
|
@@ -173,7 +177,7 @@
|
|
},
|
|
},
|
|
"columns": [
|
|
"columns": [
|
|
{"data": null, width: "2%"},
|
|
{"data": null, width: "2%"},
|
|
- {"data": "s_excp", width: "5%", render: function (val) {
|
|
|
|
|
|
+ {"data": "s_excp", width: "4%", render: function (val) {
|
|
let tmp;
|
|
let tmp;
|
|
if (val !== undefined && val !== "") {
|
|
if (val !== undefined && val !== "") {
|
|
tmp = '<span style="display: inline-block;font-size:14px;">异常</span>'
|
|
tmp = '<span style="display: inline-block;font-size:14px;">异常</span>'
|
|
@@ -182,7 +186,7 @@
|
|
}
|
|
}
|
|
return tmp
|
|
return tmp
|
|
}},
|
|
}},
|
|
- {"data": "b_isEff", width: "5%", render: function (val) {
|
|
|
|
|
|
+ {"data": "b_isEff", width: "4%", render: function (val) {
|
|
let tmp;
|
|
let tmp;
|
|
if (val) {
|
|
if (val) {
|
|
tmp = '<span style="display: inline-block;font-size:14px;">检查有效</span>'
|
|
tmp = '<span style="display: inline-block;font-size:14px;">检查有效</span>'
|
|
@@ -200,6 +204,10 @@
|
|
}
|
|
}
|
|
return tmp
|
|
return tmp
|
|
}},
|
|
}},
|
|
|
|
+ {"data": "v_baseinfo.buyer", "defaultContent": ""},
|
|
|
|
+ {"data": "v_baseinfo.s_winner", "defaultContent": ""},
|
|
|
|
+ {"data": "v_baseinfo.budget", "defaultContent": ""},
|
|
|
|
+ {"data": "v_baseinfo.bidamount", "defaultContent": ""},
|
|
{"data": "s_login", "defaultContent": ""},
|
|
{"data": "s_login", "defaultContent": ""},
|
|
],
|
|
],
|
|
"initComplete": function () {
|
|
"initComplete": function () {
|