|
@@ -94,7 +94,7 @@
|
|
|
{block name="script"}
|
|
|
<script>
|
|
|
const moduleInit = ['tool', 'oaTool'];
|
|
|
-
|
|
|
+
|
|
|
function gouguInit() {
|
|
|
var table = layui.table, tool = layui.tool, form = layui.form, oaTool = layui.oaTool;
|
|
|
|
|
@@ -140,7 +140,7 @@
|
|
|
title: '项目状态',
|
|
|
align: 'center',
|
|
|
width: 100,
|
|
|
-
|
|
|
+
|
|
|
templet: function (item) {
|
|
|
|
|
|
var html = '';
|
|
@@ -164,6 +164,15 @@
|
|
|
html = '<span class="layui-badge" style="background-color: #16b777 !important">已归档</span> ';
|
|
|
} else if (item.project_status === 9) {
|
|
|
html = '<span class="layui-badge" style="background-color: #d81e06 !important">已退审</span> ';
|
|
|
+ }else if(item.project_status === 0){
|
|
|
+ if(item.proprietor_status===0){
|
|
|
+ html = '<span class="layui-badge layui-bg-orange" style="background-color: #ffb800 !important">业主立项中</span> '
|
|
|
+ }else if(item.proprietor_status===1){
|
|
|
+ html = '<span class="layui-badge layui-bg-orange" style="background-color: #b30095 !important"">业主审核中</span> '
|
|
|
+ }else if(item.proprietor_status===2){
|
|
|
+ html = '<span class="layui-badge layui-bg-orange" style="background-color: #b88230 !important">财评待接收</span> '
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
return html;
|
|
|
}
|
|
@@ -199,7 +208,7 @@
|
|
|
title: '项目名称',
|
|
|
align: 'center',
|
|
|
width: 400,
|
|
|
-
|
|
|
+
|
|
|
templet: function (d) {
|
|
|
|
|
|
|
|
@@ -243,21 +252,21 @@
|
|
|
var html;
|
|
|
|
|
|
if (item.project_status == 8 || item.project_status == 9 ){
|
|
|
- html =
|
|
|
- "<div>" +
|
|
|
- layui.util.toDateString(item.project_start_time * 1000, 'yyyy-MM-dd') +
|
|
|
- "至" +
|
|
|
- layui.util.toDateString(item.project_end_time * 1000, 'yyyy-MM-dd') +
|
|
|
+ html =
|
|
|
+ "<div>" +
|
|
|
+ layui.util.toDateString(item.project_start_time * 1000, 'yyyy-MM-dd') +
|
|
|
+ "至" +
|
|
|
+ layui.util.toDateString(item.project_end_time * 1000, 'yyyy-MM-dd') +
|
|
|
|
|
|
- "</div>";
|
|
|
+ "</div>";
|
|
|
}else{
|
|
|
html =
|
|
|
- "<div>" +
|
|
|
- layui.util.toDateString(item.project_start_time * 1000, 'yyyy-MM-dd') +
|
|
|
- "至" +
|
|
|
- layui.util.toDateString(item.project_end_time * 1000, 'yyyy-MM-dd') +
|
|
|
- " " + timestr +
|
|
|
- "</div>";
|
|
|
+ "<div>" +
|
|
|
+ layui.util.toDateString(item.project_start_time * 1000, 'yyyy-MM-dd') +
|
|
|
+ "至" +
|
|
|
+ layui.util.toDateString(item.project_end_time * 1000, 'yyyy-MM-dd') +
|
|
|
+ " " + timestr +
|
|
|
+ "</div>";
|
|
|
}
|
|
|
|
|
|
|
|
@@ -282,7 +291,7 @@
|
|
|
title: '评审机构',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -291,7 +300,7 @@
|
|
|
title: '评审机构负责人',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -300,7 +309,7 @@
|
|
|
title: '评审机构负责人电话',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -309,7 +318,7 @@
|
|
|
title: '送审单位',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -318,7 +327,7 @@
|
|
|
title: '送审单位负责人',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -327,7 +336,7 @@
|
|
|
title: '送审单位负责人电话',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -336,7 +345,7 @@
|
|
|
title: '施工单位',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -345,7 +354,7 @@
|
|
|
title: '施工单位负责人',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -354,7 +363,7 @@
|
|
|
title: '施工单位负责人电话',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -366,7 +375,7 @@
|
|
|
title: '工程类别',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -375,7 +384,7 @@
|
|
|
title: '项目类型',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -384,7 +393,7 @@
|
|
|
title: '项目区域',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -396,7 +405,7 @@
|
|
|
title: '送审服务费',
|
|
|
align: 'center',
|
|
|
width: 100,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -405,7 +414,7 @@
|
|
|
title: '送审单位承担审核费',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -414,7 +423,7 @@
|
|
|
title: '施工单位负责核减超5%评审费部分',
|
|
|
align: 'center',
|
|
|
width: 230,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -423,7 +432,7 @@
|
|
|
title: '送审金额',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -432,7 +441,7 @@
|
|
|
title: '审定金额',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -441,14 +450,14 @@
|
|
|
title: '审增额',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
field: 'review_reduce_amount',
|
|
|
title: '审减额',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -457,7 +466,7 @@
|
|
|
title: '审增减率',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -466,7 +475,7 @@
|
|
|
title: '报告时间',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
templet: function (d) {
|
|
|
if (d.report_time) {
|
|
|
return layui.util.toDateString(d.report_time * 1000, "yyyy-MM-dd")
|
|
@@ -482,7 +491,7 @@
|
|
|
title: '收费标准',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -491,7 +500,7 @@
|
|
|
title: '作业负责人',
|
|
|
align: 'center',
|
|
|
width: 150,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -500,9 +509,9 @@
|
|
|
title: '作业成员',
|
|
|
align: 'center',
|
|
|
width: 300,
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
field: 'creator',
|
|
|
title: '创建人',
|
|
@@ -517,8 +526,8 @@
|
|
|
title: '项目创建日期',
|
|
|
align: 'center',
|
|
|
width: 180,
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -527,7 +536,7 @@
|
|
|
title: '项目归档日期',
|
|
|
align: 'center',
|
|
|
width: 120,
|
|
|
-
|
|
|
+
|
|
|
templet: function (d) {
|
|
|
if (d.project_dead_time) {
|
|
|
return layui.util.toDateString(d.project_dead_time * 1000, "yyyy-MM-dd")
|
|
@@ -536,7 +545,7 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
fixed: 'right', field: 'right', title: '操作', width: 136, align: 'center',
|
|
|
templet: function (a) {
|