diff --git a/api/packageIntegral/orderList.js b/api/packageIntegral/orderList.js
index 078d334..5967824 100644
--- a/api/packageIntegral/orderList.js
+++ b/api/packageIntegral/orderList.js
@@ -13,5 +13,12 @@ export default{
url: `/oil-mall/mallOrderInfo/get/${id}`,
method: 'get',
})
- }
+ },
+ takeOrder(data) {
+ return request({
+ url: `/oil-mall/mallOrderInfo/takeOrder`,
+ method: 'post',
+ data
+ })
+ },
}
\ No newline at end of file
diff --git a/packageIntegral/components/mulpicker.vue b/packageIntegral/components/mulpicker.vue
new file mode 100644
index 0000000..eb1b465
--- /dev/null
+++ b/packageIntegral/components/mulpicker.vue
@@ -0,0 +1,172 @@
+
+
+
+
+
+ {{name?name:placeholder}}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packageIntegral/orderDetails/index.vue b/packageIntegral/orderDetails/index.vue
index e4559a7..339fbd1 100644
--- a/packageIntegral/orderDetails/index.vue
+++ b/packageIntegral/orderDetails/index.vue
@@ -23,13 +23,12 @@
订单编号: {{info.orderCode}}
下单时间: {{info.createTime}}
- 站点电话: 18879008956
支付方式: 积分
商品金额: ¥{{info.marketPrice}}
支付积分: {{info.integral}}
@@ -103,8 +102,23 @@
}
})
},
- confirm() {
- this.controlWindows.code = false
+ submit(){
+
+ let data = {}
+ data.id = this.dataList[0].orderId
+ data.takeCode = this.dataList[0].takeCode
+ serve.takeOrder(data).then(res => {
+ if (res.code === 20000) {
+ uni.showToast({
+ title: res.msg,
+ icon: 'none'
+ });
+ this.$refs.popup.close();
+ this.get(options.orderId)
+
+ }
+ })
+
}
}
}
diff --git a/packageIntegral/orderList/index.vue b/packageIntegral/orderList/index.vue
index b209ace..a13f107 100644
--- a/packageIntegral/orderList/index.vue
+++ b/packageIntegral/orderList/index.vue
@@ -6,8 +6,8 @@
-
+
@@ -49,7 +49,7 @@
currentPage: 1,
pagesize: 20,
params: {
- customerphone: ''
+ customerPhone: ''
},
},
dataList: [],
@@ -109,7 +109,7 @@
getByPageCloudMini() {
serve.getByPageCloudMini(this.paramter).then(res => {
if (res.code === 20000) {
- if (!res.data.list.length) {
+ if (!res.data.list.length && this.paramter.currentPage != 1) {
uni.showToast({
title: '没有更多订单啦~',
icon: 'none'
diff --git a/packageIntegral/productAddition/index.vue b/packageIntegral/productAddition/index.vue
new file mode 100644
index 0000000..04a0c16
--- /dev/null
+++ b/packageIntegral/productAddition/index.vue
@@ -0,0 +1,281 @@
+
+
+
+ 返回
+ 新增商品
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 下一步
+
+
+
+
+
+
+
+ 上一步
+ 完成
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/packageIntegral/productAddition/productAddStep2.vue b/packageIntegral/productAddition/productAddStep2.vue
new file mode 100644
index 0000000..fa962aa
--- /dev/null
+++ b/packageIntegral/productAddition/productAddStep2.vue
@@ -0,0 +1,55 @@
+
+
+
+
+
+ 属性类型:
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packageIntegral/productList/index.vue b/packageIntegral/productList/index.vue
index c598dcb..54e62db 100644
--- a/packageIntegral/productList/index.vue
+++ b/packageIntegral/productList/index.vue
@@ -27,7 +27,7 @@
¥{{item.marketPrice}} X{{item.orderNum}}
库存:{{item.orderNum}}
- {{statusEnum[1].value}}
+ {{statusEnum[1].value}}
-
+
+
+
+ 审核详情
+
+
+
+
+ {{item.createTime}}
+
+
+
+ {{item.status}}
+
+
+
+ {{item.dateil}}
+
+
+
+ 关闭
+
+
+
+
是否删除该商品?
@@ -50,7 +74,7 @@
-
+
是否上架/下架该商品?
@@ -60,7 +84,7 @@
-
+
@@ -73,7 +97,7 @@
},
data() {
return {
-
+
currentIndex: 0,
code: '',
controlWindows: {
@@ -129,7 +153,24 @@
color: '#FCB438',
value: "已审核"
},
- }
+ },
+ examineDetailList:[
+ {
+ createTime:'2023.11.22',
+ status:'1',
+ dateil:'未审核'
+ },
+ {
+ createTime:'2023.11.23',
+ status:'2',
+ dateil:'已审核'
+ },
+ {
+ createTime:'2023.11.24',
+ status:'已驳回',
+ dateil:'图片不清晰,请重新上传图片'
+ }
+ ]
}
},
@@ -181,6 +222,9 @@
this.paramter.currentPage += 1
this.getByPageCloudMini()
},
+ examineDetail(){
+ this.$refs.detail.open('center')
+ },
orderDelete(){
this.$refs.delete.open('center')
},
@@ -352,7 +396,7 @@
border: 1px solid #999;
border-radius: 10rpx;
}
-
+
>.button{
&:nth-of-type(1){
right: 360rpx;
@@ -363,32 +407,86 @@
&:nth-of-type(3){
right: 40rpx;
}
-
+
}
}
}
}
-
+
+ .determine-detail {
+ padding: 30rpx 0;
+ width: 681rpx;
+ background: #FFFFFF;
+ border-radius: 15rpx;
+ position: relative;
+
+ >.title {
+ text-align: center;
+ font-size: 38rpx;
+ color: #000;
+ margin-bottom: 20rpx;
+ }
+ >uni-icons{
+ position: absolute;
+ top: 30rpx;
+ right: 30rpx;
+ }
+ >.item{
+ display: flex;
+ justify-content: space-evenly;
+ overflow-y: hidden;
+ font-size: 22rpx;
+ color: #666;
+ padding: 10rpx;
+ view{
+ width: 200rpx;
+ line-height: 46rpx;
+ }
+ .header{
+ font-size: 32rpx;
+ color: #000;
+ }
+ }
+
+ >.buttons {
+
+ display: flex;
+ justify-content: space-evenly;
+ margin-top: 50rpx;
+
+ >view {
+ width: 550rpx;
+ height: 76rpx;
+ text-align: center;
+ line-height: 76rpx;
+ border-radius: 10rpx;
+ font-size: 28rpx;
+ background: #FE0505;
+ color: #fff;
+ }
+ }
+ }
+
.determine-frame {
padding-top: 85rpx;
width: 681rpx;
height: 340rpx;
background: #FFFFFF;
border-radius: 15rpx;
-
+
>.title {
text-align: center;
font-size: 38rpx;
color: #000;
-
+
}
-
+
>.buttons {
-
+
display: flex;
justify-content: space-evenly;
margin-top: 80rpx;
-
+
>view {
width: 250rpx;
height: 76rpx;
@@ -396,13 +494,13 @@
line-height: 76rpx;
border-radius: 10rpx;
font-size: 28rpx;
-
+
&:nth-of-type(1) {
background: #FFFFFF;
border: 1rpx solid #B6B6B6;
color: #333;
}
-
+
&:nth-of-type(2) {
background: #FE0505;
color: #fff;
diff --git a/packageIntegral/takeGoods/index.vue b/packageIntegral/takeGoods/index.vue
index f4d7e50..6fc91f1 100644
--- a/packageIntegral/takeGoods/index.vue
+++ b/packageIntegral/takeGoods/index.vue
@@ -5,21 +5,21 @@
订单提货
- 提货码: 1899
+ 提货码: {{code}}
-
+
-
- 康师傅方便面 经典红烧牛肉面*5+番茄鸡蛋牛肉*1
- 规格:默认
- ¥120.61 X1
- 共1件商品已支付积分:20000
+
+ {{item.productName}}
+ 规格:{{handler(item.attributeJson)}}
+ ¥{{item.marketPrice}} X{{item.orderNum}}
+ 共{{item.orderNum}}件商品已支付积分:{{item.payIntegral}}
@@ -48,7 +48,7 @@
是否立即提货
取消
- 确认
+ 确认
@@ -56,7 +56,7 @@