diff --git a/components/diy_goodsGroup/diy_goodsGroup.js b/components/diy_goodsGroup/diy_goodsGroup.js
index 3e652a1..e8b20a8 100644
--- a/components/diy_goodsGroup/diy_goodsGroup.js
+++ b/components/diy_goodsGroup/diy_goodsGroup.js
@@ -449,8 +449,10 @@ Component({
var url = "/api/weshop/activitylist/getGoodActInfo";
var req_data = {
store_id: os.stoid, goodsidlist: val.goods_id, is_detail: 1, user_id: user_id
- };
-
+ };
+
+ item.prom_type = 0;
+ item.prom_id = 0;
//获取商品的实际活动
await getApp().request.promiseGet(url, { data: req_data }).then(res => {
if (res.data.code == 0 && res.data.data && res.data.data.length == 1) {
@@ -469,12 +471,12 @@ Component({
item.cardprice1 = val.cardprice1;
item.cardprice2 = val.cardprice2;
item.cardprice3 = val.cardprice3;
- item.prom_type = val.prom_type;
- item.prom_id = val.prom_id;
+ // item.prom_type = val.prom_type;
+ // item.prom_id = val.prom_id;
if (val.prom_price) item.prom_price = val.prom_price;
if (val.prom_integral) item.prom_integral = val.prom_integral;
- prom_id = val.prom_id;
+ prom_id = item.prom_id;
var prom_type = item.prom_type; //0普通商品 1秒杀 6拼单 2团购 4积分购
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..16875da 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: 194rpx 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;
+}