diff --git a/src/api/WorkshopProcurement/CreatingProcurementContracts.js b/src/api/WorkshopProcurement/CreatingProcurementContracts.js
index 62fafb41..b1295e5a 100644
--- a/src/api/WorkshopProcurement/CreatingProcurementContracts.js
+++ b/src/api/WorkshopProcurement/CreatingProcurementContracts.js
@@ -22,6 +22,17 @@ export function initPurchaseOrder() {
}
})
}
+export function initGroupNum(machineValue) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: 'PDM_零件明细表_组件流水号_查询数据_根据机床',
+ param: `机床流水号=${machineValue}`
+ }
+ })
+}
export function searchData(num) {
return request({
url: '',
diff --git a/src/api/WorkshopProcurement/NewArrivalList.js b/src/api/WorkshopProcurement/NewArrivalList.js
index ef7b5845..662c8143 100644
--- a/src/api/WorkshopProcurement/NewArrivalList.js
+++ b/src/api/WorkshopProcurement/NewArrivalList.js
@@ -143,14 +143,14 @@ export function deleteMateriel(num1, num2) {
})
}
// 关联材料
-export function addMateriel(num1, num2, num3) {
+export function addMateriel(num1, num2, num3, num4) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '备料管理_到货单明细关联',
- param: `到货单明细流水号=${num1}&工艺计划流水号组=${num2}&采购计划明细流水号组=${num3}`
+ param: `到货单明细流水号=${num1}&工艺计划流水号组=${num2}&采购计划明细流水号组=${num3}&本次到货数量组=${num4}`
}
})
}
diff --git a/src/views/ManufacturingCenter/PartAssignment/index.vue b/src/views/ManufacturingCenter/PartAssignment/index.vue
index c2475512..2e3ce56b 100644
--- a/src/views/ManufacturingCenter/PartAssignment/index.vue
+++ b/src/views/ManufacturingCenter/PartAssignment/index.vue
@@ -212,10 +212,10 @@
-
- 查询
- 新增
- 删除
+
+ 查询
+ 新增
+ 删除
@@ -251,22 +251,23 @@
-
+
+
{{ scope.row.物料名称 }}
-
+
- {{ scope.row.零件图号 }}
+ {{ scope.row.图号或型号 }}
-
+
- {{ scope.row.材料 }}
+ {{ scope.row.规格或材料 }}
@@ -289,7 +290,7 @@
-
+
{{ scope.row.机床图号 }}
@@ -299,12 +300,12 @@
{{ scope.row.组号 }}
-
+
{{ scope.row.备注 }}
-
+
@@ -322,79 +323,6 @@
-
-
-
-
- {{ scope.row.物料代码 }}
-
-
-
-
- {{ scope.row.物料名称 }}
-
-
-
-
- {{ scope.row.物料规格 }}
-
-
-
-
- {{ scope.row.物料型号 }}
-
-
-
-
- {{ scope.row.零件数量 }}
-
-
-
-
- {{ scope.row.零件类型 }}
-
-
-
-
- {{ scope.row.物料计划到货时间 }}
-
-
-
-
- {{ scope.row.项目名称 }}
-
-
-
-
- {{ scope.row.机床图号 }}
-
-
-
-
- {{ scope.row.组号 }}
-
-
-
-
- {{ scope.row.备注 }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -600,7 +528,7 @@