xyvcard-itsmsys 0.0.9 → 0.0.11

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.
Files changed (74) hide show
  1. package/dist/{edit-RSO388mB.mjs → edit-BSIP_9Mq.mjs} +112 -114
  2. package/dist/{edit-DG_Iw1-J.mjs → edit-BcE5qrWo.mjs} +1 -1
  3. package/dist/{edit-BNe0hNw4.mjs → edit-BsUWSNnA.mjs} +108 -110
  4. package/dist/{edit-DdUUCXSa.mjs → edit-CW0kqOpj.mjs} +1 -1
  5. package/dist/{edit-BqPZHwxi.mjs → edit-CiCHPkRg.mjs} +1 -1
  6. package/dist/{edit-CyM6IuLb.mjs → edit-Dxs-2AFY.mjs} +118 -120
  7. package/dist/{edit-CwV1OVfe.mjs → edit-znznl9Td.mjs} +1 -1
  8. package/dist/{edit.vue_vue_type_script_setup_true_lang-DsN204D0.mjs → edit.vue_vue_type_script_setup_true_lang-BZ-sa6BZ.mjs} +125 -143
  9. package/dist/{edit.vue_vue_type_script_setup_true_lang-BQeZknmJ.mjs → edit.vue_vue_type_script_setup_true_lang-DOiO9REN.mjs} +128 -146
  10. package/dist/{edit.vue_vue_type_script_setup_true_lang-DGAgGwVY.mjs → edit.vue_vue_type_script_setup_true_lang-DjrTJAzO.mjs} +1 -1
  11. package/dist/edit.vue_vue_type_script_setup_true_lang-PDq1GpSZ.mjs +404 -0
  12. package/dist/{index-CMBtB1kH.mjs → index-4qnVgDwe.mjs} +4 -4
  13. package/dist/index-B2xwBTw-.mjs +20 -0
  14. package/dist/{index-CI8Z4rNf.mjs → index-BIvJ7rs4.mjs} +1 -1
  15. package/dist/{index-w2SWNZRB.mjs → index-BTO0NHK6.mjs} +2 -2
  16. package/dist/{index-NugT80P7.mjs → index-BV3Je3Rq.mjs} +1 -1
  17. package/dist/{index-DirPUdCN.mjs → index-CNRO77Xg.mjs} +1 -1
  18. package/dist/{index-DxILUznW.mjs → index-CzE5REdf.mjs} +1 -1
  19. package/dist/{index-CNGaGeE7.mjs → index-Hh4b5GAI.mjs} +2 -2
  20. package/dist/{index-CQ5Bo5a2.mjs → index-cBbN-uY2.mjs} +50 -30
  21. package/dist/index.mjs +481 -483
  22. package/dist/{index.vue_vue_type_script_setup_true_lang-r7jQEFkS.mjs → index.vue_vue_type_script_setup_true_lang-B18iZWXl.mjs} +2 -2
  23. package/dist/{info-Dilg-bji.mjs → info-BCPme1g5.mjs} +1 -1
  24. package/dist/{info-BFZTqoY3.mjs → info-BP7wPWFZ.mjs} +1 -1
  25. package/dist/{info-DReeRuaA.mjs → info-CtGMbfQJ.mjs} +1 -1
  26. package/dist/{info-CXx2899k.mjs → info-DCRqBi8M.mjs} +3 -3
  27. package/dist/{info-DvYUiSRY.mjs → info-DRYPl2T-.mjs} +3 -3
  28. package/dist/{info-C0OHjgoS.mjs → info-Dk3RzCIp.mjs} +11 -11
  29. package/dist/style.css +1 -1
  30. package/dts/App.vue.d.ts +2 -0
  31. package/dts/api/dict.d.ts +15 -0
  32. package/dts/api/index.d.ts +13 -0
  33. package/dts/api/itsm-sys-org/index.d.ts +17 -0
  34. package/dts/api/itsm-sys-org/types.d.ts +83 -0
  35. package/dts/api/itsm-sys-org-invoice/index.d.ts +14 -0
  36. package/dts/api/itsm-sys-org-invoice/types.d.ts +52 -0
  37. package/dts/api/itsm-sys-user-ext/index.d.ts +14 -0
  38. package/dts/api/itsm-sys-user-ext/types.d.ts +90 -0
  39. package/dts/components/TMaps/index.vue.d.ts +20 -0
  40. package/dts/constant.d.ts +46 -0
  41. package/dts/index.d.ts +11 -0
  42. package/dts/lang/index.d.ts +1 -0
  43. package/dts/lang/itsmsys/en.d.ts +73 -0
  44. package/dts/lang/itsmsys/zh-cn.d.ts +137 -0
  45. package/dts/main.d.ts +4 -0
  46. package/dts/permission.d.ts +1 -0
  47. package/dts/router/index.d.ts +12 -0
  48. package/dts/utils/TMap.d.ts +1 -0
  49. package/dts/utils/common.d.ts +1 -0
  50. package/dts/utils/momentPlugin.d.ts +5 -0
  51. package/dts/views/itsmsys/itsm-sys-gov/edit.vue.d.ts +2 -0
  52. package/dts/views/itsmsys/itsm-sys-gov/index.vue.d.ts +2 -0
  53. package/dts/views/itsmsys/itsm-sys-gov/info.vue.d.ts +2 -0
  54. package/dts/views/itsmsys/itsm-sys-org/edit.vue.d.ts +2 -0
  55. package/dts/views/itsmsys/itsm-sys-org/index.vue.d.ts +2 -0
  56. package/dts/views/itsmsys/itsm-sys-org/info.vue.d.ts +2 -0
  57. package/dts/views/itsmsys/itsm-sys-org-invoice/edit.vue.d.ts +22 -0
  58. package/dts/views/itsmsys/itsm-sys-org-invoice/index.vue.d.ts +2 -0
  59. package/dts/views/itsmsys/itsm-sys-out/edit.vue.d.ts +2 -0
  60. package/dts/views/itsmsys/itsm-sys-out/index.vue.d.ts +2 -0
  61. package/dts/views/itsmsys/itsm-sys-out/info.vue.d.ts +2 -0
  62. package/dts/views/itsmsys/itsm-sys-user-man/edit.vue.d.ts +22 -0
  63. package/dts/views/itsmsys/itsm-sys-user-man/index.vue.d.ts +2 -0
  64. package/dts/views/itsmsys/itsm-sys-user-man/info.vue.d.ts +2 -0
  65. package/dts/views/itsmsys/itsm-sys-user-ops/edit.vue.d.ts +22 -0
  66. package/dts/views/itsmsys/itsm-sys-user-ops/index.vue.d.ts +2 -0
  67. package/dts/views/itsmsys/itsm-sys-user-ops/info.vue.d.ts +2 -0
  68. package/dts/views/itsmsys/itsm-sys-user-out/edit.vue.d.ts +22 -0
  69. package/dts/views/itsmsys/itsm-sys-user-out/index.vue.d.ts +2 -0
  70. package/dts/views/itsmsys/itsm-sys-user-out/info.vue.d.ts +2 -0
  71. package/package.json +4 -4
  72. package/dist/common-B2PCBCJ2.mjs +0 -13
  73. package/dist/edit.vue_vue_type_script_setup_true_lang-CX_5__mh.mjs +0 -438
  74. package/dist/index-BRupqW34.mjs +0 -96
@@ -3,8 +3,8 @@ import { useTableHooks as F } from "jmash-core";
3
3
  import { useI18n as G } from "vue-i18n";
4
4
  import { useRoute as J } from "vue-router";
5
5
  import { s as M } from "./index-B6vJj_z6.mjs";
6
- import { _ as Q } from "./edit.vue_vue_type_script_setup_true_lang-DGAgGwVY.mjs";
7
- import { D as W } from "./index-CQ5Bo5a2.mjs";
6
+ import { _ as Q } from "./edit.vue_vue_type_script_setup_true_lang-DjrTJAzO.mjs";
7
+ import { D as W } from "./index-cBbN-uY2.mjs";
8
8
  const X = { class: "app-container" }, Y = ["onClick"], Z = ["onClick"], re = /* @__PURE__ */ A({
9
9
  __name: "index",
10
10
  setup(ee) {
@@ -3,7 +3,7 @@ import { useRouter as j, useRoute as q } from "vue-router";
3
3
  import { routerUtil as A } from "jmash-core";
4
4
  import { sysOrgApi as R } from "./index.mjs";
5
5
  import { s as S } from "./index-B6vJj_z6.mjs";
6
- import { D as g } from "./index-CQ5Bo5a2.mjs";
6
+ import { D as g } from "./index-cBbN-uY2.mjs";
7
7
  const U = { class: "app-container" }, L = { class: "cell-item" }, z = { class: "cell-item" }, F = { class: "cell-item" }, G = { class: "cell-item" }, H = { class: "cell-item" }, J = { class: "cell-item" }, ee = /* @__PURE__ */ C({
8
8
  __name: "info",
9
9
  setup(K) {
@@ -3,7 +3,7 @@ import { useRouter as j, useRoute as q } from "vue-router";
3
3
  import { routerUtil as A } from "jmash-core";
4
4
  import { sysOrgApi as R } from "./index.mjs";
5
5
  import { s as S } from "./index-B6vJj_z6.mjs";
6
- import { D as g } from "./index-CQ5Bo5a2.mjs";
6
+ import { D as g } from "./index-cBbN-uY2.mjs";
7
7
  const U = { class: "app-container" }, L = { class: "cell-item" }, z = { class: "cell-item" }, F = { class: "cell-item" }, G = { class: "cell-item" }, H = { class: "cell-item" }, J = { class: "cell-item" }, ee = /* @__PURE__ */ C({
8
8
  __name: "info",
9
9
  setup(K) {
@@ -3,7 +3,7 @@ import { useRouter as M, useRoute as j } from "vue-router";
3
3
  import { routerUtil as q } from "jmash-core";
4
4
  import { sysOrgApi as A } from "./index.mjs";
5
5
  import { s as R } from "./index-B6vJj_z6.mjs";
6
- import { D as g } from "./index-CQ5Bo5a2.mjs";
6
+ import { D as g } from "./index-cBbN-uY2.mjs";
7
7
  const S = { class: "app-container" }, U = { class: "cell-item" }, L = { class: "cell-item" }, z = { class: "cell-item" }, F = { class: "cell-item" }, H = { class: "cell-item" }, J = { class: "cell-item" }, ee = /* @__PURE__ */ C({
8
8
  __name: "info",
9
9
  setup(K) {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as $, getCurrentInstance as D, ref as f, onBeforeMount as U, resolveComponent as d, openBlock as O, createElementBlock as T, createVNode as s, withCtx as e, createTextVNode as a, toDisplayString as l, createElementVNode as t, unref as u } from "vue";
2
2
  import { useRouter as V, useRoute as B } from "vue-router";
3
- import { D as m } from "./index-CQ5Bo5a2.mjs";
3
+ import { D as m } from "./index-cBbN-uY2.mjs";
4
4
  import { routerUtil as C } from "jmash-core";
5
5
  import { sysUserExtApi as M } from "./index.mjs";
6
6
  import { _ as N } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
@@ -59,7 +59,7 @@ const S = { class: "app-container" }, j = { class: "container" }, k = { class: "
59
59
  default: e(() => [
60
60
  s(i, null, {
61
61
  label: e(() => [
62
- t("div", J, l(n.$t("sysUserOps.orgIds")), 1)
62
+ t("div", J, l(n.$t("sysUserOps.orgId")), 1)
63
63
  ]),
64
64
  default: e(() => [
65
65
  a(" " + l(u(m).sysOrgBizDict.getValue(o.value.orgId)), 1)
@@ -173,7 +173,7 @@ const S = { class: "app-container" }, j = { class: "container" }, k = { class: "
173
173
  ]);
174
174
  };
175
175
  }
176
- }), te = /* @__PURE__ */ N(L, [["__scopeId", "data-v-d0b3fa7f"]]);
176
+ }), te = /* @__PURE__ */ N(L, [["__scopeId", "data-v-f09e488a"]]);
177
177
  export {
178
178
  te as default
179
179
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as $, getCurrentInstance as D, ref as f, onBeforeMount as U, resolveComponent as d, openBlock as O, createElementBlock as T, createVNode as s, withCtx as e, createTextVNode as a, toDisplayString as t, createElementVNode as o, unref as u } from "vue";
2
2
  import { useRouter as V, useRoute as B } from "vue-router";
3
- import { D as m } from "./index-CQ5Bo5a2.mjs";
3
+ import { D as m } from "./index-cBbN-uY2.mjs";
4
4
  import { routerUtil as C } from "jmash-core";
5
5
  import { sysUserExtApi as M } from "./index.mjs";
6
6
  import { _ as N } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
@@ -59,7 +59,7 @@ const S = { class: "app-container" }, j = { class: "container" }, k = { class: "
59
59
  default: e(() => [
60
60
  s(i, null, {
61
61
  label: e(() => [
62
- o("div", J, t(n.$t("sysUserOps.orgIds")), 1)
62
+ o("div", J, t(n.$t("sysUserOps.orgId")), 1)
63
63
  ]),
64
64
  default: e(() => [
65
65
  a(" " + t(u(m).sysOutBizDict.getValue(l.value.orgId)), 1)
@@ -173,7 +173,7 @@ const S = { class: "app-container" }, j = { class: "container" }, k = { class: "
173
173
  ]);
174
174
  };
175
175
  }
176
- }), oe = /* @__PURE__ */ N(L, [["__scopeId", "data-v-fe491575"]]);
176
+ }), oe = /* @__PURE__ */ N(L, [["__scopeId", "data-v-4048289d"]]);
177
177
  export {
178
178
  oe as default
179
179
  };
@@ -1,6 +1,6 @@
1
- import { defineComponent as D, getCurrentInstance as N, ref as c, onBeforeMount as U, resolveComponent as u, openBlock as j, createElementBlock as B, createVNode as s, withCtx as e, createTextVNode as r, toDisplayString as o, createElementVNode as l, unref as d } from "vue";
1
+ import { defineComponent as D, getCurrentInstance as N, ref as d, onBeforeMount as U, resolveComponent as u, openBlock as j, createElementBlock as B, createVNode as s, withCtx as e, createTextVNode as r, toDisplayString as o, createElementVNode as l, unref as c } from "vue";
2
2
  import { useRouter as V, useRoute as C } from "vue-router";
3
- import { D as p } from "./index-CQ5Bo5a2.mjs";
3
+ import { D as p } from "./index-cBbN-uY2.mjs";
4
4
  import { routerUtil as T } from "jmash-core";
5
5
  import { deptApi as k, jobApi as w } from "jmash-rbac";
6
6
  import { sysUserExtApi as S } from "./index.mjs";
@@ -8,16 +8,16 @@ import { _ as Y } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
8
8
  const x = { class: "app-container" }, z = { class: "container" }, A = { class: "img-box" }, H = ["src"], O = { class: "descriptions" }, R = { style: { "font-size": "18px", "font-weight": "bold", "margin-right": "30px", "margin-left": "30px" } }, q = { class: "cell-item" }, F = { class: "cell-item" }, G = { class: "cell-item" }, J = { class: "cell-item" }, K = { class: "cell-item" }, L = { class: "cell-item" }, Q = { class: "cell-item" }, W = { class: "cell-item" }, X = /* @__PURE__ */ D({
9
9
  __name: "info",
10
10
  setup(Z) {
11
- const { proxy: g } = N(), I = V(), v = C(), t = c({});
11
+ const { proxy: g } = N(), I = V(), v = C(), t = d({});
12
12
  p.sysOrgBizDict.useValues();
13
- const m = c([!1]);
13
+ const m = d([!1]);
14
14
  function _(n) {
15
15
  m.value[n] = !m.value[n];
16
16
  }
17
17
  function E() {
18
18
  T.closeTagView(v.fullPath, I, !1);
19
19
  }
20
- const f = c(), h = c();
20
+ const f = d(), h = d();
21
21
  return U(() => {
22
22
  S.findById({
23
23
  userId: v.query.userId
@@ -60,7 +60,7 @@ const x = { class: "app-container" }, z = { class: "container" }, A = { class: "
60
60
  ]),
61
61
  l("div", O, [
62
62
  l("span", R, o(t.value.realName), 1),
63
- r(" " + o(d(p).genderDict.getEnumValue(t.value.gender)) + " ", 1),
63
+ r(" " + o(c(p).genderDict.getEnumValue(t.value.gender)) + " ", 1),
64
64
  s($, {
65
65
  class: "margin-top",
66
66
  column: 2,
@@ -69,10 +69,10 @@ const x = { class: "app-container" }, z = { class: "container" }, A = { class: "
69
69
  default: e(() => [
70
70
  s(i, null, {
71
71
  label: e(() => [
72
- l("div", q, o(n.$t("sysUserMan.orgIds")), 1)
72
+ l("div", q, o(n.$t("sysUserMan.orgId")), 1)
73
73
  ]),
74
74
  default: e(() => [
75
- r(" " + o(d(p).sysOrgBizDict.getValue(t.value.orgId)), 1)
75
+ r(" " + o(c(p).sysOrgBizDict.getValue(t.value.orgId)), 1)
76
76
  ]),
77
77
  _: 1
78
78
  }),
@@ -141,7 +141,7 @@ const x = { class: "app-container" }, z = { class: "container" }, A = { class: "
141
141
  l("div", Q, o(n.$t("sysUserMan.jobStatus")), 1)
142
142
  ]),
143
143
  default: e(() => [
144
- r(" " + o(d(p).jobStatusDictEnum.getEnumValue(
144
+ r(" " + o(c(p).jobStatusDictEnum.getEnumValue(
145
145
  t.value.jobStatus
146
146
  )), 1)
147
147
  ]),
@@ -152,7 +152,7 @@ const x = { class: "app-container" }, z = { class: "container" }, A = { class: "
152
152
  l("div", W, o(n.$t("sysUserMan.userCreateTime")), 1)
153
153
  ]),
154
154
  default: e(() => [
155
- l("span", null, o(d(g).$moment.formatDate(
155
+ l("span", null, o(c(g).$moment.formatDate(
156
156
  t.value.userCreateTime,
157
157
  "YYYY-MM-DD HH:mm"
158
158
  )), 1)
@@ -170,7 +170,7 @@ const x = { class: "app-container" }, z = { class: "container" }, A = { class: "
170
170
  ]);
171
171
  };
172
172
  }
173
- }), ie = /* @__PURE__ */ Y(X, [["__scopeId", "data-v-cbbbc136"]]);
173
+ }), ie = /* @__PURE__ */ Y(X, [["__scopeId", "data-v-6447dc64"]]);
174
174
  export {
175
175
  ie as default
176
176
  };