diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index a8fceae2..28af091d 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -229,7 +229,7 @@ const tableRowClassName = ({ }) => { let sfcheck=false selectarr.value.map(item=>{ - if(item.id==row.id){ + if(item==row){ sfcheck=true } }) @@ -264,9 +264,15 @@ function copyalls(column:TableColumnType){ let text = ''; props.tableData.map((item,index)=>{ if(index{ font-size: 12px !important; } .table-SelectedRow-bgcolor { - td{ + >td{ background-color:#f7e8d7 !important; } } diff --git a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue index 170a6c74..d08248a4 100644 --- a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue +++ b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue @@ -82,7 +82,7 @@
服务号:
- {{ it }} + {{ it.serviceNumber }}
diff --git a/src/views/warehouse/warehouseWaybill.vue b/src/views/warehouse/warehouseWaybill.vue index 919fd5d5..cdbd4434 100644 --- a/src/views/warehouse/warehouseWaybill.vue +++ b/src/views/warehouse/warehouseWaybill.vue @@ -27,6 +27,7 @@
+