diff --git a/.env.development b/.env.development index d3e8059..98e5d08 100644 --- a/.env.development +++ b/.env.development @@ -5,11 +5,13 @@ VITE_APP_TITLE = 煤科建管平台 VITE_APP_ENV = 'development' # 开发环境 -VITE_APP_BASE_API = 'http://192.168.110.180:8899' +# VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 李陈杰 209 # VITE_APP_BASE_API = 'http://192.168.110.209:8899' +# 李陈杰 209 +VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 曾涛 -# VITE_APP_BASE_API = 'http://192.168.110.180:8899' +# VITE_APP_BASE_API = 'http://192.168.110.149:8899' # 罗成 # VITE_APP_BASE_API = 'http://192.168.110.188:8899' # 朱银 @@ -17,8 +19,10 @@ VITE_APP_BASE_API = 'http://192.168.110.180:8899' #曾涛 # VITE_APP_BASE_API = 'http://192.168.110.171:8899' -# 无人机接口地址 +# ws +VITE_APP_BASE_WS_API = 'ws://192.168.110.149:8899/resource/websocket' +# 无人机接口地址 VITE_APP_BASE_DRONE_API = 'http://58.17.134.85:9512' # 应用访问路径 例如使用前缀 /admin/ diff --git a/public/assets/demo/Weather.png b/public/assets/demo/Weather.png new file mode 100644 index 0000000..3ea913e Binary files /dev/null and b/public/assets/demo/Weather.png differ diff --git a/public/assets/demo/beUnder.png b/public/assets/demo/beUnder.png new file mode 100644 index 0000000..e21b397 Binary files /dev/null and b/public/assets/demo/beUnder.png differ diff --git a/public/assets/demo/bigRain.png b/public/assets/demo/bigRain.png new file mode 100644 index 0000000..f2a2d07 Binary files /dev/null and b/public/assets/demo/bigRain.png differ diff --git a/public/assets/demo/bigSnow.png b/public/assets/demo/bigSnow.png new file mode 100644 index 0000000..fed9e8b Binary files /dev/null and b/public/assets/demo/bigSnow.png differ diff --git a/public/assets/demo/cloudy.png b/public/assets/demo/cloudy.png new file mode 100644 index 0000000..bd3dc45 Binary files /dev/null and b/public/assets/demo/cloudy.png differ diff --git a/public/assets/demo/contract.png b/public/assets/demo/contract.png new file mode 100644 index 0000000..a7c6947 Binary files /dev/null and b/public/assets/demo/contract.png differ diff --git a/public/assets/demo/fog.png b/public/assets/demo/fog.png new file mode 100644 index 0000000..7fd2eef Binary files /dev/null and b/public/assets/demo/fog.png differ diff --git a/public/assets/demo/haze.png b/public/assets/demo/haze.png new file mode 100644 index 0000000..76caa46 Binary files /dev/null and b/public/assets/demo/haze.png differ diff --git a/public/assets/demo/manyCloud.png b/public/assets/demo/manyCloud.png new file mode 100644 index 0000000..d54b94b Binary files /dev/null and b/public/assets/demo/manyCloud.png differ diff --git a/public/assets/demo/nightSunny.png b/public/assets/demo/nightSunny.png new file mode 100644 index 0000000..457338a Binary files /dev/null and b/public/assets/demo/nightSunny.png differ diff --git a/public/assets/demo/rainSnow.png b/public/assets/demo/rainSnow.png new file mode 100644 index 0000000..c995451 Binary files /dev/null and b/public/assets/demo/rainSnow.png differ diff --git a/public/assets/demo/sandstorm.png b/public/assets/demo/sandstorm.png new file mode 100644 index 0000000..e878513 Binary files /dev/null and b/public/assets/demo/sandstorm.png differ diff --git a/public/assets/demo/smallRain.png b/public/assets/demo/smallRain.png new file mode 100644 index 0000000..cb7eb52 Binary files /dev/null and b/public/assets/demo/smallRain.png differ diff --git a/public/assets/demo/smallSnow.png b/public/assets/demo/smallSnow.png new file mode 100644 index 0000000..5bc7dd8 Binary files /dev/null and b/public/assets/demo/smallSnow.png differ diff --git a/public/assets/demo/sunny copy.png b/public/assets/demo/sunny copy.png new file mode 100644 index 0000000..a1c65ac Binary files /dev/null and b/public/assets/demo/sunny copy.png differ diff --git a/public/assets/demo/thunderstorm.png b/public/assets/demo/thunderstorm.png new file mode 100644 index 0000000..c819388 Binary files /dev/null and b/public/assets/demo/thunderstorm.png differ diff --git a/public/assets/demo/todayConstruction.png b/public/assets/demo/todayConstruction.png new file mode 100644 index 0000000..720ede2 Binary files /dev/null and b/public/assets/demo/todayConstruction.png differ diff --git a/public/assets/demo/totalCapacity.png b/public/assets/demo/totalCapacity.png new file mode 100644 index 0000000..8b83b68 Binary files /dev/null and b/public/assets/demo/totalCapacity.png differ diff --git a/public/vite.svg b/public/vite.svg new file mode 100644 index 0000000..e7b8dfb --- /dev/null +++ b/public/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/xx.xlsx b/public/xx.xlsx new file mode 100644 index 0000000..fb25b99 Binary files /dev/null and b/public/xx.xlsx differ diff --git a/src/api/enterpriseLarge/index.ts b/src/api/enterpriseLarge/index.ts new file mode 100644 index 0000000..da891e7 --- /dev/null +++ b/src/api/enterpriseLarge/index.ts @@ -0,0 +1,44 @@ +import request from '@/utils/request'; +import { AxiosPromise } from 'axios'; + +/** + * 查询企业关键指标 + */ + +export const keyIndex = () => { + return request({ + url: '/enterprise/big/screen/keyIndex', + method: 'get' + }); +}; + +/** + * 每个项目的出勤人数 + */ + +export const projectAttendanceCount = () => { + return request({ + url: '/enterprise/big/screen/projectAttendanceCount', + method: 'get' + }); +}; +/** + * 人数统计 + */ + +export const peopleCount = () => { + return request({ + url: '/enterprise/big/screen/peopleCount', + method: 'get' + }); +}; +/** + * 出勤人数统计 + */ + +export const allAttendanceCount = () => { + return request({ + url: '/enterprise/big/screen/allAttendanceCount', + method: 'get' + }); +}; diff --git a/src/api/largeScreen/index.ts b/src/api/largeScreen/index.ts index 87acda0..f50784d 100644 --- a/src/api/largeScreen/index.ts +++ b/src/api/largeScreen/index.ts @@ -98,3 +98,18 @@ export const cashTotal = () => { method: 'get' }); }; +//安全天数 +export const getSafetyDay = (projectId) => { + return request({ + url: '/money/big/screen/safetyDay/' + projectId, + method: 'get' + }); +}; + +//安全天数 +export const getWeather = (projectId) => { + return request({ + url: '/money/big/screen/weather/' + projectId, + method: 'get' + }); +}; \ No newline at end of file diff --git a/src/api/materials/materialReceive/types.ts b/src/api/materials/materialReceive/types.ts index bcd7850..c277afc 100644 --- a/src/api/materials/materialReceive/types.ts +++ b/src/api/materials/materialReceive/types.ts @@ -53,7 +53,6 @@ export interface MaterialReceiveVO { * 备注 */ remark: string; - } export interface MaterialReceiveForm extends BaseEntity { @@ -156,11 +155,13 @@ export interface MaterialReceiveForm extends BaseEntity { * 备注 */ remark?: string; - + /** + * 附件 + */ + attachmentId?: string | number; } export interface MaterialReceiveQuery extends PageQuery { - /** * 项目id */ @@ -201,11 +202,8 @@ export interface MaterialReceiveQuery extends PageQuery { */ supplierUnit?: string; - /** - * 日期范围参数 - */ - params?: any; + /** + * 日期范围参数 + */ + params?: any; } - - - diff --git a/src/api/outputApi/index.ts b/src/api/outputApi/index.ts new file mode 100644 index 0000000..8d1a75a --- /dev/null +++ b/src/api/outputApi/index.ts @@ -0,0 +1,43 @@ +import request from '@/utils/request'; +import { AxiosPromise } from 'axios'; + +/** + * 查询项目数据 + * @param query + * @returns {*} + */ + +export const projectProgress = (query?: any): any => { + return request({ + url: '/enterprise/big/screen/projectProgress', + method: 'get', + params: query + }); +}; + +/** + * 产值 + * @param query + * @returns {*} + */ + +export const outpuProgress = (query?: any): any => { + return request({ + url: '/enterprise/big/screen/projectOutputValueComparison', + method: 'get', + params: query + }); +}; +/** + * 预警 + * @param query + * @returns {*} + */ + +export const earlyWarning = (query?: any): any => { + return request({ + url: '/enterprise/big/screen/riskEarlyWarning', + method: 'get', + params: query + }); +}; diff --git a/src/api/projectScreen/index.ts b/src/api/projectScreen/index.ts index 9e84e68..dbb7da7 100644 --- a/src/api/projectScreen/index.ts +++ b/src/api/projectScreen/index.ts @@ -64,3 +64,27 @@ export const getScreenGeneralize = (projectId: number | string) => { method: 'get', }); }; + +// 获取gps数据 +export const getGps = (projectId) => { + return request({ + url: '/project/big/screen/getClientList/' + projectId, + method: 'get' + }); +}; +// 选中列表 +export const getSelectList = (params) => { + return request({ + url: '/project/big/screen/getList', + method: 'get', + params + }); +}; +// 设置选中 +export const setSelect = (data) => { + return request({ + url: '/project/big/screen/setList', + method: 'post', + data + }); +}; \ No newline at end of file diff --git a/src/api/supplierInput/supplierInput/index.ts b/src/api/supplierInput/supplierInput/index.ts index 834b072..0838699 100644 --- a/src/api/supplierInput/supplierInput/index.ts +++ b/src/api/supplierInput/supplierInput/index.ts @@ -61,3 +61,22 @@ export const delSupplierInput = (id: string | number | Array) = method: 'delete' }); }; +//导入供商入库 +export const leadingIn = (formData: FormData, projectId) => { + return request({ + url: '/supplierInput/supplierInput/import?projectId=' + projectId, + method: 'post', + data: formData, + + headers: { + 'Content-Type': 'multipart/form-data' + } + }); +}; +//导入供商出库 +export const leadingOut = () => { + return request({ + url: '/supplierInput/supplierInput/export', + method: 'post' + }); +}; diff --git a/src/api/system/oss/index.ts b/src/api/system/oss/index.ts index 9980610..eb7f6d2 100644 --- a/src/api/system/oss/index.ts +++ b/src/api/system/oss/index.ts @@ -31,3 +31,20 @@ export function delOss(ossId: string | number | Array) { export function downLoadOss(ossId: { id?: string | number; idList?: string | number | Array }, url: string, fileName: string) { return download(url, ossId, fileName); } + +//识别身份证 +export function recognizeidCard(data: any, type: any) { + return request({ + url: '/contractor/constructionUser/idCard?idCardSide=' + type, + method: 'post', + data: data + }); +} +//识别银行卡 +export function recognizeBankCard(data: any) { + return request({ + url: '/contractor/constructionUser/bankCard', + method: 'post', + data: data + }); +} diff --git a/src/api/workflow/task/types.ts b/src/api/workflow/task/types.ts index 8698eff..2ea0534 100644 --- a/src/api/workflow/task/types.ts +++ b/src/api/workflow/task/types.ts @@ -31,6 +31,7 @@ export interface FlowTaskVO { version?: string; applyNode?: boolean; buttonList?: buttonList[]; + projectName?: string; } export interface buttonList { diff --git a/src/api/workflow/workflowCommon/index.ts b/src/api/workflow/workflowCommon/index.ts index 254e520..d74d7b8 100644 --- a/src/api/workflow/workflowCommon/index.ts +++ b/src/api/workflow/workflowCommon/index.ts @@ -12,7 +12,8 @@ export default { businessId: routerJumpVo.businessId, type: routerJumpVo.type, planMonth: routerJumpVo.planMonth, - taskId: routerJumpVo.taskId + taskId: routerJumpVo.taskId, + projectName: routerJumpVo.projectName } }); } diff --git a/src/api/workflow/workflowCommon/types.ts b/src/api/workflow/workflowCommon/types.ts index 3e7a71d..5b54a55 100644 --- a/src/api/workflow/workflowCommon/types.ts +++ b/src/api/workflow/workflowCommon/types.ts @@ -4,6 +4,7 @@ export interface RouterJumpVo { type: string; formCustom: string; formPath: string; + projectName?: string; } export interface StartProcessBo { diff --git a/src/assets/images/beUnder.png b/src/assets/images/beUnder.png new file mode 100644 index 0000000..e21b397 Binary files /dev/null and b/src/assets/images/beUnder.png differ diff --git a/src/assets/images/break.png b/src/assets/images/break.png new file mode 100644 index 0000000..80fc33d Binary files /dev/null and b/src/assets/images/break.png differ diff --git a/src/assets/images/constructor.png b/src/assets/images/constructor.png new file mode 100644 index 0000000..adb48c8 Binary files /dev/null and b/src/assets/images/constructor.png differ diff --git a/src/assets/images/contract.png b/src/assets/images/contract.png new file mode 100644 index 0000000..a7c6947 Binary files /dev/null and b/src/assets/images/contract.png differ diff --git a/src/assets/images/man.png b/src/assets/images/man.png new file mode 100644 index 0000000..a583fa4 Binary files /dev/null and b/src/assets/images/man.png differ diff --git a/src/assets/images/manager.png b/src/assets/images/manager.png new file mode 100644 index 0000000..ee256c7 Binary files /dev/null and b/src/assets/images/manager.png differ diff --git a/src/assets/images/map.png b/src/assets/images/map.png new file mode 100644 index 0000000..7d3db53 Binary files /dev/null and b/src/assets/images/map.png differ diff --git a/src/assets/images/subcontractor.png b/src/assets/images/subcontractor.png new file mode 100644 index 0000000..16ad7a5 Binary files /dev/null and b/src/assets/images/subcontractor.png differ diff --git a/src/assets/images/todayConstruction.png b/src/assets/images/todayConstruction.png new file mode 100644 index 0000000..720ede2 Binary files /dev/null and b/src/assets/images/todayConstruction.png differ diff --git a/src/assets/images/totalCapacity.png b/src/assets/images/totalCapacity.png new file mode 100644 index 0000000..8b83b68 Binary files /dev/null and b/src/assets/images/totalCapacity.png differ diff --git a/src/assets/large/actual.png b/src/assets/large/actual.png new file mode 100644 index 0000000..c22820f Binary files /dev/null and b/src/assets/large/actual.png differ diff --git a/src/assets/large/capacity.png b/src/assets/large/capacity.png new file mode 100644 index 0000000..d793950 Binary files /dev/null and b/src/assets/large/capacity.png differ diff --git a/src/assets/large/delay.png b/src/assets/large/delay.png new file mode 100644 index 0000000..23f8e08 Binary files /dev/null and b/src/assets/large/delay.png differ diff --git a/src/assets/large/plan.png b/src/assets/large/plan.png new file mode 100644 index 0000000..ad09f94 Binary files /dev/null and b/src/assets/large/plan.png differ diff --git a/src/components/FileUpload/index.vue b/src/components/FileUpload/index.vue index bd0b93c..e7a4f60 100644 --- a/src/components/FileUpload/index.vue +++ b/src/components/FileUpload/index.vue @@ -1,29 +1,11 @@ diff --git a/src/views/design/Professional/indexEdit.vue b/src/views/design/Professional/indexEdit.vue index ffa705e..33a8055 100644 --- a/src/views/design/Professional/indexEdit.vue +++ b/src/views/design/Professional/indexEdit.vue @@ -11,6 +11,7 @@ :id="form.id" :status="form.status" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/design/billofQuantities/index.vue b/src/views/design/billofQuantities/index.vue index cec0ad5..4010b73 100644 --- a/src/views/design/billofQuantities/index.vue +++ b/src/views/design/billofQuantities/index.vue @@ -7,7 +7,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/src/views/design/billofQuantities/indexEdit0.vue b/src/views/design/billofQuantities/indexEdit0.vue index 993d64f..3bf713e 100644 --- a/src/views/design/billofQuantities/indexEdit0.vue +++ b/src/views/design/billofQuantities/indexEdit0.vue @@ -11,6 +11,7 @@ :id="form.versions" :status="form.status" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/design/billofQuantities/indexEdit1.vue b/src/views/design/billofQuantities/indexEdit1.vue index 97076a8..a976575 100644 --- a/src/views/design/billofQuantities/indexEdit1.vue +++ b/src/views/design/billofQuantities/indexEdit1.vue @@ -11,6 +11,7 @@ :id="form.versions" :status="form.status" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/design/billofQuantities/indexEdit2.vue b/src/views/design/billofQuantities/indexEdit2.vue index c4b1ed9..52b28c4 100644 --- a/src/views/design/billofQuantities/indexEdit2.vue +++ b/src/views/design/billofQuantities/indexEdit2.vue @@ -11,6 +11,7 @@ :id="form.versions" :status="form.status" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/design/billofQuantities/indexEdit3.vue b/src/views/design/billofQuantities/indexEdit3.vue index 094df79..bf820fa 100644 --- a/src/views/design/billofQuantities/indexEdit3.vue +++ b/src/views/design/billofQuantities/indexEdit3.vue @@ -11,6 +11,7 @@ :id="form.versions" :status="form.status" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/design/condition/indexEdit.vue b/src/views/design/condition/indexEdit.vue index bce10c7..86884ca 100644 --- a/src/views/design/condition/indexEdit.vue +++ b/src/views/design/condition/indexEdit.vue @@ -11,6 +11,7 @@ :id="form.id" :status="form.status" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/design/designChange/indexEdit.vue b/src/views/design/designChange/indexEdit.vue index 9e6e857..8774de4 100644 --- a/src/views/design/designChange/indexEdit.vue +++ b/src/views/design/designChange/indexEdit.vue @@ -11,6 +11,7 @@ :id="form.id" :status="form.status" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> @@ -145,7 +146,13 @@ > - diff --git a/src/views/design/drawing/indexEdit.vue b/src/views/design/drawing/indexEdit.vue index 53ab0ec..5b09590 100644 --- a/src/views/design/drawing/indexEdit.vue +++ b/src/views/design/drawing/indexEdit.vue @@ -11,6 +11,7 @@ :id="form.id" :status="form.status" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/design/drawingreview/indexEdit.vue b/src/views/design/drawingreview/indexEdit.vue index fbf54dc..00e1b9a 100644 --- a/src/views/design/drawingreview/indexEdit.vue +++ b/src/views/design/drawingreview/indexEdit.vue @@ -11,6 +11,7 @@ :id="form.design" :status="form.auditStatus" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/design/prelimScheme/indexEdit.vue b/src/views/design/prelimScheme/indexEdit.vue index fc190bf..4784d13 100644 --- a/src/views/design/prelimScheme/indexEdit.vue +++ b/src/views/design/prelimScheme/indexEdit.vue @@ -11,6 +11,7 @@ :id="form.id" :status="form.status" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/design/received/indexEdit.vue b/src/views/design/received/indexEdit.vue index 6b144fa..ab8fb99 100644 --- a/src/views/design/received/indexEdit.vue +++ b/src/views/design/received/indexEdit.vue @@ -11,6 +11,7 @@ :id="form.id" :status="form.status" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/design/scheme/indexEdit.vue b/src/views/design/scheme/indexEdit.vue index a5cac2d..1e5df4f 100644 --- a/src/views/design/scheme/indexEdit.vue +++ b/src/views/design/scheme/indexEdit.vue @@ -11,6 +11,7 @@ :id="form.id" :status="form.status" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/design/shijibiangeng/components/engineeringChangeApplicationForm.vue b/src/views/design/shijibiangeng/components/engineeringChangeApplicationForm.vue new file mode 100644 index 0000000..d7e9e0c --- /dev/null +++ b/src/views/design/shijibiangeng/components/engineeringChangeApplicationForm.vue @@ -0,0 +1,396 @@ + + + + + diff --git a/src/views/design/shijibiangeng/index.vue b/src/views/design/shijibiangeng/index.vue new file mode 100644 index 0000000..aa34fd2 --- /dev/null +++ b/src/views/design/shijibiangeng/index.vue @@ -0,0 +1,279 @@ + + + diff --git a/src/views/design/specialScheme/indexEdit.vue b/src/views/design/specialScheme/indexEdit.vue index ab759e6..4eaad77 100644 --- a/src/views/design/specialScheme/indexEdit.vue +++ b/src/views/design/specialScheme/indexEdit.vue @@ -11,6 +11,7 @@ :id="form.id" :status="form.status" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/design/technicalStandard/indexEdit.vue b/src/views/design/technicalStandard/indexEdit.vue index 365257f..a329899 100644 --- a/src/views/design/technicalStandard/indexEdit.vue +++ b/src/views/design/technicalStandard/indexEdit.vue @@ -11,6 +11,7 @@ :id="form.id" :status="form.status" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/design/volumeCatalog/blueprintEdit.vue b/src/views/design/volumeCatalog/blueprintEdit.vue index 41a4d6d..8be80ca 100644 --- a/src/views/design/volumeCatalog/blueprintEdit.vue +++ b/src/views/design/volumeCatalog/blueprintEdit.vue @@ -11,6 +11,7 @@ :id="form.id" :status="form.auditStatus" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> @@ -205,7 +206,7 @@ const approvalVerifyOpen = async () => { // 图纸评审验证 判断是否需要设计验证 if (form.value.isWindow) { console.log(routeParams.value.businessId); - + submitVerifyRef.value.openDialog(routeParams.value.taskId, true, routeParams.value.businessId); } else { submitVerifyRef.value.openDialog(routeParams.value.taskId); diff --git a/src/views/design/volumeCatalog/index.vue b/src/views/design/volumeCatalog/index.vue index bf8958c..1ac6e80 100644 --- a/src/views/design/volumeCatalog/index.vue +++ b/src/views/design/volumeCatalog/index.vue @@ -10,6 +10,13 @@ + + + + + + + 搜索 重置 @@ -154,14 +161,14 @@ - + + + + - - - 注意:请上传pdf格式文件
@@ -360,7 +367,8 @@ const data = reactive({ designSubitemId: undefined, volumeNumber: undefined, documentName: undefined, - params: {} + params: {}, + isUpload: '2' }, rules: { design: [{ required: true, message: '主键ID不能为空', trigger: 'blur' }], @@ -585,7 +593,6 @@ const handleUploadSuccess = async (flieList: any, res: any) => { }; /** 审核蓝图按钮操作 */ const handleAuditLantu = async (row) => { - proxy.$tab.closePage(proxy.$route); proxy.$router.push({ path: `/approval/volumeCatalog/blueprintEdit`, query: { @@ -596,7 +603,6 @@ const handleAuditLantu = async (row) => { }; /** 查看蓝图按钮操作 */ const handleAuditViewLantu = async (row) => { - proxy.$tab.closePage(proxy.$route); proxy.$router.push({ path: `/approval/volumeCatalog/blueprintEdit`, query: { diff --git a/src/views/design/volumeCatalog/indexEdit.vue b/src/views/design/volumeCatalog/indexEdit.vue index 095104c..33d1068 100644 --- a/src/views/design/volumeCatalog/indexEdit.vue +++ b/src/views/design/volumeCatalog/indexEdit.vue @@ -11,6 +11,7 @@ :id="form.id" :status="form.auditStatus" :pageType="routeParams.type" + :projectName="routeParams.projectName" /> diff --git a/src/views/enterpriseLarge/digitalizationScreen/components/centerPage.vue b/src/views/enterpriseLarge/digitalizationScreen/components/centerPage.vue new file mode 100644 index 0000000..b710a33 --- /dev/null +++ b/src/views/enterpriseLarge/digitalizationScreen/components/centerPage.vue @@ -0,0 +1,328 @@ + + + + + diff --git a/src/views/enterpriseLarge/digitalizationScreen/components/header.vue b/src/views/enterpriseLarge/digitalizationScreen/components/header.vue new file mode 100644 index 0000000..d8fe781 --- /dev/null +++ b/src/views/enterpriseLarge/digitalizationScreen/components/header.vue @@ -0,0 +1,327 @@ + + + + + diff --git a/src/views/enterpriseLarge/digitalizationScreen/components/leftPage.vue b/src/views/enterpriseLarge/digitalizationScreen/components/leftPage.vue new file mode 100644 index 0000000..30a5281 --- /dev/null +++ b/src/views/enterpriseLarge/digitalizationScreen/components/leftPage.vue @@ -0,0 +1,960 @@ +