From dd3c199966931639b53abc17d9b097e8eda7adac Mon Sep 17 00:00:00 2001 From: ruanqi Date: Wed, 24 Jan 2024 17:56:07 +0800 Subject: [PATCH] =?UTF-8?q?0412=20=E6=96=B0=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/board/SeqNoForLiuHua.vue | 18 +++++------ .../modules/board/SeqNoForLiuHuaJiChu.vue | 18 +++++------ .../modules/board/thisWeekShipmentBoard.vue | 22 +++++++------- .../modules/production/searchDailyPlan.vue | 30 +++++++++++++++++-- .../modules/production/soscheduleRouting.vue | 14 +++++++++ 5 files changed, 69 insertions(+), 33 deletions(-) diff --git a/src/views/modules/board/SeqNoForLiuHua.vue b/src/views/modules/board/SeqNoForLiuHua.vue index 8d7aabe..24f4704 100644 --- a/src/views/modules/board/SeqNoForLiuHua.vue +++ b/src/views/modules/board/SeqNoForLiuHua.vue @@ -14,19 +14,11 @@ border :row-class-name="tableRowClassName" style="width: 100%;"> - - @@ -152,6 +144,10 @@ }, methods: { tableRowClassName ({row, rowIndex}) { + if (row.outWorkFlag == 'N') { + return 'success-row' + } + return '' }, search () { let inData= {number:this.pageIndex}; @@ -221,10 +217,12 @@ .board2 .el-table .success-row { background: #1bb61b; + color: #f2f6fc; } .board2 .el-table .false-row { /*background: #cbcb14;*/ - background: #db1212; + background-color: orangered; + color: #f2f6fc; } .board2 .el-table .yellow-row{ background: #ffff00; diff --git a/src/views/modules/board/SeqNoForLiuHuaJiChu.vue b/src/views/modules/board/SeqNoForLiuHuaJiChu.vue index 396d918..91b65b6 100644 --- a/src/views/modules/board/SeqNoForLiuHuaJiChu.vue +++ b/src/views/modules/board/SeqNoForLiuHuaJiChu.vue @@ -14,19 +14,11 @@ border :row-class-name="tableRowClassName" style="width: 100%;"> - - @@ -180,6 +172,10 @@ }, methods: { tableRowClassName ({row, rowIndex}) { + if (row.outWorkFlag == 'N') { + return 'success-row' + } + return '' }, search () { let inData= {number:this.pageIndex}; @@ -249,10 +245,12 @@ .board2 .el-table .success-row { background: #1bb61b; + color: #f2f6fc; } .board2 .el-table .false-row { /*background: #cbcb14;*/ - background: #db1212; + background-color: orangered; + color: #f2f6fc; } .board2 .el-table .yellow-row{ background: #ffff00; diff --git a/src/views/modules/board/thisWeekShipmentBoard.vue b/src/views/modules/board/thisWeekShipmentBoard.vue index 712e2f6..578374b 100644 --- a/src/views/modules/board/thisWeekShipmentBoard.vue +++ b/src/views/modules/board/thisWeekShipmentBoard.vue @@ -3,7 +3,7 @@

本周发货看板

-
+
+ label="客简"> + label="要求日期"> + label="货代"> diff --git a/src/views/modules/production/searchDailyPlan.vue b/src/views/modules/production/searchDailyPlan.vue index 90d915c..ee21e30 100644 --- a/src/views/modules/production/searchDailyPlan.vue +++ b/src/views/modules/production/searchDailyPlan.vue @@ -106,21 +106,45 @@ prop="orderQty" header-align="center" align="right" - min-width="50" + min-width="60" + label="计划数量"> + + + + + + + + + + +