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="计划数量">
+
+
+
+
+
+ {{scope.row.partPlanQty<=0?0:(scope.row.orderQty*1.0/scope.row.partPlanQty).toFixed(1)}}
+
+
+
+
+
+
+