diff --git a/src/assets/images/tableIcon/qrcode.png b/src/assets/images/tableIcon/qrcode.png new file mode 100644 index 00000000..f6fe68ce Binary files /dev/null and b/src/assets/images/tableIcon/qrcode.png differ diff --git a/src/router/index.js b/src/router/index.js index 388b69ef..3bee5f96 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -604,6 +604,21 @@ const routes2 = [{ component: () => import ("@/views/projectFront/laborManage/personnelAnalysis.vue"), }, + // 施工管理 + //施工管理--装置管理 + { + path: "/project/constructionManage/deviceManage", + name: "施工管理_装置管理", + component: () => + import ("@/views/projectFront/constructionManage/deviceManage.vue"), + }, + //施工管理--方案台账 + { + path: "/project/constructionManage/schemeLedger", + name: "施工管理_方案台账", + component: () => + import ("@/views/projectFront/constructionManage/schemeLedger.vue"), + }, //核酸超时人员列表 { path: "/project/labor/nucleicAcidOvertimePersonnel", diff --git a/src/store/index.js b/src/store/index.js index 9a16072b..7aa78407 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -63,7 +63,7 @@ export default new Vuex.Store({ CONTRACTORURL: process.env.NODE_ENV == "development" ? "http://192.168.34.175:5173/#/contractorApply" : `${window.location.protocol}//${window.location.host}/contractorApply/index.html#/contractorApply`, //罗峰承包商入场地址(本地) // UPLOADURL:'http://182.90.224.237:51234/upload/image/',// 郭圣雄远程 // FILEURL:'http://182.90.224.237:51234/image/',//郭圣雄远程 - UPLOADURL: 'http://42.180.188.17:11211/upload/image', //测试 + // UPLOADURL: 'http://42.180.188.17:11211/upload/image', //测试 // FILEURL: 'http://42.180.188.17:11211/image/', //测试 // BASEURL: baseUrl ? // baseUrl : window.location.protocol + "//" + window.location.host + "/", //正式环境 diff --git a/src/views/projectFront/constructionManage/deviceManage.vue b/src/views/projectFront/constructionManage/deviceManage.vue new file mode 100644 index 00000000..1a71a4b5 --- /dev/null +++ b/src/views/projectFront/constructionManage/deviceManage.vue @@ -0,0 +1,400 @@ + + diff --git a/src/views/projectFront/constructionManage/schemeLedger.vue b/src/views/projectFront/constructionManage/schemeLedger.vue new file mode 100644 index 00000000..85f96f9d --- /dev/null +++ b/src/views/projectFront/constructionManage/schemeLedger.vue @@ -0,0 +1,668 @@ + + + + +