diff --git a/src/api/business/LogisticsManage/Deliverys/delivery.js b/src/api/business/LogisticsManage/Deliverys/delivery.js
new file mode 100644
index 0000000..5fe854b
--- /dev/null
+++ b/src/api/business/LogisticsManage/Deliverys/delivery.js
@@ -0,0 +1,46 @@
+import request from '@/utils/request'
+
+/**
+ * @Descripttion: 配送模板Api接口
+ * @version: (1.0)
+ * @Author: (黎文豪)
+ * @Date: (2023-06-16)
+ * @LastEditors: (黎文豪)
+ * @LastEditTime: (2023-06-16)
+*/
+
+// 配送模板分页查询列表
+export function deliveryList(query) {
+ return request({
+ url: '/business/Delivery/getDeliveryList',
+ method: 'get',
+ params: query
+ })
+}
+
+// 配送模板新增或修改
+export function addOrUpdateDelivery(data) {
+ return request({
+ url: '/business/Delivery/addOrUpdateDelivery',
+ method: 'post',
+ data: data,
+ })
+}
+
+// 配送模板删除
+export function delDelivery(ids) {
+ return request({
+ url: '/business/Delivery/'+ ids,
+ method: 'delete'
+ })
+}
+
+// 配送模板导出
+export function exportDelivery(query) {
+ return request({
+ url: 'business/Delivery/exportDelivery',
+ method: 'get',
+ params: query
+ })
+}
+
diff --git a/src/views/business/LogisticsManage/Deliverys/components/AddDialog.vue b/src/views/business/LogisticsManage/Deliverys/components/AddDialog.vue
new file mode 100644
index 0000000..1f5c42c
--- /dev/null
+++ b/src/views/business/LogisticsManage/Deliverys/components/AddDialog.vue
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
+
+
+ 选择
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ item.dictLabel }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加
+ 重置
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/business/LogisticsManage/Deliverys/components/ChooseShopDialog.vue b/src/views/business/LogisticsManage/Deliverys/components/ChooseShopDialog.vue
new file mode 100644
index 0000000..f266d99
--- /dev/null
+++ b/src/views/business/LogisticsManage/Deliverys/components/ChooseShopDialog.vue
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business/LogisticsManage/Deliverys/components/DetailDialog.vue b/src/views/business/LogisticsManage/Deliverys/components/DetailDialog.vue
new file mode 100644
index 0000000..49e94d8
--- /dev/null
+++ b/src/views/business/LogisticsManage/Deliverys/components/DetailDialog.vue
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.dictLabel}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business/LogisticsManage/Deliverys/components/EditDialog.vue b/src/views/business/LogisticsManage/Deliverys/components/EditDialog.vue
new file mode 100644
index 0000000..790f795
--- /dev/null
+++ b/src/views/business/LogisticsManage/Deliverys/components/EditDialog.vue
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.dictLabel}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business/LogisticsManage/Deliverys/index.vue b/src/views/business/LogisticsManage/Deliverys/index.vue
new file mode 100644
index 0000000..5e2f496
--- /dev/null
+++ b/src/views/business/LogisticsManage/Deliverys/index.vue
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.dictLabel }}
+
+
+
+ {{ $t('btn.search') }}
+ {{ $t('btn.reset') }}
+
+
+
+
+
+
+
+
+ {{ $t('btn.add') }}
+
+
+
+
+ {{ $t('btn.delete') }}
+
+
+
+
+ {{ $t('btn.export') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+