From 9b4eab44cf4665bc70e2adbcf349287f679b1f0b Mon Sep 17 00:00:00 2001
From: xpz2018 <107107461@qq.com>
Date: Fri, 9 Jul 2021 09:18:22 +0800
Subject: [PATCH] phonenumber
---
pages/process/order-list/index.wxml | 2 +-
pages/storage/pound-list/index.wxml | 8 ++++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/pages/process/order-list/index.wxml b/pages/process/order-list/index.wxml
index 177fe26..fe07d6e 100644
--- a/pages/process/order-list/index.wxml
+++ b/pages/process/order-list/index.wxml
@@ -27,7 +27,7 @@
{{item.factoryCustomerName}}
- -{{item.factoryCustomerMobile}}
+ -{{item.factoryCustomerMobile}}
待定价
diff --git a/pages/storage/pound-list/index.wxml b/pages/storage/pound-list/index.wxml
index 5c30683..1866828 100644
--- a/pages/storage/pound-list/index.wxml
+++ b/pages/storage/pound-list/index.wxml
@@ -37,9 +37,13 @@
毛重(公斤):
{{formate.maxWeight(item.firstWeight, item.secondWeight)}}
-
+
净重(公斤):
- {{item.netWeight}}
+ {{item.netWeight || '- -'}}
+
+
+ 过磅人:
+ {{item.operaterName}}