diff --git a/pages/process/check-list/index.wxml b/pages/process/check-list/index.wxml index ba5b005..00773cf 100644 --- a/pages/process/check-list/index.wxml +++ b/pages/process/check-list/index.wxml @@ -19,7 +19,7 @@ - 客户名称:{{item.factoryCustomerName}} + {{item.factoryCustomerName}} ({{item.factoryCustomerMobile}}) 毛重:{{item.totalWeight}}公斤 diff --git a/xtends/client/factory-list/index.wxml b/xtends/client/factory-list/index.wxml index e6e2ef8..84ac240 100644 --- a/xtends/client/factory-list/index.wxml +++ b/xtends/client/factory-list/index.wxml @@ -19,7 +19,7 @@ - 客户名称:{{item.factoryCustomerName}} + {{item.factoryCustomerName}} ({{item.factoryCustomerMobile}}) 毛重:{{item.totalWeight}}公斤 diff --git a/xtends/client/order-list/index.wxml b/xtends/client/order-list/index.wxml index 033479e..7284d20 100644 --- a/xtends/client/order-list/index.wxml +++ b/xtends/client/order-list/index.wxml @@ -23,7 +23,7 @@ - 客户名称:{{item.factoryCustomerName}} + {{item.factoryCustomerName}} ({{item.factoryCustomerMobile}}) 毛重:{{item.totalWeight}}公斤