#
luxiaotao1123
2024-03-29 f5e955209cbf82bb1b2f370c45627230864254ea
#
2个文件已修改
25 ■■■■■ 已修改文件
zy-asrs-flow/src/locales/en-US/map.ts 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/locales/en-US/map.ts
@@ -15,6 +15,9 @@
    'map.pallet.barcode': 'Pallet Barcode',
    'map.is.enable': 'Enable or Not',
    'map.loc.operation': 'Location Operation',
    'map.loc.lock': 'Lock',
    'map.loc.unlock': 'Unlock',
    'map.loc.reset': 'Reset Location',
    '': '',
    '': '',
    '': '',
zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
@@ -31,6 +31,12 @@
            width: '40%',
            padding: '0 10px 0 15px',
            overflow: 'auto',
        },
        tableButton: {
            width: '100%',
            marginBottom: '10px',
            fontWeight: 'bold',
            letterSpacing: '1px',
        }
    }
})
@@ -102,9 +108,21 @@
                                    children: 'Disabled',
                                },
                                {
                                    key: '2',
                                    key: '4',
                                    label: intl.formatMessage({ id: 'map.loc.operation', defaultMessage: '库位操作' }),
                                    children: <Button> submit</Button>,
                                    children: (
                                        <>
                                            <Button className={styles.tableButton} size='large' type="primary" danger>
                                                <FormattedMessage id='map.loc.lock' defaultMessage='锁定' />
                                            </Button>
                                            <Button className={styles.tableButton} size='large' disabled>
                                                <FormattedMessage id='map.loc.unlock' defaultMessage='解锁' />
                                            </Button>
                                            <Button className={styles.tableButton} size='large'>
                                                <FormattedMessage id='map.loc.reset' defaultMessage='清除库位' />
                                            </Button>
                                        </>
                                    )
                                },
                            ]
                        }