This commit is contained in:
parent
20fe2a2a54
commit
911f34935b
|
|
@ -643,7 +643,8 @@ export default {
|
||||||
dataRule: [
|
dataRule: [
|
||||||
{ field: 'production_type', type: 'integer' },
|
{ field: 'production_type', type: 'integer' },
|
||||||
{ field: 'component_num', type: 'integer' },
|
{ field: 'component_num', type: 'integer' },
|
||||||
|
{ field: 'prepare_process_time', type: 'timestamp' },
|
||||||
|
{ field: 'plan_complete_time', type: 'timestamp' },
|
||||||
|
|
||||||
{ field: 'id', type: 'bigint' },
|
{ field: 'id', type: 'bigint' },
|
||||||
{ field: 'update_uid', type: 'bigint' },
|
{ field: 'update_uid', type: 'bigint' },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue