From 6d98efc2170bd2cb0d65be74e5b5d41fd57214af Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期四, 03 四月 2025 14:44:25 +0800 Subject: [PATCH] 添加任务历史档 添加任务明细历史档 --- rsf-admin/src/page/taskLog/index.jsx | 18 rsf-admin/src/page/taskLog/TaskLogEdit.jsx | 188 ++++++ rsf-admin/src/page/taskLog/TaskLogList.jsx | 181 ++++++ rsf-admin/src/page/taskItem/TaskItemList.jsx | 5 rsf-server/src/main/java/com/vincent/rsf/server/common/CodeBuilder.java | 2 rsf-admin/src/page/taskItemLog/index.jsx | 18 rsf-admin/src/page/taskItemLog/TaskItemLogList.jsx | 171 ++++++ rsf-admin/src/page/taskLog/TaskLogPanel.jsx | 147 +++++ rsf-admin/src/page/taskItemLog/TaskItemLogEdit.jsx | 188 ++++++ rsf-admin/src/page/taskItemLog/TaskItemLogPanel.jsx | 147 +++++ rsf-admin/src/i18n/zh.js | 39 + rsf-admin/src/page/taskLog/TaskLogCreate.jsx | 216 ++++++++ rsf-admin/src/i18n/en.js | 37 + rsf-admin/src/page/ResourceContent.js | 7 rsf-admin/src/page/taskItemLog/TaskItemLogCreate.jsx | 216 ++++++++ 15 files changed, 1,572 insertions(+), 8 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index f2ca92c..2e67cf6 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -155,6 +155,8 @@ waitPakinItem: 'WaitPakinItem', task: 'Task', taskItem: 'TaskItem', + taskItemLog: 'TaskItemLog', + taskLog: 'TaskLog', }, table: { field: { @@ -684,6 +686,24 @@ startTime: "startTime", endTime: "endTime", }, + taskLog: { + taskId: "taskId", + taskCode: "taskCode", + taskStatus: "taskStatus", + taskType: "taskType", + orgLoc: "orgLoc", + orgSite: "orgSite", + targLoc: "targLoc", + targSite: "targSite", + barcode: "barcode", + robotCode: "robotCode", + exceStatus: "exceStatus", + expDesc: "expDesc", + sort: "sort", + expCode: "expCode", + startTime: "startTime", + endTime: "endTime", + }, taskItem: { taskId: "taskId", orderId: "orderId", @@ -699,6 +719,23 @@ spec: "spec", model: "model", }, + taskItemLog: { + taskItemId: "taskItemId", + taskId: "taskId", + orderId: "orderId", + orderType: "orderType", + orderItemId: "orderItemId", + source: "source", + matnrId: "matnrId", + maktx: "maktx", + matnrCode: "matnrCode", + trackCode: "trackCode", + unit: "unit", + anfme: "anfme", + batch: "batch", + spec: "spec", + model: "model", + }, } }, page: { diff --git a/rsf-admin/src/i18n/zh.js b/rsf-admin/src/i18n/zh.js index 5fb5938..c19a91a 100644 --- a/rsf-admin/src/i18n/zh.js +++ b/rsf-admin/src/i18n/zh.js @@ -157,6 +157,8 @@ waitPakinItemLog: '缁勬嫋鍘嗗彶妗f槑缁�', task: '浠诲姟宸ヤ綔妗�', taskItem: '浠诲姟妗f槑缁�', + taskLog: '浠诲姟鍘嗗彶妗�', + taskItemLog: '浠诲姟鏄庣粏鍘嗗彶妗�', }, table: { field: { @@ -694,12 +696,30 @@ startTime: "寮�濮嬫椂闂�", endTime: "缁撴潫鏃堕棿", }, + taskLog: { + taskId: "浠诲姟ID", + taskCode: "浠诲姟鍙�", + taskStatus: "鐘舵��", + taskType: "绫诲瀷", + orgLoc: "婧愬簱浣�", + orgSite: "婧愮珯鐐�", + targLoc: "鐩爣搴撲綅", + targSite: "鐩爣绔欑偣", + barcode: "鎷栫洏鐮�", + robotCode: "鏈哄櫒缂栫爜", + exceStatus: "鎵ц鐘舵��", + expDesc: "寮傚父璇存槑", + sort: "浼樺厛绾�", + expCode: "寮傚父缂栫爜", + startTime: "寮�濮嬫椂闂�", + endTime: "缁撴潫鏃堕棿", + }, taskItem: { taskId: "taskId", orderId: "璁㈠崟ID", orderType: "鍗曟嵁绫诲瀷", orderItemId: "璁㈠崟鏄庣粏ID", - sourceCode: "璁㈠崟鍙�", + source: "婧怚D", matnrId: "鐗╂枡ID", maktx: "鐗╂枡鍚嶇О", matnrCode: "鐗╂枡缂栫爜", @@ -709,6 +729,23 @@ spec: "瑙勬牸", model: "鍨嬪彿", }, + taskItemLog: { + taskItemId: "taskItemId", + taskId: "taskId", + orderId: "璁㈠崟ID", + orderType: "鍗曟嵁绫诲瀷", + orderItemId: "璁㈠崟鏄庣粏ID", + source: "婧怚D", + matnrId: "鐗╂枡ID", + maktx: "鐗╂枡鍚嶇О", + matnrCode: "鐗╂枡缂栫爜", + trackCode: "璺熻釜鐮�", + unit: "鍗曚綅", + anfme: "鏁伴噺", + batch: "鎵规", + spec: "瑙勬牸", + model: "鍨嬪彿", + }, } }, page: { diff --git a/rsf-admin/src/page/ResourceContent.js b/rsf-admin/src/page/ResourceContent.js index 04eb0c5..daf5821 100644 --- a/rsf-admin/src/page/ResourceContent.js +++ b/rsf-admin/src/page/ResourceContent.js @@ -48,6 +48,8 @@ import asnOrderItemLog from './asnOrderItemLog'; import task from './task'; import taskItem from './taskItem'; +import taskLog from './taskLog'; +import taskItemLog from './taskItemLog'; const ResourceContent = (node) => { @@ -140,7 +142,10 @@ return task; case 'taskItem': return taskItem; - + case 'taskLog': + return taskLog; + case 'taskItemLog': + return taskItemLog; default: return { diff --git a/rsf-admin/src/page/taskItem/TaskItemList.jsx b/rsf-admin/src/page/taskItem/TaskItemList.jsx index e03033d..42d1a09 100644 --- a/rsf-admin/src/page/taskItem/TaskItemList.jsx +++ b/rsf-admin/src/page/taskItem/TaskItemList.jsx @@ -104,7 +104,6 @@ marginRight: !!drawerVal ? `${PAGE_DRAWER_WIDTH}px` : 0, }} title={"menu.taskItem"} - empty={<EmptyData onClick={() => { setCreateDialog(true) }} />} filters={filters} sort={{ field: "create_time", order: "desc" }} actions={( @@ -151,10 +150,6 @@ <TextField source="memo" label="common.field.memo" sortable={false} /> </StyledDatagrid> </List> - {/* <TaskItemCreate - open={createDialog} - setOpen={setCreateDialog} - /> */} <PageDrawer title='TaskItem Detail' drawerVal={drawerVal} diff --git a/rsf-admin/src/page/taskItemLog/TaskItemLogCreate.jsx b/rsf-admin/src/page/taskItemLog/TaskItemLogCreate.jsx new file mode 100644 index 0000000..29f89f7 --- /dev/null +++ b/rsf-admin/src/page/taskItemLog/TaskItemLogCreate.jsx @@ -0,0 +1,216 @@ +import React, { useState, useRef, useEffect, useMemo } from "react"; +import { + CreateBase, + useTranslate, + TextInput, + NumberInput, + BooleanInput, + DateInput, + SaveButton, + SelectInput, + ReferenceInput, + ReferenceArrayInput, + AutocompleteInput, + Toolbar, + required, + useDataProvider, + useNotify, + Form, + useCreateController, +} from 'react-admin'; +import { + Dialog, + DialogActions, + DialogContent, + DialogTitle, + Stack, + Grid, + Box, +} from '@mui/material'; +import DialogCloseButton from "../components/DialogCloseButton"; +import StatusSelectInput from "../components/StatusSelectInput"; +import MemoInput from "../components/MemoInput"; + +const TaskItemLogCreate = (props) => { + const { open, setOpen } = props; + + const translate = useTranslate(); + const notify = useNotify(); + + const handleClose = (event, reason) => { + if (reason !== "backdropClick") { + setOpen(false); + } + }; + + const handleSuccess = async (data) => { + setOpen(false); + notify('common.response.success'); + }; + + const handleError = async (error) => { + notify(error.message || 'common.response.fail', { type: 'error', messageArgs: { _: error.message } }); + }; + + return ( + <> + <CreateBase + record={{}} + transform={(data) => { + return data; + }} + mutationOptions={{ onSuccess: handleSuccess, onError: handleError }} + > + <Dialog + open={open} + onClose={handleClose} + aria-labelledby="form-dialog-title" + fullWidth + disableRestoreFocus + maxWidth="md" // 'xs' | 'sm' | 'md' | 'lg' | 'xl' + > + <Form> + <DialogTitle id="form-dialog-title" sx={{ + position: 'sticky', + top: 0, + backgroundColor: 'background.paper', + zIndex: 1000 + }} + > + {translate('create.title')} + <Box sx={{ position: 'absolute', top: 8, right: 8, zIndex: 1001 }}> + <DialogCloseButton onClose={handleClose} /> + </Box> + </DialogTitle> + <DialogContent sx={{ mt: 2 }}> + <Grid container rowSpacing={2} columnSpacing={2}> + <Grid item xs={6} display="flex" gap={1}> + <NumberInput + label="table.field.taskItemLog.taskItemId" + source="taskItemId" + autoFocus + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <NumberInput + label="table.field.taskItemLog.taskId" + source="taskId" + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <NumberInput + label="table.field.taskItemLog.orderId" + source="orderId" + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskItemLog.orderType" + source="orderType" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <NumberInput + label="table.field.taskItemLog.orderItemId" + source="orderItemId" + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <NumberInput + label="table.field.taskItemLog.source" + source="source" + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <NumberInput + label="table.field.taskItemLog.matnrId" + source="matnrId" + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskItemLog.maktx" + source="maktx" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskItemLog.matnrCode" + source="matnrCode" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskItemLog.trackCode" + source="trackCode" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskItemLog.unit" + source="unit" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <NumberInput + label="table.field.taskItemLog.anfme" + source="anfme" + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskItemLog.batch" + source="batch" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskItemLog.spec" + source="spec" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskItemLog.model" + source="model" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskItemLog.fieldsIndex" + source="fieldsIndex" + parse={v => v} + /> + </Grid> + + <Grid item xs={6} display="flex" gap={1}> + <StatusSelectInput /> + </Grid> + <Grid item xs={12} display="flex" gap={1}> + <Stack direction="column" spacing={1} width={'100%'}> + <MemoInput /> + </Stack> + </Grid> + </Grid> + </DialogContent> + <DialogActions sx={{ position: 'sticky', bottom: 0, backgroundColor: 'background.paper', zIndex: 1000 }}> + <Toolbar sx={{ width: '100%', justifyContent: 'space-between' }} > + <SaveButton /> + </Toolbar> + </DialogActions> + </Form> + </Dialog> + </CreateBase> + </> + ) +} + +export default TaskItemLogCreate; diff --git a/rsf-admin/src/page/taskItemLog/TaskItemLogEdit.jsx b/rsf-admin/src/page/taskItemLog/TaskItemLogEdit.jsx new file mode 100644 index 0000000..229ce32 --- /dev/null +++ b/rsf-admin/src/page/taskItemLog/TaskItemLogEdit.jsx @@ -0,0 +1,188 @@ +import React, { useState, useRef, useEffect, useMemo } from "react"; +import { + Edit, + SimpleForm, + FormDataConsumer, + useTranslate, + TextInput, + NumberInput, + BooleanInput, + DateInput, + SelectInput, + ReferenceInput, + ReferenceArrayInput, + AutocompleteInput, + SaveButton, + Toolbar, + Labeled, + NumberField, + required, + useRecordContext, + DeleteButton, +} from 'react-admin'; +import { useWatch, useFormContext } from "react-hook-form"; +import { Stack, Grid, Box, Typography } from '@mui/material'; +import * as Common from '@/utils/common'; +import { EDIT_MODE, REFERENCE_INPUT_PAGESIZE } from '@/config/setting'; +import EditBaseAside from "../components/EditBaseAside"; +import CustomerTopToolBar from "../components/EditTopToolBar"; +import MemoInput from "../components/MemoInput"; +import StatusSelectInput from "../components/StatusSelectInput"; + +const FormToolbar = () => { + const { getValues } = useFormContext(); + + return ( + <Toolbar sx={{ justifyContent: 'space-between' }}> + <SaveButton /> + <DeleteButton mutationMode="optimistic" /> + </Toolbar> + ) +} + +const TaskItemLogEdit = () => { + const translate = useTranslate(); + + return ( + <Edit + redirect="list" + mutationMode={EDIT_MODE} + actions={<CustomerTopToolBar />} + aside={<EditBaseAside />} + > + <SimpleForm + shouldUnregister + warnWhenUnsavedChanges + toolbar={<FormToolbar />} + mode="onTouched" + defaultValues={{}} + // validate={(values) => { }} + > + <Grid container width={{ xs: '100%', xl: '80%' }} rowSpacing={3} columnSpacing={3}> + <Grid item xs={12} md={8}> + <Typography variant="h6" gutterBottom> + {translate('common.edit.title.main')} + </Typography> + <Stack direction='row' gap={2}> + <NumberInput + label="table.field.taskItemLog.taskItemId" + source="taskItemId" + autoFocus + /> + </Stack> + <Stack direction='row' gap={2}> + <NumberInput + label="table.field.taskItemLog.taskId" + source="taskId" + /> + </Stack> + <Stack direction='row' gap={2}> + <NumberInput + label="table.field.taskItemLog.orderId" + source="orderId" + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskItemLog.orderType" + source="orderType" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <NumberInput + label="table.field.taskItemLog.orderItemId" + source="orderItemId" + /> + </Stack> + <Stack direction='row' gap={2}> + <NumberInput + label="table.field.taskItemLog.source" + source="source" + /> + </Stack> + <Stack direction='row' gap={2}> + <NumberInput + label="table.field.taskItemLog.matnrId" + source="matnrId" + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskItemLog.maktx" + source="maktx" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskItemLog.matnrCode" + source="matnrCode" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskItemLog.trackCode" + source="trackCode" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskItemLog.unit" + source="unit" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <NumberInput + label="table.field.taskItemLog.anfme" + source="anfme" + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskItemLog.batch" + source="batch" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskItemLog.spec" + source="spec" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskItemLog.model" + source="model" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskItemLog.fieldsIndex" + source="fieldsIndex" + parse={v => v} + /> + </Stack> + + </Grid> + <Grid item xs={12} md={4}> + <Typography variant="h6" gutterBottom> + {translate('common.edit.title.common')} + </Typography> + <StatusSelectInput /> + <Box mt="2em" /> + <MemoInput /> + </Grid> + </Grid> + </SimpleForm> + </Edit > + ) +} + +export default TaskItemLogEdit; diff --git a/rsf-admin/src/page/taskItemLog/TaskItemLogList.jsx b/rsf-admin/src/page/taskItemLog/TaskItemLogList.jsx new file mode 100644 index 0000000..3e3c9f2 --- /dev/null +++ b/rsf-admin/src/page/taskItemLog/TaskItemLogList.jsx @@ -0,0 +1,171 @@ +import React, { useState, useRef, useEffect, useMemo, useCallback } from "react"; +import { useNavigate } from 'react-router-dom'; +import { + List, + DatagridConfigurable, + SearchInput, + TopToolbar, + SelectColumnsButton, + EditButton, + FilterButton, + CreateButton, + ExportButton, + BulkDeleteButton, + WrapperField, + useRecordContext, + useTranslate, + useNotify, + useListContext, + FunctionField, + TextField, + NumberField, + DateField, + BooleanField, + ReferenceField, + TextInput, + DateTimeInput, + DateInput, + SelectInput, + NumberInput, + ReferenceInput, + ReferenceArrayInput, + AutocompleteInput, + DeleteButton, +} from 'react-admin'; +import { Box, Typography, Card, Stack } from '@mui/material'; +import { styled } from '@mui/material/styles'; +import TaskItemLogCreate from "./TaskItemLogCreate"; +import TaskItemLogPanel from "./TaskItemLogPanel"; +import EmptyData from "../components/EmptyData"; +import MyCreateButton from "../components/MyCreateButton"; +import MyExportButton from '../components/MyExportButton'; +import PageDrawer from "../components/PageDrawer"; +import MyField from "../components/MyField"; +import { PAGE_DRAWER_WIDTH, OPERATE_MODE, DEFAULT_PAGE_SIZE } from '@/config/setting'; +import * as Common from '@/utils/common'; + +const StyledDatagrid = styled(DatagridConfigurable)(({ theme }) => ({ + '& .css-1vooibu-MuiSvgIcon-root': { + height: '.9em' + }, + '& .RaDatagrid-row': { + cursor: 'auto' + }, + '& .column-name': { + }, + '& .opt': { + width: 200 + }, +})); + +const filters = [ + <SearchInput source="condition" alwaysOn />, + <DateInput label='common.time.after' source="timeStart" alwaysOn />, + <DateInput label='common.time.before' source="timeEnd" alwaysOn />, + + <NumberInput source="taskItemId" label="table.field.taskItemLog.taskItemId" />, + <NumberInput source="taskId" label="table.field.taskItemLog.taskId" />, + <NumberInput source="orderId" label="table.field.taskItemLog.orderId" />, + <TextInput source="orderType" label="table.field.taskItemLog.orderType" />, + <NumberInput source="orderItemId" label="table.field.taskItemLog.orderItemId" />, + <NumberInput source="source" label="table.field.taskItemLog.source" />, + <NumberInput source="matnrId" label="table.field.taskItemLog.matnrId" />, + <TextInput source="maktx" label="table.field.taskItemLog.maktx" />, + <TextInput source="matnrCode" label="table.field.taskItemLog.matnrCode" />, + <TextInput source="trackCode" label="table.field.taskItemLog.trackCode" />, + <TextInput source="unit" label="table.field.taskItemLog.unit" />, + <NumberInput source="anfme" label="table.field.taskItemLog.anfme" />, + <TextInput source="batch" label="table.field.taskItemLog.batch" />, + <TextInput source="spec" label="table.field.taskItemLog.spec" />, + <TextInput source="model" label="table.field.taskItemLog.model" />, + <TextInput source="fieldsIndex" label="table.field.taskItemLog.fieldsIndex" />, + + <TextInput label="common.field.memo" source="memo" />, + <SelectInput + label="common.field.status" + source="status" + choices={[ + { id: '1', name: 'common.enums.statusTrue' }, + { id: '0', name: 'common.enums.statusFalse' }, + ]} + resettable + />, +] + +const TaskItemLogList = () => { + const translate = useTranslate(); + + const [createDialog, setCreateDialog] = useState(false); + const [drawerVal, setDrawerVal] = useState(false); + + return ( + <Box display="flex"> + <List + sx={{ + flexGrow: 1, + transition: (theme) => + theme.transitions.create(['all'], { + duration: theme.transitions.duration.enteringScreen, + }), + marginRight: !!drawerVal ? `${PAGE_DRAWER_WIDTH}px` : 0, + }} + title={"menu.taskItemLog"} + filters={filters} + sort={{ field: "create_time", order: "desc" }} + actions={( + <TopToolbar> + <FilterButton /> + <SelectColumnsButton preferenceKey='taskItemLog' /> + <MyExportButton /> + </TopToolbar> + )} + perPage={DEFAULT_PAGE_SIZE} + > + <StyledDatagrid + preferenceKey='taskItemLog' + bulkActionButtons={false} + rowClick={(id, resource, record) => false} + expandSingle={true} + omit={['id', 'createTime', 'createBy', 'memo', 'taskId', 'orderId', 'orderItemId', 'matnrId']} + > + <NumberField source="id" /> + <NumberField source="taskItemId" label="table.field.taskItemLog.taskItemId" /> + <NumberField source="taskId" label="table.field.taskItemLog.taskId" /> + <NumberField source="orderId" label="table.field.taskItemLog.orderId" /> + <TextField source="orderType" label="table.field.taskItemLog.orderType" /> + <NumberField source="orderItemId" label="table.field.taskItemLog.orderItemId" /> + <NumberField source="source" label="table.field.taskItemLog.source" /> + <NumberField source="matnrId" label="table.field.taskItemLog.matnrId" /> + <TextField source="maktx" label="table.field.taskItemLog.maktx" /> + <TextField source="matnrCode" label="table.field.taskItemLog.matnrCode" /> + <TextField source="trackCode" label="table.field.taskItemLog.trackCode" /> + <TextField source="unit" label="table.field.taskItemLog.unit" /> + <NumberField source="anfme" label="table.field.taskItemLog.anfme" /> + <TextField source="batch" label="table.field.taskItemLog.batch" /> + <TextField source="spec" label="table.field.taskItemLog.spec" /> + <TextField source="model" label="table.field.taskItemLog.model" /> + <TextField source="fieldsIndex" label="table.field.taskItemLog.fieldsIndex" /> + + <ReferenceField source="updateBy" label="common.field.updateBy" reference="user" link={false} sortable={false}> + <TextField source="nickname" /> + </ReferenceField> + <DateField source="updateTime" label="common.field.updateTime" showTime /> + <ReferenceField source="createBy" label="common.field.createBy" reference="user" link={false} sortable={false}> + <TextField source="nickname" /> + </ReferenceField> + <DateField source="createTime" label="common.field.createTime" showTime /> + <BooleanField source="statusBool" label="common.field.status" sortable={false} /> + <TextField source="memo" label="common.field.memo" sortable={false} /> + </StyledDatagrid> + </List> + <PageDrawer + title='TaskItemLog Detail' + drawerVal={drawerVal} + setDrawerVal={setDrawerVal} + > + </PageDrawer> + </Box> + ) +} + +export default TaskItemLogList; diff --git a/rsf-admin/src/page/taskItemLog/TaskItemLogPanel.jsx b/rsf-admin/src/page/taskItemLog/TaskItemLogPanel.jsx new file mode 100644 index 0000000..6f863f8 --- /dev/null +++ b/rsf-admin/src/page/taskItemLog/TaskItemLogPanel.jsx @@ -0,0 +1,147 @@ +import React, { useState, useRef, useEffect, useMemo } from "react"; +import { Box, Card, CardContent, Grid, Typography, Tooltip } from '@mui/material'; +import { + useTranslate, + useRecordContext, +} from 'react-admin'; +import PanelTypography from "../components/PanelTypography"; +import * as Common from '@/utils/common' + +const TaskItemLogPanel = () => { + const record = useRecordContext(); + if (!record) return null; + const translate = useTranslate(); + return ( + <> + <Card sx={{ width: { xs: 300, sm: 500, md: 600, lg: 800 }, margin: 'auto' }}> + <CardContent> + <Grid container spacing={2}> + <Grid item xs={12} sx={{ display: 'flex', justifyContent: 'space-between' }}> + <Typography variant="h6" gutterBottom align="left" sx={{ + maxWidth: { xs: '100px', sm: '180px', md: '260px', lg: '360px' }, + whiteSpace: 'nowrap', + overflow: 'hidden', + textOverflow: 'ellipsis', + }}> + {Common.camelToPascalWithSpaces(translate('table.field.taskItemLog.id'))}: {record.id} + </Typography> + {/* inherit, primary, secondary, textPrimary, textSecondary, error */} + <Typography variant="h6" gutterBottom align="right" > + ID: {record.id} + </Typography> + </Grid> + </Grid> + <Grid container spacing={2}> + <Grid item xs={12} container alignContent="flex-end"> + <Typography variant="caption" color="textSecondary" sx={{ wordWrap: 'break-word', wordBreak: 'break-all' }}> + {Common.camelToPascalWithSpaces(translate('common.field.memo'))}:{record.memo} + </Typography> + </Grid> + </Grid> + <Box height={20}> </Box> + <Grid container spacing={2}> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.taskItemId" + property={record.taskItemId} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.taskId" + property={record.taskId} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.orderId" + property={record.orderId} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.orderType" + property={record.orderType} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.orderItemId" + property={record.orderItemId} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.source" + property={record.source} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.matnrId" + property={record.matnrId} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.maktx" + property={record.maktx} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.matnrCode" + property={record.matnrCode} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.trackCode" + property={record.trackCode} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.unit" + property={record.unit} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.anfme" + property={record.anfme} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.batch" + property={record.batch} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.spec" + property={record.spec} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.model" + property={record.model} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskItemLog.fieldsIndex" + property={record.fieldsIndex} + /> + </Grid> + + </Grid> + </CardContent> + </Card > + </> + ); +}; + +export default TaskItemLogPanel; diff --git a/rsf-admin/src/page/taskItemLog/index.jsx b/rsf-admin/src/page/taskItemLog/index.jsx new file mode 100644 index 0000000..0208e30 --- /dev/null +++ b/rsf-admin/src/page/taskItemLog/index.jsx @@ -0,0 +1,18 @@ +import React, { useState, useRef, useEffect, useMemo } from "react"; +import { + ListGuesser, + EditGuesser, + ShowGuesser, +} from "react-admin"; + +import TaskItemLogList from "./TaskItemLogList"; +import TaskItemLogEdit from "./TaskItemLogEdit"; + +export default { + list: TaskItemLogList, + edit: TaskItemLogEdit, + show: ShowGuesser, + recordRepresentation: (record) => { + return `${record.id}` + } +}; diff --git a/rsf-admin/src/page/taskLog/TaskLogCreate.jsx b/rsf-admin/src/page/taskLog/TaskLogCreate.jsx new file mode 100644 index 0000000..248a643 --- /dev/null +++ b/rsf-admin/src/page/taskLog/TaskLogCreate.jsx @@ -0,0 +1,216 @@ +import React, { useState, useRef, useEffect, useMemo } from "react"; +import { + CreateBase, + useTranslate, + TextInput, + NumberInput, + BooleanInput, + DateInput, + SaveButton, + SelectInput, + ReferenceInput, + ReferenceArrayInput, + AutocompleteInput, + Toolbar, + required, + useDataProvider, + useNotify, + Form, + useCreateController, +} from 'react-admin'; +import { + Dialog, + DialogActions, + DialogContent, + DialogTitle, + Stack, + Grid, + Box, +} from '@mui/material'; +import DialogCloseButton from "../components/DialogCloseButton"; +import StatusSelectInput from "../components/StatusSelectInput"; +import MemoInput from "../components/MemoInput"; + +const TaskLogCreate = (props) => { + const { open, setOpen } = props; + + const translate = useTranslate(); + const notify = useNotify(); + + const handleClose = (event, reason) => { + if (reason !== "backdropClick") { + setOpen(false); + } + }; + + const handleSuccess = async (data) => { + setOpen(false); + notify('common.response.success'); + }; + + const handleError = async (error) => { + notify(error.message || 'common.response.fail', { type: 'error', messageArgs: { _: error.message } }); + }; + + return ( + <> + <CreateBase + record={{}} + transform={(data) => { + return data; + }} + mutationOptions={{ onSuccess: handleSuccess, onError: handleError }} + > + <Dialog + open={open} + onClose={handleClose} + aria-labelledby="form-dialog-title" + fullWidth + disableRestoreFocus + maxWidth="md" // 'xs' | 'sm' | 'md' | 'lg' | 'xl' + > + <Form> + <DialogTitle id="form-dialog-title" sx={{ + position: 'sticky', + top: 0, + backgroundColor: 'background.paper', + zIndex: 1000 + }} + > + {translate('create.title')} + <Box sx={{ position: 'absolute', top: 8, right: 8, zIndex: 1001 }}> + <DialogCloseButton onClose={handleClose} /> + </Box> + </DialogTitle> + <DialogContent sx={{ mt: 2 }}> + <Grid container rowSpacing={2} columnSpacing={2}> + <Grid item xs={6} display="flex" gap={1}> + <NumberInput + label="table.field.taskLog.taskId" + source="taskId" + autoFocus + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskLog.taskCode" + source="taskCode" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <NumberInput + label="table.field.taskLog.taskStatus" + source="taskStatus" + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <NumberInput + label="table.field.taskLog.taskType" + source="taskType" + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskLog.orgLoc" + source="orgLoc" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskLog.orgSite" + source="orgSite" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskLog.targLoc" + source="targLoc" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskLog.targSite" + source="targSite" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskLog.barcode" + source="barcode" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskLog.robotCode" + source="robotCode" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <NumberInput + label="table.field.taskLog.exceStatus" + source="exceStatus" + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskLog.expDesc" + source="expDesc" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <NumberInput + label="table.field.taskLog.sort" + source="sort" + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <TextInput + label="table.field.taskLog.expCode" + source="expCode" + parse={v => v} + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <DateInput + label="table.field.taskLog.startTime" + source="startTime" + /> + </Grid> + <Grid item xs={6} display="flex" gap={1}> + <DateInput + label="table.field.taskLog.endTime" + source="endTime" + /> + </Grid> + + <Grid item xs={6} display="flex" gap={1}> + <StatusSelectInput /> + </Grid> + <Grid item xs={12} display="flex" gap={1}> + <Stack direction="column" spacing={1} width={'100%'}> + <MemoInput /> + </Stack> + </Grid> + </Grid> + </DialogContent> + <DialogActions sx={{ position: 'sticky', bottom: 0, backgroundColor: 'background.paper', zIndex: 1000 }}> + <Toolbar sx={{ width: '100%', justifyContent: 'space-between' }} > + <SaveButton /> + </Toolbar> + </DialogActions> + </Form> + </Dialog> + </CreateBase> + </> + ) +} + +export default TaskLogCreate; diff --git a/rsf-admin/src/page/taskLog/TaskLogEdit.jsx b/rsf-admin/src/page/taskLog/TaskLogEdit.jsx new file mode 100644 index 0000000..ec5c658 --- /dev/null +++ b/rsf-admin/src/page/taskLog/TaskLogEdit.jsx @@ -0,0 +1,188 @@ +import React, { useState, useRef, useEffect, useMemo } from "react"; +import { + Edit, + SimpleForm, + FormDataConsumer, + useTranslate, + TextInput, + NumberInput, + BooleanInput, + DateInput, + SelectInput, + ReferenceInput, + ReferenceArrayInput, + AutocompleteInput, + SaveButton, + Toolbar, + Labeled, + NumberField, + required, + useRecordContext, + DeleteButton, +} from 'react-admin'; +import { useWatch, useFormContext } from "react-hook-form"; +import { Stack, Grid, Box, Typography } from '@mui/material'; +import * as Common from '@/utils/common'; +import { EDIT_MODE, REFERENCE_INPUT_PAGESIZE } from '@/config/setting'; +import EditBaseAside from "../components/EditBaseAside"; +import CustomerTopToolBar from "../components/EditTopToolBar"; +import MemoInput from "../components/MemoInput"; +import StatusSelectInput from "../components/StatusSelectInput"; + +const FormToolbar = () => { + const { getValues } = useFormContext(); + + return ( + <Toolbar sx={{ justifyContent: 'space-between' }}> + <SaveButton /> + <DeleteButton mutationMode="optimistic" /> + </Toolbar> + ) +} + +const TaskLogEdit = () => { + const translate = useTranslate(); + + return ( + <Edit + redirect="list" + mutationMode={EDIT_MODE} + actions={<CustomerTopToolBar />} + aside={<EditBaseAside />} + > + <SimpleForm + shouldUnregister + warnWhenUnsavedChanges + toolbar={<FormToolbar />} + mode="onTouched" + defaultValues={{}} + // validate={(values) => { }} + > + <Grid container width={{ xs: '100%', xl: '80%' }} rowSpacing={3} columnSpacing={3}> + <Grid item xs={12} md={8}> + <Typography variant="h6" gutterBottom> + {translate('common.edit.title.main')} + </Typography> + <Stack direction='row' gap={2}> + <NumberInput + label="table.field.taskLog.taskId" + source="taskId" + autoFocus + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskLog.taskCode" + source="taskCode" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <NumberInput + label="table.field.taskLog.taskStatus" + source="taskStatus" + /> + </Stack> + <Stack direction='row' gap={2}> + <NumberInput + label="table.field.taskLog.taskType" + source="taskType" + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskLog.orgLoc" + source="orgLoc" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskLog.orgSite" + source="orgSite" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskLog.targLoc" + source="targLoc" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskLog.targSite" + source="targSite" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskLog.barcode" + source="barcode" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskLog.robotCode" + source="robotCode" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <NumberInput + label="table.field.taskLog.exceStatus" + source="exceStatus" + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskLog.expDesc" + source="expDesc" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <NumberInput + label="table.field.taskLog.sort" + source="sort" + /> + </Stack> + <Stack direction='row' gap={2}> + <TextInput + label="table.field.taskLog.expCode" + source="expCode" + parse={v => v} + /> + </Stack> + <Stack direction='row' gap={2}> + <DateInput + label="table.field.taskLog.startTime" + source="startTime" + /> + </Stack> + <Stack direction='row' gap={2}> + <DateInput + label="table.field.taskLog.endTime" + source="endTime" + /> + </Stack> + + </Grid> + <Grid item xs={12} md={4}> + <Typography variant="h6" gutterBottom> + {translate('common.edit.title.common')} + </Typography> + <StatusSelectInput /> + <Box mt="2em" /> + <MemoInput /> + </Grid> + </Grid> + </SimpleForm> + </Edit > + ) +} + +export default TaskLogEdit; diff --git a/rsf-admin/src/page/taskLog/TaskLogList.jsx b/rsf-admin/src/page/taskLog/TaskLogList.jsx new file mode 100644 index 0000000..ff2084f --- /dev/null +++ b/rsf-admin/src/page/taskLog/TaskLogList.jsx @@ -0,0 +1,181 @@ +import React, { useState, useRef, useEffect, useMemo, useCallback } from "react"; +import { useNavigate } from 'react-router-dom'; +import { + List, + DatagridConfigurable, + SearchInput, + TopToolbar, + SelectColumnsButton, + EditButton, + FilterButton, + CreateButton, + ExportButton, + BulkDeleteButton, + WrapperField, + useRecordContext, + useTranslate, + useNotify, + useListContext, + FunctionField, + TextField, + NumberField, + DateField, + BooleanField, + ReferenceField, + TextInput, + DateTimeInput, + DateInput, + SelectInput, + NumberInput, + ReferenceInput, + ReferenceArrayInput, + AutocompleteInput, + DeleteButton, +} from 'react-admin'; +import { Box, Typography, Card, Stack } from '@mui/material'; +import { styled } from '@mui/material/styles'; +import TaskLogCreate from "./TaskLogCreate"; +import TaskLogPanel from "./TaskLogPanel"; +import EmptyData from "../components/EmptyData"; +import MyCreateButton from "../components/MyCreateButton"; +import MyExportButton from '../components/MyExportButton'; +import PageDrawer from "../components/PageDrawer"; +import MyField from "../components/MyField"; +import { PAGE_DRAWER_WIDTH, OPERATE_MODE, DEFAULT_PAGE_SIZE } from '@/config/setting'; +import * as Common from '@/utils/common'; + +const StyledDatagrid = styled(DatagridConfigurable)(({ theme }) => ({ + '& .css-1vooibu-MuiSvgIcon-root': { + height: '.9em' + }, + '& .RaDatagrid-row': { + cursor: 'auto' + }, + '& .column-name': { + }, + '& .opt': { + width: 200 + }, +})); + +const filters = [ + <SearchInput source="condition" alwaysOn />, + <DateInput label='common.time.after' source="timeStart" alwaysOn />, + <DateInput label='common.time.before' source="timeEnd" alwaysOn />, + + <NumberInput source="taskId" label="table.field.taskLog.taskId" />, + <TextInput source="taskCode" label="table.field.taskLog.taskCode" />, + <NumberInput source="taskStatus" label="table.field.taskLog.taskStatus" />, + <NumberInput source="taskType" label="table.field.taskLog.taskType" />, + <TextInput source="orgLoc" label="table.field.taskLog.orgLoc" />, + <TextInput source="orgSite" label="table.field.taskLog.orgSite" />, + <TextInput source="targLoc" label="table.field.taskLog.targLoc" />, + <TextInput source="targSite" label="table.field.taskLog.targSite" />, + <TextInput source="barcode" label="table.field.taskLog.barcode" />, + <TextInput source="robotCode" label="table.field.taskLog.robotCode" />, + <NumberInput source="exceStatus" label="table.field.taskLog.exceStatus" />, + <TextInput source="expDesc" label="table.field.taskLog.expDesc" />, + <NumberInput source="sort" label="table.field.taskLog.sort" />, + <TextInput source="expCode" label="table.field.taskLog.expCode" />, + <DateInput source="startTime" label="table.field.taskLog.startTime" />, + <DateInput source="endTime" label="table.field.taskLog.endTime" />, + + <TextInput label="common.field.memo" source="memo" />, + <SelectInput + label="common.field.status" + source="status" + choices={[ + { id: '1', name: 'common.enums.statusTrue' }, + { id: '0', name: 'common.enums.statusFalse' }, + ]} + resettable + />, +] + +const TaskLogList = () => { + const translate = useTranslate(); + + const [createDialog, setCreateDialog] = useState(false); + const [drawerVal, setDrawerVal] = useState(false); + + return ( + <Box display="flex"> + <List + sx={{ + flexGrow: 1, + transition: (theme) => + theme.transitions.create(['all'], { + duration: theme.transitions.duration.enteringScreen, + }), + marginRight: !!drawerVal ? `${PAGE_DRAWER_WIDTH}px` : 0, + }} + title={"menu.taskLog"} + empty={<EmptyData onClick={() => { setCreateDialog(true) }} />} + filters={filters} + sort={{ field: "create_time", order: "desc" }} + actions={( + <TopToolbar> + <FilterButton /> + <SelectColumnsButton preferenceKey='taskLog' /> + <MyExportButton /> + </TopToolbar> + )} + perPage={DEFAULT_PAGE_SIZE} + > + <StyledDatagrid + preferenceKey='taskLog' + bulkActionButtons={false} + rowClick={(id, resource, record) => false} + expand={() => <TaskLogPanel />} + expandSingle={true} + omit={['id', 'createTime', 'createBy', 'memo', 'taskId', 'robotCode', 'exceStatus', 'sort', 'expCode']} + > + <NumberField source="id" /> + <NumberField source="taskId" label="table.field.taskLog.taskId" /> + <TextField source="taskCode" label="table.field.taskLog.taskCode" /> + <NumberField source="taskStatus" label="table.field.taskLog.taskStatus" /> + <NumberField source="taskType" label="table.field.taskLog.taskType" /> + <TextField source="orgLoc" label="table.field.taskLog.orgLoc" /> + <TextField source="orgSite" label="table.field.taskLog.orgSite" /> + <TextField source="targLoc" label="table.field.taskLog.targLoc" /> + <TextField source="targSite" label="table.field.taskLog.targSite" /> + <TextField source="barcode" label="table.field.taskLog.barcode" /> + <TextField source="robotCode" label="table.field.taskLog.robotCode" /> + <NumberField source="exceStatus" label="table.field.taskLog.exceStatus" /> + <TextField source="expDesc" label="table.field.taskLog.expDesc" /> + <NumberField source="sort" label="table.field.taskLog.sort" /> + <TextField source="expCode" label="table.field.taskLog.expCode" /> + <DateField source="startTime" label="table.field.taskLog.startTime" showTime /> + <DateField source="endTime" label="table.field.taskLog.endTime" showTime /> + + <ReferenceField source="updateBy" label="common.field.updateBy" reference="user" link={false} sortable={false}> + <TextField source="nickname" /> + </ReferenceField> + <DateField source="updateTime" label="common.field.updateTime" showTime /> + <ReferenceField source="createBy" label="common.field.createBy" reference="user" link={false} sortable={false}> + <TextField source="nickname" /> + </ReferenceField> + <DateField source="createTime" label="common.field.createTime" showTime /> + <BooleanField source="statusBool" label="common.field.status" sortable={false} /> + <TextField source="memo" label="common.field.memo" sortable={false} /> + <WrapperField cellClassName="opt" label="common.field.opt"> + <EditButton sx={{ padding: '1px', fontSize: '.75rem' }} /> + <DeleteButton sx={{ padding: '1px', fontSize: '.75rem' }} mutationMode={OPERATE_MODE} /> + </WrapperField> + </StyledDatagrid> + </List> + {/* <TaskLogCreate + open={createDialog} + setOpen={setCreateDialog} + /> */} + <PageDrawer + title='TaskLog Detail' + drawerVal={drawerVal} + setDrawerVal={setDrawerVal} + > + </PageDrawer> + </Box> + ) +} + +export default TaskLogList; diff --git a/rsf-admin/src/page/taskLog/TaskLogPanel.jsx b/rsf-admin/src/page/taskLog/TaskLogPanel.jsx new file mode 100644 index 0000000..5288345 --- /dev/null +++ b/rsf-admin/src/page/taskLog/TaskLogPanel.jsx @@ -0,0 +1,147 @@ +import React, { useState, useRef, useEffect, useMemo } from "react"; +import { Box, Card, CardContent, Grid, Typography, Tooltip } from '@mui/material'; +import { + useTranslate, + useRecordContext, +} from 'react-admin'; +import PanelTypography from "../components/PanelTypography"; +import * as Common from '@/utils/common' + +const TaskLogPanel = () => { + const record = useRecordContext(); + if (!record) return null; + const translate = useTranslate(); + return ( + <> + <Card sx={{ width: { xs: 300, sm: 500, md: 600, lg: 800 }, margin: 'auto' }}> + <CardContent> + <Grid container spacing={2}> + <Grid item xs={12} sx={{ display: 'flex', justifyContent: 'space-between' }}> + <Typography variant="h6" gutterBottom align="left" sx={{ + maxWidth: { xs: '100px', sm: '180px', md: '260px', lg: '360px' }, + whiteSpace: 'nowrap', + overflow: 'hidden', + textOverflow: 'ellipsis', + }}> + {Common.camelToPascalWithSpaces(translate('table.field.taskLog.id'))}: {record.id} + </Typography> + {/* inherit, primary, secondary, textPrimary, textSecondary, error */} + <Typography variant="h6" gutterBottom align="right" > + ID: {record.id} + </Typography> + </Grid> + </Grid> + <Grid container spacing={2}> + <Grid item xs={12} container alignContent="flex-end"> + <Typography variant="caption" color="textSecondary" sx={{ wordWrap: 'break-word', wordBreak: 'break-all' }}> + {Common.camelToPascalWithSpaces(translate('common.field.memo'))}:{record.memo} + </Typography> + </Grid> + </Grid> + <Box height={20}> </Box> + <Grid container spacing={2}> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.taskId" + property={record.taskId} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.taskCode" + property={record.taskCode} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.taskStatus" + property={record.taskStatus} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.taskType" + property={record.taskType} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.orgLoc" + property={record.orgLoc} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.orgSite" + property={record.orgSite} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.targLoc" + property={record.targLoc} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.targSite" + property={record.targSite} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.barcode" + property={record.barcode} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.robotCode" + property={record.robotCode} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.exceStatus" + property={record.exceStatus} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.expDesc" + property={record.expDesc} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.sort" + property={record.sort} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.expCode" + property={record.expCode} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.startTime" + property={record.startTime$} + /> + </Grid> + <Grid item xs={6}> + <PanelTypography + title="table.field.taskLog.endTime" + property={record.endTime$} + /> + </Grid> + + </Grid> + </CardContent> + </Card > + </> + ); +}; + +export default TaskLogPanel; diff --git a/rsf-admin/src/page/taskLog/index.jsx b/rsf-admin/src/page/taskLog/index.jsx new file mode 100644 index 0000000..d66a10b --- /dev/null +++ b/rsf-admin/src/page/taskLog/index.jsx @@ -0,0 +1,18 @@ +import React, { useState, useRef, useEffect, useMemo } from "react"; +import { + ListGuesser, + EditGuesser, + ShowGuesser, +} from "react-admin"; + +import TaskLogList from "./TaskLogList"; +import TaskLogEdit from "./TaskLogEdit"; + +export default { + list: TaskLogList, + edit: TaskLogEdit, + show: ShowGuesser, + recordRepresentation: (record) => { + return `${record.id}` + } +}; diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/common/CodeBuilder.java b/rsf-server/src/main/java/com/vincent/rsf/server/common/CodeBuilder.java index 9f88a5c..fd4f57b 100644 --- a/rsf-server/src/main/java/com/vincent/rsf/server/common/CodeBuilder.java +++ b/rsf-server/src/main/java/com/vincent/rsf/server/common/CodeBuilder.java @@ -22,7 +22,7 @@ // generator.username="sa"; // generator.password="Zoneyung@zy56$"; - generator.table="man_ispt_histories"; + generator.table="man_task_item_log"; generator.tableDesc="浠诲姟宸ヤ綔妗�"; generator.packagePath="com.vincent.rsf.server.manager"; -- Gitblit v1.9.1