diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index b6a6d57b..f5d9be3b 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -41,13 +41,19 @@
}
//单击表格行变色
.el-table__body tr.current-row>td{
- background-color: rgb(216,229,245) !important;
+ background-color: #d8e5f6 !important;
/* color: #f19944; */ /* 设置文字颜色,可以选择不设置 */
}
//聚焦表格行变色
.hover-row td{
- background: RGB(236 245 255)!important;
+ //background: RGB(236 245 255)!important;
+ background: red!important;
+
}
+ .el-table--enable-row-hover .el-table__body tr:hover>td{
+ background-color: #d8e5f6 !important;
+ }
+ //.el-table tbody tr:hover>td { background-color: RED }
//表格行颜色9745
//.el-table td, .is-leaf{
// background-color: rgb(255, 255, 255);
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 8187b825..396bd891 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -140,6 +140,13 @@ el-card{
.el-table{
margin: 3px 0px;
}
+.el-table td.gutter,.el-table th.gutter{
+ width: 15px;
+ border-right-width: 0;
+ border-bottom-width: 0;
+ padding: 0;
+ background: white;
+}s
.block{
margin-bottom: 3px;
}
@@ -198,10 +205,16 @@ el-card{
}
}
//登录页login输入框上串所以屏蔽
-//.el-input__inner:focus {
-// border: 1px solid #1b55a0!important;
-// height: 29px;
-//}
+.el-input__inner:focus {
+ border: 1px solid #2A71CB!important;
+ //height: 29px;
+}
+.el-input__inner{
+ border: 1px solid red
+}
+.el-textarea__inner, .el-radio__inner, .el-input__inner{
+ border: 1px solid #676767 !important
+}
//.el-input--small .el-input__inner {
// height: 29px;
//}
diff --git a/src/views/ManufacturingCenter/EquipmentMonitoring/index.vue b/src/views/ManufacturingCenter/EquipmentMonitoring/index.vue
index 383d006c..2973c522 100644
--- a/src/views/ManufacturingCenter/EquipmentMonitoring/index.vue
+++ b/src/views/ManufacturingCenter/EquipmentMonitoring/index.vue
@@ -553,7 +553,7 @@
- 设备开机
电流计正常工作
工控机关机
+ 设备开机
电流计正常工作
工控机关机
电脑关机
diff --git a/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue b/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue
index ff1732ee..017c40fa 100644
--- a/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue
+++ b/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue
@@ -1,11 +1,11 @@
-
+
刷新 | 待分配零件数
-
+
@@ -66,6 +66,7 @@
placeholder="物料类别"
size="small"
clearable
+ style="width: 120px"
@change="searchMaterialVariety">
查询
未分配
已分配
-
- 采购员:
-
-
-
-
- 分配
-
-
- 退回
-
-
+
+
+
+
+
+
+ 分配
+
+
+ 打回
+
+
-
+
-
+
- 未分配
- 未询价
- 已询价
- 已采购
+ 未分配
+ 未询价
+ 已询价
+ 已采购
-
+
{{ scope.row.物料名称 }}
-
+
{{ scope.row.物料规格 }}
-
+
{{ scope.row.物料型号 }}
-
+
{{ scope.row.零件数量 }}
-
-
- {{ scope.row.项目名称 }}
-
-
-
+
+
+
+
+
+
{{ scope.row.机床图号 }}
-
+
{{ scope.row.组号 }}
-
+
{{ scope.row.物料类别 }}
-
+
{{ scope.row.物料品种 }}
-
+
{{ scope.row.备注 }}
-
+
{{ scope.row.供货商 }}
@@ -264,6 +276,7 @@
placeholder="物料类别"
size="small"
clearable
+ style="width: 120px"
@change="searchMaterialVariety">
查询
未分配
已分配
-
- 采购员:
-
-
-
- 分配
- 退回
-
+
+
+
+ 分配
+ 打回
-
+
-
+
- 未分配
- 未询价
- 已询价
- 已采购
+ 未分配
+ 未询价
+ 已询价
+ 已采购
-
+
{{ scope.row.物料名称 }}
-
+
{{ scope.row.物料规格 }}
-
+
{{ scope.row.物料型号 }}
-
+
{{ scope.row.零件数量 }}
-
-
- {{ scope.row.项目名称 }}
-
-
-
+
{{ scope.row.机床图号 }}
-
+
{{ scope.row.组号 }}
-
+
{{ scope.row.物料类别 }}
-
+
{{ scope.row.物料品种 }}
-
+
{{ scope.row.备注 }}
-
+
{{ scope.row.供货商 }}
@@ -444,23 +450,20 @@
查询
未分配
已分配
-
- 采购员:
-
-
-
- 分配
- 退回
-
+
+
+
+ 分配
+ 打回
-
+
-
+
未分配
未询价
@@ -468,17 +471,17 @@
已采购
-
+
{{ scope.row.零件图号 }}
-
+
{{ scope.row.零件名称 }}
-
+
{{ scope.row.规格 }}
@@ -493,27 +496,27 @@
{{ scope.row.零件数量 }}
-
+
{{ scope.row.项目名称 }}
-
+
{{ scope.row.机床图号 }}
-
+
{{ scope.row.组号 }}
-
+
{{ scope.row.备注 }}
-
+
{{ scope.row.供货商 }}
@@ -1144,4 +1147,20 @@ export default {
line-height: 46px;
}
}
+ /*.el-table td.gutter,.el-table th.gutter{*/
+ /*width: 15px;*/
+ /*border-right-width: 0;*/
+ /*border-bottom-width: 0;*/
+ /*padding: 0;*/
+ /*background: red;*/
+ /*}*/
+
+
diff --git a/src/views/WorkshopProcurement/NewArrivalList/index.vue b/src/views/WorkshopProcurement/NewArrivalList/index.vue
index 46cdd120..8d440fcb 100644
--- a/src/views/WorkshopProcurement/NewArrivalList/index.vue
+++ b/src/views/WorkshopProcurement/NewArrivalList/index.vue
@@ -947,10 +947,10 @@ export default {
})
},
searchTable5(row) {
+ console.log(row)
this.excle_row = row
console.log(this.userId, this.id)
this.disable = row.是否关联
- console.log(this.disable)
this.tableData6 = []
this.到货单流水号 = row.到货单流水号
this.ArrivalOrderNumber = row.到货单流水号
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 2d85fa83..785e224f 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -235,7 +235,7 @@ export default {
}
input {
background: transparent;
- border: 0;
+ border: 1px;
-webkit-appearance: none;
border-radius: 0;
padding: 12px 5px 12px 15px;