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}}