| | |
| | | fieldsItem: '扩展字段明细', |
| | | warehouseAreasItem: '库区库存信息', |
| | | deviceSite: '路径管理', |
| | | waitPakin: '组拖通知档', |
| | | waitPakinItem: '组拖档明细', |
| | | waitPakinLog: '组拖历史档', |
| | | waitPakinItemLog: '组拖历史档明细', |
| | | waitPakin: '组托通知档', |
| | | waitPakinItem: '组托档明细', |
| | | waitPakinLog: '组托历史档', |
| | | waitPakinItemLog: '组托历史档明细', |
| | | task: '任务工作档', |
| | | taskItem: '任务档明细', |
| | | taskLog: '任务历史档', |
| | |
| | | deviceCode: "设备编号", |
| | | deviceSite: "设备站点", |
| | | flagInit: "是否初始化", |
| | | wcsCode: "wcs编号", |
| | | }, |
| | | waitPakin: { |
| | | code: "编码", |
| | |
| | | orgSite: "源站点", |
| | | targLoc: "目标库位", |
| | | targSite: "目标站点", |
| | | barcode: "拖盘码", |
| | | barcode: "托盘码", |
| | | robotCode: "机器编码", |
| | | exceStatus: "执行状态", |
| | | expDesc: "异常说明", |
| | |
| | | orgSite: "源站点", |
| | | targLoc: "目标库位", |
| | | targSite: "目标站点", |
| | | barcode: "拖盘码", |
| | | barcode: "托盘码", |
| | | robotCode: "机器编码", |
| | | exceStatus: "执行状态", |
| | | expDesc: "异常说明", |
| | |
| | | }, |
| | | locItem: { |
| | | locId: "库位ID", |
| | | locCode: "库位编码", |
| | | orderId: "订单ID", |
| | | type: "单据类型", |
| | | orderItemId: "单据明细ID", |
| | |
| | | > |
| | | <StyledDatagrid |
| | | preferenceKey='locItem' |
| | | bulkActionButtons={() => <BulkDeleteButton mutationMode={OPERATE_MODE} />} |
| | | bulkActionButtons={false} |
| | | rowClick={(id, resource, record) => false} |
| | | expand={() => <LocItemPanel />} |
| | | expandSingle={true} |
| | | omit={['id', 'createTime','locId','workQty','qty', 'createBy', 'memo']} |
| | | omit={['id', 'createTime','locId','workQty','qty', 'createBy', 'memo','fieldsIndex','opt']} |
| | | |
| | | > |
| | | <NumberField source="id" /> |
| | | <NumberField source="locId" label="table.field.locItem.locId" /> |
| | |
| | | label="table.field.asnOrderItem.matnrId" |
| | | source="matnrId" |
| | | parse={v => v} |
| | | readOnly |
| | | /> |
| | | <TextInput |
| | | label="table.field.asnOrderItem.matnrCode" |
| | | source="matnrCode" |
| | | parse={v => v} |
| | | readOnly |
| | | /> |
| | | |
| | | <TextInput |
| | | label="table.field.asnOrderItem.maktx" |
| | | source="maktx" |
| | | parse={v => v} |
| | | readOnly |
| | | /> |
| | | <NumberInput |
| | | label="table.field.asnOrderItem.anfme" |
| | |
| | | return ( |
| | | <Box> |
| | | <Dialog |
| | | sx={{width: '90%'}} |
| | | sx={{width: '100%'}} |
| | | open={open} |
| | | onClose={handleClose} |
| | | fullWidth |
| | |
| | | > |
| | | <DialogTitle> |
| | | {translate('toolbar.selectSite')} |
| | | <DialogCloseButton onClose={() => setOpen(false)} /> |
| | | </DialogTitle> |
| | | <DialogContent> |
| | | <List |