-
+
领料单明细:{{ pickingListNumberShow }}
+
+ 备料确认
+ 领料确认
+
-
+
@@ -109,21 +109,21 @@
- 已确认
- 未确认
+ 已备料
+ 未备料
- 已确认
- 未确认
-
-
-
-
- 归还
+ 已领料
+ 未领料
+
+
+
+
+
@@ -136,7 +136,7 @@
占用数量:{{ 占用数量 }}
-
+
diff --git a/src/views/Inventory/OfflinePartOut/index.vue b/src/views/Inventory/OfflinePartOut/index.vue
index f3ca4be3..e4a46494 100644
--- a/src/views/Inventory/OfflinePartOut/index.vue
+++ b/src/views/Inventory/OfflinePartOut/index.vue
@@ -13,7 +13,7 @@
-
+
diff --git a/src/views/ManufacturingCenter/GroupMatching/index.vue b/src/views/ManufacturingCenter/GroupMatching/index.vue
index 819adf15..a91cb3b0 100644
--- a/src/views/ManufacturingCenter/GroupMatching/index.vue
+++ b/src/views/ManufacturingCenter/GroupMatching/index.vue
@@ -29,6 +29,7 @@
:data="tableData"
:summary-method="getSummaries"
style="width: 100%"
+ highlight-current-row
height="400"
size="mini"
show-summary
@@ -71,7 +72,7 @@
- 查看加工进度
+ 查看加工进度
@@ -316,7 +317,7 @@
@current-change="handleCurrentChange5"/>
-
+
-
+
-
+
{
for (let i = 0; i < response.data.length; i++) {
if (response.data[i].计划日期 !== '' && response.data[i].计划日期 !== null) {
diff --git a/src/views/ManufacturingCenter/InitialProduction/index.vue b/src/views/ManufacturingCenter/InitialProduction/index.vue
index 2d06b88f..787ed697 100644
--- a/src/views/ManufacturingCenter/InitialProduction/index.vue
+++ b/src/views/ManufacturingCenter/InitialProduction/index.vue
@@ -1,7 +1,7 @@
-
+
diff --git a/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue b/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue
index 0bdbc836..5fde40f2 100644
--- a/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue
+++ b/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue
@@ -14,7 +14,6 @@
{{ item.value2 }}
- 查询
分组:
-
+ width="50"/>
+
{{ scope.row.零件图号 }}
-
+
{{ scope.row.零件名称 }}
@@ -733,7 +732,6 @@ export default {
this.getTable()
},
methods: {
- asd() {},
// TABLE每行颜色
tableRowClassName({ row, rowIndex }) {
if (rowIndex === 1) {
diff --git a/src/views/ManufacturingCenter/WorkshopEquipmentManagement/index.vue b/src/views/ManufacturingCenter/WorkshopEquipmentManagement/index.vue
index f23c13af..a5f25df9 100644
--- a/src/views/ManufacturingCenter/WorkshopEquipmentManagement/index.vue
+++ b/src/views/ManufacturingCenter/WorkshopEquipmentManagement/index.vue
@@ -87,7 +87,7 @@
size="small"
value-format="yyyy-MM-dd"
placeholder="选择日期"/>
-
+
设定
diff --git a/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue b/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue
index 95c955b9..936c2c4d 100644
--- a/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue
+++ b/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue
@@ -304,7 +304,7 @@
-
+
diff --git a/src/views/Outsourcing/PreorderAssociation/index.vue b/src/views/Outsourcing/PreorderAssociation/index.vue
index 03d290be..bb9914c1 100644
--- a/src/views/Outsourcing/PreorderAssociation/index.vue
+++ b/src/views/Outsourcing/PreorderAssociation/index.vue
@@ -107,18 +107,18 @@
选择
-
+
是
否
-
+
{{ scope.row.工艺名称 }}
-
+
@@ -378,6 +378,13 @@ export default {
.el-card{
margin:0px;
}
+ .xujianwaix {
+ /*border: 1px solid red;*/
+ background: red;
+ }
+ .el-checkbox, .el-checkbox-button__inner {
+ color: blue;
+ }