From 01aeb02627d88baad6bc48cd682eed2bb104afe5 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Fri, 15 May 2026 16:22:08 +0800 Subject: [PATCH] 1 --- .../app/business/logiticsCompany/addEdit.vue | 247 ++++ .../business/logiticsCompany/dictManage.vue | 315 ++++++ .../logiticsCompany/transferStation.vue | 1008 +++++++++++++++++ 3 files changed, 1570 insertions(+) create mode 100644 src/views/app/business/logiticsCompany/addEdit.vue create mode 100644 src/views/app/business/logiticsCompany/dictManage.vue create mode 100644 src/views/app/business/logiticsCompany/transferStation.vue diff --git a/src/views/app/business/logiticsCompany/addEdit.vue b/src/views/app/business/logiticsCompany/addEdit.vue new file mode 100644 index 0000000..2175930 --- /dev/null +++ b/src/views/app/business/logiticsCompany/addEdit.vue @@ -0,0 +1,247 @@ + + + + + + + 优惠券配置 + + + + + + + + + + + + + + + + + + + + + 全部 + 外卖/买饭 + 快递/跑腿 + 二手物品交易 + + + + + + + + + 无门槛 + 满元可使用 + + + + + + + + + + + + + + + + + + + + + + + + 固定日期 + + 领券后天有效 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/app/business/logiticsCompany/dictManage.vue b/src/views/app/business/logiticsCompany/dictManage.vue new file mode 100644 index 0000000..6bae70f --- /dev/null +++ b/src/views/app/business/logiticsCompany/dictManage.vue @@ -0,0 +1,315 @@ + + + 新增商品 + + + + + + + + + + 关闭 + + + + + + + + \ No newline at end of file diff --git a/src/views/app/business/logiticsCompany/transferStation.vue b/src/views/app/business/logiticsCompany/transferStation.vue new file mode 100644 index 0000000..56547a1 --- /dev/null +++ b/src/views/app/business/logiticsCompany/transferStation.vue @@ -0,0 +1,1008 @@ + + + + + + + + 当前选择: + {{ editTitle }} + 取消选择 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + {{ dropDownContent }} + + + + + + + + + + + + + + + + + \ No newline at end of file