From 6fee383a5ec54e0af534722b31171a37071ba920 Mon Sep 17 00:00:00 2001
From: "1378012178@qq.com" <1378012178@qq.com>
Date: Thu, 25 Dec 2025 14:19:56 +0800
Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E8=B0=83=E6=95=B4=E6=9C=8D=E5=8A=A1?=
=?UTF-8?q?=E6=8C=87=E4=BB=A4-=E8=AF=B4=E6=98=8E=E7=9A=84=E6=96=87?=
=?UTF-8?q?=E5=AD=97=E3=80=81=E9=A2=9C=E8=89=B2=202=E3=80=81=E6=96=B0?=
=?UTF-8?q?=E5=A2=9E=E6=9C=8D=E5=8A=A1=E6=8C=87=E4=BB=A4-=E6=B4=BE?=
=?UTF-8?q?=E5=8D=95=E8=A7=84=E5=88=99=E9=85=8D=E7=BD=AE=E5=9F=BA=E7=A1=80?=
=?UTF-8?q?=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../directive}/flow/ServiceFlowMain.api.ts | 0
.../directive}/flow/ServiceFlowMain.data.ts | 0
.../directive}/flow/ServiceFlowMainList.vue | 0
.../flow/components/ServiceFlowMainForm.vue | 0
.../flow/components/ServiceFlowMainModal.vue | 0
.../flow/components/ServiceFlowSub.api.ts | 0
.../flow/components/ServiceFlowSub.data.ts | 0
.../flow/components/ServiceFlowSubForm.vue | 0
.../flow/components/ServiceFlowSubList.vue | 0
.../flow/components/ServiceFlowSubModal.vue | 0
.../sendorderrule/SendOrderRule.api.ts | 72 ++++++
.../sendorderrule/SendOrderRule.data.ts | 30 +++
.../sendorderrule/SendOrderRuleList.vue | 235 ++++++++++++++++++
.../sendorderrule/SendOrderRuleSub.api.ts | 72 ++++++
.../sendorderrule/SendOrderRuleSub.data.ts | 42 ++++
.../sendorderrule/SendOrderRuleSubList.vue | 235 ++++++++++++++++++
.../components/SendOrderRuleForm.vue | 139 +++++++++++
.../components/SendOrderRuleModal.vue | 77 ++++++
.../components/SendOrderRuleSubForm.vue | 169 +++++++++++++
.../components/SendOrderRuleSubModal.vue | 77 ++++++
.../ConfigServiceDirectiveList.vue | 16 +-
21 files changed, 1158 insertions(+), 6 deletions(-)
rename src/views/{ => config/directive}/flow/ServiceFlowMain.api.ts (100%)
rename src/views/{ => config/directive}/flow/ServiceFlowMain.data.ts (100%)
rename src/views/{ => config/directive}/flow/ServiceFlowMainList.vue (100%)
rename src/views/{ => config/directive}/flow/components/ServiceFlowMainForm.vue (100%)
rename src/views/{ => config/directive}/flow/components/ServiceFlowMainModal.vue (100%)
rename src/views/{ => config/directive}/flow/components/ServiceFlowSub.api.ts (100%)
rename src/views/{ => config/directive}/flow/components/ServiceFlowSub.data.ts (100%)
rename src/views/{ => config/directive}/flow/components/ServiceFlowSubForm.vue (100%)
rename src/views/{ => config/directive}/flow/components/ServiceFlowSubList.vue (100%)
rename src/views/{ => config/directive}/flow/components/ServiceFlowSubModal.vue (100%)
create mode 100644 src/views/config/directive/sendorderrule/SendOrderRule.api.ts
create mode 100644 src/views/config/directive/sendorderrule/SendOrderRule.data.ts
create mode 100644 src/views/config/directive/sendorderrule/SendOrderRuleList.vue
create mode 100644 src/views/config/directive/sendorderrule/SendOrderRuleSub.api.ts
create mode 100644 src/views/config/directive/sendorderrule/SendOrderRuleSub.data.ts
create mode 100644 src/views/config/directive/sendorderrule/SendOrderRuleSubList.vue
create mode 100644 src/views/config/directive/sendorderrule/components/SendOrderRuleForm.vue
create mode 100644 src/views/config/directive/sendorderrule/components/SendOrderRuleModal.vue
create mode 100644 src/views/config/directive/sendorderrule/components/SendOrderRuleSubForm.vue
create mode 100644 src/views/config/directive/sendorderrule/components/SendOrderRuleSubModal.vue
diff --git a/src/views/flow/ServiceFlowMain.api.ts b/src/views/config/directive/flow/ServiceFlowMain.api.ts
similarity index 100%
rename from src/views/flow/ServiceFlowMain.api.ts
rename to src/views/config/directive/flow/ServiceFlowMain.api.ts
diff --git a/src/views/flow/ServiceFlowMain.data.ts b/src/views/config/directive/flow/ServiceFlowMain.data.ts
similarity index 100%
rename from src/views/flow/ServiceFlowMain.data.ts
rename to src/views/config/directive/flow/ServiceFlowMain.data.ts
diff --git a/src/views/flow/ServiceFlowMainList.vue b/src/views/config/directive/flow/ServiceFlowMainList.vue
similarity index 100%
rename from src/views/flow/ServiceFlowMainList.vue
rename to src/views/config/directive/flow/ServiceFlowMainList.vue
diff --git a/src/views/flow/components/ServiceFlowMainForm.vue b/src/views/config/directive/flow/components/ServiceFlowMainForm.vue
similarity index 100%
rename from src/views/flow/components/ServiceFlowMainForm.vue
rename to src/views/config/directive/flow/components/ServiceFlowMainForm.vue
diff --git a/src/views/flow/components/ServiceFlowMainModal.vue b/src/views/config/directive/flow/components/ServiceFlowMainModal.vue
similarity index 100%
rename from src/views/flow/components/ServiceFlowMainModal.vue
rename to src/views/config/directive/flow/components/ServiceFlowMainModal.vue
diff --git a/src/views/flow/components/ServiceFlowSub.api.ts b/src/views/config/directive/flow/components/ServiceFlowSub.api.ts
similarity index 100%
rename from src/views/flow/components/ServiceFlowSub.api.ts
rename to src/views/config/directive/flow/components/ServiceFlowSub.api.ts
diff --git a/src/views/flow/components/ServiceFlowSub.data.ts b/src/views/config/directive/flow/components/ServiceFlowSub.data.ts
similarity index 100%
rename from src/views/flow/components/ServiceFlowSub.data.ts
rename to src/views/config/directive/flow/components/ServiceFlowSub.data.ts
diff --git a/src/views/flow/components/ServiceFlowSubForm.vue b/src/views/config/directive/flow/components/ServiceFlowSubForm.vue
similarity index 100%
rename from src/views/flow/components/ServiceFlowSubForm.vue
rename to src/views/config/directive/flow/components/ServiceFlowSubForm.vue
diff --git a/src/views/flow/components/ServiceFlowSubList.vue b/src/views/config/directive/flow/components/ServiceFlowSubList.vue
similarity index 100%
rename from src/views/flow/components/ServiceFlowSubList.vue
rename to src/views/config/directive/flow/components/ServiceFlowSubList.vue
diff --git a/src/views/flow/components/ServiceFlowSubModal.vue b/src/views/config/directive/flow/components/ServiceFlowSubModal.vue
similarity index 100%
rename from src/views/flow/components/ServiceFlowSubModal.vue
rename to src/views/config/directive/flow/components/ServiceFlowSubModal.vue
diff --git a/src/views/config/directive/sendorderrule/SendOrderRule.api.ts b/src/views/config/directive/sendorderrule/SendOrderRule.api.ts
new file mode 100644
index 0000000..73835c5
--- /dev/null
+++ b/src/views/config/directive/sendorderrule/SendOrderRule.api.ts
@@ -0,0 +1,72 @@
+import { defHttp } from '/@/utils/http/axios';
+import { useMessage } from "/@/hooks/web/useMessage";
+
+const { createConfirm } = useMessage();
+
+enum Api {
+ list = '/sendorderrule/sendOrderRule/list',
+ save='/sendorderrule/sendOrderRule/add',
+ edit='/sendorderrule/sendOrderRule/edit',
+ deleteOne = '/sendorderrule/sendOrderRule/delete',
+ deleteBatch = '/sendorderrule/sendOrderRule/deleteBatch',
+ importExcel = '/sendorderrule/sendOrderRule/importExcel',
+ exportXls = '/sendorderrule/sendOrderRule/exportXls',
+}
+
+/**
+ * 导出api
+ * @param params
+ */
+export const getExportUrl = Api.exportXls;
+
+/**
+ * 导入api
+ */
+export const getImportUrl = Api.importExcel;
+
+/**
+ * 列表接口
+ * @param params
+ */
+export const list = (params) => defHttp.get({ url: Api.list, params });
+
+/**
+ * 删除单个
+ * @param params
+ * @param handleSuccess
+ */
+export const deleteOne = (params,handleSuccess) => {
+ return defHttp.delete({url: Api.deleteOne, params}, {joinParamsToUrl: true}).then(() => {
+ handleSuccess();
+ });
+}
+
+/**
+ * 批量删除
+ * @param params
+ * @param handleSuccess
+ */
+export const batchDelete = (params, handleSuccess) => {
+ createConfirm({
+ iconType: 'warning',
+ title: '确认删除',
+ content: '是否删除选中数据',
+ okText: '确认',
+ cancelText: '取消',
+ onOk: () => {
+ return defHttp.delete({url: Api.deleteBatch, data: params}, {joinParamsToUrl: true}).then(() => {
+ handleSuccess();
+ });
+ }
+ });
+}
+
+/**
+ * 保存或者更新
+ * @param params
+ * @param isUpdate
+ */
+export const saveOrUpdate = (params, isUpdate) => {
+ let url = isUpdate ? Api.edit : Api.save;
+ return defHttp.post({ url: url, params }, { isTransformResponse: false });
+}
diff --git a/src/views/config/directive/sendorderrule/SendOrderRule.data.ts b/src/views/config/directive/sendorderrule/SendOrderRule.data.ts
new file mode 100644
index 0000000..04948a2
--- /dev/null
+++ b/src/views/config/directive/sendorderrule/SendOrderRule.data.ts
@@ -0,0 +1,30 @@
+import {BasicColumn} from '/@/components/Table';
+import {FormSchema} from '/@/components/Table';
+import { rules} from '/@/utils/helper/validator';
+import { render } from '/@/utils/common/renderUtils';
+import { getWeekMonthQuarterYear } from '/@/utils';
+//列表数据
+export const columns: BasicColumn[] = [
+ {
+ title: '规则编码',
+ align: "center",
+ dataIndex: 'ruleCode'
+ },
+ {
+ title: '规则名称',
+ align: "center",
+ dataIndex: 'ruleName'
+ },
+ {
+ title: '是否启用 Y启用 N未启用',
+ align: "center",
+ dataIndex: 'izEnabled'
+ },
+];
+
+// 高级查询数据
+export const superQuerySchema = {
+ ruleCode: {title: '规则编码',order: 0,view: 'text', type: 'string',},
+ ruleName: {title: '规则名称',order: 1,view: 'text', type: 'string',},
+ izEnabled: {title: '是否启用 Y启用 N未启用',order: 2,view: 'text', type: 'string',},
+};
diff --git a/src/views/config/directive/sendorderrule/SendOrderRuleList.vue b/src/views/config/directive/sendorderrule/SendOrderRuleList.vue
new file mode 100644
index 0000000..2352f56
--- /dev/null
+++ b/src/views/config/directive/sendorderrule/SendOrderRuleList.vue
@@ -0,0 +1,235 @@
+
+
+
+
+
+
+
+
+ 新增
+ 导出
+ 导入
+
+
+
+
+
+ 删除
+
+
+
+ 批量操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/config/directive/sendorderrule/SendOrderRuleSub.api.ts b/src/views/config/directive/sendorderrule/SendOrderRuleSub.api.ts
new file mode 100644
index 0000000..c89d38c
--- /dev/null
+++ b/src/views/config/directive/sendorderrule/SendOrderRuleSub.api.ts
@@ -0,0 +1,72 @@
+import { defHttp } from '/@/utils/http/axios';
+import { useMessage } from "/@/hooks/web/useMessage";
+
+const { createConfirm } = useMessage();
+
+enum Api {
+ list = '/sendorderrule/sendOrderRuleSub/list',
+ save='/sendorderrule/sendOrderRuleSub/add',
+ edit='/sendorderrule/sendOrderRuleSub/edit',
+ deleteOne = '/sendorderrule/sendOrderRuleSub/delete',
+ deleteBatch = '/sendorderrule/sendOrderRuleSub/deleteBatch',
+ importExcel = '/sendorderrule/sendOrderRuleSub/importExcel',
+ exportXls = '/sendorderrule/sendOrderRuleSub/exportXls',
+}
+
+/**
+ * 导出api
+ * @param params
+ */
+export const getExportUrl = Api.exportXls;
+
+/**
+ * 导入api
+ */
+export const getImportUrl = Api.importExcel;
+
+/**
+ * 列表接口
+ * @param params
+ */
+export const list = (params) => defHttp.get({ url: Api.list, params });
+
+/**
+ * 删除单个
+ * @param params
+ * @param handleSuccess
+ */
+export const deleteOne = (params,handleSuccess) => {
+ return defHttp.delete({url: Api.deleteOne, params}, {joinParamsToUrl: true}).then(() => {
+ handleSuccess();
+ });
+}
+
+/**
+ * 批量删除
+ * @param params
+ * @param handleSuccess
+ */
+export const batchDelete = (params, handleSuccess) => {
+ createConfirm({
+ iconType: 'warning',
+ title: '确认删除',
+ content: '是否删除选中数据',
+ okText: '确认',
+ cancelText: '取消',
+ onOk: () => {
+ return defHttp.delete({url: Api.deleteBatch, data: params}, {joinParamsToUrl: true}).then(() => {
+ handleSuccess();
+ });
+ }
+ });
+}
+
+/**
+ * 保存或者更新
+ * @param params
+ * @param isUpdate
+ */
+export const saveOrUpdate = (params, isUpdate) => {
+ let url = isUpdate ? Api.edit : Api.save;
+ return defHttp.post({ url: url, params }, { isTransformResponse: false });
+}
diff --git a/src/views/config/directive/sendorderrule/SendOrderRuleSub.data.ts b/src/views/config/directive/sendorderrule/SendOrderRuleSub.data.ts
new file mode 100644
index 0000000..be8cb90
--- /dev/null
+++ b/src/views/config/directive/sendorderrule/SendOrderRuleSub.data.ts
@@ -0,0 +1,42 @@
+import {BasicColumn} from '/@/components/Table';
+import {FormSchema} from '/@/components/Table';
+import { rules} from '/@/utils/helper/validator';
+import { render } from '/@/utils/common/renderUtils';
+import { getWeekMonthQuarterYear } from '/@/utils';
+//列表数据
+export const columns: BasicColumn[] = [
+ {
+ title: '规则编码值',
+ align: "center",
+ dataIndex: 'ruleCode'
+ },
+ {
+ title: '规则名称',
+ align: "center",
+ dataIndex: 'ruleName'
+ },
+ {
+ title: '是否启用 Y启用 N未启用',
+ align: "center",
+ dataIndex: 'izEnabled'
+ },
+ {
+ title: '系数',
+ align: "center",
+ dataIndex: 'coefficient'
+ },
+ {
+ title: '排序',
+ align: "center",
+ dataIndex: 'sort'
+ },
+];
+
+// 高级查询数据
+export const superQuerySchema = {
+ ruleCode: {title: '规则编码值',order: 0,view: 'number', type: 'number',},
+ ruleName: {title: '规则名称',order: 1,view: 'text', type: 'string',},
+ izEnabled: {title: '是否启用 Y启用 N未启用',order: 2,view: 'text', type: 'string',},
+ coefficient: {title: '系数',order: 3,view: 'number', type: 'number',},
+ sort: {title: '排序',order: 4,view: 'number', type: 'number',},
+};
diff --git a/src/views/config/directive/sendorderrule/SendOrderRuleSubList.vue b/src/views/config/directive/sendorderrule/SendOrderRuleSubList.vue
new file mode 100644
index 0000000..a0c2a76
--- /dev/null
+++ b/src/views/config/directive/sendorderrule/SendOrderRuleSubList.vue
@@ -0,0 +1,235 @@
+
+
+
+
+
+
+
+
+ 新增
+ 导出
+ 导入
+
+
+
+
+
+ 删除
+
+
+
+ 批量操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/config/directive/sendorderrule/components/SendOrderRuleForm.vue b/src/views/config/directive/sendorderrule/components/SendOrderRuleForm.vue
new file mode 100644
index 0000000..8a557b3
--- /dev/null
+++ b/src/views/config/directive/sendorderrule/components/SendOrderRuleForm.vue
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/config/directive/sendorderrule/components/SendOrderRuleModal.vue b/src/views/config/directive/sendorderrule/components/SendOrderRuleModal.vue
new file mode 100644
index 0000000..b95ceac
--- /dev/null
+++ b/src/views/config/directive/sendorderrule/components/SendOrderRuleModal.vue
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/config/directive/sendorderrule/components/SendOrderRuleSubForm.vue b/src/views/config/directive/sendorderrule/components/SendOrderRuleSubForm.vue
new file mode 100644
index 0000000..61b7a72
--- /dev/null
+++ b/src/views/config/directive/sendorderrule/components/SendOrderRuleSubForm.vue
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/config/directive/sendorderrule/components/SendOrderRuleSubModal.vue b/src/views/config/directive/sendorderrule/components/SendOrderRuleSubModal.vue
new file mode 100644
index 0000000..e2f48c4
--- /dev/null
+++ b/src/views/config/directive/sendorderrule/components/SendOrderRuleSubModal.vue
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/services/serviceDirective/ConfigServiceDirectiveList.vue b/src/views/services/serviceDirective/ConfigServiceDirectiveList.vue
index 1aeddc6..b46a085 100644
--- a/src/views/services/serviceDirective/ConfigServiceDirectiveList.vue
+++ b/src/views/services/serviceDirective/ConfigServiceDirectiveList.vue
@@ -261,16 +261,20 @@
服务指令库
-
-
+
+
-
- 通过分享服务指令库的镜像码,可将本平台的服务指令拉取至其他平台同步使用。
+
+ • 镜像码是用于跨平台同步服务指令的凭证。
- 也可复制其他平台的镜像码,将其他平台的服务指令拉到至本平台同步使用。
+ • 使用:在“服务指令库”中输入其他平台的镜像码,即可查看并选择性地将其服务指令同步至本平台。
+
+ • 管理:在“镜像码管理”中查看或刷新本机构的镜像码。
-
+
+ 功能说明
+