@@ -173,13 +170,6 @@ fetchBoundEquipmentList()
}
}
-.main-title {
- font-size: 20px;
- font-weight: 600;
- border-bottom: 1px solid #c9c9c9;
- padding: 0 0 8px;
-}
-
.table-wrapper {
height: 100%;
overflow: auto;
diff --git a/src/views/pwoManage/infeed/mask/index.vue b/src/views/pwoManage/infeed/mask/index.vue
index ac4da4f..2c9ac97 100644
--- a/src/views/pwoManage/infeed/mask/index.vue
+++ b/src/views/pwoManage/infeed/mask/index.vue
@@ -136,11 +136,8 @@ fetchBoundMaskList()
- 治具组合信息
-
- openMaskModal = true">绑定治具组合
- 刷新
-
+
+ openMaskModal = true">绑定治具组合
@@ -154,7 +151,7 @@ fetchBoundMaskList()
- 治具校验
+
@@ -208,13 +205,6 @@ fetchBoundMaskList()
overflow: hidden;
height: 100%;
- .main-title {
- font-size: 20px;
- font-weight: 600;
- border-bottom: 1px solid #c9c9c9;
- padding: 0 0 8px;
- }
-
.table-wrapper {
flex: 1;
overflow: auto;
diff --git a/src/views/pwoManage/infeed/primaryMaterial/index.vue b/src/views/pwoManage/infeed/primaryMaterial/index.vue
index dc3ecde..ab4e404 100644
--- a/src/views/pwoManage/infeed/primaryMaterial/index.vue
+++ b/src/views/pwoManage/infeed/primaryMaterial/index.vue
@@ -3,7 +3,7 @@ import { ref, onMounted } from 'vue';
import { usePwoStore, useJobStore } from '@/store'
import type { ColumnsType } from 'ant-design-vue/es/table/interface';
import { message } from 'ant-design-vue'
-import { listMainMaterialEntryLog, addWaferEntryLogByCarrier, addDieEntryLogByCarrier, addWaferEntryLog, addDieEntryLog, delMainMaterialEntryLog } from '@/api/pwoManage/station/primaryMaterial'
+import { listMainMaterialEntryLog, addWaferEntryLogByCarrier, addDieEntryLogByCarrier, addWaferEntryLog, addDieEntryLog, delMainMaterialEntryLog } from '@/api/pwoManage/primaryMaterial'
const pwoStore = usePwoStore();
const jobStore = useJobStore();
@@ -133,7 +133,7 @@ fetchPrimaryMaterialList()
-
主材料进站
+
@@ -141,15 +141,15 @@ fetchPrimaryMaterialList()
+
+ 录入
+
录入
-
- 刷新
-
-
材料确认
+
@@ -88,13 +88,6 @@ defineExpose({
overflow: hidden;
height: 100%;
- .main-title {
- font-size: 20px;
- font-weight: 600;
- border-bottom: 1px solid #c9c9c9;
- padding: 0 0 8px;
- }
-
.table-wrapper {
flex: 1;
overflow: auto;