zjj
2025-04-30 6e541a900df5eff0657cd28a8d9fb1bb398936df
#bug修复
4个文件已修改
31 ■■■■ 已修改文件
rsf-admin/src/i18n/zh.js 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
rsf-admin/src/page/locItem/LocItemList.jsx 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
rsf-admin/src/page/orders/asnOrder/AsnOrderItemEdit.jsx 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
rsf-admin/src/page/waitPakin/SelectSiteModel.jsx 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
rsf-admin/src/i18n/zh.js
@@ -158,10 +158,10 @@
        fieldsItem: '扩展字段明细',
        warehouseAreasItem: '库区库存信息',
        deviceSite: '路径管理',
        waitPakin: '组拖通知档',
        waitPakinItem: '组拖档明细',
        waitPakinLog: '组拖历史档',
        waitPakinItemLog: '组拖历史档明细',
        waitPakin: '组托通知档',
        waitPakinItem: '组托档明细',
        waitPakinLog: '组托历史档',
        waitPakinItemLog: '组托历史档明细',
        task: '任务工作档',
        taskItem: '任务档明细',
        taskLog: '任务历史档',
@@ -722,6 +722,7 @@
                deviceCode: "设备编号",
                deviceSite: "设备站点",
                flagInit: "是否初始化",
                wcsCode: "wcs编号",
            },
            waitPakin: {
                code: "编码",
@@ -807,7 +808,7 @@
                orgSite: "源站点",
                targLoc: "目标库位",
                targSite: "目标站点",
                barcode: "拖盘码",
                barcode: "托盘码",
                robotCode: "机器编码",
                exceStatus: "执行状态",
                expDesc: "异常说明",
@@ -825,7 +826,7 @@
                orgSite: "源站点",
                targLoc: "目标库位",
                targSite: "目标站点",
                barcode: "拖盘码",
                barcode: "托盘码",
                robotCode: "机器编码",
                exceStatus: "执行状态",
                expDesc: "异常说明",
@@ -898,6 +899,7 @@
            },
            locItem: {
                locId: "库位ID",
                locCode: "库位编码",
                orderId: "订单ID",
                type: "单据类型",
                orderItemId: "单据明细ID",
rsf-admin/src/page/locItem/LocItemList.jsx
@@ -128,11 +128,12 @@
            >
                <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" />
rsf-admin/src/page/orders/asnOrder/AsnOrderItemEdit.jsx
@@ -119,11 +119,20 @@
                                        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"
rsf-admin/src/page/waitPakin/SelectSiteModel.jsx
@@ -55,7 +55,7 @@
    return (
        <Box>
            <Dialog
            sx={{width: '90%'}}
            sx={{width: '100%'}}
                open={open}
                onClose={handleClose}
                fullWidth
@@ -64,6 +64,7 @@
            >
                <DialogTitle>
                    {translate('toolbar.selectSite')}
                    <DialogCloseButton onClose={() => setOpen(false)} />
                </DialogTitle>
                <DialogContent>
                    <List