diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index 93a914d3..21e5bdf7 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -35,7 +35,7 @@ export default { const first = matched[0] if (!this.isDashboard(first)) { - matched = [{ path: '/home/equipment-supply', meta: { title: '首页' }}].concat(matched) + matched = [{ path: '/', meta: { title: '首页' }}].concat(matched) } this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false) diff --git a/src/router/index.js b/src/router/index.js index 341750e1..e98d3fda 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -64,11 +64,11 @@ export const constantRoutes = [ { path: '', component: Layout, - redirect: 'home/equipment-supply', + redirect: 'index', children: [ { - path: 'home/equipment-supply', - component: () => import('@/views/home/equipment-supply/index.vue'), + path: '', + component: () => import('@/views/index.vue'), name: 'Index', meta: { title: '首页', icon: 'dashboard', affix: true }, hidden: true diff --git a/src/views/index.vue b/src/views/index.vue index 4a73b73f..8ad699de 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2,88 +2,7 @@
-

博诺思后台管理框架

-

- 当前版本: v{{ version }} -

-
- - - -

技术选型

-
-
- - -

后端技术

-
    -
  • SpringBoot
  • -
  • SpringCloud
  • -
  • Nacos
  • -
  • Sentinel
  • -
  • Seata
  • -
  • Minio
  • -
  • ...
  • -
-
- -

前端技术

-
    -
  • Vue
  • -
  • Vuex
  • -
  • Element-ui
  • -
  • Axios
  • -
  • Echarts
  • -
  • Quill
  • -
  • ...
  • -
-
-
-
-
- - - - -
- 联系信息 -
-
-

- 官网:http://www.ahbonus.cn -

-
-
-
- - -
- 更新日志 -
- - -
    -
  1. 支持多权限字符匹配角色数据权限
  2. -
  3. 新增密码最大错误次数/锁定时间
  4. -
  5. 登录日志新增解锁账户功能
  6. -
-
- - -
    -
  1. 菜单新增终端管理配置
  2. -
  3. 记录登录退出日志信息
  4. -
  5. 数据范围过滤属性调整
  6. -
  7. 权限部分代码调整
  8. -
  9. 其他细节优化
  10. -
-
-
-
+

欢迎使用智能机具管理系统

@@ -91,19 +10,12 @@ - diff --git a/src/views/login1.vue b/src/views/login1.vue index 93112164..10f9b987 100644 --- a/src/views/login1.vue +++ b/src/views/login1.vue @@ -274,7 +274,7 @@ export default { loading.close() // 跳转首页 setTimeout(() => { - this.$router.push({ path: '/home/equipment-supply' }) + this.$router.push({ path: '/' }) }, 300) } catch (error) { console.log('🚀 ~ created ~ error:', error) @@ -342,7 +342,7 @@ export default { .confirm('账号已在其他地方登录是否继续登录!!!!') .then(function () { // return this.$router.push({ path: this.redirect || '/' }) - return this.$router.push({ path: '/home/equipment-supply' }) + return this.$router.push({ path: '/' }) }) .then(() => { this.loading = false @@ -352,7 +352,7 @@ export default { }) } else { // this.$router.push({ path: this.redirect || '/' }) - this.$router.push({ path: '/home/equipment-supply' }) + this.$router.push({ path: '/' }) } } }) diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue index a8109f91..444c72a2 100644 --- a/src/views/material/lease/apply/component/homeApply.vue +++ b/src/views/material/lease/apply/component/homeApply.vue @@ -10,8 +10,7 @@ start-placeholder="开始日期" end-placeholder="结束日期" style="width: 240px" - > - + > @@ -26,13 +25,7 @@ - + - 搜索 - - 重置 - + 搜索 + 重置 - 领料申请 - + 领料申请 - 发布 - + 发布 - 导出 - + 导出 - + - - + + - - - - - - + + + + + + - - - + + + - + @@ -150,92 +149,128 @@ /> - -
- + +
+
施工机具设备出库检验记录表
-
-
+
+
领用工程: {{ checkDataInfo.leaseProject }}
-
+
使用单位: {{ checkDataInfo.leaseUnit }}
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
-
-
- 检验单位: -
-
- +
+
+
+ 检验单位: +
+
+ +
+
- -
- +
- +
-
- 领料单 -
-
-
- 领料单位: - {{ leaseApplyData.leaseUnit }} +
领料单
+
+
+ 领料单位: + {{ leaseApplyData.leaseUnit }} +
+
+ 工程名称: + {{ leaseApplyData.leaseProject }} +
+
+ 发料单位: + {{ '机具物流分公司' }} +
+
+ 时间: + {{ leaseApplyData.createTime.split(' ')[0] }} +
+
+ 编号: + {{ leaseApplyData.code }} +
-
- 工程名称: - {{ leaseApplyData.leaseProject }} -
-
- 发料单位: - {{ "机具物流分公司" }} -
-
- 时间: - {{ leaseApplyData.createTime.split(" ")[0] }} -
-
- 编号: - {{ leaseApplyData.code }} -
-
- + + + + + + + + + + + + + + + + + + + + + + + + + -
-
-
审核:
-
- +
+
- -
-
-
领料:
-
-
- +
+
领料:
+
+
+ +
-
-
-
库管:
-
- +
+
库管:
+
+ +
+
+
+
制单:
-
-
制单:
-
-
- +
- + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -324,12 +353,30 @@
领料单编号明细
- + + + + + + + + + + + + + + + + + + +
- + + + + + + + + + + + + + + + + + + + + + + + + +
审核:
@@ -528,7 +591,7 @@ > 领料单编号明细
- + + + + + + + + + + + + + + + + + + +