diff --git a/src/api/oa/erp/projectPurchase/types.ts b/src/api/oa/erp/projectPurchase/types.ts index 691f836..2bd6669 100644 --- a/src/api/oa/erp/projectPurchase/types.ts +++ b/src/api/oa/erp/projectPurchase/types.ts @@ -157,6 +157,11 @@ export interface ProjectPurchaseForm extends BaseEntity { */ deputyId?: string | number; + /** + * 部门ID + */ + deptId?: string | number; + /** * 提报人 */ diff --git a/src/api/oa/erp/projectPurchaseMaterial/types.ts b/src/api/oa/erp/projectPurchaseMaterial/types.ts index 076d514..7d82ca9 100644 --- a/src/api/oa/erp/projectPurchaseMaterial/types.ts +++ b/src/api/oa/erp/projectPurchaseMaterial/types.ts @@ -148,6 +148,21 @@ export interface ProjectPurchaseMaterialForm extends BaseEntity { */ relationMaterialId?: string | number; + /** + * 关联物料编号 + */ + relationMaterialCode?: string; + + /** + * 关联物料名称 + */ + relationMaterialName?: string; + + /** + * 采购物料名称(来源) + */ + purchaseMaterialName?: string; + /** * 采购物料编码 */ diff --git a/src/views/oa/erp/projectPurchase/edit.vue b/src/views/oa/erp/projectPurchase/edit.vue index 15aff64..4abca3e 100644 --- a/src/views/oa/erp/projectPurchase/edit.vue +++ b/src/views/oa/erp/projectPurchase/edit.vue @@ -12,14 +12,16 @@ :mode="false" /> - + -