From eaacc243f876cdbaa72a7d3912456c926bafe720 Mon Sep 17 00:00:00 2001
From: xpz2018 <107107461@qq.com>
Date: Wed, 21 Apr 2021 10:45:33 +0800
Subject: [PATCH] no message
---
pages/storage/order-info/index.wxml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/pages/storage/order-info/index.wxml b/pages/storage/order-info/index.wxml
index bde1b0f..5fb420c 100644
--- a/pages/storage/order-info/index.wxml
+++ b/pages/storage/order-info/index.wxml
@@ -92,43 +92,43 @@
纸品品类
- {{orderInfo.categoryName || ''}}
+ {{form.categoryName || ''}}
结算单价(元/吨)
- {{formate.formatePrice(orderInfo.settleUnitPrice)}}
+ {{formate.formatePrice(form.settleUnitPrice)}}
-
+
净重(吨)
- {{formate.formateWeight(orderInfo.netWeight)}}
+ {{formate.formateWeight(form.netWeight)}}
结算重量(吨)
- {{formate.formateWeight(orderInfo.settleWeight)}}
+ {{formate.formateWeight(form.settleWeight)}}
-
+
扣点(%)
- {{ orderInfo.deductPercent || ''}}
+ {{ form.deductPercent || ''}}
-
+
其他费用(元)
- {{ orderInfo.otherFee}}
+ {{ form.otherFee}}
结算金额(元)
- {{ orderInfo.settlePrice}}
+ {{ form.settlePrice}}
@@ -171,7 +171,7 @@
{{ orderInfo.driverName || ''}}
-
+