diff --git a/pages/admin/orderDetail/indexOther.vue b/pages/admin/orderDetail/indexOther.vue
index bfe4fff..d461e8f 100644
--- a/pages/admin/orderDetail/indexOther.vue
+++ b/pages/admin/orderDetail/indexOther.vue
@@ -48,7 +48,7 @@
- ¥{{ item.cart_info.productAttr.price }}
+ ¥{{ item.cart_info.productAttr.procure_price }}
x{{ item.product_num }}
(-{{item.product_num-item.refund_num}})
diff --git a/pages/admin/orderList/indexOther.vue b/pages/admin/orderList/indexOther.vue
index 0acb94b..0a74d3a 100644
--- a/pages/admin/orderList/indexOther.vue
+++ b/pages/admin/orderList/indexOther.vue
@@ -125,7 +125,7 @@
- ¥{{ val.cart_info.productAttr.price }}
+ ¥{{ val.cart_info.productAttr.procure_price }}
x{{ val.product_num }}
@@ -264,6 +264,7 @@
current: "",
change: false,
refundMark: false,
+ showBar: false, //是否显示二维码
types: 1,
where: {
page: 1,
diff --git a/pages/users/order_list/indexOther.vue b/pages/users/order_list/indexOther.vue
index 021b4a8..9acb8d2 100644
--- a/pages/users/order_list/indexOther.vue
+++ b/pages/users/order_list/indexOther.vue
@@ -135,7 +135,7 @@
x{{goods.product_num}}
- ¥{{goods.cart_info.productAttr.price}}
+ ¥{{goods.cart_info.productAttr.procure_price}}
x{{goods.product_num}}
@@ -242,7 +242,7 @@
x{{goods.product_num}}
- ¥{{goods.cart_info.productAttr.price}}
+ ¥{{goods.cart_info.productAttr.procure_price}}
x{{goods.product_num}}
先货后款 实付:¥0.00
diff --git a/pages/users/supply_procurement/index.vue b/pages/users/supply_procurement/index.vue
index 09101e9..edd0bf5 100644
--- a/pages/users/supply_procurement/index.vue
+++ b/pages/users/supply_procurement/index.vue
@@ -68,6 +68,7 @@
item.content = '先发货 后付款';
}
})
+ res.data = res.data.filter(item=>item.name!='线上铺货'&&item.name!='实体铺货')
this.list = res.data;
})
},