From 3c9253155cf65d463d5d9d39d0c34a3f159e1541 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Mon, 5 Aug 2024 17:59:46 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E5=8C=85=E5=A4=B4=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=96=BD=E5=B7=A5=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/images/tableIcon/qrcode.png | Bin 0 -> 309 bytes src/router/index.js | 15 + src/store/index.js | 2 +- .../constructionManage/deviceManage.vue | 400 +++++++++++ .../constructionManage/schemeLedger.vue | 668 ++++++++++++++++++ 5 files changed, 1084 insertions(+), 1 deletion(-) create mode 100644 src/assets/images/tableIcon/qrcode.png create mode 100644 src/views/projectFront/constructionManage/deviceManage.vue create mode 100644 src/views/projectFront/constructionManage/schemeLedger.vue diff --git a/src/assets/images/tableIcon/qrcode.png b/src/assets/images/tableIcon/qrcode.png new file mode 100644 index 0000000000000000000000000000000000000000..f6fe68ce6965caf75f137f927fcfe43e07cbf337 GIT binary patch literal 309 zcmV-50m}Y~P)Px#?@2^KR9HvtRZ$LtFbr+^6OW>IP;VfK=aJ!gOz;Nc9potDA2nMvk-=6PiJ%#O zq%Ymu+v_XB$RCb;J_G{ORA8%a3L{(r!Mf8U2nE%2IjOnQbt(S6XQu*5cE1A9!f#M4 z^K`b<7%9F7fr>OJPh$tcW?Pj7z**M0w!26+PSj; zOQQPN2qFQVCGgD+`5(K0Q_OfoC+pKQ>=S&F?OkMiQQa%+?WT4^`-ZK5&#oATfOSBN zU?30_5Gx?ecFuI-F_i8Cb_}IK#3kF1^=a;cA#cd_3JN>`BQ{ttl?G^{00000NkvXX Hu0mjfw+nlo literal 0 HcmV?d00001 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 @@ + + + + +