diff --git a/src/views/mes/productOffline/index.vue b/src/views/mes/productOffline/index.vue index 3a01037f6..194031539 100644 --- a/src/views/mes/productOffline/index.vue +++ b/src/views/mes/productOffline/index.vue @@ -83,7 +83,7 @@ const searchTableSuccess = (formField, searchField, val, formRef) => { const setV = {} setV[formField] = val[0][searchField] setV['workBillno'] = val[0]['schedulingCode']//工单编码 - setV['planCode'] = val[0]['planMaserCode']//计划编码 + setV['planCode'] = val[0]['planMasterCode']//计划编码 setV['processCode'] = val[0]['workingNode']//工序编码 setV['stationCode'] = val[0]['currentWorkstation']//工位编码 // 以上字段的值从job_mes_work_scheduling表中获取 diff --git a/src/views/mes/productionPlan/productionPlan.data.ts b/src/views/mes/productionPlan/productionPlan.data.ts index 5e6a4bbd1..7fe70e582 100644 --- a/src/views/mes/productionPlan/productionPlan.data.ts +++ b/src/views/mes/productionPlan/productionPlan.data.ts @@ -213,7 +213,7 @@ export const workscheduling = useCrudSchemas(reactive([ }, { label: '计划编号', - field: 'planMaserCode', + field: 'planMasterCode', sort: 'custom', isSearch: true, table: { diff --git a/src/views/mes/workScheduling/index.vue b/src/views/mes/workScheduling/index.vue index 59b9e7fe0..848251919 100644 --- a/src/views/mes/workScheduling/index.vue +++ b/src/views/mes/workScheduling/index.vue @@ -29,7 +29,7 @@ >