退款
This commit is contained in:
parent
76af005ae0
commit
80a874e91d
@ -33,7 +33,7 @@ export default function RefunModal(props: any) {
|
||||
body: {
|
||||
projId: values.title,
|
||||
refundReason: values.other,
|
||||
refundVoucher: refunArray.join(', ')
|
||||
refundVoucher: refunArray.join(',')
|
||||
},
|
||||
onBefore() {
|
||||
|
||||
|
@ -56,6 +56,7 @@ export default function Refun() {
|
||||
key: 'projPayment',
|
||||
align: 'center',
|
||||
width: 150,
|
||||
render: (text) => <div style={{color:'red',fontWeight:700}}>{text/100}</div>,
|
||||
},
|
||||
{
|
||||
title: '退款原因',
|
||||
@ -143,6 +144,7 @@ export default function Refun() {
|
||||
key: 'projPayment',
|
||||
align: 'center',
|
||||
width: 150,
|
||||
render: (text) => <div style={{color:'red',fontWeight:700}}>{text/100}</div>,
|
||||
},
|
||||
{
|
||||
title: '退款原因',
|
||||
@ -243,6 +245,7 @@ export default function Refun() {
|
||||
key: 'projPayment',
|
||||
align: 'center',
|
||||
width: 150,
|
||||
render: (text) => <div style={{color:'red',fontWeight:700}}>{text/100}</div>,
|
||||
},
|
||||
{
|
||||
title: '退款原因',
|
||||
|
@ -754,7 +754,7 @@ export default function Index() {
|
||||
list={buyMenu.list}
|
||||
handleListItem={buyMenu.handleListItem}
|
||||
/> */}
|
||||
{/* <MenuWithTopButton
|
||||
<MenuWithTopButton
|
||||
button={refundMenu.button}
|
||||
list={refundMenu.list}
|
||||
handleListItem={refundMenu.handleListItem}
|
||||
@ -764,7 +764,7 @@ export default function Index() {
|
||||
// chargeAdditionals={chargeAdditionals ? chargeAdditionals : ""}
|
||||
// tagDataId={tagDataId ? tagDataId : ""}
|
||||
// authorId={authorId ? authorId : ""}
|
||||
/> */}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="right">
|
||||
|
Loading…
Reference in New Issue
Block a user