diff --git a/common/style/layout.styl b/common/style/layout.styl index 3b1ab27..aca6888 100644 --- a/common/style/layout.styl +++ b/common/style/layout.styl @@ -282,7 +282,6 @@ uni-button:after { font-weight: bold; box-shadow: 3px 0px 3px 0px rgba(160,160,160,0.20); } - .slide_new table td.td_2 { position: sticky; left: 86rpx; @@ -297,12 +296,23 @@ uni-button:after { color: #d7592f; font-weight: bold; } +.slide_new table tr.checked { + background-image: linear-gradient(to top,#c2cde3,#f6f7fb); +} .slide_new table tr.checked td { - background-color: #f0c560; - color: #fff; + background: transparent; } .slide_new table tr.checked td:first-child { - border-left: 6rpx solid #ff8227; + background-image: linear-gradient(to top,#c2cde3,#f6f7fb); +} +.slide_new table tr.checked td:nth-child(2) { + background-image: linear-gradient(to top,#c2cde3,#f6f7fb); +} +.slide_new table tr.checked td:first-child { + border-left: 1rpx solid #6798ef; +} +.slide_new table tr.checked td:last-child { + border-right: 1rpx solid #6798ef; } /** 提交栏 **/ diff --git a/pages/ProductManage/SboProcess.vue b/pages/ProductManage/SboProcess.vue index e0191f2..088c4f6 100644 --- a/pages/ProductManage/SboProcess.vue +++ b/pages/ProductManage/SboProcess.vue @@ -31,7 +31,7 @@ 状态 - 母卷号 + 母卷号 工单号 机台编码 产品编码 @@ -47,7 +47,7 @@ {{e.status_name}} - {{e.container_name}} + {{e.container_name}} {{e.mfg_order_name}} {{e.point_code}} {{e.product_name}} @@ -256,16 +256,4 @@ } } } - - - + \ No newline at end of file diff --git a/pages/SecondPhase/production/SboProcess.vue b/pages/SecondPhase/production/SboProcess.vue index ecb0201..3a2b8ff 100644 --- a/pages/SecondPhase/production/SboProcess.vue +++ b/pages/SecondPhase/production/SboProcess.vue @@ -38,7 +38,7 @@ 状态 - 母卷号 + 母卷号 工单号 机台编码 产品编码 @@ -54,7 +54,7 @@ {{e.status_name}} - {{e.container_name}} + {{e.container_name}} {{e.mfg_order_name}} {{e.point_code}} {{e.product_name}} @@ -79,21 +79,25 @@ + - - + \ No newline at end of file