|
|
|
@ -3,7 +3,7 @@ |
|
|
|
<div style="text-align: center"> |
|
|
|
<h1>本周发货看板</h1> |
|
|
|
</div> |
|
|
|
<div class="board"> |
|
|
|
<div class="boardDel"> |
|
|
|
<el-table |
|
|
|
cell-style="cc" |
|
|
|
:height="height" |
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
header-align="center" |
|
|
|
align="left" |
|
|
|
min-width="25" |
|
|
|
label="客户简称"> |
|
|
|
label="客简"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
prop="customerPONo" |
|
|
|
@ -39,7 +39,7 @@ |
|
|
|
header-align="center" |
|
|
|
align="left" |
|
|
|
min-width="40" |
|
|
|
label="要求发货日期"> |
|
|
|
label="要求日期"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
prop="partSpec" |
|
|
|
@ -61,7 +61,7 @@ |
|
|
|
header-align="center" |
|
|
|
align="left" |
|
|
|
min-width="30" |
|
|
|
label="货运代理"> |
|
|
|
label="货代"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
prop="enteredDate" |
|
|
|
@ -205,9 +205,9 @@ |
|
|
|
</script> |
|
|
|
|
|
|
|
<style > |
|
|
|
.board .el-table .cell { |
|
|
|
.boardDel .el-table .cell { |
|
|
|
line-height: 13px; |
|
|
|
font-size: 12px; |
|
|
|
font-size: 14px; |
|
|
|
height: 13px; |
|
|
|
padding: 0px; |
|
|
|
} |
|
|
|
@ -215,13 +215,15 @@ |
|
|
|
.el-table .cell, .el-table th div, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell { |
|
|
|
padding-left: 0px; |
|
|
|
} |
|
|
|
.board .el-table .success-row { |
|
|
|
.boardDel .el-table .success-row { |
|
|
|
background: #1bb61b; |
|
|
|
} |
|
|
|
.board .el-table .error-row { |
|
|
|
.boardDel .el-table .error-row { |
|
|
|
background: #e5b655; |
|
|
|
color: #f2f6fc; |
|
|
|
} |
|
|
|
.board .el-table .false-row { |
|
|
|
background: rgba(234, 99, 99, 0.99); |
|
|
|
.boardDel .el-table .false-row { |
|
|
|
background-color: orangered; |
|
|
|
color: #f2f6fc; |
|
|
|
} |
|
|
|
</style> |