diff --git a/src/api/erp/mold/index.ts b/src/api/erp/mold/index.ts index 07082167..7a2dc54f 100644 --- a/src/api/erp/mold/index.ts +++ b/src/api/erp/mold/index.ts @@ -181,6 +181,11 @@ export const MoldBrandApi = { return await request.post({ url: `/erp/mold-pressure-net-record/create`, data }) }, + // 批量增压网记录 + batchCreatePressureNetRecord: async (data: any) => { + return await request.post({ url: `/erp/mold-pressure-net-record/batch-create`, data }) + }, + // 查询压网记录分页 getPressureNetRecordPage: async (params: any) => { return await request.get({ url: `/erp/mold-pressure-net-record/page`, params }) diff --git a/src/api/mes/deviceledger/index.ts b/src/api/mes/deviceledger/index.ts index ff3d1883..2db4634f 100644 --- a/src/api/mes/deviceledger/index.ts +++ b/src/api/mes/deviceledger/index.ts @@ -15,6 +15,8 @@ export interface DeviceLedgerVO { deviceSpec: string // 设备规格 deviceType: string | number // 设备类型 deviceLine?: string | number // 设备产线 + topCategoryId?: number // 顶级分类 id + topCategoryName?: string // 顶级分类名称 deviceTypeName?: string // 设备类型名称 supplier: string // 供应商 workshop: string // 所属车间 diff --git a/src/locales/en.ts b/src/locales/en.ts index 4c818b10..165eec74 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -1591,6 +1591,7 @@ export default { judgmentCriteria: 'Judgment Criteria', inspectionResult: 'Inspection Result', images: 'Images', + inputValue: 'Input Value', remark: 'Remark', operate: 'Operate', dialogTitleDefault: 'Inspection Result', @@ -2110,7 +2111,8 @@ export default { dialogPurchaseCycleLabel: 'Purchase Cycle (Days)', dialogBrandLabel: 'Brand', dialogBrandPlaceholder: 'Please enter brand', - categoryTree: 'Category Tree', + images: 'Image', + categoryTree: 'Material Category', addCategory: 'Add Category', refreshTree: 'Refresh' }, @@ -3184,6 +3186,7 @@ export default { inspectionResultPass: 'Pass', inspectionResultFail: 'Fail', images: 'Images', + inputValue: 'Input Value', remark: 'Remark', operate: 'Operate', pass: 'Pass', @@ -3387,6 +3390,7 @@ export default { inspectionResultPass: 'Pass', inspectionResultFail: 'Fail', images: 'Images', + inputValue: 'Input Value', remark: 'Remark', operate: 'Operate', pass: 'Pass', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 9e5ad5aa..2c370e30 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -1588,6 +1588,7 @@ export default { judgmentCriteria: '判定基准', inspectionResult: '检验结果', images: '图片', + inputValue: '输入值', remark: '备注', operate: '操作', dialogTitleDefault: '检验结果', @@ -1955,6 +1956,7 @@ export default { status: '状态', qrcode: '二维码/条形码', images: '图片', + inputValue: '输入值', remark: '备注', isEnable: '是否启用', fileUrl: '资料', @@ -2182,6 +2184,7 @@ export default { moldSize: '模穴数', useTime: '预期寿命', images: '图片', + inputValue: '输入值', remark: '备注', isEnable: '是否启用', enable: '启用', @@ -2674,6 +2677,7 @@ export default { inspectionResultPass: '通过', inspectionResultFail: '不通过', images: '图片', + inputValue: '输入值', remark: '备注', operate: '操作', pass: '通过', @@ -2884,6 +2888,7 @@ export default { inspectionResultPass: '通过', inspectionResultFail: '不通过', images: '图片', + inputValue: '输入值', remark: '备注', operate: '操作', pass: '通过', @@ -3294,7 +3299,8 @@ export default { dialogPurchaseCycleLabel: '采购周期(天)', dialogBrandLabel: '品牌', dialogBrandPlaceholder: '请输入品牌', - categoryTree: '产品分类树', + images: '图片', + categoryTree: '物料分类', addCategory: '新增分类', refreshTree: '刷新' }, diff --git a/src/views/erp/mold/components/MoldMaintainView.vue b/src/views/erp/mold/components/MoldMaintainView.vue index 522343f0..f21a7f95 100644 --- a/src/views/erp/mold/components/MoldMaintainView.vue +++ b/src/views/erp/mold/components/MoldMaintainView.vue @@ -338,15 +338,15 @@ @@ -126,7 +303,7 @@