🐞 fix(ID1001400): 【内部商城】-功能{剪样订单详情}:未显示取消订单按钮
【【内部商城】-功能{剪样订单详情}:未显示取消订单按钮】 https://www.tapd.cn/53459131/bugtrace/bugs/view/1153459131001001400
This commit is contained in:
parent
79de81702a
commit
519af9e7ef
@ -79,6 +79,13 @@
|
||||
"query": "",
|
||||
"launchMode": "default",
|
||||
"scene": null
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"pathName": "pages/sampleCutting/sampleCuttingDetail/index",
|
||||
"query": "id=45",
|
||||
"launchMode": "default",
|
||||
"scene": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -99,7 +99,7 @@ const SampleCuttingDetail = () => {
|
||||
<View className={styles.orderProcess}>订单进程</View>
|
||||
<Divider direction="horizontal" customStyles={{ margin: '12px 0' }}></Divider>
|
||||
<View className={styles.orderProcessBottom}>
|
||||
<Steps current={order.order_form?.[0].order_status === 5 ? 1 : 0} direction="vertical" customStyle={{ padding: '0' }}>
|
||||
<Steps current={order.order_form?.[0].order_status === 1 ? 1 : 0} direction="vertical" customStyle={{ padding: '0' }}>
|
||||
{/*
|
||||
申请中5 -> 已完成 6
|
||||
申请中5 -> 已取消 3
|
||||
@ -235,7 +235,7 @@ const SampleCuttingDetail = () => {
|
||||
</View>
|
||||
<View className={styles.bottomBar}>
|
||||
{
|
||||
order.order_form?.[0].order_status === 5
|
||||
order.order_form?.[0].order_status === 1
|
||||
? <NormalButton customClassName={styles.bottomBar__button} type="info" plain round onClick={handleCancel} >
|
||||
取消订单
|
||||
</NormalButton>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user