@newview/permission-service 1.2.30 → 1.2.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/permission-service.js +223 -410
- package/dist/permission-service.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -11,8 +11,8 @@ import { BaseApi, QueryWrapper } from "@newview/infrastructure";
|
|
|
11
11
|
import { Icon, Tag, Checkbox, Divider, CheckboxGroup, Space } from "view-ui-plus";
|
|
12
12
|
import { SelectPlatform, BaseLogin, PersonSel } from "@newview/permission-ui";
|
|
13
13
|
import { SignTaskInfoApi } from "@newview/casign-api";
|
|
14
|
-
import { ProvinceApi, CityApi, AreaApi, DictionaryDetailApi, DictionaryTypeApi } from "@newview/basics-api";
|
|
15
14
|
import { NvComFormUp } from "@newview/file-ui";
|
|
15
|
+
import { ProvinceApi, CityApi, AreaApi, DictionaryDetailApi, DictionaryTypeApi } from "@newview/basics-api";
|
|
16
16
|
import { NvMap } from "@newview/map";
|
|
17
17
|
class DBCenterBaseApi extends BaseApi {
|
|
18
18
|
get ProxyName() {
|
|
@@ -43,7 +43,7 @@ class CorePlatformConfigApi extends DBCenterBaseApi {
|
|
|
43
43
|
this.addHeader("tableName", "core_platform_config");
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
const propDefine$
|
|
46
|
+
const propDefine$l = {
|
|
47
47
|
linkParam: {
|
|
48
48
|
// 带入的参数
|
|
49
49
|
type: String,
|
|
@@ -55,12 +55,12 @@ const propDefine$m = {
|
|
|
55
55
|
default: "-"
|
|
56
56
|
}
|
|
57
57
|
};
|
|
58
|
-
const _sfc_main$
|
|
58
|
+
const _sfc_main$l = defineComponent({
|
|
59
59
|
name: "Platform",
|
|
60
60
|
components: {},
|
|
61
61
|
emits: [""],
|
|
62
62
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
63
|
-
props: propDefine$
|
|
63
|
+
props: propDefine$l,
|
|
64
64
|
setup(props, ctx) {
|
|
65
65
|
return new PlatformInstance$1(props, ctx);
|
|
66
66
|
}
|
|
@@ -532,13 +532,13 @@ const _export_sfc = (sfc, props) => {
|
|
|
532
532
|
}
|
|
533
533
|
return target;
|
|
534
534
|
};
|
|
535
|
-
const _hoisted_1$
|
|
535
|
+
const _hoisted_1$k = {
|
|
536
536
|
class: "nv-flex",
|
|
537
537
|
style: { "justify-content": "space-between" }
|
|
538
538
|
};
|
|
539
539
|
const _hoisted_2$a = { style: { "height": "600px", "overflow-y": "auto" } };
|
|
540
540
|
const _hoisted_3$a = { style: { "height": "400px", "overflow-y": "auto" } };
|
|
541
|
-
function _sfc_render$
|
|
541
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
542
542
|
const _component_NvList = resolveComponent("NvList");
|
|
543
543
|
const _component_Icon = resolveComponent("Icon");
|
|
544
544
|
const _component_Space = resolveComponent("Space");
|
|
@@ -560,7 +560,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
560
560
|
"show-arrow": true
|
|
561
561
|
}, {
|
|
562
562
|
footer: withCtx(() => [
|
|
563
|
-
createElementVNode("div", _hoisted_1$
|
|
563
|
+
createElementVNode("div", _hoisted_1$k, [
|
|
564
564
|
createVNode(_component_Space, null, {
|
|
565
565
|
default: withCtx(() => [
|
|
566
566
|
createVNode(_component_Icon, {
|
|
@@ -756,8 +756,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
756
756
|
_: 1
|
|
757
757
|
});
|
|
758
758
|
}
|
|
759
|
-
const Platform = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
760
|
-
const propDefine$
|
|
759
|
+
const Platform = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-7e8dbe7a"]]);
|
|
760
|
+
const propDefine$k = {
|
|
761
761
|
linkParam: {
|
|
762
762
|
// 带入的参数
|
|
763
763
|
type: String,
|
|
@@ -769,12 +769,12 @@ const propDefine$l = {
|
|
|
769
769
|
default: "-"
|
|
770
770
|
}
|
|
771
771
|
};
|
|
772
|
-
const _sfc_main$
|
|
772
|
+
const _sfc_main$k = defineComponent({
|
|
773
773
|
name: "Module",
|
|
774
774
|
components: { SelectPlatform },
|
|
775
775
|
emits: ["change"],
|
|
776
776
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
777
|
-
props: propDefine$
|
|
777
|
+
props: propDefine$k,
|
|
778
778
|
setup(props, ctx) {
|
|
779
779
|
return new ModuleInstance$1(props, ctx);
|
|
780
780
|
}
|
|
@@ -1600,7 +1600,7 @@ let ModuleInstance$1 = class ModuleInstance extends BaseInstance {
|
|
|
1600
1600
|
};
|
|
1601
1601
|
const Module_vue_vue_type_style_index_0_scoped_e41c07fc_lang = "";
|
|
1602
1602
|
const _withScopeId$4 = (n) => (pushScopeId("data-v-e41c07fc"), n = n(), popScopeId(), n);
|
|
1603
|
-
const _hoisted_1$
|
|
1603
|
+
const _hoisted_1$j = { style: { "height": "650px", "overflow-y": "auto" } };
|
|
1604
1604
|
const _hoisted_2$9 = {
|
|
1605
1605
|
class: "import-module",
|
|
1606
1606
|
style: { "height": "650px", "position": "relative" }
|
|
@@ -1611,7 +1611,7 @@ const _hoisted_5$7 = { style: { "height": "calc(100% - 0px)" } };
|
|
|
1611
1611
|
const _hoisted_6$7 = { style: { "width": "calc(100% - 570px)", "height": "100%", "margin-left": "10px", "display": "inline-block" } };
|
|
1612
1612
|
const _hoisted_7$5 = { style: { "height": "calc(100% - 0px)" } };
|
|
1613
1613
|
const _hoisted_8$5 = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ createElementVNode("div", { class: "primary-color gird-tip" }, "点击选择要放置的位置!", -1));
|
|
1614
|
-
function _sfc_render$
|
|
1614
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1615
1615
|
const _component_SelectPlatform = resolveComponent("SelectPlatform");
|
|
1616
1616
|
const _component_Radio = resolveComponent("Radio");
|
|
1617
1617
|
const _component_RadioGroup = resolveComponent("RadioGroup");
|
|
@@ -1699,7 +1699,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1699
1699
|
}, 8, ["loading", "onClick"])
|
|
1700
1700
|
]),
|
|
1701
1701
|
default: withCtx(() => [
|
|
1702
|
-
createElementVNode("div", _hoisted_1$
|
|
1702
|
+
createElementVNode("div", _hoisted_1$j, [
|
|
1703
1703
|
createVNode(_component_Form, {
|
|
1704
1704
|
model: _ctx.moduleFormModel,
|
|
1705
1705
|
"label-width": 90
|
|
@@ -1834,8 +1834,8 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1834
1834
|
_: 1
|
|
1835
1835
|
});
|
|
1836
1836
|
}
|
|
1837
|
-
const Module = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1838
|
-
const propDefine$
|
|
1837
|
+
const Module = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-e41c07fc"]]);
|
|
1838
|
+
const propDefine$j = {
|
|
1839
1839
|
linkParam: {
|
|
1840
1840
|
// 带入的参数
|
|
1841
1841
|
type: String,
|
|
@@ -1847,12 +1847,12 @@ const propDefine$k = {
|
|
|
1847
1847
|
default: "-"
|
|
1848
1848
|
}
|
|
1849
1849
|
};
|
|
1850
|
-
const _sfc_main$
|
|
1850
|
+
const _sfc_main$j = defineComponent({
|
|
1851
1851
|
name: "Role",
|
|
1852
1852
|
components: { SelectPlatform },
|
|
1853
1853
|
emits: [""],
|
|
1854
1854
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
1855
|
-
props: propDefine$
|
|
1855
|
+
props: propDefine$j,
|
|
1856
1856
|
setup(props, ctx) {
|
|
1857
1857
|
return new RoleInstance$1(props, ctx);
|
|
1858
1858
|
}
|
|
@@ -2643,14 +2643,14 @@ let RoleInstance$1 = class RoleInstance extends BaseInstance {
|
|
|
2643
2643
|
//#endregion 导入角色 END
|
|
2644
2644
|
};
|
|
2645
2645
|
const Role_vue_vue_type_style_index_0_scoped_a12a6a42_lang = "";
|
|
2646
|
-
const _hoisted_1$
|
|
2646
|
+
const _hoisted_1$i = { style: { "height": "650px", "overflow-y": "auto", "position": "relative" } };
|
|
2647
2647
|
const _hoisted_2$8 = {
|
|
2648
2648
|
class: "import-role",
|
|
2649
2649
|
style: { "height": "610px", "position": "relative" }
|
|
2650
2650
|
};
|
|
2651
2651
|
const _hoisted_3$8 = { style: { "width": "100%", "height": "100%" } };
|
|
2652
2652
|
const _hoisted_4$8 = { style: { "height": "530px", "overflow-y": "auto" } };
|
|
2653
|
-
function _sfc_render$
|
|
2653
|
+
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2654
2654
|
const _component_SelectPlatform = resolveComponent("SelectPlatform");
|
|
2655
2655
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
2656
2656
|
const _component_NvBox = resolveComponent("NvBox");
|
|
@@ -2716,7 +2716,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2716
2716
|
}, 8, ["loading", "onClick"])
|
|
2717
2717
|
]),
|
|
2718
2718
|
default: withCtx(() => [
|
|
2719
|
-
createElementVNode("div", _hoisted_1$
|
|
2719
|
+
createElementVNode("div", _hoisted_1$i, [
|
|
2720
2720
|
createVNode(_component_NvGrid, {
|
|
2721
2721
|
ref: "moduleGrid",
|
|
2722
2722
|
option: _ctx.moduleGridOption
|
|
@@ -2850,8 +2850,8 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2850
2850
|
_: 1
|
|
2851
2851
|
});
|
|
2852
2852
|
}
|
|
2853
|
-
const Role = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2854
|
-
const propDefine$
|
|
2853
|
+
const Role = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-a12a6a42"]]);
|
|
2854
|
+
const propDefine$i = {
|
|
2855
2855
|
linkParam: {
|
|
2856
2856
|
// 带入的参数
|
|
2857
2857
|
type: String,
|
|
@@ -2863,12 +2863,12 @@ const propDefine$j = {
|
|
|
2863
2863
|
default: "-"
|
|
2864
2864
|
}
|
|
2865
2865
|
};
|
|
2866
|
-
const _sfc_main$
|
|
2866
|
+
const _sfc_main$i = defineComponent({
|
|
2867
2867
|
name: "InstitutionType",
|
|
2868
2868
|
components: {},
|
|
2869
2869
|
emits: [""],
|
|
2870
2870
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
2871
|
-
props: propDefine$
|
|
2871
|
+
props: propDefine$i,
|
|
2872
2872
|
setup(props, ctx) {
|
|
2873
2873
|
return new InstitutionTypeInstance(props, ctx);
|
|
2874
2874
|
}
|
|
@@ -3070,8 +3070,8 @@ class InstitutionTypeInstance extends BaseInstance {
|
|
|
3070
3070
|
//#endregion 编辑机构类型 END
|
|
3071
3071
|
}
|
|
3072
3072
|
const InstitutionType_vue_vue_type_style_index_0_scoped_947fe129_lang = "";
|
|
3073
|
-
const _hoisted_1$
|
|
3074
|
-
function _sfc_render$
|
|
3073
|
+
const _hoisted_1$h = { style: { "height": "350px", "overflow-y": "auto" } };
|
|
3074
|
+
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3075
3075
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
3076
3076
|
const _component_NvBox = resolveComponent("NvBox");
|
|
3077
3077
|
const _component_NvComForm = resolveComponent("NvComForm");
|
|
@@ -3124,7 +3124,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3124
3124
|
}, 8, ["loading", "onClick"])
|
|
3125
3125
|
]),
|
|
3126
3126
|
default: withCtx(() => [
|
|
3127
|
-
createElementVNode("div", _hoisted_1$
|
|
3127
|
+
createElementVNode("div", _hoisted_1$h, [
|
|
3128
3128
|
createVNode(_component_Form, {
|
|
3129
3129
|
ref: "refInstitutionTypeForm",
|
|
3130
3130
|
model: _ctx.institutionTypeFormModel,
|
|
@@ -3146,8 +3146,8 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3146
3146
|
_: 1
|
|
3147
3147
|
});
|
|
3148
3148
|
}
|
|
3149
|
-
const InstitutionType = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3150
|
-
const propDefine$
|
|
3149
|
+
const InstitutionType = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-947fe129"]]);
|
|
3150
|
+
const propDefine$h = {
|
|
3151
3151
|
linkParam: {
|
|
3152
3152
|
// 带入的参数
|
|
3153
3153
|
type: String,
|
|
@@ -3159,12 +3159,12 @@ const propDefine$i = {
|
|
|
3159
3159
|
default: "-"
|
|
3160
3160
|
}
|
|
3161
3161
|
};
|
|
3162
|
-
const _sfc_main$
|
|
3162
|
+
const _sfc_main$h = defineComponent({
|
|
3163
3163
|
name: "Institution",
|
|
3164
3164
|
components: { SelectPlatform },
|
|
3165
3165
|
emits: [""],
|
|
3166
3166
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
3167
|
-
props: propDefine$
|
|
3167
|
+
props: propDefine$h,
|
|
3168
3168
|
setup(props, ctx) {
|
|
3169
3169
|
return new InstitutionInstance$1(props, ctx);
|
|
3170
3170
|
}
|
|
@@ -4069,7 +4069,7 @@ let InstitutionInstance$1 = class InstitutionInstance extends BaseInstance {
|
|
|
4069
4069
|
//#endregion 绑定角色 END
|
|
4070
4070
|
};
|
|
4071
4071
|
const Institution_vue_vue_type_style_index_0_scoped_7165dadd_lang = "";
|
|
4072
|
-
const _hoisted_1$
|
|
4072
|
+
const _hoisted_1$g = { style: { "width": "100%", "height": "100%", "position": "relative" } };
|
|
4073
4073
|
const _hoisted_2$7 = { style: { "height": "500px", "overflow-y": "auto" } };
|
|
4074
4074
|
const _hoisted_3$7 = {
|
|
4075
4075
|
class: "import-institution",
|
|
@@ -4078,7 +4078,7 @@ const _hoisted_3$7 = {
|
|
|
4078
4078
|
const _hoisted_4$7 = { style: { "width": "100%", "height": "100%" } };
|
|
4079
4079
|
const _hoisted_5$6 = { style: { "height": "calc(100%)" } };
|
|
4080
4080
|
const _hoisted_6$6 = { style: { "height": "610px", "overflow-y": "auto", "position": "relative" } };
|
|
4081
|
-
function _sfc_render$
|
|
4081
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4082
4082
|
const _component_SelectPlatform = resolveComponent("SelectPlatform");
|
|
4083
4083
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
4084
4084
|
const _component_NvBox = resolveComponent("NvBox");
|
|
@@ -4148,7 +4148,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4148
4148
|
})
|
|
4149
4149
|
]),
|
|
4150
4150
|
default: withCtx(() => [
|
|
4151
|
-
createElementVNode("div", _hoisted_1$
|
|
4151
|
+
createElementVNode("div", _hoisted_1$g, [
|
|
4152
4152
|
createVNode(_component_Tree, {
|
|
4153
4153
|
data: _ctx.institutionTree,
|
|
4154
4154
|
render: _ctx.renderContent,
|
|
@@ -4346,14 +4346,14 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4346
4346
|
_: 1
|
|
4347
4347
|
});
|
|
4348
4348
|
}
|
|
4349
|
-
const Institution = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4350
|
-
const propDefine$
|
|
4351
|
-
const _sfc_main$
|
|
4349
|
+
const Institution = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-7165dadd"]]);
|
|
4350
|
+
const propDefine$g = {};
|
|
4351
|
+
const _sfc_main$g = defineComponent({
|
|
4352
4352
|
name: "LoginLog",
|
|
4353
4353
|
components: {},
|
|
4354
4354
|
emits: [""],
|
|
4355
4355
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
4356
|
-
props: propDefine$
|
|
4356
|
+
props: propDefine$g,
|
|
4357
4357
|
setup(props, ctx) {
|
|
4358
4358
|
return new LoginLogInstance$1(props, ctx);
|
|
4359
4359
|
}
|
|
@@ -4458,18 +4458,18 @@ let LoginLogInstance$1 = class LoginLogInstance extends BaseInstance {
|
|
|
4458
4458
|
//#endregion 登录日志 END
|
|
4459
4459
|
};
|
|
4460
4460
|
const LoginLog_vue_vue_type_style_index_0_scoped_4e2e0184_lang = "";
|
|
4461
|
-
const _hoisted_1$
|
|
4462
|
-
function _sfc_render$
|
|
4461
|
+
const _hoisted_1$f = { class: "loginLog" };
|
|
4462
|
+
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4463
4463
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
4464
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
4464
|
+
return openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
4465
4465
|
createVNode(_component_NvGrid, {
|
|
4466
4466
|
ref: "loginLogGrid",
|
|
4467
4467
|
option: _ctx.loginLogGridOption
|
|
4468
4468
|
}, null, 8, ["option"])
|
|
4469
4469
|
]);
|
|
4470
4470
|
}
|
|
4471
|
-
const LoginLog$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4472
|
-
const propDefine$
|
|
4471
|
+
const LoginLog$1 = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-4e2e0184"]]);
|
|
4472
|
+
const propDefine$f = {
|
|
4473
4473
|
linkParam: {
|
|
4474
4474
|
// 带入的参数
|
|
4475
4475
|
type: String,
|
|
@@ -4481,12 +4481,12 @@ const propDefine$g = {
|
|
|
4481
4481
|
default: "-"
|
|
4482
4482
|
}
|
|
4483
4483
|
};
|
|
4484
|
-
const _sfc_main$
|
|
4484
|
+
const _sfc_main$f = defineComponent({
|
|
4485
4485
|
name: "Userinfor",
|
|
4486
|
-
components: { SelectPlatform, LoginLog: LoginLog$1, BaseLogin },
|
|
4486
|
+
components: { SelectPlatform, LoginLog: LoginLog$1, BaseLogin, NvComFormUp },
|
|
4487
4487
|
emits: [""],
|
|
4488
4488
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
4489
|
-
props: propDefine$
|
|
4489
|
+
props: propDefine$f,
|
|
4490
4490
|
setup(props, ctx) {
|
|
4491
4491
|
return new UserinforInstance$1(props, ctx);
|
|
4492
4492
|
}
|
|
@@ -4781,7 +4781,8 @@ let UserinforInstance$1 = class UserinforInstance extends BaseInstance {
|
|
|
4781
4781
|
PwdAuthentication: 0,
|
|
4782
4782
|
LastUpdateUserId: 0,
|
|
4783
4783
|
LastUpdateUserName: "",
|
|
4784
|
-
LastUpdateDate: ""
|
|
4784
|
+
LastUpdateDate: "",
|
|
4785
|
+
OrderNo: 0
|
|
4785
4786
|
}));
|
|
4786
4787
|
__publicField(this, "userFormItems", reactive([
|
|
4787
4788
|
{
|
|
@@ -4800,6 +4801,11 @@ let UserinforInstance$1 = class UserinforInstance extends BaseInstance {
|
|
|
4800
4801
|
datas: [{ text: "男", value: 1 }, { text: "女", value: 2 }, { text: "其他", value: 3 }],
|
|
4801
4802
|
transfer: true
|
|
4802
4803
|
}
|
|
4804
|
+
},
|
|
4805
|
+
{
|
|
4806
|
+
model: "OrderNo",
|
|
4807
|
+
label: "排序号",
|
|
4808
|
+
type: "InputNumber"
|
|
4803
4809
|
}
|
|
4804
4810
|
]
|
|
4805
4811
|
},
|
|
@@ -4848,6 +4854,23 @@ let UserinforInstance$1 = class UserinforInstance extends BaseInstance {
|
|
|
4848
4854
|
},
|
|
4849
4855
|
{ model: "ErrorNum", label: "错误次数", type: "Input" }
|
|
4850
4856
|
]
|
|
4857
|
+
},
|
|
4858
|
+
{
|
|
4859
|
+
model: "",
|
|
4860
|
+
label: "签字信息",
|
|
4861
|
+
span: 24,
|
|
4862
|
+
children: [
|
|
4863
|
+
{
|
|
4864
|
+
label: "签字图片",
|
|
4865
|
+
model: "UserSignImgToken",
|
|
4866
|
+
prop: "UserSignImgToken",
|
|
4867
|
+
type: "UploadFile",
|
|
4868
|
+
span: 24,
|
|
4869
|
+
uploadFileProp: {
|
|
4870
|
+
uploadQuantity: 1
|
|
4871
|
+
}
|
|
4872
|
+
}
|
|
4873
|
+
]
|
|
4851
4874
|
}
|
|
4852
4875
|
]));
|
|
4853
4876
|
__publicField(this, "userFormRule", reactive({
|
|
@@ -5337,6 +5360,7 @@ let UserinforInstance$1 = class UserinforInstance extends BaseInstance {
|
|
|
5337
5360
|
this.userFormModel.LastUpdateUserId = user.Id;
|
|
5338
5361
|
this.userFormModel.LastUpdateUserName = user.UserName;
|
|
5339
5362
|
this.userFormModel.LastUpdateDate = this.utilities.getCurrentDate();
|
|
5363
|
+
this.userFormModel.OrderNo = data.OrderNo;
|
|
5340
5364
|
this.editUserTitle.value = "编辑用户 - " + data.UserName;
|
|
5341
5365
|
this.showEditUser.value = true;
|
|
5342
5366
|
}
|
|
@@ -5356,6 +5380,7 @@ let UserinforInstance$1 = class UserinforInstance extends BaseInstance {
|
|
|
5356
5380
|
this.userFormModel.AccountType = 1;
|
|
5357
5381
|
this.userFormModel.AccountStatus = 1;
|
|
5358
5382
|
this.userFormModel.ErrorNum = 0;
|
|
5383
|
+
this.userFormModel.OrderNo = 0;
|
|
5359
5384
|
let currentDate = this.utilities.getCurrentDate();
|
|
5360
5385
|
currentDate = this.utilities.dateHelper.format(this.utilities.dateHelper.add(this.utilities.stringHelper.toDate(currentDate), 1, "years"), "YYYY-MM-DD");
|
|
5361
5386
|
this.userFormModel.ExpiredDate = currentDate;
|
|
@@ -5518,11 +5543,11 @@ let UserinforInstance$1 = class UserinforInstance extends BaseInstance {
|
|
|
5518
5543
|
// 响应式方法 | xxx = () => {}
|
|
5519
5544
|
//#endregion 重置密码 END
|
|
5520
5545
|
};
|
|
5521
|
-
const
|
|
5522
|
-
const _withScopeId$3 = (n) => (pushScopeId("data-v-
|
|
5523
|
-
const _hoisted_1$
|
|
5546
|
+
const Userinfor_vue_vue_type_style_index_0_scoped_a643a221_lang = "";
|
|
5547
|
+
const _withScopeId$3 = (n) => (pushScopeId("data-v-a643a221"), n = n(), popScopeId(), n);
|
|
5548
|
+
const _hoisted_1$e = { class: "instree-search" };
|
|
5524
5549
|
const _hoisted_2$6 = { class: "instree-list" };
|
|
5525
|
-
const _hoisted_3$6 = { style: { "height": "
|
|
5550
|
+
const _hoisted_3$6 = { style: { "height": "774px", "overflow-y": "auto" } };
|
|
5526
5551
|
const _hoisted_4$6 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("div", { style: { "margin-left": "16px", "color": "#ff9900" } }, [
|
|
5527
5552
|
/* @__PURE__ */ createElementVNode("div", { style: { "padding-bottom": "8px" } }, "用户账号:手机号必填。在新设备登录时,需进行短信验证。"),
|
|
5528
5553
|
/* @__PURE__ */ createElementVNode("div", null, "内部账号:手机号可不填。")
|
|
@@ -5536,7 +5561,7 @@ const _hoisted_10$2 = { style: { "display": "none" } };
|
|
|
5536
5561
|
const _hoisted_11$2 = { style: { "height": "400px", "overflow-y": "auto" } };
|
|
5537
5562
|
const _hoisted_12$1 = ["src"];
|
|
5538
5563
|
const _hoisted_13$1 = ["src"];
|
|
5539
|
-
function _sfc_render$
|
|
5564
|
+
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5540
5565
|
const _component_SelectPlatform = resolveComponent("SelectPlatform");
|
|
5541
5566
|
const _component_Tree = resolveComponent("Tree");
|
|
5542
5567
|
const _component_Spin = resolveComponent("Spin");
|
|
@@ -5544,11 +5569,12 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5544
5569
|
const _component_Space = resolveComponent("Space");
|
|
5545
5570
|
const _component_NvBox = resolveComponent("NvBox");
|
|
5546
5571
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
5547
|
-
const
|
|
5572
|
+
const _component_NvComFormUp = resolveComponent("NvComFormUp");
|
|
5548
5573
|
const _component_Form = resolveComponent("Form");
|
|
5549
5574
|
const _component_Modal = resolveComponent("Modal");
|
|
5550
5575
|
const _component_LoginLog = resolveComponent("LoginLog");
|
|
5551
5576
|
const _component_BaseLogin = resolveComponent("BaseLogin");
|
|
5577
|
+
const _component_NvComForm = resolveComponent("NvComForm");
|
|
5552
5578
|
const _component_FormItem = resolveComponent("FormItem");
|
|
5553
5579
|
const _component_NvPage = resolveComponent("NvPage");
|
|
5554
5580
|
return openBlock(), createBlock(_component_NvPage, {
|
|
@@ -5579,7 +5605,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5579
5605
|
})
|
|
5580
5606
|
]),
|
|
5581
5607
|
default: withCtx(() => [
|
|
5582
|
-
createElementVNode("div", _hoisted_1$
|
|
5608
|
+
createElementVNode("div", _hoisted_1$e, [
|
|
5583
5609
|
createVNode(_component_SelectPlatform, {
|
|
5584
5610
|
onSelect: _ctx.doChangePlatform,
|
|
5585
5611
|
width: "100%",
|
|
@@ -5657,7 +5683,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5657
5683
|
rules: _ctx.userFormRule
|
|
5658
5684
|
}, {
|
|
5659
5685
|
default: withCtx(() => [
|
|
5660
|
-
createVNode(
|
|
5686
|
+
createVNode(_component_NvComFormUp, {
|
|
5661
5687
|
ref: "userComForm",
|
|
5662
5688
|
formModel: _ctx.userFormModel,
|
|
5663
5689
|
formItems: _ctx.userFormItems
|
|
@@ -5898,8 +5924,8 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5898
5924
|
_: 1
|
|
5899
5925
|
});
|
|
5900
5926
|
}
|
|
5901
|
-
const Userinfor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5902
|
-
const propDefine$
|
|
5927
|
+
const Userinfor = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-a643a221"]]);
|
|
5928
|
+
const propDefine$e = {
|
|
5903
5929
|
linkParam: {
|
|
5904
5930
|
// 带入的参数
|
|
5905
5931
|
type: String,
|
|
@@ -5911,12 +5937,12 @@ const propDefine$f = {
|
|
|
5911
5937
|
default: "-"
|
|
5912
5938
|
}
|
|
5913
5939
|
};
|
|
5914
|
-
const _sfc_main$
|
|
5940
|
+
const _sfc_main$e = defineComponent({
|
|
5915
5941
|
name: "Enterprise",
|
|
5916
5942
|
components: { SelectPlatform },
|
|
5917
5943
|
emits: [""],
|
|
5918
5944
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
5919
|
-
props: propDefine$
|
|
5945
|
+
props: propDefine$e,
|
|
5920
5946
|
setup(props, ctx) {
|
|
5921
5947
|
return new EnterpriseInstance$1(props, ctx);
|
|
5922
5948
|
}
|
|
@@ -6303,8 +6329,8 @@ let EnterpriseInstance$1 = class EnterpriseInstance extends BaseInstance {
|
|
|
6303
6329
|
//#endregion 业务逻辑 编辑企业信息 END
|
|
6304
6330
|
};
|
|
6305
6331
|
const Enterprise_vue_vue_type_style_index_0_scoped_58aa3e77_lang = "";
|
|
6306
|
-
const _hoisted_1$
|
|
6307
|
-
function _sfc_render$
|
|
6332
|
+
const _hoisted_1$d = { style: { "height": "650px", "overflow-y": "auto" } };
|
|
6333
|
+
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6308
6334
|
const _component_SelectPlatform = resolveComponent("SelectPlatform");
|
|
6309
6335
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
6310
6336
|
const _component_NvBox = resolveComponent("NvBox");
|
|
@@ -6372,7 +6398,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6372
6398
|
}, 8, ["loading", "onClick"])) : createCommentVNode("", true)
|
|
6373
6399
|
]),
|
|
6374
6400
|
default: withCtx(() => [
|
|
6375
|
-
createElementVNode("div", _hoisted_1$
|
|
6401
|
+
createElementVNode("div", _hoisted_1$d, [
|
|
6376
6402
|
createVNode(_component_Form, {
|
|
6377
6403
|
model: _ctx.enterpriseFormModel,
|
|
6378
6404
|
"label-width": 90
|
|
@@ -6395,8 +6421,8 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6395
6421
|
_: 1
|
|
6396
6422
|
});
|
|
6397
6423
|
}
|
|
6398
|
-
const Enterprise = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6399
|
-
const propDefine$
|
|
6424
|
+
const Enterprise = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-58aa3e77"]]);
|
|
6425
|
+
const propDefine$d = {
|
|
6400
6426
|
linkParam: {
|
|
6401
6427
|
// 带入的参数
|
|
6402
6428
|
type: String,
|
|
@@ -6408,14 +6434,14 @@ const propDefine$e = {
|
|
|
6408
6434
|
default: "-"
|
|
6409
6435
|
}
|
|
6410
6436
|
};
|
|
6411
|
-
const _sfc_main$
|
|
6437
|
+
const _sfc_main$d = defineComponent({
|
|
6412
6438
|
name: "Information",
|
|
6413
6439
|
components: {
|
|
6414
6440
|
NvComFormUp
|
|
6415
6441
|
},
|
|
6416
6442
|
emits: [""],
|
|
6417
6443
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
6418
|
-
props: propDefine$
|
|
6444
|
+
props: propDefine$d,
|
|
6419
6445
|
setup(props, ctx) {
|
|
6420
6446
|
return new InformationInstance(props, ctx);
|
|
6421
6447
|
}
|
|
@@ -6780,8 +6806,8 @@ class InformationInstance extends BaseInstance {
|
|
|
6780
6806
|
}
|
|
6781
6807
|
//#endregion 编辑信息 END
|
|
6782
6808
|
}
|
|
6783
|
-
const _hoisted_1$
|
|
6784
|
-
function _sfc_render$
|
|
6809
|
+
const _hoisted_1$c = { style: { "overflow-y": "auto" } };
|
|
6810
|
+
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6785
6811
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
6786
6812
|
const _component_NvBox = resolveComponent("NvBox");
|
|
6787
6813
|
const _component_NvComFormUp = resolveComponent("NvComFormUp");
|
|
@@ -6838,7 +6864,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6838
6864
|
}, 8, ["loading", "onClick"])
|
|
6839
6865
|
]),
|
|
6840
6866
|
default: withCtx(() => [
|
|
6841
|
-
createElementVNode("div", _hoisted_1$
|
|
6867
|
+
createElementVNode("div", _hoisted_1$c, [
|
|
6842
6868
|
createVNode(_component_Form, {
|
|
6843
6869
|
ref: "refRoleForm",
|
|
6844
6870
|
model: _ctx.roleFormModel,
|
|
@@ -6860,8 +6886,8 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6860
6886
|
_: 1
|
|
6861
6887
|
});
|
|
6862
6888
|
}
|
|
6863
|
-
const Information = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6864
|
-
const propDefine$
|
|
6889
|
+
const Information = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
|
|
6890
|
+
const propDefine$c = {
|
|
6865
6891
|
linkParam: {
|
|
6866
6892
|
// 带入的参数
|
|
6867
6893
|
type: String,
|
|
@@ -6883,12 +6909,12 @@ const propDefine$d = {
|
|
|
6883
6909
|
default: "BD"
|
|
6884
6910
|
}
|
|
6885
6911
|
};
|
|
6886
|
-
const _sfc_main$
|
|
6912
|
+
const _sfc_main$c = defineComponent({
|
|
6887
6913
|
name: "GeneralConfiguration",
|
|
6888
6914
|
components: {},
|
|
6889
6915
|
emits: [""],
|
|
6890
6916
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
6891
|
-
props: propDefine$
|
|
6917
|
+
props: propDefine$c,
|
|
6892
6918
|
setup(props, ctx) {
|
|
6893
6919
|
return new GeneralConfigurationInstance(props, ctx);
|
|
6894
6920
|
}
|
|
@@ -7415,8 +7441,8 @@ class GeneralConfigurationInstance extends BaseInstance {
|
|
|
7415
7441
|
//#endregion 概况选择modal END
|
|
7416
7442
|
}
|
|
7417
7443
|
const GeneralConfiguration_vue_vue_type_style_index_0_scoped_a01b6a2e_lang = "";
|
|
7418
|
-
const _hoisted_1$
|
|
7419
|
-
function _sfc_render$
|
|
7444
|
+
const _hoisted_1$b = { style: { "height": "600px", "overflow-y": "auto" } };
|
|
7445
|
+
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7420
7446
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
7421
7447
|
const _component_NvBox = resolveComponent("NvBox");
|
|
7422
7448
|
const _component_Button = resolveComponent("Button");
|
|
@@ -7468,7 +7494,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7468
7494
|
}, 8, ["loading", "onClick"])
|
|
7469
7495
|
]),
|
|
7470
7496
|
default: withCtx(() => [
|
|
7471
|
-
createElementVNode("div", _hoisted_1$
|
|
7497
|
+
createElementVNode("div", _hoisted_1$b, [
|
|
7472
7498
|
createVNode(_component_NvGrid, {
|
|
7473
7499
|
ref: "dicModalGrid",
|
|
7474
7500
|
option: _ctx.dicModalGridOption
|
|
@@ -7481,8 +7507,8 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7481
7507
|
_: 1
|
|
7482
7508
|
});
|
|
7483
7509
|
}
|
|
7484
|
-
const GeneralConfiguration = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7485
|
-
const propDefine$
|
|
7510
|
+
const GeneralConfiguration = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-a01b6a2e"]]);
|
|
7511
|
+
const propDefine$b = {
|
|
7486
7512
|
linkParam: {
|
|
7487
7513
|
// 带入的参数
|
|
7488
7514
|
type: String,
|
|
@@ -7494,7 +7520,7 @@ const propDefine$c = {
|
|
|
7494
7520
|
default: "-"
|
|
7495
7521
|
}
|
|
7496
7522
|
};
|
|
7497
|
-
const _sfc_main$
|
|
7523
|
+
const _sfc_main$b = defineComponent({
|
|
7498
7524
|
name: "Platform",
|
|
7499
7525
|
components: {
|
|
7500
7526
|
GeneralConfiguration,
|
|
@@ -7502,7 +7528,7 @@ const _sfc_main$c = defineComponent({
|
|
|
7502
7528
|
},
|
|
7503
7529
|
emits: [""],
|
|
7504
7530
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
7505
|
-
props: propDefine$
|
|
7531
|
+
props: propDefine$b,
|
|
7506
7532
|
setup(props, ctx) {
|
|
7507
7533
|
return new PlatformInstance2(props, ctx);
|
|
7508
7534
|
}
|
|
@@ -7938,8 +7964,8 @@ class PlatformInstance2 extends BaseInstance {
|
|
|
7938
7964
|
//#endregion 扩展信息 END
|
|
7939
7965
|
}
|
|
7940
7966
|
const Platform_vue_vue_type_style_index_0_scoped_d318c7ed_lang = "";
|
|
7941
|
-
const _hoisted_1$
|
|
7942
|
-
function _sfc_render$
|
|
7967
|
+
const _hoisted_1$a = { style: { "height": "600px", "overflow-y": "auto" } };
|
|
7968
|
+
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7943
7969
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
7944
7970
|
const _component_NvBox = resolveComponent("NvBox");
|
|
7945
7971
|
const _component_NvComForm = resolveComponent("NvComForm");
|
|
@@ -7994,7 +8020,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7994
8020
|
}, 8, ["loading", "onClick"])
|
|
7995
8021
|
]),
|
|
7996
8022
|
default: withCtx(() => [
|
|
7997
|
-
createElementVNode("div", _hoisted_1$
|
|
8023
|
+
createElementVNode("div", _hoisted_1$a, [
|
|
7998
8024
|
createVNode(_component_Form, {
|
|
7999
8025
|
ref: "refPlatformForm",
|
|
8000
8026
|
model: _ctx.platformFormModel,
|
|
@@ -8085,8 +8111,8 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8085
8111
|
_: 1
|
|
8086
8112
|
});
|
|
8087
8113
|
}
|
|
8088
|
-
const subplatform = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8089
|
-
const propDefine$
|
|
8114
|
+
const subplatform = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-d318c7ed"]]);
|
|
8115
|
+
const propDefine$a = {
|
|
8090
8116
|
linkParam: {
|
|
8091
8117
|
// 带入的参数
|
|
8092
8118
|
type: String,
|
|
@@ -8098,12 +8124,12 @@ const propDefine$b = {
|
|
|
8098
8124
|
default: "-"
|
|
8099
8125
|
}
|
|
8100
8126
|
};
|
|
8101
|
-
const _sfc_main$
|
|
8127
|
+
const _sfc_main$a = defineComponent({
|
|
8102
8128
|
name: "Role",
|
|
8103
8129
|
components: { SelectPlatform },
|
|
8104
8130
|
emits: [""],
|
|
8105
8131
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
8106
|
-
props: propDefine$
|
|
8132
|
+
props: propDefine$a,
|
|
8107
8133
|
setup(props, ctx) {
|
|
8108
8134
|
return new RoleInstance2(props, ctx);
|
|
8109
8135
|
}
|
|
@@ -8124,7 +8150,9 @@ class RoleInstance2 extends BaseInstance {
|
|
|
8124
8150
|
// 私有属性 | private
|
|
8125
8151
|
// 响应属性 | ref、reactive、computed、watch
|
|
8126
8152
|
__publicField(this, "platId", ref(0));
|
|
8153
|
+
/** 平台数据 */
|
|
8127
8154
|
__publicField(this, "platData", ref([]));
|
|
8155
|
+
/** 平台加载状态 */
|
|
8128
8156
|
__publicField(this, "spinPlatShow", ref(false));
|
|
8129
8157
|
__publicField(this, "webOrApp", ref(0));
|
|
8130
8158
|
// 0:WEB 1:APP
|
|
@@ -8928,14 +8956,14 @@ class RoleInstance2 extends BaseInstance {
|
|
|
8928
8956
|
//#endregion 导入角色 END
|
|
8929
8957
|
}
|
|
8930
8958
|
const Role_vue_vue_type_style_index_0_scoped_bbf1cb02_lang = "";
|
|
8931
|
-
const _hoisted_1$
|
|
8959
|
+
const _hoisted_1$9 = { style: { "height": "650px", "overflow-y": "auto", "position": "relative" } };
|
|
8932
8960
|
const _hoisted_2$5 = {
|
|
8933
8961
|
class: "import-role",
|
|
8934
8962
|
style: { "height": "610px", "position": "relative" }
|
|
8935
8963
|
};
|
|
8936
8964
|
const _hoisted_3$5 = { style: { "width": "100%", "height": "100%" } };
|
|
8937
8965
|
const _hoisted_4$5 = { style: { "height": "530px", "overflow-y": "auto" } };
|
|
8938
|
-
function _sfc_render$
|
|
8966
|
+
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8939
8967
|
const _component_Option = resolveComponent("Option");
|
|
8940
8968
|
const _component_Select = resolveComponent("Select");
|
|
8941
8969
|
const _component_Spin = resolveComponent("Spin");
|
|
@@ -9038,7 +9066,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9038
9066
|
}, 8, ["loading", "onClick"])
|
|
9039
9067
|
]),
|
|
9040
9068
|
default: withCtx(() => [
|
|
9041
|
-
createElementVNode("div", _hoisted_1$
|
|
9069
|
+
createElementVNode("div", _hoisted_1$9, [
|
|
9042
9070
|
createVNode(_component_NvGrid, {
|
|
9043
9071
|
ref: "moduleGrid",
|
|
9044
9072
|
option: _ctx.moduleGridOption
|
|
@@ -9198,8 +9226,8 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9198
9226
|
_: 1
|
|
9199
9227
|
});
|
|
9200
9228
|
}
|
|
9201
|
-
const subrole = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9202
|
-
const propDefine$
|
|
9229
|
+
const subrole = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a], ["__scopeId", "data-v-bbf1cb02"]]);
|
|
9230
|
+
const propDefine$9 = {
|
|
9203
9231
|
linkParam: {
|
|
9204
9232
|
// 带入的参数
|
|
9205
9233
|
type: String,
|
|
@@ -9211,12 +9239,12 @@ const propDefine$a = {
|
|
|
9211
9239
|
default: "-"
|
|
9212
9240
|
}
|
|
9213
9241
|
};
|
|
9214
|
-
const _sfc_main$
|
|
9242
|
+
const _sfc_main$9 = defineComponent({
|
|
9215
9243
|
name: "Enterprise",
|
|
9216
9244
|
components: { SelectPlatform },
|
|
9217
9245
|
emits: [""],
|
|
9218
9246
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
9219
|
-
props: propDefine$
|
|
9247
|
+
props: propDefine$9,
|
|
9220
9248
|
setup(props, ctx) {
|
|
9221
9249
|
return new EnterpriseInstance2(props, ctx);
|
|
9222
9250
|
}
|
|
@@ -9627,8 +9655,8 @@ class EnterpriseInstance2 extends BaseInstance {
|
|
|
9627
9655
|
//#endregion 业务逻辑 编辑企业信息 END
|
|
9628
9656
|
}
|
|
9629
9657
|
const Enterprise_vue_vue_type_style_index_0_scoped_57711b94_lang = "";
|
|
9630
|
-
const _hoisted_1$
|
|
9631
|
-
function _sfc_render$
|
|
9658
|
+
const _hoisted_1$8 = { style: { "height": "650px", "overflow-y": "auto" } };
|
|
9659
|
+
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9632
9660
|
const _component_Option = resolveComponent("Option");
|
|
9633
9661
|
const _component_Select = resolveComponent("Select");
|
|
9634
9662
|
const _component_Spin = resolveComponent("Spin");
|
|
@@ -9730,7 +9758,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9730
9758
|
}, 8, ["loading", "onClick"])) : createCommentVNode("", true)
|
|
9731
9759
|
]),
|
|
9732
9760
|
default: withCtx(() => [
|
|
9733
|
-
createElementVNode("div", _hoisted_1$
|
|
9761
|
+
createElementVNode("div", _hoisted_1$8, [
|
|
9734
9762
|
createVNode(_component_Form, {
|
|
9735
9763
|
model: _ctx.enterpriseFormModel,
|
|
9736
9764
|
"label-width": 90
|
|
@@ -9753,8 +9781,8 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9753
9781
|
_: 1
|
|
9754
9782
|
});
|
|
9755
9783
|
}
|
|
9756
|
-
const subenterprise = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9757
|
-
const propDefine$
|
|
9784
|
+
const subenterprise = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-57711b94"]]);
|
|
9785
|
+
const propDefine$8 = {
|
|
9758
9786
|
linkParam: {
|
|
9759
9787
|
// 带入的参数
|
|
9760
9788
|
type: String,
|
|
@@ -9766,12 +9794,12 @@ const propDefine$9 = {
|
|
|
9766
9794
|
default: "-"
|
|
9767
9795
|
}
|
|
9768
9796
|
};
|
|
9769
|
-
const _sfc_main$
|
|
9797
|
+
const _sfc_main$8 = defineComponent({
|
|
9770
9798
|
name: "Institution",
|
|
9771
9799
|
components: { SelectPlatform },
|
|
9772
9800
|
emits: [""],
|
|
9773
9801
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
9774
|
-
props: propDefine$
|
|
9802
|
+
props: propDefine$8,
|
|
9775
9803
|
setup(props, ctx) {
|
|
9776
9804
|
return new InstitutionInstance2(props, ctx);
|
|
9777
9805
|
}
|
|
@@ -10717,7 +10745,7 @@ class InstitutionInstance2 extends BaseInstance {
|
|
|
10717
10745
|
//#endregion 绑定角色 END
|
|
10718
10746
|
}
|
|
10719
10747
|
const Institution_vue_vue_type_style_index_0_scoped_ba4186ba_lang = "";
|
|
10720
|
-
const _hoisted_1$
|
|
10748
|
+
const _hoisted_1$7 = { style: { "width": "100%", "height": "100%", "position": "relative" } };
|
|
10721
10749
|
const _hoisted_2$4 = { style: { "height": "500px", "overflow-y": "auto" } };
|
|
10722
10750
|
const _hoisted_3$4 = {
|
|
10723
10751
|
class: "import-institution",
|
|
@@ -10726,7 +10754,7 @@ const _hoisted_3$4 = {
|
|
|
10726
10754
|
const _hoisted_4$4 = { style: { "width": "100%", "height": "100%" } };
|
|
10727
10755
|
const _hoisted_5$4 = { style: { "height": "calc(100%)" } };
|
|
10728
10756
|
const _hoisted_6$4 = { style: { "height": "610px", "overflow-y": "auto", "position": "relative" } };
|
|
10729
|
-
function _sfc_render$
|
|
10757
|
+
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10730
10758
|
const _component_Option = resolveComponent("Option");
|
|
10731
10759
|
const _component_Select = resolveComponent("Select");
|
|
10732
10760
|
const _component_Spin = resolveComponent("Spin");
|
|
@@ -10831,7 +10859,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10831
10859
|
})
|
|
10832
10860
|
]),
|
|
10833
10861
|
default: withCtx(() => [
|
|
10834
|
-
createElementVNode("div", _hoisted_1$
|
|
10862
|
+
createElementVNode("div", _hoisted_1$7, [
|
|
10835
10863
|
createVNode(_component_Tree, {
|
|
10836
10864
|
data: _ctx.institutionTree,
|
|
10837
10865
|
render: _ctx.renderContent,
|
|
@@ -11029,14 +11057,14 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11029
11057
|
_: 1
|
|
11030
11058
|
});
|
|
11031
11059
|
}
|
|
11032
|
-
const subinstitution = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11033
|
-
const propDefine$
|
|
11034
|
-
const _sfc_main$
|
|
11060
|
+
const subinstitution = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8], ["__scopeId", "data-v-ba4186ba"]]);
|
|
11061
|
+
const propDefine$7 = {};
|
|
11062
|
+
const _sfc_main$7 = defineComponent({
|
|
11035
11063
|
name: "LoginLog",
|
|
11036
11064
|
components: {},
|
|
11037
11065
|
emits: [""],
|
|
11038
11066
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
11039
|
-
props: propDefine$
|
|
11067
|
+
props: propDefine$7,
|
|
11040
11068
|
setup(props, ctx) {
|
|
11041
11069
|
return new LoginLogInstance2(props, ctx);
|
|
11042
11070
|
}
|
|
@@ -11141,18 +11169,18 @@ class LoginLogInstance2 extends BaseInstance {
|
|
|
11141
11169
|
//#endregion 登录日志 END
|
|
11142
11170
|
}
|
|
11143
11171
|
const LoginLog_vue_vue_type_style_index_0_scoped_a0d5af5b_lang = "";
|
|
11144
|
-
const _hoisted_1$
|
|
11145
|
-
function _sfc_render$
|
|
11172
|
+
const _hoisted_1$6 = { class: "loginLog" };
|
|
11173
|
+
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11146
11174
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
11147
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
11175
|
+
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
11148
11176
|
createVNode(_component_NvGrid, {
|
|
11149
11177
|
ref: "loginLogGrid",
|
|
11150
11178
|
option: _ctx.loginLogGridOption
|
|
11151
11179
|
}, null, 8, ["option"])
|
|
11152
11180
|
]);
|
|
11153
11181
|
}
|
|
11154
|
-
const LoginLog = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11155
|
-
const propDefine$
|
|
11182
|
+
const LoginLog = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-a0d5af5b"]]);
|
|
11183
|
+
const propDefine$6 = {
|
|
11156
11184
|
linkParam: {
|
|
11157
11185
|
// 带入的参数
|
|
11158
11186
|
type: String,
|
|
@@ -11164,12 +11192,12 @@ const propDefine$7 = {
|
|
|
11164
11192
|
default: "-"
|
|
11165
11193
|
}
|
|
11166
11194
|
};
|
|
11167
|
-
const _sfc_main$
|
|
11195
|
+
const _sfc_main$6 = defineComponent({
|
|
11168
11196
|
name: "Userinfor",
|
|
11169
11197
|
components: { SelectPlatform, LoginLog, BaseLogin },
|
|
11170
11198
|
emits: [""],
|
|
11171
11199
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
11172
|
-
props: propDefine$
|
|
11200
|
+
props: propDefine$6,
|
|
11173
11201
|
setup(props, ctx) {
|
|
11174
11202
|
return new UserinforInstance2(props, ctx);
|
|
11175
11203
|
}
|
|
@@ -11497,7 +11525,8 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
11497
11525
|
PwdAuthentication: 0,
|
|
11498
11526
|
LastUpdateUserId: 0,
|
|
11499
11527
|
LastUpdateUserName: "",
|
|
11500
|
-
LastUpdateDate: ""
|
|
11528
|
+
LastUpdateDate: "",
|
|
11529
|
+
OrderNo: 0
|
|
11501
11530
|
}));
|
|
11502
11531
|
__publicField(this, "isDe", false);
|
|
11503
11532
|
__publicField(this, "userFormItems", reactive([
|
|
@@ -11517,6 +11546,11 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
11517
11546
|
datas: [{ text: "男", value: 1 }, { text: "女", value: 2 }, { text: "其他", value: 3 }],
|
|
11518
11547
|
transfer: true
|
|
11519
11548
|
}
|
|
11549
|
+
},
|
|
11550
|
+
{
|
|
11551
|
+
model: "OrderNo",
|
|
11552
|
+
label: "排序号",
|
|
11553
|
+
type: "InputNumber"
|
|
11520
11554
|
}
|
|
11521
11555
|
]
|
|
11522
11556
|
},
|
|
@@ -11572,6 +11606,23 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
11572
11606
|
},
|
|
11573
11607
|
{ model: "ErrorNum", label: "错误次数", type: "Input" }
|
|
11574
11608
|
]
|
|
11609
|
+
},
|
|
11610
|
+
{
|
|
11611
|
+
model: "",
|
|
11612
|
+
label: "签字信息",
|
|
11613
|
+
span: 24,
|
|
11614
|
+
children: [
|
|
11615
|
+
{
|
|
11616
|
+
label: "签字图片",
|
|
11617
|
+
model: "UserSignImgToken",
|
|
11618
|
+
prop: "UserSignImgToken",
|
|
11619
|
+
type: "UploadFile",
|
|
11620
|
+
span: 24,
|
|
11621
|
+
uploadFileProp: {
|
|
11622
|
+
uploadQuantity: 1
|
|
11623
|
+
}
|
|
11624
|
+
}
|
|
11625
|
+
]
|
|
11575
11626
|
}
|
|
11576
11627
|
]));
|
|
11577
11628
|
__publicField(this, "userFormRule", reactive({
|
|
@@ -11630,7 +11681,6 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
11630
11681
|
this.saveingUser.value = false;
|
|
11631
11682
|
return;
|
|
11632
11683
|
}
|
|
11633
|
-
debugger;
|
|
11634
11684
|
apiResult = await this.userinforApi.save(this.userFormModel);
|
|
11635
11685
|
result = this.utilities.parseApiResult(apiResult);
|
|
11636
11686
|
if (this.userFormModel.Id == 0) {
|
|
@@ -12051,7 +12101,6 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
12051
12101
|
// return this.userFormModel.Id == 0
|
|
12052
12102
|
// });
|
|
12053
12103
|
dateDis() {
|
|
12054
|
-
debugger;
|
|
12055
12104
|
return this.userFormModel.Id == 0;
|
|
12056
12105
|
}
|
|
12057
12106
|
// 私有方法 | private 方法名() {}
|
|
@@ -12078,6 +12127,7 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
12078
12127
|
this.userFormModel.LastUpdateUserId = user.Id;
|
|
12079
12128
|
this.userFormModel.LastUpdateUserName = user.UserName;
|
|
12080
12129
|
this.userFormModel.LastUpdateDate = this.utilities.getCurrentDate();
|
|
12130
|
+
this.userFormModel.OrderNo = data.OrderNo;
|
|
12081
12131
|
this.editUserTitle.value = "编辑用户 - " + data.UserName;
|
|
12082
12132
|
this.showEditUser.value = true;
|
|
12083
12133
|
}
|
|
@@ -12097,6 +12147,7 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
12097
12147
|
this.userFormModel.AccountType = 1;
|
|
12098
12148
|
this.userFormModel.AccountStatus = 1;
|
|
12099
12149
|
this.userFormModel.ErrorNum = 0;
|
|
12150
|
+
this.userFormModel.OrderNo = 0;
|
|
12100
12151
|
let currentDate = this.utilities.getCurrentDate();
|
|
12101
12152
|
currentDate = this.utilities.dateHelper.format(this.utilities.dateHelper.add(this.utilities.stringHelper.toDate(currentDate), 1, "years"), "YYYY-MM-DD");
|
|
12102
12153
|
this.userFormModel.ExpiredDate = currentDate;
|
|
@@ -12259,11 +12310,11 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
12259
12310
|
// 响应式方法 | xxx = () => {}
|
|
12260
12311
|
//#endregion 重置密码 END
|
|
12261
12312
|
}
|
|
12262
|
-
const
|
|
12263
|
-
const _withScopeId$2 = (n) => (pushScopeId("data-v-
|
|
12264
|
-
const _hoisted_1$
|
|
12313
|
+
const Userinfor_vue_vue_type_style_index_0_scoped_a05ded52_lang = "";
|
|
12314
|
+
const _withScopeId$2 = (n) => (pushScopeId("data-v-a05ded52"), n = n(), popScopeId(), n);
|
|
12315
|
+
const _hoisted_1$5 = { class: "instree-search" };
|
|
12265
12316
|
const _hoisted_2$3 = { class: "instree-list" };
|
|
12266
|
-
const _hoisted_3$3 = { style: { "height": "
|
|
12317
|
+
const _hoisted_3$3 = { style: { "height": "750px", "overflow-y": "auto" } };
|
|
12267
12318
|
const _hoisted_4$3 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("div", { style: { "margin-left": "16px", "color": "#ff9900" } }, [
|
|
12268
12319
|
/* @__PURE__ */ createElementVNode("div", { style: { "padding-bottom": "8px" } }, "用户账号:手机号必填。在新设备登录时,需进行短信验证。"),
|
|
12269
12320
|
/* @__PURE__ */ createElementVNode("div", null, "内部账号:手机号可不填。")
|
|
@@ -12277,7 +12328,7 @@ const _hoisted_10$1 = { style: { "display": "none" } };
|
|
|
12277
12328
|
const _hoisted_11$1 = { style: { "height": "400px", "overflow-y": "auto" } };
|
|
12278
12329
|
const _hoisted_12 = ["src"];
|
|
12279
12330
|
const _hoisted_13 = ["src"];
|
|
12280
|
-
function _sfc_render$
|
|
12331
|
+
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12281
12332
|
const _component_Option = resolveComponent("Option");
|
|
12282
12333
|
const _component_Select = resolveComponent("Select");
|
|
12283
12334
|
const _component_Spin = resolveComponent("Spin");
|
|
@@ -12322,7 +12373,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12322
12373
|
})
|
|
12323
12374
|
]),
|
|
12324
12375
|
default: withCtx(() => [
|
|
12325
|
-
createElementVNode("div", _hoisted_1$
|
|
12376
|
+
createElementVNode("div", _hoisted_1$5, [
|
|
12326
12377
|
createVNode(_component_NvControlGroup, {
|
|
12327
12378
|
width: "100%",
|
|
12328
12379
|
icon: "md-refresh",
|
|
@@ -12673,8 +12724,8 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12673
12724
|
_: 1
|
|
12674
12725
|
});
|
|
12675
12726
|
}
|
|
12676
|
-
const subuserinfor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12677
|
-
const propDefine$
|
|
12727
|
+
const subuserinfor = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-a05ded52"]]);
|
|
12728
|
+
const propDefine$5 = {
|
|
12678
12729
|
linkParam: {
|
|
12679
12730
|
// 带入的参数
|
|
12680
12731
|
type: String,
|
|
@@ -12686,12 +12737,12 @@ const propDefine$6 = {
|
|
|
12686
12737
|
default: "-"
|
|
12687
12738
|
}
|
|
12688
12739
|
};
|
|
12689
|
-
const _sfc_main$
|
|
12740
|
+
const _sfc_main$5 = defineComponent({
|
|
12690
12741
|
name: "Module",
|
|
12691
12742
|
components: { SelectPlatform },
|
|
12692
12743
|
emits: ["change"],
|
|
12693
12744
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
12694
|
-
props: propDefine$
|
|
12745
|
+
props: propDefine$5,
|
|
12695
12746
|
setup(props, ctx) {
|
|
12696
12747
|
return new ModuleInstance2(props, ctx);
|
|
12697
12748
|
}
|
|
@@ -13541,7 +13592,7 @@ class ModuleInstance2 extends BaseInstance {
|
|
|
13541
13592
|
}
|
|
13542
13593
|
const Module_vue_vue_type_style_index_0_scoped_23a8ab5f_lang = "";
|
|
13543
13594
|
const _withScopeId$1 = (n) => (pushScopeId("data-v-23a8ab5f"), n = n(), popScopeId(), n);
|
|
13544
|
-
const _hoisted_1$
|
|
13595
|
+
const _hoisted_1$4 = { style: { "height": "650px", "overflow-y": "auto" } };
|
|
13545
13596
|
const _hoisted_2$2 = {
|
|
13546
13597
|
class: "import-module",
|
|
13547
13598
|
style: { "height": "650px", "position": "relative" }
|
|
@@ -13552,7 +13603,7 @@ const _hoisted_5$2 = { style: { "height": "calc(100% - 0px)" } };
|
|
|
13552
13603
|
const _hoisted_6$2 = { style: { "width": "calc(100% - 570px)", "height": "100%", "margin-left": "10px", "display": "inline-block" } };
|
|
13553
13604
|
const _hoisted_7$2 = { style: { "height": "calc(100% - 0px)" } };
|
|
13554
13605
|
const _hoisted_8$2 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "primary-color gird-tip" }, "点击选择要放置的位置!", -1));
|
|
13555
|
-
function _sfc_render$
|
|
13606
|
+
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13556
13607
|
const _component_Option = resolveComponent("Option");
|
|
13557
13608
|
const _component_Select = resolveComponent("Select");
|
|
13558
13609
|
const _component_Spin = resolveComponent("Spin");
|
|
@@ -13675,7 +13726,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13675
13726
|
}, 8, ["loading", "onClick"])
|
|
13676
13727
|
]),
|
|
13677
13728
|
default: withCtx(() => [
|
|
13678
|
-
createElementVNode("div", _hoisted_1$
|
|
13729
|
+
createElementVNode("div", _hoisted_1$4, [
|
|
13679
13730
|
createVNode(_component_Form, {
|
|
13680
13731
|
model: _ctx.moduleFormModel,
|
|
13681
13732
|
"label-width": 90
|
|
@@ -13810,7 +13861,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13810
13861
|
_: 1
|
|
13811
13862
|
});
|
|
13812
13863
|
}
|
|
13813
|
-
const subModule = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13864
|
+
const subModule = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-23a8ab5f"]]);
|
|
13814
13865
|
const type = "FeatureCollection";
|
|
13815
13866
|
const features = [
|
|
13816
13867
|
{
|
|
@@ -26372,7 +26423,7 @@ const shanxi = {
|
|
|
26372
26423
|
crs
|
|
26373
26424
|
};
|
|
26374
26425
|
const style = "";
|
|
26375
|
-
const propDefine$
|
|
26426
|
+
const propDefine$4 = {
|
|
26376
26427
|
linkParam: {
|
|
26377
26428
|
// 带入的参数
|
|
26378
26429
|
type: String,
|
|
@@ -26384,12 +26435,11 @@ const propDefine$5 = {
|
|
|
26384
26435
|
default: "-"
|
|
26385
26436
|
}
|
|
26386
26437
|
};
|
|
26387
|
-
const _sfc_main$
|
|
26438
|
+
const _sfc_main$4 = defineComponent({
|
|
26388
26439
|
name: "Sublinepoins",
|
|
26389
26440
|
components: { SelectPlatform, NvMap },
|
|
26390
26441
|
emits: [""],
|
|
26391
|
-
|
|
26392
|
-
props: propDefine$5,
|
|
26442
|
+
props: propDefine$4,
|
|
26393
26443
|
setup(props, ctx) {
|
|
26394
26444
|
return new ProjectUserinforInstance$1(props, ctx);
|
|
26395
26445
|
}
|
|
@@ -26442,6 +26492,9 @@ let ProjectUserinforInstance$1 = class ProjectUserinforInstance extends BaseInst
|
|
|
26442
26492
|
this.userBoxWidth.value = isExpand ? "calc(100% - 300px)" : "calc(100% - 45px)";
|
|
26443
26493
|
});
|
|
26444
26494
|
// 响应式方法 | xxx = () => {}
|
|
26495
|
+
/**
|
|
26496
|
+
* 地图加载完毕事件
|
|
26497
|
+
*/
|
|
26445
26498
|
__publicField(this, "mapOnLoad", () => {
|
|
26446
26499
|
this.shanxiGeoObj = this.NvMap1.value.addGeoJSON(shanxi, { color: "#9EFFFF", weight: 1, fillOpacity: 0 });
|
|
26447
26500
|
this.polyline = this.NvMap1.value.addPolyline([], { color: "#D8A451", weight: 5 });
|
|
@@ -26732,7 +26785,6 @@ let ProjectUserinforInstance$1 = class ProjectUserinforInstance extends BaseInst
|
|
|
26732
26785
|
}
|
|
26733
26786
|
/** 清除地图临时数据 */
|
|
26734
26787
|
clearMapData() {
|
|
26735
|
-
console.log("清除地图临时数据", this.polyline);
|
|
26736
26788
|
if (!this.utilities.isNull(this.polyline) && this.polyline.getLatLngs().length > 0) {
|
|
26737
26789
|
this.polyline.remove();
|
|
26738
26790
|
this.polyline = null;
|
|
@@ -26847,8 +26899,8 @@ let ProjectUserinforInstance$1 = class ProjectUserinforInstance extends BaseInst
|
|
|
26847
26899
|
}
|
|
26848
26900
|
//#endregion 系统平台 END
|
|
26849
26901
|
};
|
|
26850
|
-
const
|
|
26851
|
-
const _hoisted_1$
|
|
26902
|
+
const Sublinepoins_vue_vue_type_style_index_0_scoped_4e966cc1_lang = "";
|
|
26903
|
+
const _hoisted_1$3 = { class: "instree-search" };
|
|
26852
26904
|
const _hoisted_2$1 = { class: "instree-list" };
|
|
26853
26905
|
const _hoisted_3$1 = { class: "nv-flex-1 nv-flex-col map-box" };
|
|
26854
26906
|
const _hoisted_4$1 = {
|
|
@@ -26860,7 +26912,7 @@ const _hoisted_6$1 = ["onClick"];
|
|
|
26860
26912
|
const _hoisted_7$1 = { style: { "font-size": "16px" } };
|
|
26861
26913
|
const _hoisted_8$1 = ["onClick"];
|
|
26862
26914
|
const _hoisted_9$1 = { style: { "height": "450px" } };
|
|
26863
|
-
function _sfc_render$
|
|
26915
|
+
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26864
26916
|
const _component_Option = resolveComponent("Option");
|
|
26865
26917
|
const _component_Select = resolveComponent("Select");
|
|
26866
26918
|
const _component_Spin = resolveComponent("Spin");
|
|
@@ -26901,7 +26953,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26901
26953
|
})
|
|
26902
26954
|
]),
|
|
26903
26955
|
default: withCtx(() => [
|
|
26904
|
-
createElementVNode("div", _hoisted_1$
|
|
26956
|
+
createElementVNode("div", _hoisted_1$3, [
|
|
26905
26957
|
createVNode(_component_NvControlGroup, {
|
|
26906
26958
|
width: "100%",
|
|
26907
26959
|
icon: "md-refresh",
|
|
@@ -27005,11 +27057,11 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27005
27057
|
createVNode(_component_NvMap, {
|
|
27006
27058
|
option: _ctx.mapOption,
|
|
27007
27059
|
ref: "NvMap1",
|
|
27008
|
-
theme:
|
|
27060
|
+
theme: "light",
|
|
27009
27061
|
onOnload: _ctx.mapOnLoad,
|
|
27010
27062
|
onClick: _ctx.mapClick,
|
|
27011
27063
|
onRightClick: _ctx.mapRightClick
|
|
27012
|
-
}, null, 8, ["option", "
|
|
27064
|
+
}, null, 8, ["option", "onOnload", "onClick", "onRightClick"])
|
|
27013
27065
|
])
|
|
27014
27066
|
]),
|
|
27015
27067
|
_ctx.pointData.length > 0 ? (openBlock(), createBlock(_component_NvBox, {
|
|
@@ -27094,8 +27146,8 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27094
27146
|
_: 1
|
|
27095
27147
|
});
|
|
27096
27148
|
}
|
|
27097
|
-
const sublinepoins = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
27098
|
-
const propDefine$
|
|
27149
|
+
const sublinepoins = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-4e966cc1"]]);
|
|
27150
|
+
const propDefine$3 = {
|
|
27099
27151
|
Id: {
|
|
27100
27152
|
default: 0,
|
|
27101
27153
|
type: Number
|
|
@@ -27109,14 +27161,14 @@ const propDefine$4 = {
|
|
|
27109
27161
|
// default: '',
|
|
27110
27162
|
// }
|
|
27111
27163
|
};
|
|
27112
|
-
const _sfc_main$
|
|
27164
|
+
const _sfc_main$3 = defineComponent({
|
|
27113
27165
|
name: "ProjectSummary",
|
|
27114
27166
|
components: {
|
|
27115
27167
|
NvComFormUp
|
|
27116
27168
|
},
|
|
27117
27169
|
emits: ["close", "update"],
|
|
27118
27170
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
27119
|
-
props: propDefine$
|
|
27171
|
+
props: propDefine$3,
|
|
27120
27172
|
setup(props, ctx) {
|
|
27121
27173
|
return new ProjectSummaryInstance(props, ctx);
|
|
27122
27174
|
}
|
|
@@ -27436,7 +27488,6 @@ class ProjectSummaryInstance extends BaseInstance {
|
|
|
27436
27488
|
*/
|
|
27437
27489
|
setProvinceDatas() {
|
|
27438
27490
|
if (!this.utilities.isNull(this.provinceIndex.value)) {
|
|
27439
|
-
debugger;
|
|
27440
27491
|
this.mainFormItems[this.provinceIndex.value].selectProp.datas = this.provinces.map((item) => {
|
|
27441
27492
|
return { text: item.ProvinceName, value: item.ProvinceCode };
|
|
27442
27493
|
});
|
|
@@ -27469,8 +27520,8 @@ class ProjectSummaryInstance extends BaseInstance {
|
|
|
27469
27520
|
//#endregion 省市区 END
|
|
27470
27521
|
}
|
|
27471
27522
|
const ProjectSummary_vue_vue_type_style_index_0_scoped_73dcbb30_lang = "";
|
|
27472
|
-
const _hoisted_1$
|
|
27473
|
-
function _sfc_render$
|
|
27523
|
+
const _hoisted_1$2 = { class: "form-box" };
|
|
27524
|
+
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27474
27525
|
const _component_Spin = resolveComponent("Spin");
|
|
27475
27526
|
const _component_NvComFormUp = resolveComponent("NvComFormUp");
|
|
27476
27527
|
const _component_Form = resolveComponent("Form");
|
|
@@ -27508,7 +27559,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27508
27559
|
]),
|
|
27509
27560
|
_: 1
|
|
27510
27561
|
})) : createCommentVNode("", true),
|
|
27511
|
-
createElementVNode("div", _hoisted_1$
|
|
27562
|
+
createElementVNode("div", _hoisted_1$2, [
|
|
27512
27563
|
createVNode(_component_Form, {
|
|
27513
27564
|
ref: "mainFormRef",
|
|
27514
27565
|
model: _ctx.mainFormModel,
|
|
@@ -27537,8 +27588,8 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27537
27588
|
_: 1
|
|
27538
27589
|
});
|
|
27539
27590
|
}
|
|
27540
|
-
const ProjectSummary = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
27541
|
-
const propDefine$
|
|
27591
|
+
const ProjectSummary = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-73dcbb30"]]);
|
|
27592
|
+
const propDefine$2 = {
|
|
27542
27593
|
linkParam: {
|
|
27543
27594
|
// 带入的参数
|
|
27544
27595
|
type: String,
|
|
@@ -27550,12 +27601,12 @@ const propDefine$3 = {
|
|
|
27550
27601
|
default: "-"
|
|
27551
27602
|
}
|
|
27552
27603
|
};
|
|
27553
|
-
const _sfc_main$
|
|
27604
|
+
const _sfc_main$2 = defineComponent({
|
|
27554
27605
|
name: "ProjectUserinfor",
|
|
27555
27606
|
components: { SelectPlatform, LoginLog, BaseLogin },
|
|
27556
27607
|
emits: [""],
|
|
27557
27608
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
27558
|
-
props: propDefine$
|
|
27609
|
+
props: propDefine$2,
|
|
27559
27610
|
setup(props, ctx) {
|
|
27560
27611
|
return new ProjectUserinforInstance2(props, ctx);
|
|
27561
27612
|
}
|
|
@@ -27996,7 +28047,6 @@ class ProjectUserinforInstance2 extends BaseInstance {
|
|
|
27996
28047
|
this.saveingUser.value = false;
|
|
27997
28048
|
return;
|
|
27998
28049
|
}
|
|
27999
|
-
debugger;
|
|
28000
28050
|
apiResult = await this.userinforApi.save(this.userFormModel);
|
|
28001
28051
|
result = this.utilities.parseApiResult(apiResult);
|
|
28002
28052
|
if (this.userFormModel.Id == 0) {
|
|
@@ -28623,7 +28673,7 @@ class ProjectUserinforInstance2 extends BaseInstance {
|
|
|
28623
28673
|
}
|
|
28624
28674
|
const ProjectUserinfor_vue_vue_type_style_index_0_scoped_d1697a07_lang = "";
|
|
28625
28675
|
const _withScopeId = (n) => (pushScopeId("data-v-d1697a07"), n = n(), popScopeId(), n);
|
|
28626
|
-
const _hoisted_1$
|
|
28676
|
+
const _hoisted_1$1 = { class: "instree-search" };
|
|
28627
28677
|
const _hoisted_2 = { class: "instree-list" };
|
|
28628
28678
|
const _hoisted_3 = { style: { "height": "600px", "overflow-y": "auto" } };
|
|
28629
28679
|
const _hoisted_4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "margin-left": "16px", "color": "#ff9900" } }, [
|
|
@@ -28637,7 +28687,7 @@ const _hoisted_8 = { style: { "display": "none" } };
|
|
|
28637
28687
|
const _hoisted_9 = { style: { "height": "400px", "overflow-y": "auto" } };
|
|
28638
28688
|
const _hoisted_10 = ["src"];
|
|
28639
28689
|
const _hoisted_11 = ["src"];
|
|
28640
|
-
function _sfc_render$
|
|
28690
|
+
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28641
28691
|
const _component_Option = resolveComponent("Option");
|
|
28642
28692
|
const _component_Select = resolveComponent("Select");
|
|
28643
28693
|
const _component_Spin = resolveComponent("Spin");
|
|
@@ -28682,7 +28732,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28682
28732
|
})
|
|
28683
28733
|
]),
|
|
28684
28734
|
default: withCtx(() => [
|
|
28685
|
-
createElementVNode("div", _hoisted_1$
|
|
28735
|
+
createElementVNode("div", _hoisted_1$1, [
|
|
28686
28736
|
createVNode(_component_NvControlGroup, {
|
|
28687
28737
|
width: "100%",
|
|
28688
28738
|
icon: "md-refresh",
|
|
@@ -28986,8 +29036,8 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28986
29036
|
_: 1
|
|
28987
29037
|
});
|
|
28988
29038
|
}
|
|
28989
|
-
const projectUser = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
28990
|
-
const propDefine$
|
|
29039
|
+
const projectUser = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-d1697a07"]]);
|
|
29040
|
+
const propDefine$1 = {
|
|
28991
29041
|
linkParam: {
|
|
28992
29042
|
// 带入的参数
|
|
28993
29043
|
type: String,
|
|
@@ -28999,12 +29049,12 @@ const propDefine$2 = {
|
|
|
28999
29049
|
default: "-"
|
|
29000
29050
|
}
|
|
29001
29051
|
};
|
|
29002
|
-
const _sfc_main$
|
|
29052
|
+
const _sfc_main$1 = defineComponent({
|
|
29003
29053
|
name: "Memorabilia",
|
|
29004
29054
|
components: { NvComFormUp },
|
|
29005
29055
|
emits: [""],
|
|
29006
29056
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
29007
|
-
props: propDefine$
|
|
29057
|
+
props: propDefine$1,
|
|
29008
29058
|
setup(props, ctx) {
|
|
29009
29059
|
return new Instance$1(props, ctx);
|
|
29010
29060
|
}
|
|
@@ -29240,7 +29290,7 @@ let Instance$1 = class Instance extends BaseInstance {
|
|
|
29240
29290
|
}
|
|
29241
29291
|
//#endregion 表单编辑新增 END
|
|
29242
29292
|
};
|
|
29243
|
-
function _sfc_render$
|
|
29293
|
+
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29244
29294
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
29245
29295
|
const _component_NvBox = resolveComponent("NvBox");
|
|
29246
29296
|
const _component_NvComFormUp = resolveComponent("NvComFormUp");
|
|
@@ -29317,8 +29367,8 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29317
29367
|
_: 1
|
|
29318
29368
|
});
|
|
29319
29369
|
}
|
|
29320
|
-
const ViewModule = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29321
|
-
const propDefine
|
|
29370
|
+
const ViewModule = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
29371
|
+
const propDefine = {
|
|
29322
29372
|
linkParam: {
|
|
29323
29373
|
// 带入的参数
|
|
29324
29374
|
type: String,
|
|
@@ -29330,12 +29380,12 @@ const propDefine$1 = {
|
|
|
29330
29380
|
default: "-"
|
|
29331
29381
|
}
|
|
29332
29382
|
};
|
|
29333
|
-
const _sfc_main
|
|
29383
|
+
const _sfc_main = defineComponent({
|
|
29334
29384
|
name: "GroupRelationships",
|
|
29335
29385
|
components: { NvComFormUp },
|
|
29336
29386
|
emits: [""],
|
|
29337
29387
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
29338
|
-
props: propDefine
|
|
29388
|
+
props: propDefine,
|
|
29339
29389
|
setup(props, ctx) {
|
|
29340
29390
|
return new Instance2(props, ctx);
|
|
29341
29391
|
}
|
|
@@ -29492,7 +29542,6 @@ class Instance2 extends BaseInstance {
|
|
|
29492
29542
|
SubInsName: e.InstitutionAbbreviation
|
|
29493
29543
|
};
|
|
29494
29544
|
});
|
|
29495
|
-
debugger;
|
|
29496
29545
|
if (saveDatas.length == 0) {
|
|
29497
29546
|
if (this.tabSavedData.length > 0) {
|
|
29498
29547
|
let ids = this.tabSavedData.map((e) => e.Id).toString();
|
|
@@ -29741,8 +29790,8 @@ class Instance2 extends BaseInstance {
|
|
|
29741
29790
|
//#endregion 看板模块 END
|
|
29742
29791
|
}
|
|
29743
29792
|
const GroupRelationships_vue_vue_type_style_index_0_scoped_05e0f55a_lang = "";
|
|
29744
|
-
const _hoisted_1
|
|
29745
|
-
function _sfc_render
|
|
29793
|
+
const _hoisted_1 = { class: "instree-list" };
|
|
29794
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29746
29795
|
const _component_Tree = resolveComponent("Tree");
|
|
29747
29796
|
const _component_Spin = resolveComponent("Spin");
|
|
29748
29797
|
const _component_Button = resolveComponent("Button");
|
|
@@ -29767,7 +29816,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29767
29816
|
onChange: _ctx.doChangeUserBoxWidth
|
|
29768
29817
|
}, {
|
|
29769
29818
|
default: withCtx(() => [
|
|
29770
|
-
createElementVNode("div", _hoisted_1
|
|
29819
|
+
createElementVNode("div", _hoisted_1, [
|
|
29771
29820
|
createVNode(_component_Tree, {
|
|
29772
29821
|
data: _ctx.institutionTree,
|
|
29773
29822
|
render: _ctx.renderInsTreeContent,
|
|
@@ -29924,238 +29973,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29924
29973
|
_: 1
|
|
29925
29974
|
});
|
|
29926
29975
|
}
|
|
29927
|
-
const GroupRelationships = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
29928
|
-
const propDefine = {
|
|
29929
|
-
linkParam: {
|
|
29930
|
-
// 带入的参数
|
|
29931
|
-
type: String,
|
|
29932
|
-
default: ""
|
|
29933
|
-
},
|
|
29934
|
-
operates: {
|
|
29935
|
-
// 按钮权限码
|
|
29936
|
-
type: String,
|
|
29937
|
-
default: "-"
|
|
29938
|
-
}
|
|
29939
|
-
};
|
|
29940
|
-
const _sfc_main = defineComponent({
|
|
29941
|
-
name: "SendDocMgmt",
|
|
29942
|
-
components: { NvComFormUp, PersonSel },
|
|
29943
|
-
emits: [""],
|
|
29944
|
-
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
29945
|
-
props: propDefine,
|
|
29946
|
-
setup(props, ctx) {
|
|
29947
|
-
return new SendDocMgmtTmplInstance(props, ctx);
|
|
29948
|
-
}
|
|
29949
|
-
});
|
|
29950
|
-
class SendDocMgmtTmplInstance extends BaseInstance {
|
|
29951
|
-
// API实例化
|
|
29952
|
-
constructor(props, ctx) {
|
|
29953
|
-
super();
|
|
29954
|
-
__publicField(this, "props");
|
|
29955
|
-
__publicField(this, "ctx");
|
|
29956
|
-
/**人员选择事件 */
|
|
29957
|
-
__publicField(this, "handlePersonSelect", (datas) => {
|
|
29958
|
-
this.personSelModalShow.value = false;
|
|
29959
|
-
});
|
|
29960
|
-
//#region 业务逻辑
|
|
29961
|
-
// 私有属性 | private
|
|
29962
|
-
__publicField(this, "business", this.storageInfo.getCurrentInsTree());
|
|
29963
|
-
__publicField(this, "triggerInsModal", "");
|
|
29964
|
-
// 响应属性 | ref、reactive、computed、watch
|
|
29965
|
-
/** 当前行 */
|
|
29966
|
-
__publicField(this, "currentRow", reactive({}));
|
|
29967
|
-
/** 套红模板 */
|
|
29968
|
-
__publicField(this, "docRedHeadTmplDatas", reactive([]));
|
|
29969
|
-
__publicField(this, "institutionModalShow", ref(false));
|
|
29970
|
-
__publicField(this, "personSelModalShow", ref(false));
|
|
29971
|
-
/** 编辑弹窗 */
|
|
29972
|
-
__publicField(this, "showEdit", ref(false));
|
|
29973
|
-
/** 编辑弹窗标题 */
|
|
29974
|
-
__publicField(this, "editTitle", ref("编辑"));
|
|
29975
|
-
/** 按钮loading*/
|
|
29976
|
-
__publicField(this, "saving", ref(false));
|
|
29977
|
-
/** 按钮loading*/
|
|
29978
|
-
__publicField(this, "submitting", ref(false));
|
|
29979
|
-
/** 表单数据*/
|
|
29980
|
-
__publicField(this, "formModel", reactive({
|
|
29981
|
-
Id: 0,
|
|
29982
|
-
PlatformId: 0,
|
|
29983
|
-
InsTreeId: 0,
|
|
29984
|
-
InstitutionId: 0,
|
|
29985
|
-
InsName: "",
|
|
29986
|
-
FileName: "",
|
|
29987
|
-
FileToken: "",
|
|
29988
|
-
Urgent: null,
|
|
29989
|
-
SenderUnit: null,
|
|
29990
|
-
CarbonUnit: null,
|
|
29991
|
-
Draft: "",
|
|
29992
|
-
BeforeToken: null,
|
|
29993
|
-
BeforePDFToken: null,
|
|
29994
|
-
THTemplateToken: "",
|
|
29995
|
-
THToken: null,
|
|
29996
|
-
THPDFToken: null,
|
|
29997
|
-
ReviewerName: "",
|
|
29998
|
-
ReviewerId: 0,
|
|
29999
|
-
Token: "",
|
|
30000
|
-
ArchiveDescription: "",
|
|
30001
|
-
OutgoingDate: "",
|
|
30002
|
-
FileType: -1,
|
|
30003
|
-
DocumentNumber: "",
|
|
30004
|
-
FlowId: 0,
|
|
30005
|
-
FlowStatus: 0,
|
|
30006
|
-
CreateUserId: 0,
|
|
30007
|
-
CreateUserName: "",
|
|
30008
|
-
CreateDate: ""
|
|
30009
|
-
}));
|
|
30010
|
-
/** 表单实例*/
|
|
30011
|
-
__publicField(this, "moduleComForm", ref());
|
|
30012
|
-
__publicField(this, "disableAllFormItem", ref(false));
|
|
30013
|
-
__publicField(this, "ruleValidate", reactive({
|
|
30014
|
-
FileName: [{ required: true, message: "文件名称不能为空", trigger: "blur" }],
|
|
30015
|
-
FileType: [{ required: true, message: "模版类型不能为空" }]
|
|
30016
|
-
}));
|
|
30017
|
-
/** 表单项 */
|
|
30018
|
-
__publicField(this, "formItems", reactive([
|
|
30019
|
-
{ model: "InsName", prop: "InsName", label: "拟稿部门", type: "Input", span: 12, inputProp: { disabled: true } },
|
|
30020
|
-
{ model: "Draft", prop: "Draft", label: "拟稿人", type: "Input", span: 12, inputProp: { disabled: true } },
|
|
30021
|
-
{ model: "OutgoingDate", prop: "OutgoingDate", label: "发文日期", type: "Input", span: 12, inputProp: { disabled: true } },
|
|
30022
|
-
{ model: "FileName", prop: "FileName", label: "文件名称", type: "Input", span: 12 },
|
|
30023
|
-
{ model: "DocumentNumber", prop: "DocumentNumber", label: "发文字号", type: "Input", span: 12 },
|
|
30024
|
-
{
|
|
30025
|
-
model: "FileType",
|
|
30026
|
-
prop: "FileType",
|
|
30027
|
-
label: "模版类型",
|
|
30028
|
-
type: "Select",
|
|
30029
|
-
span: 12,
|
|
30030
|
-
selectProp: {
|
|
30031
|
-
datas: this.docRedHeadTmplDatas,
|
|
30032
|
-
onChange: (event) => {
|
|
30033
|
-
if (!this.utilities.isNull(event))
|
|
30034
|
-
this.formModel.THTemplateToken = this.docRedHeadTmplDatas.find((x) => x.value == event).token;
|
|
30035
|
-
}
|
|
30036
|
-
}
|
|
30037
|
-
},
|
|
30038
|
-
{
|
|
30039
|
-
model: "SenderUnit",
|
|
30040
|
-
prop: "SenderUnit",
|
|
30041
|
-
label: "主送单位",
|
|
30042
|
-
type: "Input",
|
|
30043
|
-
span: 12,
|
|
30044
|
-
inputProp: {
|
|
30045
|
-
disabled: true,
|
|
30046
|
-
append: "选择",
|
|
30047
|
-
onTextClick: () => {
|
|
30048
|
-
this.institutionModalShow.value = true;
|
|
30049
|
-
this.triggerInsModal = "SenderUnit";
|
|
30050
|
-
}
|
|
30051
|
-
}
|
|
30052
|
-
},
|
|
30053
|
-
{
|
|
30054
|
-
model: "CarbonUnit",
|
|
30055
|
-
prop: "CarbonUnit",
|
|
30056
|
-
label: "抄送单位",
|
|
30057
|
-
type: "Input",
|
|
30058
|
-
span: 12,
|
|
30059
|
-
inputProp: {
|
|
30060
|
-
disabled: true,
|
|
30061
|
-
append: "选择",
|
|
30062
|
-
onTextClick: () => {
|
|
30063
|
-
this.institutionModalShow.value = true;
|
|
30064
|
-
this.triggerInsModal = "CarbonUnit";
|
|
30065
|
-
}
|
|
30066
|
-
}
|
|
30067
|
-
},
|
|
30068
|
-
{
|
|
30069
|
-
model: "Urgent",
|
|
30070
|
-
prop: "Urgent",
|
|
30071
|
-
label: "紧急程度",
|
|
30072
|
-
type: "DicSelect",
|
|
30073
|
-
span: 12,
|
|
30074
|
-
dicSelProp: {
|
|
30075
|
-
code: "SendDocUrgent",
|
|
30076
|
-
platformId: this.storageInfo.getCurrentPlatform().Id,
|
|
30077
|
-
readonly: false
|
|
30078
|
-
}
|
|
30079
|
-
},
|
|
30080
|
-
{
|
|
30081
|
-
model: "ReviewerName",
|
|
30082
|
-
prop: "ReviewerName",
|
|
30083
|
-
label: "下级审批人",
|
|
30084
|
-
type: "Input",
|
|
30085
|
-
span: 12,
|
|
30086
|
-
inputProp: {
|
|
30087
|
-
disabled: true,
|
|
30088
|
-
append: "选择",
|
|
30089
|
-
onTextClick: () => {
|
|
30090
|
-
this.personSelModalShow.value = true;
|
|
30091
|
-
}
|
|
30092
|
-
}
|
|
30093
|
-
},
|
|
30094
|
-
{
|
|
30095
|
-
model: "ArchiveDescription",
|
|
30096
|
-
prop: "ArchiveDescription",
|
|
30097
|
-
label: "公文描述",
|
|
30098
|
-
type: "Input",
|
|
30099
|
-
span: 24,
|
|
30100
|
-
inputProp: {
|
|
30101
|
-
type: "textarea",
|
|
30102
|
-
autosize: {
|
|
30103
|
-
minRows: 4,
|
|
30104
|
-
maxRows: 4
|
|
30105
|
-
}
|
|
30106
|
-
}
|
|
30107
|
-
},
|
|
30108
|
-
{
|
|
30109
|
-
model: "docToken",
|
|
30110
|
-
prop: "docToken",
|
|
30111
|
-
label: "正文",
|
|
30112
|
-
type: "UploadFile",
|
|
30113
|
-
span: 24,
|
|
30114
|
-
uploadFileProp: {
|
|
30115
|
-
readonly: true
|
|
30116
|
-
}
|
|
30117
|
-
},
|
|
30118
|
-
{
|
|
30119
|
-
model: "Token",
|
|
30120
|
-
prop: "Token",
|
|
30121
|
-
label: "附件",
|
|
30122
|
-
type: "UploadFile",
|
|
30123
|
-
span: 24,
|
|
30124
|
-
uploadFileProp: {
|
|
30125
|
-
readonly: false
|
|
30126
|
-
}
|
|
30127
|
-
}
|
|
30128
|
-
]));
|
|
30129
|
-
this.props = props;
|
|
30130
|
-
this.ctx = ctx;
|
|
30131
|
-
this.init();
|
|
30132
|
-
}
|
|
30133
|
-
init() {
|
|
30134
|
-
onMounted(async () => {
|
|
30135
|
-
});
|
|
30136
|
-
}
|
|
30137
|
-
// 私有方法 | private 方法名() {}
|
|
30138
|
-
//#endregion 业务逻辑 END
|
|
30139
|
-
}
|
|
30140
|
-
const _hoisted_1 = { style: { "height": "600px" } };
|
|
30141
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30142
|
-
const _component_PersonSel = resolveComponent("PersonSel");
|
|
30143
|
-
const _component_NvPage = resolveComponent("NvPage");
|
|
30144
|
-
return openBlock(), createBlock(_component_NvPage, { gutter: 8 }, {
|
|
30145
|
-
default: withCtx(() => [
|
|
30146
|
-
createElementVNode("div", _hoisted_1, [
|
|
30147
|
-
_ctx.personSelModalShow ? (openBlock(), createBlock(_component_PersonSel, {
|
|
30148
|
-
key: 0,
|
|
30149
|
-
multiple: false,
|
|
30150
|
-
onOnSelect: _ctx.handlePersonSelect,
|
|
30151
|
-
onOnClose: _cache[0] || (_cache[0] = ($event) => _ctx.personSelModalShow = false)
|
|
30152
|
-
}, null, 8, ["onOnSelect"])) : createCommentVNode("", true)
|
|
30153
|
-
])
|
|
30154
|
-
]),
|
|
30155
|
-
_: 1
|
|
30156
|
-
});
|
|
30157
|
-
}
|
|
30158
|
-
const SendDocMgmt = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
29976
|
+
const GroupRelationships = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-05e0f55a"]]);
|
|
30159
29977
|
const index = [
|
|
30160
29978
|
{
|
|
30161
29979
|
// 系统平台
|
|
@@ -30252,11 +30070,6 @@ const index = [
|
|
|
30252
30070
|
// 集团关系
|
|
30253
30071
|
path: "/permission-service/groupRelationships/GroupRelationships",
|
|
30254
30072
|
component: GroupRelationships
|
|
30255
|
-
},
|
|
30256
|
-
{
|
|
30257
|
-
// 发文管理
|
|
30258
|
-
path: "/businessManagePages/OA/SendDocMgmt",
|
|
30259
|
-
component: SendDocMgmt
|
|
30260
30073
|
}
|
|
30261
30074
|
];
|
|
30262
30075
|
export {
|