diff --git a/components/diy_goodsGroup/diy_goodsGroup.wxml b/components/diy_goodsGroup/diy_goodsGroup.wxml
index 24dd633..e31af3f 100644
--- a/components/diy_goodsGroup/diy_goodsGroup.wxml
+++ b/components/diy_goodsGroup/diy_goodsGroup.wxml
@@ -11,8 +11,8 @@
查询
- 注:读取时段内近10笔记录
+
@@ -499,29 +499,73 @@
-
-
- 单号:{{item.No}}
- {{item.states}}
+
+
+ {{item.StorageName}}
+
+ 营业员:{{item.StaffName}}
+ 单号:{{item.No}}
-
- {{item.BillDate}}
- 消费总额:¥{{item.Sum}}
+
+ 收银员:{{ofil.for_mat_val(item.Operator)}}
+ {{item.BillDate}}
-
- {{i.BarCode}} - {{i.WareName}}
-
-
- 数量
- {{i.Qty}}
-
-
- 单价
- ¥{{i.Price}}({{i.PosPrice}})
+
+
+
+
+ 名称/条码
+
+
+ 数量
+ 单价
+ 金额
+
+
+
+
+ {{i.WareName}}
+
+ {{i.BarCode}}
+
+ ({{i.SpecName}}/{{i.UnitName}})
+
-
- 金额
- ¥{{i.Sum}}
+
+
+ {{i.Qty}}
+ {{i.Price}}
+ {{ofil.toFix(i.Sum,2)}}
+
+
+
+
+
+
+ 商品总数
+ {{item.all_qty}}
+
+
+ 优惠金额
+ {{ofil.toFix(item.all_yh,2)}}
+
+
+ 实付金额
+ {{ofil.toFix(item.FactAndBank,2)}}
+
+
+ 本次积分
+ {{ofil.for_mat_val(item.PIntegral)}}
+
+
+ 会员卡号
+ {{item.VIPNo}}
+
+
+ 本次使用优惠券号
+ -
+
+ {{quan}}
@@ -538,7 +582,7 @@
-
+
diff --git a/pages/user/order_list/order_list.wxss b/pages/user/order_list/order_list.wxss
index 8ba96b0..71e1651 100644
--- a/pages/user/order_list/order_list.wxss
+++ b/pages/user/order_list/order_list.wxss
@@ -587,11 +587,19 @@ page {
border-radius: 16rpx;
margin-top: 20rpx;
}
+.item.new_d {
+ background-color: white;
+ border-radius: 12rpx;
+ margin-top: 20rpx;
+}
+
.subitem {
width: calc(100% / 3);
text-align: center;
font-size: 26rpx;
}
+
+
.name {
padding: 0 20rpx;
margin: 20rpx 0;
@@ -609,7 +617,7 @@ page {
}
.offline-container {
- padding: 244rpx 20rpx 20rpx;
+ padding: 256rpx 18rpx 20rpx;
}
.search-btn2 {
@@ -622,3 +630,51 @@ page {
}
+
+.sto_title{
+ line-height: 32rpx;font-weight: bolder;color: #000; text-align: center;padding-top: 38rpx;
+}
+
+.order_info_new{
+ line-height: 24rpx; color:#898585; padding: 0 30rpx; margin-top: 41rpx;
+}
+
+.line_new{
+ border-bottom:1rpx #a9a9a9 dashed;
+ border-top:1rpx #a9a9a9 dashed;
+ margin: 0rpx 30rpx;
+ height: 6rpx;
+}
+
+.subitem_n1 {
+ width:314rpx;
+ font-size: 24rpx;
+}
+
+
+.subitem_n2 {
+ width:358rpx;
+ font-size: 24rpx;
+}
+
+.tab_title{
+ padding: 0 30rpx;color: #000; line-height: 24rpx;margin-top: 31rpx; margin-bottom: 34rpx;
+}
+.val_item{
+ padding: 0 30rpx; line-height: 33rpx;
+}
+.val_item~.val_item{
+ margin-top: 38rpx;
+}
+.more_info{
+ min-height: 52rpx;padding: 0 30rpx;color: #898585;
+}
+
+.je_color{
+ color: #f87d27;
+}
+
+.subitem_nn {
+ width: calc(100% / 3);
+ text-align: center;
+}