gds-plus-design-vue 1.1.73 → 1.1.75
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/lib/gd-initial.js +3 -3
- package/lib/gd-initial.mjs +55 -55
- package/lib/{main.40f1945c.js → main.03b24a05.js} +1 -1
- package/lib/{main.5a43d20d.mjs → main.4cafc3eb.mjs} +2 -2
- package/lib/style.css +1 -1
- package/lib/{system.role.53778e38.mjs → system.role.4d761921.mjs} +10 -8
- package/lib/system.role.abb01abd.js +1 -0
- package/lib/{system.translation.b8cc6488.mjs → system.translation.48ff0b03.mjs} +16 -16
- package/lib/system.translation.8f7e4144.js +1 -0
- package/lib/{system.user.ea18a84c.js → system.user.9bf0bf9a.js} +1 -1
- package/lib/{system.user.01a55993.mjs → system.user.cebca903.mjs} +1 -1
- package/locale/en_US.js +1 -0
- package/locale/id_ID.js +3 -2
- package/locale/vi_VN.js +3 -2
- package/locale/zh_CN.js +1 -0
- package/package.json +1 -1
- package/lib/system.role.c3d74603.js +0 -1
- package/lib/system.translation.6eb4d4cc.js +0 -1
package/lib/gd-initial.mjs
CHANGED
|
@@ -9,7 +9,7 @@ import { c as childEditor, v as vueQuillEditor, G as GDpackage$1a } from "./syst
|
|
|
9
9
|
import { G as GDpackage$O } from "./system.org.b8d59e5d.mjs";
|
|
10
10
|
import { s as sysPosPage, a as sysPosDelete$1, b as sysPosEdit$1, c as sysPosAdd$1, G as GDpackage$P } from "./system.pos.c274f13c.mjs";
|
|
11
11
|
import { a as sysDictDataPage, b as sysDictTypePage, G as GDpackage$Q } from "./system.dict.65f25e4e.mjs";
|
|
12
|
-
import { G as GDpackage$R } from "./system.user.
|
|
12
|
+
import { G as GDpackage$R } from "./system.user.cebca903.mjs";
|
|
13
13
|
import { G as GDpackage$S, a as GDpackage$T, b as GDpackage$U, c as GDpackage$V, d as GDpackage$X } from "./system.log.30e5157c.mjs";
|
|
14
14
|
import { G as GDpackage$Y } from "./system.machine.325b256e.mjs";
|
|
15
15
|
import { G as GDpackage$Z } from "./system.onlineuser.90c08aef.mjs";
|
|
@@ -17,12 +17,12 @@ import { G as GDpackage$_ } from "./system.config.9c46f279.mjs";
|
|
|
17
17
|
import { G as GDpackage$$ } from "./system.notice.234d5e47.mjs";
|
|
18
18
|
import { G as GDpackage$W } from "./system.noticereceived.c22372df.mjs";
|
|
19
19
|
import { s as sysWebDataPage, G as GDpackage$10 } from "./system.webresource.e9518d87.mjs";
|
|
20
|
-
import { G as GDpackage$11 } from "./system.role.
|
|
20
|
+
import { G as GDpackage$11 } from "./system.role.4d761921.mjs";
|
|
21
21
|
import { G as GDpackage$13 } from "./system.file.f152d4fe.mjs";
|
|
22
22
|
import { G as GDpackage$14 } from "./system.timers.69f1792a.mjs";
|
|
23
23
|
import { j as sysTranslationDelName, s as sysTranslationPage, k as GDpackage$17 } from "./system.promptmanagement.e9976712.mjs";
|
|
24
24
|
import { s as sysPluginDataPage, G as GDpackage$19 } from "./system.plugin.4911a33d.mjs";
|
|
25
|
-
import { e as editForm$1, G as GDpackage$15 } from "./system.translation.
|
|
25
|
+
import { e as editForm$1, G as GDpackage$15 } from "./system.translation.48ff0b03.mjs";
|
|
26
26
|
import { G as GDpackage$18 } from "./system.useraffiliation.1e74fa9e.mjs";
|
|
27
27
|
import { G as GDpackage$1b } from "./system.permissions.cba8bd58.mjs";
|
|
28
28
|
import { s as sysDataSourceColumns, G as GDpackage$1c } from "./system.datasource.4b0951ba.mjs";
|
|
@@ -167,7 +167,7 @@ const constantRouterMap = [{
|
|
|
167
167
|
}, {
|
|
168
168
|
path: "/oauth2/oauth",
|
|
169
169
|
name: "oauth2Oauth",
|
|
170
|
-
component: () => import("./main.
|
|
170
|
+
component: () => import("./main.4cafc3eb.mjs"),
|
|
171
171
|
meta: {
|
|
172
172
|
title: "\u6388\u6743\u8BA4\u8BC1",
|
|
173
173
|
transKey: "gd.login.authorizedOauth"
|
|
@@ -15710,9 +15710,9 @@ const iconfont = "", index$1 = "", formMixins = {
|
|
|
15710
15710
|
baseRelationRefresh(i = !0, t, s = {}) {
|
|
15711
15711
|
this.$refs.form.baseViewRefreshFrom(i, t, s);
|
|
15712
15712
|
},
|
|
15713
|
-
beaseLoadComplete() {
|
|
15714
|
-
const
|
|
15715
|
-
this[
|
|
15713
|
+
beaseLoadComplete(i) {
|
|
15714
|
+
const t = i === "changeStage" ? "onChangeStage" : "onLoadCompleted";
|
|
15715
|
+
this[t] === void 0 && this.func === void 0 || this[t] && this[t](i);
|
|
15716
15716
|
},
|
|
15717
15717
|
baseAdd(i = 2) {
|
|
15718
15718
|
return this.$refs.form.baseAdd(i);
|
|
@@ -47748,7 +47748,7 @@ var _sfc_render$23 = function() {
|
|
|
47748
47748
|
null,
|
|
47749
47749
|
null
|
|
47750
47750
|
);
|
|
47751
|
-
const currentTime = __component__$23.exports,
|
|
47751
|
+
const currentTime = __component__$23.exports, currentUser_vue_vue_type_style_index_0_scoped_244c1b0a_lang = "", _sfc_main$22 = {
|
|
47752
47752
|
props: {
|
|
47753
47753
|
record: {
|
|
47754
47754
|
type: Object,
|
|
@@ -47756,9 +47756,7 @@ const currentTime = __component__$23.exports, currentUser_vue_vue_type_style_ind
|
|
|
47756
47756
|
}
|
|
47757
47757
|
},
|
|
47758
47758
|
data() {
|
|
47759
|
-
return {
|
|
47760
|
-
userImg: ""
|
|
47761
|
-
};
|
|
47759
|
+
return {};
|
|
47762
47760
|
},
|
|
47763
47761
|
computed: {
|
|
47764
47762
|
style() {
|
|
@@ -47782,37 +47780,22 @@ const currentTime = __component__$23.exports, currentUser_vue_vue_type_style_ind
|
|
|
47782
47780
|
return `font-size:${i.fontSize};color:${i.color}`;
|
|
47783
47781
|
},
|
|
47784
47782
|
options() {
|
|
47785
|
-
return
|
|
47783
|
+
return this.record.options || {};
|
|
47786
47784
|
},
|
|
47787
47785
|
...mapGetters(["userInfo", "primaryColor"])
|
|
47788
47786
|
},
|
|
47789
|
-
|
|
47790
|
-
this.initUserInfo();
|
|
47791
|
-
},
|
|
47792
|
-
methods: {
|
|
47793
|
-
initUserInfo() {
|
|
47794
|
-
setTimeout(() => {
|
|
47795
|
-
this.userInfo.avatar != null && sysFileInfoPreview({
|
|
47796
|
-
id: this.userInfo.avatar
|
|
47797
|
-
}).then((i) => {
|
|
47798
|
-
this.userImg = window.URL.createObjectURL(new Blob([i]));
|
|
47799
|
-
}).catch((i) => {
|
|
47800
|
-
this.$message.error("\u9884\u89C8\u9519\u8BEF\uFF1A" + i.message);
|
|
47801
|
-
});
|
|
47802
|
-
}, 100);
|
|
47803
|
-
}
|
|
47804
|
-
}
|
|
47787
|
+
methods: {}
|
|
47805
47788
|
};
|
|
47806
47789
|
var _sfc_render$22 = function() {
|
|
47807
47790
|
var t = this, s = t._self._c;
|
|
47808
|
-
return s("div", { style: t.style }, [s("div", { staticClass: "user", style: t.styleycolor }, [s("a", { attrs: { href: t.options.linkUrl, target: "_blank" } }, [s("img", { staticClass: "img", style: t.styley, attrs: { src:
|
|
47791
|
+
return s("div", { style: t.style }, [s("div", { staticClass: "user", style: t.styleycolor }, [s("a", { attrs: { href: t.options.linkUrl, target: "_blank" } }, [s("img", { staticClass: "img", style: t.styley, attrs: { src: "data:image/png;base64,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" } }), s("div", { staticClass: "userc" }, [s("div", { staticClass: "nc", style: t.styleyfont }, [t._v(t._s(t.userInfo.nickname))])])])])]);
|
|
47809
47792
|
}, _sfc_staticRenderFns$22 = [], __component__$22 = /* @__PURE__ */ normalizeComponent(
|
|
47810
47793
|
_sfc_main$22,
|
|
47811
47794
|
_sfc_render$22,
|
|
47812
47795
|
_sfc_staticRenderFns$22,
|
|
47813
47796
|
!1,
|
|
47814
47797
|
null,
|
|
47815
|
-
"
|
|
47798
|
+
"244c1b0a",
|
|
47816
47799
|
null,
|
|
47817
47800
|
null
|
|
47818
47801
|
);
|
|
@@ -49697,7 +49680,7 @@ var _sfc_render$1Q = function() {
|
|
|
49697
49680
|
null,
|
|
49698
49681
|
null
|
|
49699
49682
|
);
|
|
49700
|
-
const detailView = __component__$1Q.exports,
|
|
49683
|
+
const detailView = __component__$1Q.exports, btnGroup_vue_vue_type_style_index_0_scoped_2cf2e544_lang = "";
|
|
49701
49684
|
var timeOut$3 = null;
|
|
49702
49685
|
const _sfc_main$1P = {
|
|
49703
49686
|
props: {
|
|
@@ -49758,7 +49741,7 @@ const _sfc_main$1P = {
|
|
|
49758
49741
|
t.sublevel && t.children.length > 0 && t.children.forEach((u) => {
|
|
49759
49742
|
u.key !== "" && u.displayName !== "" && a.push(u);
|
|
49760
49743
|
});
|
|
49761
|
-
const o = t.btnMode ===
|
|
49744
|
+
const o = t.btnMode === "btn" ? "Dynamics" : "gd";
|
|
49762
49745
|
let l = {
|
|
49763
49746
|
displayName: t.displayName,
|
|
49764
49747
|
show: !t.hide,
|
|
@@ -49817,7 +49800,7 @@ var _sfc_render$1P = function() {
|
|
|
49817
49800
|
_sfc_staticRenderFns$1P,
|
|
49818
49801
|
!1,
|
|
49819
49802
|
null,
|
|
49820
|
-
"
|
|
49803
|
+
"2cf2e544",
|
|
49821
49804
|
null,
|
|
49822
49805
|
null
|
|
49823
49806
|
);
|
|
@@ -56822,7 +56805,7 @@ var _sfc_render$18 = function() {
|
|
|
56822
56805
|
null,
|
|
56823
56806
|
null
|
|
56824
56807
|
);
|
|
56825
|
-
const propertiesDetail = __component__$18.exports,
|
|
56808
|
+
const propertiesDetail = __component__$18.exports, propertiesBtn_vue_vue_type_style_index_0_scoped_b6deb745_lang = "", _sfc_main$17 = {
|
|
56826
56809
|
props: {
|
|
56827
56810
|
selectItem: {
|
|
56828
56811
|
type: Object,
|
|
@@ -57089,7 +57072,7 @@ var _sfc_render$17 = function() {
|
|
|
57089
57072
|
}, !1), [t._l(t.selectItem.btnList, function(a, o) {
|
|
57090
57073
|
return [s("el-popover", { attrs: { placement: "left", trigger: "click" } }, [s("div", { staticClass: "generator-list", attrs: { slot: "reference" }, slot: "reference" }, [s("i", { staticClass: "el-icon-rank active-color drag-move" }), s("div", { staticClass: "sku" }, [a.icon !== "" ? s("i", { staticClass: "gd-icons", class: a.icon }) : t._e(), t._v(" " + t._s(t.$i18nt(`Dynamics.${a.transKey}`, a.displayName)) + " ")]), s("i", { staticClass: "el-icon-delete rdelete", on: { click: function(l) {
|
|
57091
57074
|
return l.stopPropagation(), t.delBtn(o);
|
|
57092
|
-
} } })]), s("div", { staticClass: "generator-config" }, [s("div", { staticClass: "config-items" }, [s("div", { staticClass: "l" }, [t._v(t._s(t.$i18nt("gd.page.text", "\u6587\u672C")))]), s("div", { staticClass: "r" }, [a.transKey ? a.transKey ? s("gd-translation", { ref: "gdTranslation", refInFor: !0, attrs: { recordData: a, transKey: t.getTransKey(a), name: "displayName", type: 2, prefix: a.btnMode ===
|
|
57075
|
+
} } })]), s("div", { staticClass: "generator-config" }, [s("div", { staticClass: "config-items" }, [s("div", { staticClass: "l" }, [t._v(t._s(t.$i18nt("gd.page.text", "\u6587\u672C")))]), s("div", { staticClass: "r" }, [a.transKey ? a.transKey ? s("gd-translation", { ref: "gdTranslation", refInFor: !0, attrs: { recordData: a, transKey: t.getTransKey(a), name: "displayName", type: 2, prefix: a.btnMode === "btn" ? "Dynamics" : "gd", appendToBody: !1, modalAppendToBody: !1, keyI18n: "transKey", disabled: a.btnMode !== "btn" }, on: { lookupSeled: (l) => t.lookupSeled(l, a) } }) : t._e() : s("gd-translation", { ref: "gdTranslation", refInFor: !0, attrs: { recordData: a, transKey: t.getTransKey(a), name: "displayName", keyI18n: "transKey", prefix: a.btnMode === "btn" ? "Dynamics" : "gd", type: 3, appendToBody: !1, modalAppendToBody: !1, disabled: a.btnMode !== "btn" }, on: { lookupSeled: (l) => t.lookupSeled(l, a) } })], 1)]), s("div", { staticClass: "config-items" }, [s("div", { staticClass: "l" }, [t._v(t._s(t.$i18nt("gd.page.icon", "\u56FE\u6807")))]), s("div", { staticClass: "r rs" }, [s("el-input", { attrs: { placeholder: t.$i18nt("gd.placeholder.inputcontent", "\u8BF7\u8F93\u5165\u5185\u5BB9"), size: "mini", clearable: "" }, model: { value: a.icon, callback: function(l) {
|
|
57093
57076
|
t.$set(a, "icon", l);
|
|
57094
57077
|
}, expression: "item.icon" } }, [a.icon ? s("i", { staticClass: "el-input__icon gd-icons active-color", class: a.icon, staticStyle: { "font-size": "18px" }, attrs: { slot: "prefix" }, slot: "prefix" }) : t._e()]), s("div", { staticClass: "item-operator-cao flex" }, [s("el-popover", { ref: `popoverItem${o}`, refInFor: !0, attrs: { trigger: "click", placement: "right" } }, [s("i", { staticClass: "el-icon-search", attrs: { slot: "reference" }, slot: "reference" }), s("iconSelector", { ref: "iconSelector", refInFor: !0, attrs: { mode: "popover" }, on: { change: function(l) {
|
|
57095
57078
|
return t.popoverClosed(o);
|
|
@@ -57194,7 +57177,7 @@ var _sfc_render$17 = function() {
|
|
|
57194
57177
|
_sfc_staticRenderFns$17,
|
|
57195
57178
|
!1,
|
|
57196
57179
|
null,
|
|
57197
|
-
"
|
|
57180
|
+
"b6deb745",
|
|
57198
57181
|
null,
|
|
57199
57182
|
null
|
|
57200
57183
|
);
|
|
@@ -72812,7 +72795,7 @@ var _sfc_render$n = function() {
|
|
|
72812
72795
|
null,
|
|
72813
72796
|
null
|
|
72814
72797
|
);
|
|
72815
|
-
const applicationProperties = __component__$n.exports,
|
|
72798
|
+
const applicationProperties = __component__$n.exports, main_vue_vue_type_style_index_0_scoped_d9ba47a7_lang = "", _sfc_main$m = {
|
|
72816
72799
|
props: {
|
|
72817
72800
|
config: {
|
|
72818
72801
|
type: Object,
|
|
@@ -72858,7 +72841,7 @@ var _sfc_render$m = function() {
|
|
|
72858
72841
|
t.$set(t.config, "name", a);
|
|
72859
72842
|
}, expression: "config.name" } })], 1)]), s("div", { staticClass: "item flex" }, [s("div", [t._v(t._s(t.$i18nt("gd.directory.code", "\u552F\u4E00\u7F16\u7801")))]), s("el-input", { staticStyle: { width: "160px" }, attrs: { placeholder: t.$i18nt("gd.placeholder.inputcontent", "\u8BF7\u8F93\u5165\u5185\u5BB9"), size: "mini", clearable: "", disabled: "" }, model: { value: t.config.code, callback: function(a) {
|
|
72860
72843
|
t.$set(t.config, "code", a);
|
|
72861
|
-
}, expression: "config.code" } })], 1), s("div", { staticClass: "item flex" }, [s("div", [t._v(t._s(t.$i18nt("gd.directory.router", "\u8DEF\u7531\u5730\u5740")))]), s("el-input", { staticStyle: { width: "160px" }, attrs: { placeholder: t.$i18nt("gd.placeholder.inputcontent", "\u8BF7\u8F93\u5165\u5185\u5BB9"), size: "mini", clearable: "" }, model: { value: t.config.router, callback: function(a) {
|
|
72844
|
+
}, expression: "config.code" } })], 1), s("div", { staticClass: "item flex" }, [s("div", [t._v(t._s(t.$i18nt("gd.directory.router", "\u8DEF\u7531\u5730\u5740")))]), s("el-input", { staticStyle: { width: "160px" }, attrs: { placeholder: t.$i18nt("gd.placeholder.inputcontent", "\u8BF7\u8F93\u5165\u5185\u5BB9"), size: "mini", clearable: "", type: "textarea" }, model: { value: t.config.router, callback: function(a) {
|
|
72862
72845
|
t.$set(t.config, "router", a);
|
|
72863
72846
|
}, expression: "config.router" } }, [s("template", { slot: "prepend" }, [t._v("/")])], 2)], 1), s("div", { staticClass: "item flex" }, [s("div", [t._v(t._s(t.$i18nt("gd.directory.icon", "\u56FE\u6807")))]), s("div", { staticClass: "item-operator flex" }, [s("el-input", { attrs: { placeholder: t.$i18nt("gd.placeholder.inputcontent", "\u8BF7\u8F93\u5165\u5185\u5BB9"), size: "mini", clearable: "" }, model: { value: t.config.icon, callback: function(a) {
|
|
72864
72847
|
t.$set(t.config, "icon", a);
|
|
@@ -72879,7 +72862,7 @@ var _sfc_render$m = function() {
|
|
|
72879
72862
|
_sfc_staticRenderFns$m,
|
|
72880
72863
|
!1,
|
|
72881
72864
|
null,
|
|
72882
|
-
"
|
|
72865
|
+
"d9ba47a7",
|
|
72883
72866
|
null,
|
|
72884
72867
|
null
|
|
72885
72868
|
);
|
|
@@ -72984,7 +72967,7 @@ const directoryProperties = __component__$l.exports, mixins$1 = {
|
|
|
72984
72967
|
}]
|
|
72985
72968
|
};
|
|
72986
72969
|
}
|
|
72987
|
-
},
|
|
72970
|
+
}, main_vue_vue_type_style_index_0_scoped_77340585_lang = "", _sfc_main$k = {
|
|
72988
72971
|
props: {
|
|
72989
72972
|
config: {
|
|
72990
72973
|
type: Object,
|
|
@@ -73103,7 +73086,7 @@ var _sfc_render$k = function() {
|
|
|
73103
73086
|
t.$set(t.config, "name", a);
|
|
73104
73087
|
}, expression: "config.name" } })], 1)]), s("div", { staticClass: "item flex" }, [s("div", [t._v(t._s(t.$i18nt("gd.page.id", "\u7F16\u53F7")))]), s("el-input", { staticStyle: { width: "160px" }, attrs: { placeholder: t.$i18nt("gd.placeholder.inputcontent", "\u8BF7\u8F93\u5165\u5185\u5BB9"), size: "mini", clearable: "", disabled: "" }, model: { value: t.config.code, callback: function(a) {
|
|
73105
73088
|
t.$set(t.config, "code", a);
|
|
73106
|
-
}, expression: "config.code" } })], 1), s("div", { staticClass: "item flex item-router" }, [s("div", [t._v(t._s(t.$i18nt("gd.directory.router", "\u8DEF\u7531\u5730\u5740")))]), s("el-input", { staticStyle: { width: "160px" }, attrs: { placeholder: t.$i18nt("gd.placeholder.inputcontent", "\u8BF7\u8F93\u5165\u5185\u5BB9"), size: "mini", clearable: "" }, model: { value: t.config.router, callback: function(a) {
|
|
73089
|
+
}, expression: "config.code" } })], 1), s("div", { staticClass: "item flex item-router" }, [s("div", [t._v(t._s(t.$i18nt("gd.directory.router", "\u8DEF\u7531\u5730\u5740")))]), s("el-input", { staticStyle: { width: "160px" }, attrs: { placeholder: t.$i18nt("gd.placeholder.inputcontent", "\u8BF7\u8F93\u5165\u5185\u5BB9"), size: "mini", clearable: "", type: "textarea" }, model: { value: t.config.router, callback: function(a) {
|
|
73107
73090
|
t.$set(t.config, "router", a);
|
|
73108
73091
|
}, expression: "config.router" } }, [s("template", { slot: "prepend" }, [t._v("/")])], 2)], 1), s("div", { staticClass: "item flex" }, [s("div", [t._v(t._s(t.$i18nt("gd.directory.icon", "\u56FE\u6807")))]), s("div", { staticClass: "item-operator flex" }, [s("el-input", { attrs: { placeholder: t.$i18nt("gd.placeholder.inputcontent", "\u8BF7\u8F93\u5165\u5185\u5BB9"), size: "mini", clearable: "" }, model: { value: t.config.icon, callback: function(a) {
|
|
73109
73092
|
t.$set(t.config, "icon", a);
|
|
@@ -73132,7 +73115,7 @@ var _sfc_render$k = function() {
|
|
|
73132
73115
|
_sfc_staticRenderFns$k,
|
|
73133
73116
|
!1,
|
|
73134
73117
|
null,
|
|
73135
|
-
"
|
|
73118
|
+
"77340585",
|
|
73136
73119
|
null,
|
|
73137
73120
|
null
|
|
73138
73121
|
);
|
|
@@ -75607,7 +75590,7 @@ function processingResults(i, t, s) {
|
|
|
75607
75590
|
function isSatisfyed(i, t) {
|
|
75608
75591
|
return t === "2" ? i.every((s, a, o) => !s) : i.every((s, a, o) => !!s);
|
|
75609
75592
|
}
|
|
75610
|
-
const
|
|
75593
|
+
const processFlow_vue_vue_type_style_index_0_scoped_2a624a14_lang = "", _sfc_main$8 = {
|
|
75611
75594
|
props: {
|
|
75612
75595
|
fieldData: {
|
|
75613
75596
|
type: Array,
|
|
@@ -75717,6 +75700,19 @@ const processFlow_vue_vue_type_style_index_0_scoped_9d36a773_lang = "", _sfc_mai
|
|
|
75717
75700
|
...mapGetters(["primaryColor", "tableLists"])
|
|
75718
75701
|
},
|
|
75719
75702
|
methods: {
|
|
75703
|
+
baseHandlefkData(i, t) {
|
|
75704
|
+
this.$nextTick(() => {
|
|
75705
|
+
setTimeout(() => {
|
|
75706
|
+
for (let s in i) {
|
|
75707
|
+
const a = this.allFieldList.filter((l) => l.options.columnName === s)[0], o = this.fieldData.filter((l) => l.columnname === s)[0];
|
|
75708
|
+
if (a && ["fk", "user", "about"].includes(o.effecttype)) {
|
|
75709
|
+
const l = o.relations + "_abouttable", r = o.effecttype === "about" && t[l] ? t[l] : "";
|
|
75710
|
+
i[s] && a.searchDataId && a.searchDataId(i[s], r);
|
|
75711
|
+
}
|
|
75712
|
+
}
|
|
75713
|
+
}, 30);
|
|
75714
|
+
});
|
|
75715
|
+
},
|
|
75720
75716
|
getedit(i) {
|
|
75721
75717
|
baseCheckPermission({
|
|
75722
75718
|
OperationType: "edit",
|
|
@@ -75727,7 +75723,7 @@ const processFlow_vue_vue_type_style_index_0_scoped_9d36a773_lang = "", _sfc_mai
|
|
|
75727
75723
|
});
|
|
75728
75724
|
},
|
|
75729
75725
|
baseDisableAdvance({ previous: i, next: t }) {
|
|
75730
|
-
i.field !== void 0 && (i.field === 0 ? this.disableRule.previous = { field: 0, data: [] } : this.disableRule.previous = { field: i.field, data: i.data !== void 0 ? i.data : [] }), t.field !== void 0 && (t.field === 0 ? this.disableRule.next = { field: 0, data: [] } : this.disableRule.next = { field: t.field, data: t.data !== void 0 ? t.data : [] });
|
|
75726
|
+
i && i.field !== void 0 && (i.field === 0 ? this.disableRule.previous = { field: 0, data: [] } : this.disableRule.previous = { field: i.field, data: i.data !== void 0 ? i.data : [] }), t && t.field !== void 0 && (t.field === 0 ? this.disableRule.next = { field: 0, data: [] } : this.disableRule.next = { field: t.field, data: t.data !== void 0 ? t.data : [] });
|
|
75731
75727
|
},
|
|
75732
75728
|
basePerformRules(i) {
|
|
75733
75729
|
this.$nextTick(() => {
|
|
@@ -76396,11 +76392,11 @@ var _sfc_render$8 = function i() {
|
|
|
76396
76392
|
_sfc_staticRenderFns$8,
|
|
76397
76393
|
!1,
|
|
76398
76394
|
null,
|
|
76399
|
-
"
|
|
76395
|
+
"2a624a14",
|
|
76400
76396
|
null,
|
|
76401
76397
|
null
|
|
76402
76398
|
);
|
|
76403
|
-
const ProcessFlow = __component__$8.exports,
|
|
76399
|
+
const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_scoped_d682b2e8_lang = "", _sfc_main$7 = {
|
|
76404
76400
|
name: "GdFormBuild",
|
|
76405
76401
|
props: {
|
|
76406
76402
|
modeType: {
|
|
@@ -76514,7 +76510,11 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
76514
76510
|
}, i);
|
|
76515
76511
|
},
|
|
76516
76512
|
changeFlowFields(i) {
|
|
76517
|
-
i.updateOpen && this.baseSetData(i.data)
|
|
76513
|
+
i.updateOpen && this.baseSetData(i.data), this.$nextTick(() => {
|
|
76514
|
+
setTimeout(() => {
|
|
76515
|
+
this.onLoadCompleted("changeStage");
|
|
76516
|
+
}, 100);
|
|
76517
|
+
});
|
|
76518
76518
|
},
|
|
76519
76519
|
changeFlowFiled(i, t) {
|
|
76520
76520
|
t && this.$nextTick(() => {
|
|
@@ -76874,7 +76874,7 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
76874
76874
|
setTimeout(() => {
|
|
76875
76875
|
s.forEach((a) => {
|
|
76876
76876
|
a.done && a.done.setData && a.done.setData({ val: a.data, data: t, items: a.items }), a.done && a.done.options && a.done.options.effectType === "file" && (a.done.sourceData = a.data);
|
|
76877
|
-
}), this.baseUsageRules(!1), this.setDelevanceBtn(), this.fkbaseMountData(), this.onLoadCompleted(), this.confirmLoading = !1, this.oldvalue = JSON.stringify(this.parameterData);
|
|
76877
|
+
}), this.baseUsageRules(!1), this.setDelevanceBtn(), this.fkbaseMountData(), this.onLoadCompleted("dataCompletion"), this.confirmLoading = !1, this.oldvalue = JSON.stringify(this.parameterData);
|
|
76878
76878
|
}, 0);
|
|
76879
76879
|
});
|
|
76880
76880
|
},
|
|
@@ -76905,7 +76905,7 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
76905
76905
|
async addInitData() {
|
|
76906
76906
|
this.baseInitData(), this.openProcessFlow(this.record), this.$nextTick(() => {
|
|
76907
76907
|
setTimeout(async () => {
|
|
76908
|
-
this.$refs.ruleForm.resetFields(), this.baseUsageRules(), this.fkbaseMountData(), this.onLoadCompleted(), this.allField.filter((a) => ["uploadImg", "uploadFile"].includes(a.type)).forEach((a) => {
|
|
76908
|
+
this.$refs.ruleForm.resetFields(), this.baseUsageRules(), this.fkbaseMountData(), this.onLoadCompleted("show"), this.allField.filter((a) => ["uploadImg", "uploadFile"].includes(a.type)).forEach((a) => {
|
|
76909
76909
|
if (a.setData) {
|
|
76910
76910
|
const o = a.options.columnName ? a.options.columnName.toLowerCase() : a.options.columnName, l = this.fieldData.filter((r) => r.columnname === o)[0];
|
|
76911
76911
|
a.setData({ val: this.parameterData[o], items: l });
|
|
@@ -76929,7 +76929,7 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
76929
76929
|
}, 0);
|
|
76930
76930
|
}), String(this.openMode) === "3") {
|
|
76931
76931
|
let s = i.data ? i.data.id : i.id ? i.id : "", a = s !== "" ? String(s).split("u") : [];
|
|
76932
|
-
this.id = i.data ? i.data.id : "", this.parameterData = this.baseFormatterData(Object.assign(this.parameterData, i.data ? i.data : {})), a.length === 0 ? (this.baseUsageRules(), this.fkbaseMountData(), this.onLoadCompleted(), this.confirmLoading = !1) : a.length === 1 ? this.$nextTick(() => {
|
|
76932
|
+
this.id = i.data ? i.data.id : "", this.parameterData = this.baseFormatterData(Object.assign(this.parameterData, i.data ? i.data : {})), a.length === 0 ? (this.baseUsageRules(), this.fkbaseMountData(), this.onLoadCompleted("show"), this.confirmLoading = !1) : a.length === 1 ? this.$nextTick(() => {
|
|
76933
76933
|
setTimeout(() => {
|
|
76934
76934
|
this.getDetail();
|
|
76935
76935
|
}, 10);
|
|
@@ -76942,7 +76942,7 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
76942
76942
|
}
|
|
76943
76943
|
this.id ? this.getDetail() : this.$nextTick(() => {
|
|
76944
76944
|
setTimeout(() => {
|
|
76945
|
-
this.baseUsageRules(), this.fkbaseMountData(), this.onLoadCompleted(), this.confirmLoading = !1, setTimeout(() => {
|
|
76945
|
+
this.baseUsageRules(), this.fkbaseMountData(), this.onLoadCompleted("show"), this.confirmLoading = !1, setTimeout(() => {
|
|
76946
76946
|
this.oldvalue = JSON.stringify(this.parameterData);
|
|
76947
76947
|
}, 100);
|
|
76948
76948
|
}, 10);
|
|
@@ -77126,8 +77126,8 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
77126
77126
|
let l = /* @__PURE__ */ new Map();
|
|
77127
77127
|
l.set(t, o), this.baseSetData(Object.fromEntries(l));
|
|
77128
77128
|
},
|
|
77129
|
-
onLoadCompleted() {
|
|
77130
|
-
this.$emit("onLoadCompleted");
|
|
77129
|
+
onLoadCompleted(i) {
|
|
77130
|
+
this.$emit("onLoadCompleted", i);
|
|
77131
77131
|
},
|
|
77132
77132
|
getInitColumnData(i) {
|
|
77133
77133
|
let t = /* @__PURE__ */ new Map();
|
|
@@ -77445,7 +77445,7 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
77445
77445
|
},
|
|
77446
77446
|
baseSetData(i, t = !0) {
|
|
77447
77447
|
const s = this.baseFormatterData(i);
|
|
77448
|
-
if (this.baseHandlefkData(s, i), Object.assign(this.parameterData, s), t)
|
|
77448
|
+
if (this.baseHandlefkData(s, i), this.$refs.processFlow.baseHandlefkData(s, i), Object.assign(this.parameterData, s), t)
|
|
77449
77449
|
for (let a of Object.keys(s)) {
|
|
77450
77450
|
const o = this.allField.filter((l) => l.options.columnName === a)[0];
|
|
77451
77451
|
o && (this.baseUsageFieldRules(o), this.fkNotice(o, !0));
|
|
@@ -77670,7 +77670,7 @@ var _sfc_render$7 = function i() {
|
|
|
77670
77670
|
_sfc_staticRenderFns$7,
|
|
77671
77671
|
!1,
|
|
77672
77672
|
null,
|
|
77673
|
-
"
|
|
77673
|
+
"d682b2e8",
|
|
77674
77674
|
null,
|
|
77675
77675
|
null
|
|
77676
77676
|
);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./system.account.78b852cd.js"),l=require("./chartbi.afd83839.js");require("vue");require("./messages.083c4ede.js");const d={name:"GdOauthAuthorize",data(){return{authorizeType:"loading",query:{},clientId:"",message:"",confirmLoading:!0}},methods:{init(){const s=this.$route.query,e=s.client_id?s.client_id:"",i=s.response_type?s.response_type:"code";if(this.clientId=e,this.responseType=i,this.query=this.$route.query,e)this.getCode();else{const a=this.$i18nt("gd.login.missingParameters","\u7F3A\u5931\u53C2\u6570:")+" client_id";this.$message.error(a),this.message=a,this.authorizeType="fail",this.confirmLoading=!1}},getCode(){c.oauthAuthorize({client_id:this.clientId,response_type:this.responseType}).then(s=>{if(s.code!==200){this.authorizeType="fail",this.$message.error(s.message),this.message=s.message,this.confirmLoading=!1;return}const e=this.query.redirect_uri?this.query.redirect_uri:"";if(e===""){const t=this.$i18nt("gd.login.missingParameters","\u7F3A\u5931\u53C2\u6570:")+" redirect_uri";this.$message.error(t),this.message=t,this.authorizeType="fail",this.confirmLoading=!1}const i=decodeURIComponent(e),a=i.slice(0,i.indexOf("?")),n=i.slice(i.indexOf("?")+1).split("&").map(t=>t.split("=")).map(([t,o])=>({key:t,value:o})).concat([{key:"code",value:s.data.code}]);let r="";for(let t=0;t<n.length;t++)
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./system.account.78b852cd.js"),l=require("./chartbi.afd83839.js");require("vue");require("./messages.083c4ede.js");const d={name:"GdOauthAuthorize",data(){return{authorizeType:"loading",query:{},clientId:"",message:"",confirmLoading:!0}},methods:{init(){const s=this.$route.query,e=s.client_id?s.client_id:"",i=s.response_type?s.response_type:"code";if(this.clientId=e,this.responseType=i,this.query=this.$route.query,e)this.getCode();else{const a=this.$i18nt("gd.login.missingParameters","\u7F3A\u5931\u53C2\u6570:")+" client_id";this.$message.error(a),this.message=a,this.authorizeType="fail",this.confirmLoading=!1}},getCode(){c.oauthAuthorize({client_id:this.clientId,response_type:this.responseType}).then(s=>{if(s.code!==200){this.authorizeType="fail",this.$message.error(s.message),this.message=s.message,this.confirmLoading=!1;return}const e=this.query.redirect_uri?this.query.redirect_uri:"";if(e===""){const t=this.$i18nt("gd.login.missingParameters","\u7F3A\u5931\u53C2\u6570:")+" redirect_uri";this.$message.error(t),this.message=t,this.authorizeType="fail",this.confirmLoading=!1}const i=decodeURIComponent(e),a=i.slice(0,i.indexOf("?")),n=i.slice(i.indexOf("?")+1).split("&").map(t=>t.split("=")).map(([t,o])=>({key:t,value:o})).concat([{key:"code",value:s.data.code}]);let r="";for(let t=0;t<n.length;t++)r+=`${t===0?"?":"&"}${n[t].key}=${n[t].value}`;window.location.replace(`${a}${r}`)})}},created(){this.init()}};var u=function(){var e=this,i=e._self._c;return i("div",{directives:[{name:"loading",rawName:"v-loading",value:e.confirmLoading,expression:"confirmLoading"}],staticClass:"gd-oauth"},[i("div",{staticClass:"oauth-loading"},[e.authorizeType==="loading"?i("div",{staticClass:"title"},[i("i",{staticClass:"el-icon-loading"}),e._v(" "+e._s(e.$i18nt("gd.login.authorization","\u6388\u6743\u4E2D...."))+" ")]):e.authorizeType==="fail"?i("div",{staticClass:"err"},[i("i",{staticClass:"el-icon-warning"}),e._v(" "+e._s(e.message)+" ")]):i("div",{staticClass:"title"},[i("i",{staticClass:"el-icon-success"}),e._v(" "+e._s(e.$i18nt("gd.login.authorizationCompleted","\u6388\u6743\u5DF2\u5B8C\u6210"))+" ")])])])},h=[],g=l.normalizeComponent(d,u,h,!1,null,"c42b1f9d",null,null);const m=g.exports;exports.default=m;
|
|
@@ -40,7 +40,7 @@ const d = {
|
|
|
40
40
|
})).concat([{ key: "code", value: s.data.code }]);
|
|
41
41
|
let o = "";
|
|
42
42
|
for (let t = 0; t < n.length; t++)
|
|
43
|
-
|
|
43
|
+
o += `${t === 0 ? "?" : "&"}${n[t].key}=${n[t].value}`;
|
|
44
44
|
window.location.replace(`${a}${o}`);
|
|
45
45
|
});
|
|
46
46
|
}
|
|
@@ -58,7 +58,7 @@ var m = function() {
|
|
|
58
58
|
h,
|
|
59
59
|
!1,
|
|
60
60
|
null,
|
|
61
|
-
"
|
|
61
|
+
"c42b1f9d",
|
|
62
62
|
null,
|
|
63
63
|
null
|
|
64
64
|
);
|