diff --git a/jwtech-admin-page/src/api/common.js b/jwtech-admin-page/src/api/common.js
index e0dafdb2..5a81c731 100644
--- a/jwtech-admin-page/src/api/common.js
+++ b/jwtech-admin-page/src/api/common.js
@@ -306,5 +306,11 @@ export function materialEntity(data) {
})
}
-
+export function test(data){
+ return request({
+ url:'/test/user/test',
+ method:'post',
+ data:data
+ })
+}
diff --git a/jwtech-admin-page/src/api/warn/earlyWarning.js b/jwtech-admin-page/src/api/warn/earlyWarning.js
index 145d8843..060004ba 100644
--- a/jwtech-admin-page/src/api/warn/earlyWarning.js
+++ b/jwtech-admin-page/src/api/warn/earlyWarning.js
@@ -10,10 +10,10 @@ export function listProjectManage(query) {
})
}
// 导出
-export function listProjectExport(query) {
+export function listProjectExport(data) {
return request({
url: '/warn/projectManage/export',
method: 'post',
- data: query
+ data:data
})
-}
\ No newline at end of file
+}
diff --git a/jwtech-admin-page/src/views/build/ eval/index.vue b/jwtech-admin-page/src/views/build/ eval/index.vue
deleted file mode 100644
index 9d1d196c..00000000
--- a/jwtech-admin-page/src/views/build/ eval/index.vue
+++ /dev/null
@@ -1,544 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
-
- 新增
-
-
- 修改
-
-
- 删除
-
-
- 导出
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}
-
-
-
-
-
- {{ parseTime(scope.row.updateTime, "{y}-{m}-{d}") }}
-
-
-
-
-
- 修改
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 请选择字典生成
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/jwtech-admin-page/src/views/build/ handl/index.vue b/jwtech-admin-page/src/views/build/ handl/index.vue
deleted file mode 100644
index be2ce9c6..00000000
--- a/jwtech-admin-page/src/views/build/ handl/index.vue
+++ /dev/null
@@ -1,571 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
-
- 新增
-
-
- 修改
-
-
- 删除
-
-
- 导出
-
-
-
-
-
-
-
-
-
-
-
- {{
- parseTime(scope.row.rectificationTime, "{y}-{m}-{d}")
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 修改
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 请选择字典生成
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/jwtech-admin-page/src/views/build/payable/index.vue b/jwtech-admin-page/src/views/build/payable/index.vue
index d69050cf..373a53c5 100644
--- a/jwtech-admin-page/src/views/build/payable/index.vue
+++ b/jwtech-admin-page/src/views/build/payable/index.vue
@@ -19,19 +19,19 @@
@keyup.enter.native="handleQuery"
/>
-
+
-
+
-
-
+
+
{{ parseTime(scope.row.salaryTime, '{y}-{m}-{d}') }}
@@ -234,11 +234,11 @@
-
-
+
+
-
-
+
+
-
+
diff --git a/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/payroll.vue b/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/payroll.vue
index c16ba005..5cf0d4b2 100644
--- a/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/payroll.vue
+++ b/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/payroll.vue
@@ -24,19 +24,19 @@
@keyup.enter.native="handleQuery"
/>
-->
-
-
+
-
+
diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/firmInfo.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/firmInfo.vue
index 096cbbd2..38f6088d 100644
--- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/firmInfo.vue
+++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/firmInfo.vue
@@ -641,9 +641,9 @@ export default {
total: 0,
// 企业信息管理表格数据
firmInfo: {
- projectLegalPerson: null,
- projectLegalPhone: null,
- projectLegalUnit: null,
+ projectLegalPerson: [],
+ projectLegalPhone: [],
+ projectLegalUnit: [],
enterpriseInfoList: [],
},
// 弹出层标题
@@ -739,6 +739,10 @@ export default {
};
},
created() {
+ if (!this.proNo&&!this.proCode){
+ this.proNo=this.$route.query.proNo;
+ this.proCode=this.$route.query.proCode
+ }
if (this.proNo && this.proCode) this.getList();
},
// 父组件 利用axios请求得到的值 传送到子组件,要监听,否则初始渲染时为空
diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/index.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/index.vue
index 9260be7c..30f38128 100644
--- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/index.vue
+++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/index.vue
@@ -256,6 +256,8 @@ export default {
},
created() {
this.routeList = JSON.parse(this.$store.state.basePageData.routeList);
+ this.activeName = this.$route.query.activeName?this.$route.query.activeName:'basePage';
+ console.log(this.routeList)
this.getList();
},
methods: {
diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/guaranteePaymentProjectFunds.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/guaranteePaymentProjectFunds.vue
index 44011e04..5ed4a1d5 100644
--- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/guaranteePaymentProjectFunds.vue
+++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/guaranteePaymentProjectFunds.vue
@@ -153,7 +153,7 @@
min-width="120"
/>
-
+
diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/payroll.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/payroll.vue
index c16ba005..5cf0d4b2 100644
--- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/payroll.vue
+++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/payroll.vue
@@ -24,19 +24,19 @@
@keyup.enter.native="handleQuery"
/>
-->
-
-
+
-
+
diff --git a/jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/options/firmInfo.vue b/jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/options/firmInfo.vue
index dc8f6888..990b3005 100644
--- a/jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/options/firmInfo.vue
+++ b/jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/options/firmInfo.vue
@@ -623,9 +623,9 @@ export default {
total: 0,
// 企业信息管理表格数据
firmInfo: {
- projectLegalPerson: null,
- projectLegalPhone: null,
- projectLegalUnit: null,
+ projectLegalPerson: [],
+ projectLegalPhone: [],
+ projectLegalUnit: [],
enterpriseInfoList: [],
},
// 弹出层标题
diff --git a/jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/options/peasantWorkerSystem/options/guaranteePaymentProjectFunds.vue b/jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/options/peasantWorkerSystem/options/guaranteePaymentProjectFunds.vue
index 0999781c..df19cb8f 100644
--- a/jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/options/peasantWorkerSystem/options/guaranteePaymentProjectFunds.vue
+++ b/jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/options/peasantWorkerSystem/options/guaranteePaymentProjectFunds.vue
@@ -119,7 +119,7 @@
min-width="120"
/>
-
+
diff --git a/jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/options/peasantWorkerSystem/options/payroll.vue b/jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/options/peasantWorkerSystem/options/payroll.vue
index a27471ca..efaca827 100644
--- a/jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/options/peasantWorkerSystem/options/payroll.vue
+++ b/jwtech-admin-page/src/views/evaluationEarlyWarning/earlyWarningManage/warning/options/peasantWorkerSystem/options/payroll.vue
@@ -24,19 +24,19 @@
@keyup.enter.native="handleQuery"
/>
-->
-
-
+
-
+
diff --git a/jwtech-admin-page/src/views/evaluationEarlyWarning/supervisionInspection/components/editPart.vue b/jwtech-admin-page/src/views/evaluationEarlyWarning/supervisionInspection/components/editPart.vue
index 59b29d1a..e839125b 100644
--- a/jwtech-admin-page/src/views/evaluationEarlyWarning/supervisionInspection/components/editPart.vue
+++ b/jwtech-admin-page/src/views/evaluationEarlyWarning/supervisionInspection/components/editPart.vue
@@ -189,6 +189,10 @@
disabled
/>
-->
+ 跳转参建单位
+
+ 如无责任单位,请于参建单位补充
+
{
this.unitData = response.data;
this.unitOptions = response.data?.enterpriseInfoList;
+ this.unitOptions.push({
+ id: this.unitData.projectLegalPerson,
+ enterpriseName: this.unitData.projectLegalPerson,
+ enterpriseType: "9"
+ })
if (this.menuType == "0") {
+ this.unitOptions=[]
this.unitOptions.unshift({
id: this.unitData.projectLegalPerson,
enterpriseName: this.unitData.projectLegalPerson,
@@ -612,6 +623,19 @@ export default {
this.single = selection.length !== 1;
this.multiple = !selection.length;
},
+ toCJ(){
+ console.log(this.proNo)
+ this.$router.push({
+ path: '/building/projectInfo/projectProcess',
+ query: {
+ baseDataId:this.unitData.id,
+ activeName: 'firmInfo',
+ proNo:this.unitData.proNo,
+ proCode:this.unitData.proCode
+ }
+ })
+ },
+
/** 新增按钮操作 */
handleAdd() {
this.reset();
@@ -783,6 +807,13 @@ export default {
.myTooltips {
max-width: 60vw;
}
+
+.Btn{
+ position: relative;
+ right: -1020px;
+ bottom: 40px;
+}
+