🐞 fix(订单修改):参数写错
This commit is contained in:
parent
02f2cf2bd7
commit
fe222548d2
@ -840,7 +840,7 @@ const OrderDetails = () => {
|
|||||||
<View className={styles.totalFont}>{infoObj?.wait_pay_amount?.toString().indexOf('-') !== -1 ? '退款金额' : '待付金额'}</View>
|
<View className={styles.totalFont}>{infoObj?.wait_pay_amount?.toString().indexOf('-') !== -1 ? '退款金额' : '待付金额'}</View>
|
||||||
{/* <IconFont name={'icon-tishi'} size={28} ></IconFont> */}
|
{/* <IconFont name={'icon-tishi'} size={28} ></IconFont> */}
|
||||||
</View>
|
</View>
|
||||||
<View className={styles.shoudPay}>¥{formatPriceDiv(infoObj.wait_pay_amount)}</View>
|
<View className={styles.shoudPay}>¥{formatPriceDiv(infoObj.refund_amount)}</View>
|
||||||
</View>
|
</View>
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
@ -580,7 +580,7 @@ const OrderDetails = () => {
|
|||||||
address_id: infoObj?.address_id,
|
address_id: infoObj?.address_id,
|
||||||
commodity_list: quertArr,
|
commodity_list: quertArr,
|
||||||
delete_detail_list: filterArr(deleteProductIds),
|
delete_detail_list: filterArr(deleteProductIds),
|
||||||
remar: infoObj?.remark,
|
remark: infoObj?.remark,
|
||||||
sale_order_id: infoObj?.id,
|
sale_order_id: infoObj?.id,
|
||||||
shipment_mode: receivingStatus,
|
shipment_mode: receivingStatus,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user