From 5202f5798667ee2b12bb50e6e09ead0da99c488a Mon Sep 17 00:00:00 2001 From: Richie <280645618@qq.com> Date: Sun, 1 Jun 2025 14:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8F=91=E8=B4=A7=E5=A4=84?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/shipping/shipment/assigned_list.vue | 395 ++++++++++++ vue/src/views/shipping/shipment/index.vue | 45 ++ .../views/shipping/shipment/shipped_list.vue | 330 ++++++++++ vue/src/views/shipping/shipment/wait_ship.vue | 581 ++++++++++++++++++ 4 files changed, 1351 insertions(+) create mode 100644 vue/src/views/shipping/shipment/assigned_list.vue create mode 100644 vue/src/views/shipping/shipment/index.vue create mode 100644 vue/src/views/shipping/shipment/shipped_list.vue create mode 100644 vue/src/views/shipping/shipment/wait_ship.vue diff --git a/vue/src/views/shipping/shipment/assigned_list.vue b/vue/src/views/shipping/shipment/assigned_list.vue new file mode 100644 index 00000000..8de9aade --- /dev/null +++ b/vue/src/views/shipping/shipment/assigned_list.vue @@ -0,0 +1,395 @@ + + + + + + + + + + {{ item.name }} + 拼多多 + 微信小店 + 其他渠道 + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{scope.row.orderNum}} + + {{ shopList.find(x=>x.id == scope.row.shopId) ? shopList.find(x=>x.id == scope.row.shopId).name : '' }} + + + + + + + + + {{item.goodsTitle}} + + + {{ getSkuValues(item.goodsSpec)}} + 数量:x {{item.quantity}} + + + + + + + + + + + {{ parseTime(scope.row.orderTime) }} + + + + + + + {{scope.row.receiverName}} + {{scope.row.receiverMobile}} + {{scope.row.province}} {{scope.row.city}} {{scope.row.town}} + + + + + {{scope.row.remark}} + {{scope.row.buyerMemo}} + {{scope.row.sellerMemo}} + + + + + 待发货 + 已分配发货 + 已发货 + + + 自己发货 + 联合发货 + 供应商发货 + + + + + + + + + + + + + + {{form.id}} + {{form.orderNum}} + + + {{ shopList.find(x=>x.id == form.shopId)?shopList.find(x=>x.id == form.shopId).name:'' }} + 微信小店 + + + + {{form.buyerMemo}} + + + {{form.remark}} + + + {{ parseTime(form.createTime) }} + + + + 待发货 + 已发货 + 已签收 + + + 无售后或售后关闭 + 售后处理中 + 退款中 + 退款成功 + + + + + + {{form.receiverName}} + {{form.receiverMobile}} + {{form.province}}{{form.city}}{{form.town}} + {{form.address}} + + + + + + 商品明细 + + + + + + + + + + + + + + + + + + x + x + + + + + + + + + + + + {{ item.name }} + {{item.number}} + + + + + + + + + + + + + + + + + + + + + + diff --git a/vue/src/views/shipping/shipment/index.vue b/vue/src/views/shipping/shipment/index.vue new file mode 100644 index 00000000..bd889ef9 --- /dev/null +++ b/vue/src/views/shipping/shipment/index.vue @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/vue/src/views/shipping/shipment/shipped_list.vue b/vue/src/views/shipping/shipment/shipped_list.vue new file mode 100644 index 00000000..6f703189 --- /dev/null +++ b/vue/src/views/shipping/shipment/shipped_list.vue @@ -0,0 +1,330 @@ + + + + + + + + + + {{ item.name }} + 拼多多 + 微信小店 + 其他渠道 + + + + + 搜索 + 重置 + + + + + + + + + + + + + 修改发货单号 + + + + + + + + + + + {{scope.row.orderNum}} + {{ parseTime(scope.row.orderTime) }} + + + + + + + + + {{item.goodsTitle}} + + + {{ getSkuValues(item.goodsSpec)}} + 数量:x {{item.quantity}} + + + + + + + + + + + + + + + {{scope.row.remark}} + {{scope.row.buyerMemo}} + {{scope.row.sellerMemo}} + + + + + {{scope.row.receiverName}} + {{scope.row.receiverMobile}} + {{scope.row.province}} {{scope.row.city}} {{scope.row.town}} + + + + + + {{item.shipCompany}} + {{ item.shipCode}} + {{ item.shipTime}} + + + + + + 电子面单发货 + 手动发货 + 供应商发货 + + + + + + + + + + + + + + {{ item.deliveryId }} + {{item.siteName}}:{{item.available}} + + + + + + + + + + + + + diff --git a/vue/src/views/shipping/shipment/wait_ship.vue b/vue/src/views/shipping/shipment/wait_ship.vue new file mode 100644 index 00000000..20558ff9 --- /dev/null +++ b/vue/src/views/shipping/shipment/wait_ship.vue @@ -0,0 +1,581 @@ + + + + + + + + + + {{ item.name }} + 拼多多 + 微信小店 + 其他渠道 + + + + + 搜索 + 重置 + + + + + + 手动发货 + + + 分配给供应商发货 + + + + + + + + + + {{scope.row.orderNum}} + + {{ shopList.find(x=>x.id == scope.row.shopId) ? shopList.find(x=>x.id == scope.row.shopId).name : '' }} + + + + + + + 图片 + 标题 + SKU名 + Sku编码 + 系统SkuId + 数量 + + + + + + + + + + + + + + {{scope.row.goodsTitle}} + + 售后处理中 + 退款中 + 退款成功 + 已取消 + + + + + {{ getSkuValues(scope.row.goodsSpec)}} + + + + + + + {{scope.row.quantity}} + + + + + + + + + {{ parseTime(scope.row.orderTime) }} + + + + + + + {{scope.row.receiverName}} + {{scope.row.receiverMobile}} + {{scope.row.province}} {{scope.row.city}} {{scope.row.town}} + + + + + {{scope.row.remark}} + {{scope.row.buyerMemo}} + {{scope.row.sellerMemo}} + + + + + + + + + + + + + {{ item.deliveryId }} + {{item.siteName}}:{{item.available}} + + + + + + + + + + + + + + + + {{form.id}} + {{form.orderNum}} + + + {{ shopList.find(x=>x.id == form.shopId)?shopList.find(x=>x.id == form.shopId).name:'' }} + 微信小店 + + + + {{form.buyerMemo}} + + + {{form.remark}} + + + {{ parseTime(form.createTime) }} + + + + 待发货 + 已发货 + 已签收 + + + 无售后或售后关闭 + 售后处理中 + 退款中 + 退款成功 + + + + + + {{form.receiverName}} + {{form.receiverMobile}} + {{form.province}}{{form.city}}{{form.town}} + {{form.address}} + + + + + + 商品明细 + + + + + + + + + + + + + + + + + + x + x + + + + + + + + + + + + {{ item.name }} + {{item.number}} + + + + + + + + + + + + + + + + + + + + + + + + + + + {{form.orderNum}} + + + {{form.buyerMemo}} + + + {{form.sellerMemo}} + + + {{ parseTime(form.createTime) }} + + + + {{form.receiverName}} + {{form.receiverMobile}} + {{form.province}}{{form.city}}{{form.town}} + {{form.address}} + + + + + + 商品明细 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +