Merge branch '20220411-zjl-供应商角色-财务管理-费用支付-删除按钮优化成与取消订单校验逻辑一致,支付中不允许删除订单中的标段' into 'master-0422-合并'
4.22 供应商角色-财务管理-费用支付-删除按钮优化成与取消订单校验逻辑一致,支付中不允许删除订单中的标段 See merge request eshop/fe_service_ebtp_frontend!25
This commit is contained in:
@ -135,7 +135,7 @@ const finance: React.FC<{}> = () => {
|
|||||||
title: '操作', dataIndex: 'option', width: 150,
|
title: '操作', dataIndex: 'option', width: 150,
|
||||||
valueType: 'option',
|
valueType: 'option',
|
||||||
render: (_, record) => {
|
render: (_, record) => {
|
||||||
if (record.timeOut == 0 && record.state == 0) {
|
if (orderData.state == "0") {
|
||||||
return (
|
return (
|
||||||
<Button type='text' onClick={async () => {
|
<Button type='text' onClick={async () => {
|
||||||
delConfirm(record.orderId, record.id);
|
delConfirm(record.orderId, record.id);
|
||||||
|
Reference in New Issue
Block a user