#
luxiaotao1123
2024-10-18 530e4b07151bac5be55702b2e62f6044c93d4a83
#
2个文件已修改
16 ■■■■ 已修改文件
zy-acs-flow/src/map/insight/shelf/ShelfMain.jsx 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/loc/LocEdit.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/map/insight/shelf/ShelfMain.jsx
@@ -202,13 +202,23 @@
                                    >
                                        {translate('page.map.settings.map.more.title')}
                                    </Button>
                                    <ConfirmButton
                                    <Button
                                        color="primary" // inherit
                                        variant="contained"
                                        onClick={() => {
                                            redirect('edit', 'loc', selectedLoc?.id);
                                        }}
                                    >
                                        {translate('page.map.insight.shelf.updateStatus')}
                                    </Button>
                                    {/* <ConfirmButton
                                        label="page.map.insight.shelf.updateStatus"
                                        color="primary" // inherit
                                        variant="contained"
                                        onConfirm={() => {
                                            redirect('edit', 'loc', selectedLoc?.id);
                                        }}
                                    />
                                    /> */}
                                    <Button variant="contained" color="error" disabled={selectedLoc?.locStsEl !== 'STOCK'} fullWidth>
                                        {translate('page.map.insight.shelf.outbound')}
                                    </Button>
zy-acs-flow/src/page/loc/LocEdit.jsx
@@ -47,7 +47,7 @@
        <Edit
            redirect="list"
            mutationMode={EDIT_MODE}
            actions={<CustomerTopToolBar />}
            actions={<CustomerTopToolBar backPrevious />}
            aside={<EditBaseAside />}
        >
            <SimpleForm