From 9fa9b34968b513e8dfded471c5e58ddc3e67842e Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 4 Jan 2022 17:01:20 +0800 Subject: [PATCH] 0104 --- hb_client/src/layout/index.vue | 2 + hb_client/src/router/index.js | 7 + hb_client/src/views/dashboard/index.vue | 153 +++-- hb_client/src/views/workflow/ticket.vue | 8 + hb_client/src/views/workflow/ticketDetail.vue | 563 ++++++++++++++++++ hb_client/src/views/workflow/ticketHandle.vue | 155 ++++- hb_client/src/views/wpm/need.vue | 473 +++++++-------- 7 files changed, 1074 insertions(+), 287 deletions(-) create mode 100644 hb_client/src/views/workflow/ticketDetail.vue diff --git a/hb_client/src/layout/index.vue b/hb_client/src/layout/index.vue index a0d3695..3da3899 100644 --- a/hb_client/src/layout/index.vue +++ b/hb_client/src/layout/index.vue @@ -147,7 +147,9 @@ export default { text-align: center; line-height: 50px; border-radius: 26px; + background: #ffffff; border: 2px solid #409EFF; + box-shadow: 0 0 8px 3px rgba(0,0,0,0.1); } .typeWrap{ display: none; diff --git a/hb_client/src/router/index.js b/hb_client/src/router/index.js index e98d1ae..a7b89d6 100644 --- a/hb_client/src/router/index.js +++ b/hb_client/src/router/index.js @@ -503,6 +503,13 @@ export const asyncRoutes = [ meta: { title: '工单处理', icon: 'example',noCache: true,}, hidden: true }, + { + path: 'ticketDetail', + name: 'ticketDetail', + component: () => import('@/views/workflow/ticketDetail'), + meta: { title: '工单详情', icon: 'example',noCache: true,}, + hidden: true + }, ] }, { diff --git a/hb_client/src/views/dashboard/index.vue b/hb_client/src/views/dashboard/index.vue index 1b886c6..417a673 100644 --- a/hb_client/src/views/dashboard/index.vue +++ b/hb_client/src/views/dashboard/index.vue @@ -52,22 +52,24 @@ + > - - + - + - + - - + + + + + @@ -102,7 +104,7 @@
-
库存列表
+
库存列表 更多>>
- - + + - - + + - - + + - - + + - - + + - - + - - + + @@ -163,25 +164,25 @@
-
-
    -
  • -
    +
    +
      +
    • +
      玻璃低于安全库存2021-12-30
    • -
    • -
      +
    • +
      某某批货临近交货日期2021-12-20
    • -
    • -
      +
    • +
      玻璃低于安全库存2021-11-30
    • -
    • -
      +
    • +
      某某批货临近交货日期2021-11-20
    • @@ -204,6 +205,9 @@ + + diff --git a/hb_client/src/views/workflow/ticketHandle.vue b/hb_client/src/views/workflow/ticketHandle.vue index 8ce5ad5..79c92aa 100644 --- a/hb_client/src/views/workflow/ticketHandle.vue +++ b/hb_client/src/views/workflow/ticketHandle.vue @@ -36,10 +36,159 @@ - - {{ticketDetail.ticket_data[item.field_key]}} + + + + + + + + + + - + + + + + + + + + + + + diff --git a/hb_client/src/views/wpm/need.vue b/hb_client/src/views/wpm/need.vue index 4f1a021..f64d56b 100644 --- a/hb_client/src/views/wpm/need.vue +++ b/hb_client/src/views/wpm/need.vue @@ -11,13 +11,11 @@ stripe highlight-current-row max-height="700" - > - @@ -26,12 +24,9 @@ {{ actstate_[scope.row.act_state] }} - - - @@ -207,19 +194,16 @@ /> - + - @@ -234,27 +218,29 @@ {{ actstate_[scope.row.act_state] }} - - + @@ -332,40 +318,40 @@ > - +