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