Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
xiao-op-frontend-mirror
xh-contract-online-operation-mirror
Commits
cc40a7ad
Commit
cc40a7ad
authored
3 years ago
by
HaolinHom
Browse files
Options
Download
Email Patches
Plain Diff
fix: 隐藏分段收费;
parent
a60e7138
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/apps/contract/src/features/Order/OrderList/components/ContractOrderList/ContractOrderList.tsx
...erList/components/ContractOrderList/ContractOrderList.tsx
+2
-2
src/apps/contract/src/features/Order/OrderList/components/SharePayOrderList/SharePayOrderList.tsx
...erList/components/SharePayOrderList/SharePayOrderList.tsx
+2
-2
No files found.
src/apps/contract/src/features/Order/OrderList/components/ContractOrderList/ContractOrderList.tsx
View file @
cc40a7ad
...
...
@@ -390,14 +390,14 @@ const ContractOrderList = () => {
</
li
>
</
ul
>
{
/** 分段收费相关 */
}
{
order
.
segmentChargeItems
&&
order
.
segmentChargeItems
.
length
&&
(
{
/*{
order.segmentChargeItems && order.segmentChargeItems.length && (
<SegmentCharge
orderAmount={getOrderCourseAmount(order)}
segmentPaidStatus={order.segmentPaidStatus}
segmentChargeItems={order.segmentChargeItems}
toBePaidAmount={order.toBePaidAmount}
/>
)
}
)}
*/
}
<
div
className
=
{
s
.
orderCardFooter
}
>
{
order
.
confirmStatus
===
ConfirmStatus
.
Confirmed
&&
order
.
electronicContractAddress
&&
(
<>
...
...
This diff is collapsed.
Click to expand it.
src/apps/contract/src/features/Order/OrderList/components/SharePayOrderList/SharePayOrderList.tsx
View file @
cc40a7ad
...
...
@@ -204,14 +204,14 @@ const SharePayOrderList = () => {
</
li
>
</
ul
>
{
/** 分段收费相关 */
}
{
order
.
contractSegmentChargeItems
&&
order
.
contractSegmentChargeItems
.
length
&&
(
{
/*{
order.contractSegmentChargeItems && order.contractSegmentChargeItems.length && (
<SegmentCharge
orderAmount={getOrderCourseAmount(order)}
segmentPaidStatus={order.segmentPaidStatus}
segmentChargeItems={order.contractSegmentChargeItems}
toBePaidAmount={order.paymentAmount}
/>
)
}
)}
*/
}
<
div
className
=
{
s
.
orderCardFooter
}
>
{
totalToBeAmount
>
0
?
(
<
span
className
=
{
s
.
unPaidAmount
}
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment