+
+
+
订单{{index + 1}}
订单信息
-
订单编号:{{orderData.numberCode}}
-
支付订单编号:{{'ORDER'+orderData.id}}
+
订单编号:{{item.numberCode}}
+
支付订单编号:{{'ORDER'+item.id}}
+
创建时间:{{item.createTime | formatDateTime}}
用户信息
-
收货人:{{orderData.receiverName}}
-
收货电话:{{orderData.receiverPhone}}
-
收货地址:{{orderData.receiverAddress}}
-
要求送达时间:??2026/04/07 09:31:00
+
收货人:{{item.receiverName}}
+
收货电话:{{item.receiverPhone}}
+
收货地址:{{item.receiverAddress}}
店铺信息
-
店铺名称:{{orderData.shopName}}
-
店铺电话:{{orderData.shopPhone}}
-
配送方式: {{orderData.deliveryType == 1?'配送':'不配送'}}
-
-
-
其他信息
-
配送员:张宝芹
-
配送员电话:15832720108
-
备注:{{orderData.remark}}
+
店铺名称:{{item.shopName}}
+
店铺电话:{{item.shopPhone}}
+
配送方式: {{item.deliveryType == 1?'配送':'不配送'}}
-
+
商品信息
-
-
{{item.productName}}
-
X{{item.quantity}}
-
¥{{item.price}}
+
+
{{item1.productName}}
+
X{{item1.quantity}}
+
¥{{item1.price}}
餐盒费
-
¥{{orderData.packageFee}}
+
¥{{item.packageFee}}
配送费
-
¥{{orderData.deliveryFee}}
+
¥{{item.deliveryFee}}
活动优惠:¥0 下单返佣:¥0
- 合计:¥{{orderData.totalAmount}}
-
流水金额:¥24
-
商家预计收入:¥20.16
-
-
-
-
物流信息
-
用户提交订单时间:{{orderData.createTime | formatDateTime }}
-
用户完成支付时间:2026/04/07 09:06:41
-
商家接单时间:2026/04/07 09:06:41
-
配送员已接单:2026/04/07 09:06:44
-
-
+ 合计:
¥{{item.totalAmount}}
+
\ No newline at end of file
diff --git a/src/views/app/marketing-management/marketing-management.vue b/src/views/app/marketing-management/marketing-management.vue
index b4c15ec..56229c7 100644
--- a/src/views/app/marketing-management/marketing-management.vue
+++ b/src/views/app/marketing-management/marketing-management.vue
@@ -167,7 +167,6 @@
} from "@/api/index";
import {
getAllLogiticsCompanyData,
- getLogiticsCompanyData,
} from "@/api/app";
import {
shortcuts
@@ -651,24 +650,7 @@
getWuLiuValue(v) {
this.searchForm.companyName = v
- getLogiticsCompanyData({
- companyName: v,
- id: "",
- contacts: "",
- mobile: "",
- pageNumber: 1,
- pageSize: 10,
- sort: "createTime",
- order: "desc",
- startDate: "",
- endDate: "",
- signCompany: "",
- }).then((res) => {
- this.loading = false;
- if (res.success) {
- this.wuliuList = res.result.content
- }
- });
+
},
getShouValue(v) {
diff --git a/src/views/app/shop/logisticsAddress.vue b/src/views/app/shop/logisticsAddress.vue
new file mode 100644
index 0000000..cf3a558
--- /dev/null
+++ b/src/views/app/shop/logisticsAddress.vue
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/app/shop/shop.vue b/src/views/app/shop/shop.vue
index 87075ae..b50f0d3 100644
--- a/src/views/app/shop/shop.vue
+++ b/src/views/app/shop/shop.vue
@@ -122,6 +122,12 @@
+
+
+
+
+
+
@@ -159,6 +165,7 @@
import excel from "@/libs/excel";
import addEdit from "./addEdit.vue";
import mernage from "./mernage.vue";
+ import logisticsAddress from "@/views/app/shop/logisticsAddress.vue";
import dict from "@/views/my-components/hiver/dict";
import goodsList from "./dictManage.vue";
@@ -173,6 +180,7 @@
export default {
name: "user-manage",
components: {
+ logisticsAddress,
departmentChoose,
checkPassword,
addEdit,
@@ -182,6 +190,7 @@
},
data() {
return {
+ courierVisiable:false,
Visiable:false,
tableSize: "default",
height: 510,
@@ -372,6 +381,21 @@
type: "vertical",
},
}),
+ h(
+ "a", {
+ on: {
+ click: () => {
+ this.findAllRecord(params.row);
+ },
+ },
+ },
+ "查看评论"
+ ),
+ h("Divider", {
+ props: {
+ type: "vertical",
+ },
+ }),
h(
"a", {
on: {
@@ -669,6 +693,12 @@
this.showType = "0";
this.showUser = true;
},
+ findAllRecord(v) {
+ this.courierVisiable = true;
+ this.$nextTick(() => {
+ this.$refs.courierDialog.initRecharge(v);
+ });
+ },
add() {
this.showType = "2";
this.showUser = true;
diff --git a/src/views/login.vue b/src/views/login.vue
index df42ca0..aa409ed 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -57,57 +57,20 @@
-
-
-
-
-