-
-
+
+
+
+
+
- | GAOJING |
- 备料单 |
+ GAOJING |
+ 备料单 |
| 零件名称 |
零件图号 |
+ 材料 |
+ 原材料规格 |
+ 批次数量 |
备料 |
| {{ list.零件名称 }} |
{{ list.零件图号 }} |
+ {{ list.材料 }} |
+ {{ list.原材料规格 }} |
+ {{ list.批次数量 }} |
{{ list.工艺要求 }} |
@@ -141,7 +165,10 @@ export default {
零件名称: this.Data[i].零件名称,
零件图号: this.Data[i].零件图号,
备料打印: this.Data[i].备料打印,
- 工艺要求: response.data[0].工艺要求
+ 工艺要求: response.data[0].工艺要求,
+ 材料: this.Data[i].材料,
+ 原材料规格: this.Data[i].原材料规格,
+ 批次数量: this.Data[i].批次数量
})
})
this.loading = false
diff --git a/src/views/ManufacturingCenter/InitialProduction/index.vue b/src/views/ManufacturingCenter/InitialProduction/index.vue
index 6d16fc7c..dff9fd8a 100644
--- a/src/views/ManufacturingCenter/InitialProduction/index.vue
+++ b/src/views/ManufacturingCenter/InitialProduction/index.vue
@@ -11,26 +11,20 @@
整改件投产
-
-
-
-
-
-
-
+
+
+ :value="item.value">
+ {{ item.label }}
+ {{ item.value2 }}
+
-
-
+
+
{
+ getToolNum().then(response => {
for (let i = 0; i < response.data.length; i++) {
this.toolNum.push({
label: response.data[i].机床图号,
- value: response.data[i].机床流水号
+ value: response.data[i].机床流水号,
+ value2: response.data[i].项目名称
})
}
})
diff --git a/src/views/ManufacturingCenter/MachiningSequenceAdjustment/index.vue b/src/views/ManufacturingCenter/MachiningSequenceAdjustment/index.vue
index ef2b8b5c..bfffdf24 100644
--- a/src/views/ManufacturingCenter/MachiningSequenceAdjustment/index.vue
+++ b/src/views/ManufacturingCenter/MachiningSequenceAdjustment/index.vue
@@ -2,7 +2,18 @@
- 查询
+ 工位号:
+
+
+
+ 查询
+
+ 调序权限
+
@@ -12,58 +23,45 @@
align="center"
type="index"
width="50"/>
-
+
- {{ scope.row.外协厂家名称 }}
+ {{ scope.row.零件名称 }}
-
+
- {{ scope.row.外协厂家简称 }}
+ {{ scope.row.零件图号_短 }}
-
+
- {{ scope.row.地址 }}
+ {{ scope.row.工艺名称 }}
-
+
- {{ scope.row.联系人 }}
-
-
-
-
- {{ scope.row.电话 }}
-
-
-
-
- {{ scope.row.传真 }}
-
-
-
-
- {{ scope.row.设备情况 }}
-
-
-
-
- {{ scope.row.备注 }}
-
-
-
-
- 编辑
- 删除
+
+
+
+
+
+
@@ -80,14 +78,50 @@
+
+
+
+
+ {{ scope.row.MES终端号 }}
+
+
+
+
+ 已开放
+ 未开放
+
+
+
+
+ 开启
+ 关闭
+
+
+
+
+