diff --git a/src/pages/modules/firedry/two.vue b/src/pages/modules/firedry/two.vue index 7e429d1..a4180ab 100644 --- a/src/pages/modules/firedry/two.vue +++ b/src/pages/modules/firedry/two.vue @@ -34,24 +34,22 @@
  • -
    {{e.workorder_code}}
    -
    {{e.device_name}}
    -
    {{e.bom}}
    -
    {{e.material_code}}
    -
    {{e.plan_qty}}
    -
    {{e.real_qty}}
    -
    {{e.total_mix_frequency}}
    +
    {{e.point_code}}
    +
    {{e.material_code}}
    +
    {{e.qty}}
    +
    {{e.vehicle_code}}
    +
    {{e.mix_num}}
    +
    {{e.create_time}}
@@ -67,26 +65,24 @@
  • 类别
  • -
  • 物料编码
  • -
  • 物料名称
  • +
  • 物料编码
  • 数量
  • 载具号
  • 碾次
  • 货位
  • -
  • 出入时间
  • +
  • 出入时间
- +
    -
  • -
    {{e.workorder_code}}
    -
    {{e.device_name}}
    -
    {{e.bom}}
    -
    {{e.material_code}}
    -
    {{e.plan_qty}}
    -
    {{e.real_qty}}
    -
    {{e.total_mix_frequency}}
    -
    {{e.order_status}}
    +
  • +
    {{e.io_type}}
    +
    {{e.material_code}}
    +
    {{e.qty}}
    +
    {{e.vehicle_code}}
    +
    {{e.mix_num}}
    +
    {{e.point_code}}
    +
    {{e.create_time}}
@@ -101,20 +97,35 @@ @@ -149,7 +158,7 @@ export default { _fj() .status_wrap position absolute - top 0px + top 18px right 40px z-index 1 _fj(row) @@ -175,9 +184,10 @@ export default { .box1 position relative _wh(100%, 58%) +// border 1px solid rgba(8,205,248,0.3) +// border-right none .box_l1 _wh(6%, 18%) - background-color #ede position absolute top 25% right 30% @@ -190,7 +200,6 @@ export default { _wh(100%, auto) .box_l2 _wh(3%, 10%) - background-color #ccc position absolute top 52% right 31.5% @@ -203,7 +212,6 @@ export default { _wh(100%, auto) .box_r1 _wh(6%, 18%) - background-color #ff0 position absolute top 15% right 2% @@ -216,7 +224,6 @@ export default { _wh(100%, auto) .box_r2 _wh(3%, 10%) - background-color #fc9 position absolute top 65% right 3.5% @@ -253,6 +260,7 @@ export default { .scroll_wrap _wh(100%, 100%) border 1px solid rgba(8,205,248,0.3) + // background-color #070b1c .scroll_tab_1 _wh(100%, 40px) border-bottom 1 solid rgba(8,205,248,0.3) diff --git a/src/pages/modules/hunniankunliao/two.vue b/src/pages/modules/hunniankunliao/two.vue index 99605ce..c73a646 100644 --- a/src/pages/modules/hunniankunliao/two.vue +++ b/src/pages/modules/hunniankunliao/two.vue @@ -64,14 +64,14 @@
  • -
    {{e.workorder_code}}
    -
    {{e.device_name}}
    +
    {{e.point_name}}
    {{e.bom}}
    {{e.material_code}}
    -
    {{e.plan_qty}}
    -
    {{e.real_qty}}
    -
    {{e.total_mix_frequency}}
    -
    {{e.order_status}}
    +
    {{e.weight}}
    +
    {{e.vehicle_code}}
    +
    {{e.mix_num}}
    +
    {{e.standing_time}}
    +
    {{e.stand_status_name}}
@@ -86,27 +86,27 @@
    -
  • 类别
  • +
  • 类别
  • BOM号
  • 物料名称
  • 重量
  • 载具号
  • 碾次
  • 货位
  • -
  • 出入时间
  • +
  • 出入时间
- +
    -
  • -
    {{e.workorder_code}}
    -
    {{e.device_name}}
    +
  • +
    {{e.io_type}}
    {{e.bom}}
    {{e.material_code}}
    -
    {{e.plan_qty}}
    -
    {{e.real_qty}}
    -
    {{e.total_mix_frequency}}
    -
    {{e.order_status}}
    +
    {{e.weight}}
    +
    {{e.vehicle_code}}
    +
    {{e.mix_num}}
    +
    {{e.point_code}}
    +
    {{e.create_time}}
@@ -121,11 +121,16 @@