diff --git a/src/pages/Middle/Mold/MoldProductionOrder/Edit.vue b/src/pages/Middle/Mold/MoldProductionOrder/Edit.vue index 42919cb..e4c9329 100644 --- a/src/pages/Middle/Mold/MoldProductionOrder/Edit.vue +++ b/src/pages/Middle/Mold/MoldProductionOrder/Edit.vue @@ -643,7 +643,8 @@ export default { dataRule: [ { field: 'production_type', type: 'integer' }, { field: 'component_num', type: 'integer' }, - + { field: 'prepare_process_time', type: 'timestamp' }, + { field: 'plan_complete_time', type: 'timestamp' }, { field: 'id', type: 'bigint' }, { field: 'update_uid', type: 'bigint' },