diff --git a/pages.json b/pages.json
index d0ef8cb1..2177a706 100644
--- a/pages.json
+++ b/pages.json
@@ -2635,6 +2635,41 @@
{
"navigationBarTitleText" : ""
}
+ },
+ {
+ "path" : "pages/contractors/index",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/contractors/detailList",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/contractors/basicInfo",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/contractors/qualification",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/contractors/badRecords",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
}
],
// "subPackages":[{
diff --git a/pages/contractors/badRecords.vue b/pages/contractors/badRecords.vue
new file mode 100644
index 00000000..a00b0d88
--- /dev/null
+++ b/pages/contractors/badRecords.vue
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+ 发生事项:
+ {{item.ariseMatter || '--'}}
+
+
+ 发生原因:
+ {{item.ariseReason || '--'}}
+
+
+ 发生时间:
+ {{item.ariseTime || '--'}}
+
+
+ 备注:
+ {{item.remarks || '--'}}
+
+
+
+
+
+
+ 暂无数据
+
+
+
+
+
+
+
diff --git a/pages/contractors/basicInfo.vue b/pages/contractors/basicInfo.vue
new file mode 100644
index 00000000..1c1bff69
--- /dev/null
+++ b/pages/contractors/basicInfo.vue
@@ -0,0 +1,259 @@
+
+
+
+
+
+
+ 企业信息
+ 项目信息
+
+
+
+ 企业名称
+ {{enterpriseInfo.enterpriseName || '--'}}
+
+
+ 企业类型
+ {{enterpriseInfo.companyTypeName || '--'}}
+
+
+ 统一社会信用代码
+ {{enterpriseInfo.socialCode || '--'}}
+
+
+ 法定代表人
+ {{enterpriseInfo.enterpriseLegalPerson || '--'}}
+
+
+ 法人电话
+ {{enterpriseInfo.legalPersonTel || '--'}}
+
+
+ 注册人申请电话
+ {{enterpriseInfo.registerPersonPhoneTel || '--'}}
+
+
+ 开户行
+ {{enterpriseInfo.bankname || '--'}}
+
+
+ 银行账号
+ {{enterpriseInfo.bankcardnumber || '--'}}
+
+
+ 营业执照截止日期
+ {{enterpriseInfo.businessLicenseEndDate || '--'}}
+
+
+ 资质照片
+
+
+
+
+
+ --
+
+
+
+
+
+ 承包商名称
+ {{conProjectInfo.cbsName || '--'}}
+
+
+ 项目施工区域
+ {{conProjectInfo.projectBuildArea || '--'}}
+
+
+ 项目经理
+ {{conProjectInfo.projectManage || '--'}}
+
+
+ 项目类型
+ {{conProjectInfo.cbsProjectTypeName || '--'}}
+
+
+ 施工阶段
+ {{conProjectInfo.constructionStageName || '--'}}
+
+
+ 经度位置
+ {{conProjectInfo.longitude || '--'}}
+
+
+ 纬度位置
+ {{conProjectInfo.latitude || '--'}}
+
+
+ 项目编号
+ {{conProjectInfo.projectNumber || '--'}}
+
+
+ 结构类型
+ {{conProjectInfo.structureTypeName || '--'}}
+
+
+ 项目面积(㎡)
+ {{conProjectInfo.projectAcreage ? conProjectInfo.projectAcreage + '㎡' : '--'}}
+
+
+ 工程状态
+ {{
+ conProjectInfo.bulidStatus == 0 ? '未开工' :
+ conProjectInfo.bulidStatus == 1 ? '在建' :
+ conProjectInfo.bulidStatus == 2 ? '停工' :
+ conProjectInfo.bulidStatus == 3 ? '竣备' : '--'
+ }}
+
+
+
+
+
+
+
+
diff --git a/pages/contractors/detailList.vue b/pages/contractors/detailList.vue
new file mode 100644
index 00000000..a908745e
--- /dev/null
+++ b/pages/contractors/detailList.vue
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+ 基本信息
+
+
+
+
+
+
+
+
+ 资质文件
+
+
+
+
+
+
+
+
+ 不良记录
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/contractors/index.vue b/pages/contractors/index.vue
new file mode 100644
index 00000000..4ff8f5d4
--- /dev/null
+++ b/pages/contractors/index.vue
@@ -0,0 +1,295 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.enterpriseName || '--'}}
+
+
+ 统一社会信用代码:{{item.socialCode || '--'}}
+
+
+ 项目负责人:{{item.projectDirectorName || '--'}}
+
+
+ 项目负责人电话:{{item.projectDirectorPhone || '--'}}
+
+
+ 项目类型:{{item.projectEnterprise.cbsProjectTypeName || '--'}}
+
+
+
+
+
+
+ 暂无数据
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/contractors/qualification.vue b/pages/contractors/qualification.vue
new file mode 100644
index 00000000..8b643907
--- /dev/null
+++ b/pages/contractors/qualification.vue
@@ -0,0 +1,198 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.fileName}}
+ {{item.createTime}}
+
+
+ · · ·
+
+
+
+
+
+ 暂无数据
+
+
+
+
+
+
+
diff --git a/pages/projectEnd/projectIndex/projectIndex.vue b/pages/projectEnd/projectIndex/projectIndex.vue
index 6b7c95d2..85e67b0d 100644
--- a/pages/projectEnd/projectIndex/projectIndex.vue
+++ b/pages/projectEnd/projectIndex/projectIndex.vue
@@ -753,6 +753,11 @@
url: '../../projectEnd/emergencyDisposal/index'
})
break
+ case 'contractors':
+ uni.navigateTo({
+ url: '../../contractors/index'
+ })
+ break
case 'saosao':
console.log('打开saosao')
// let that = this;
diff --git a/static/contractors/icon-badRecords.png b/static/contractors/icon-badRecords.png
new file mode 100644
index 00000000..6f222092
Binary files /dev/null and b/static/contractors/icon-badRecords.png differ
diff --git a/static/contractors/icon-basic.png b/static/contractors/icon-basic.png
new file mode 100644
index 00000000..d1e8a212
Binary files /dev/null and b/static/contractors/icon-basic.png differ
diff --git a/static/contractors/icon-qualification.png b/static/contractors/icon-qualification.png
new file mode 100644
index 00000000..7db9b0f3
Binary files /dev/null and b/static/contractors/icon-qualification.png differ
diff --git a/static/documentIcon/JPG.png b/static/documentIcon/JPG.png
new file mode 100644
index 00000000..f1ac51c9
Binary files /dev/null and b/static/documentIcon/JPG.png differ
diff --git a/static/documentIcon/PDF.png b/static/documentIcon/PDF.png
new file mode 100644
index 00000000..d49f074b
Binary files /dev/null and b/static/documentIcon/PDF.png differ
diff --git a/static/documentIcon/PNG.png b/static/documentIcon/PNG.png
new file mode 100644
index 00000000..d7c452ab
Binary files /dev/null and b/static/documentIcon/PNG.png differ
diff --git a/static/documentIcon/PPT.png b/static/documentIcon/PPT.png
new file mode 100644
index 00000000..11a679b3
Binary files /dev/null and b/static/documentIcon/PPT.png differ
diff --git a/static/documentIcon/RAR.png b/static/documentIcon/RAR.png
new file mode 100644
index 00000000..a8a81623
Binary files /dev/null and b/static/documentIcon/RAR.png differ
diff --git a/static/documentIcon/TXT.png b/static/documentIcon/TXT.png
new file mode 100644
index 00000000..86fb2aa8
Binary files /dev/null and b/static/documentIcon/TXT.png differ
diff --git a/static/documentIcon/UNKNOWN.png b/static/documentIcon/UNKNOWN.png
new file mode 100644
index 00000000..8f3d88ba
Binary files /dev/null and b/static/documentIcon/UNKNOWN.png differ
diff --git a/static/documentIcon/VIDEO.png b/static/documentIcon/VIDEO.png
new file mode 100644
index 00000000..8ae92db8
Binary files /dev/null and b/static/documentIcon/VIDEO.png differ
diff --git a/static/documentIcon/WORD.png b/static/documentIcon/WORD.png
new file mode 100644
index 00000000..21070577
Binary files /dev/null and b/static/documentIcon/WORD.png differ
diff --git a/static/documentIcon/ZIP.png b/static/documentIcon/ZIP.png
new file mode 100644
index 00000000..505734dd
Binary files /dev/null and b/static/documentIcon/ZIP.png differ