gds-plus-design-vue 1.1.72 → 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 +50 -33
- 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.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/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,7 +17,7 @@ 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";
|
|
@@ -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);
|
|
@@ -51286,7 +51286,7 @@ const approvalHistory = __component__$1D.exports, componentArray = {
|
|
|
51286
51286
|
dataFiltering,
|
|
51287
51287
|
auditLog,
|
|
51288
51288
|
approvalHistory
|
|
51289
|
-
},
|
|
51289
|
+
}, layoutItem_vue_vue_type_style_index_0_scoped_f09f9151_lang = "", _sfc_main$1C = {
|
|
51290
51290
|
props: {
|
|
51291
51291
|
record: {
|
|
51292
51292
|
type: Object,
|
|
@@ -51359,7 +51359,7 @@ const approvalHistory = __component__$1D.exports, componentArray = {
|
|
|
51359
51359
|
return this.options.fileSize !== void 0 ? this.options.fileSize : getFileSize(this.record.type === "uploadImg" ? "image" : "file");
|
|
51360
51360
|
},
|
|
51361
51361
|
caostyle() {
|
|
51362
|
-
return this.hyperlink ? "" : "width: calc(100% - 64px);";
|
|
51362
|
+
return this.options.disabled || !this.isdisabled || this.hyperlink ? "" : "width: calc(100% - 64px);";
|
|
51363
51363
|
},
|
|
51364
51364
|
rstyle() {
|
|
51365
51365
|
return `max-width:${this.wid}px;margin-bottom: -10px;max-height:50vh;min-width:${this.wid / 2}px;`;
|
|
@@ -51595,7 +51595,7 @@ const approvalHistory = __component__$1D.exports, componentArray = {
|
|
|
51595
51595
|
"uploadFile",
|
|
51596
51596
|
"datePicker",
|
|
51597
51597
|
"timePicker"
|
|
51598
|
-
].includes(this.record.type) && (this.record.setData = this.setData), ["fk", "user", "about"].includes(this.options.effectType) ? (this.record.searchDataId = this.searchDataId, this.getWid()) : ["viewtable"].includes(this.options.effectType) ? this.record.baseClearFk = this.baseClearFk : ["participants"].includes(this.options.effectType) && this.getWid(), ["fk", "user", "select", "radio", "checkbox"].includes(this.options.effectType) && (this.record.fkNotice = this.fkNotice));
|
|
51598
|
+
].includes(this.record.type) && (this.record.setData = this.setData), ["fk", "user", "about"].includes(this.options.effectType) ? (this.record.searchDataId = this.searchDataId, this.getWid()) : ["viewtable"].includes(this.options.effectType) ? this.record.baseClearFk = this.baseClearFk : ["participants"].includes(this.options.effectType) && this.getWid(), ["fk", "user", "select", "radio", "checkbox"].includes(this.options.effectType) && (this.record.fkNotice = this.fkNotice, this.fkData = [...this.record.fkData]));
|
|
51599
51599
|
}
|
|
51600
51600
|
};
|
|
51601
51601
|
var _sfc_render$1C = function() {
|
|
@@ -51630,17 +51630,17 @@ var _sfc_render$1C = function() {
|
|
|
51630
51630
|
t.$set(t.model, t.columnName, a);
|
|
51631
51631
|
}, expression: "model[columnName]" } }, t._l(t.fkData, function(a) {
|
|
51632
51632
|
return s("el-option", { key: a.id, attrs: { label: a.name, value: a.id } });
|
|
51633
|
-
}), 1), t.hyperlink ? t._e() : s("div", { staticClass: "cao_view", on: { click: function(a) {
|
|
51633
|
+
}), 1), t.options.disabled || !t.isdisabled ? t._e() : [t.hyperlink ? t._e() : s("div", { staticClass: "cao_view", on: { click: function(a) {
|
|
51634
51634
|
return t.fkMiddleware(t.model[t.columnName], 2);
|
|
51635
|
-
} } }, [s("i", { staticClass: "el-input__icon gd-icons gd-icon-xiangqing_shujuxiangqing", staticStyle: { "line-height": "1.5", "font-size": "16px", color: "#8998ac" } })]), s("div", { staticClass: "cao_setting", class: t.options.disabled || !t.isdisabled ? "cao_setting-disabled" : "", on: { click: t.lookup } }, [s("i", { staticClass: "el-input__icon el-icon-search" })])],
|
|
51635
|
+
} } }, [s("i", { staticClass: "el-input__icon gd-icons gd-icon-xiangqing_shujuxiangqing", staticStyle: { "line-height": "1.5", "font-size": "16px", color: "#8998ac" } })])], s("div", { staticClass: "cao_setting", class: t.options.disabled || !t.isdisabled ? "cao_setting-disabled" : "", on: { click: t.lookup } }, [s("i", { staticClass: "el-input__icon el-icon-search" })])], 2)]) : ["participants"].includes(t.options.effectType) ? s("div", { style: t.wstyle }, [s("div", { ref: "recordLables", staticClass: "cao_about" }, [s("el-select", { staticClass: "cao_input", style: t.caostyle, attrs: { disabled: t.options.disabled || !t.isdisabled, placeholder: t.options.placeholder !== void 0 ? t.options.placeholder === "" ? t.options.placeholder : t.$i18nt(`Dynamics.${t.options.placeholderTransKey}`, t.options.placeholder) : t.$i18nt("gd.placeholder.select", "\u8BF7\u9009\u62E9"), loading: t.loading, "reserve-keyword": "", filterable: "", remote: "", clearable: "", "remote-method": t.searchData, "multiple-limit": t.options.multipleLimit, multiple: "", "collapse-tags": t.options.collapseTags, "popper-append-to-body": !1 }, on: { focus: t.fkSearch, change: t.handleChange }, model: { value: t.model[t.columnName], callback: function(a) {
|
|
51636
51636
|
t.$set(t.model, t.columnName, a);
|
|
51637
51637
|
}, expression: "model[columnName]" } }, t._l(t.fkData, function(a) {
|
|
51638
51638
|
return s("el-option", { key: a.id, attrs: { label: a.name, value: a.id } });
|
|
51639
|
-
}), 1), t.hyperlink ? t._e() : s("div", { staticClass: "cao_view" }, [s("el-tooltip", { attrs: { placement: "top", disabled: t.hyperlink } }, [s("div", { attrs: { slot: "content" }, slot: "content" }, [s("div", { style: t.rstyle }, [t._l(t.fkData, function(a) {
|
|
51639
|
+
}), 1), t.options.disabled || !t.isdisabled ? t._e() : [t.hyperlink ? t._e() : s("div", { staticClass: "cao_view" }, [s("el-tooltip", { attrs: { placement: "top", disabled: t.hyperlink } }, [s("div", { attrs: { slot: "content" }, slot: "content" }, [s("div", { style: t.rstyle }, [t._l(t.fkData, function(a) {
|
|
51640
51640
|
return [t.model[t.columnName].includes(a.id) ? s("el-tag", { style: `color:${t.primaryColor};cursor: pointer;margin: 0 10px 10px 0;`, attrs: { size: "small" }, on: { click: function(o) {
|
|
51641
51641
|
return t.fkMiddleware(a);
|
|
51642
51642
|
} } }, [t._v(" " + t._s(a.name) + " ")]) : t._e()];
|
|
51643
|
-
})], 2)]), s("i", { staticClass: "el-input__icon gd-icons gd-icon-xiangqing_shujuxiangqing", staticStyle: { "line-height": "1.5", "font-size": "16px", color: "#8998ac" } })])], 1), s("div", { staticClass: "cao_setting", class: t.options.disabled || !t.isdisabled ? "cao_setting-disabled" : "", on: { click: t.lookup } }, [s("i", { staticClass: "el-input__icon el-icon-search" })])],
|
|
51643
|
+
})], 2)]), s("i", { staticClass: "el-input__icon gd-icons gd-icon-xiangqing_shujuxiangqing", staticStyle: { "line-height": "1.5", "font-size": "16px", color: "#8998ac" } })])], 1)], s("div", { staticClass: "cao_setting", class: t.options.disabled || !t.isdisabled ? "cao_setting-disabled" : "", on: { click: t.lookup } }, [s("i", { staticClass: "el-input__icon el-icon-search" })])], 2)]) : s("el-select", { style: t.wstyle, attrs: { disabled: t.options.disabled || !t.isdisabled, "popper-append-to-body": !1, placeholder: t.options.placeholder !== void 0 ? t.options.placeholder === "" ? t.options.placeholder : t.$i18nt(`Dynamics.${t.options.placeholderTransKey}`, t.options.placeholder) : t.$i18nt("gd.placeholder.select", "\u8BF7\u9009\u62E9"), clearable: "" }, on: { change: t.handleChange }, model: { value: t.model[t.columnName], callback: function(a) {
|
|
51644
51644
|
t.$set(t.model, t.columnName, a);
|
|
51645
51645
|
}, expression: "model[columnName]" } }, [t.options.dictTypeCode ? t._l(t.dict, function(a) {
|
|
51646
51646
|
return s("el-option", { key: a.code, attrs: { label: t.$i18nt(`Dynamics.${a.transkey}`, a.name), value: a.code, disabled: a.disabled || !t.isdisabled } }, [s("span", [t._v(t._s(t.$i18nt(`Dynamics.${a.transkey}`, a.name)))])]);
|
|
@@ -51663,7 +51663,7 @@ var _sfc_render$1C = function() {
|
|
|
51663
51663
|
_sfc_staticRenderFns$1C,
|
|
51664
51664
|
!1,
|
|
51665
51665
|
null,
|
|
51666
|
-
"
|
|
51666
|
+
"f09f9151",
|
|
51667
51667
|
null,
|
|
51668
51668
|
null
|
|
51669
51669
|
);
|
|
@@ -72795,7 +72795,7 @@ var _sfc_render$n = function() {
|
|
|
72795
72795
|
null,
|
|
72796
72796
|
null
|
|
72797
72797
|
);
|
|
72798
|
-
const applicationProperties = __component__$n.exports,
|
|
72798
|
+
const applicationProperties = __component__$n.exports, main_vue_vue_type_style_index_0_scoped_d9ba47a7_lang = "", _sfc_main$m = {
|
|
72799
72799
|
props: {
|
|
72800
72800
|
config: {
|
|
72801
72801
|
type: Object,
|
|
@@ -72841,7 +72841,7 @@ var _sfc_render$m = function() {
|
|
|
72841
72841
|
t.$set(t.config, "name", a);
|
|
72842
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) {
|
|
72843
72843
|
t.$set(t.config, "code", 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: "" }, 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) {
|
|
72845
72845
|
t.$set(t.config, "router", a);
|
|
72846
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) {
|
|
72847
72847
|
t.$set(t.config, "icon", a);
|
|
@@ -72862,7 +72862,7 @@ var _sfc_render$m = function() {
|
|
|
72862
72862
|
_sfc_staticRenderFns$m,
|
|
72863
72863
|
!1,
|
|
72864
72864
|
null,
|
|
72865
|
-
"
|
|
72865
|
+
"d9ba47a7",
|
|
72866
72866
|
null,
|
|
72867
72867
|
null
|
|
72868
72868
|
);
|
|
@@ -72967,7 +72967,7 @@ const directoryProperties = __component__$l.exports, mixins$1 = {
|
|
|
72967
72967
|
}]
|
|
72968
72968
|
};
|
|
72969
72969
|
}
|
|
72970
|
-
},
|
|
72970
|
+
}, main_vue_vue_type_style_index_0_scoped_77340585_lang = "", _sfc_main$k = {
|
|
72971
72971
|
props: {
|
|
72972
72972
|
config: {
|
|
72973
72973
|
type: Object,
|
|
@@ -73086,7 +73086,7 @@ var _sfc_render$k = function() {
|
|
|
73086
73086
|
t.$set(t.config, "name", a);
|
|
73087
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) {
|
|
73088
73088
|
t.$set(t.config, "code", 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: "" }, 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) {
|
|
73090
73090
|
t.$set(t.config, "router", a);
|
|
73091
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) {
|
|
73092
73092
|
t.$set(t.config, "icon", a);
|
|
@@ -73115,7 +73115,7 @@ var _sfc_render$k = function() {
|
|
|
73115
73115
|
_sfc_staticRenderFns$k,
|
|
73116
73116
|
!1,
|
|
73117
73117
|
null,
|
|
73118
|
-
"
|
|
73118
|
+
"77340585",
|
|
73119
73119
|
null,
|
|
73120
73120
|
null
|
|
73121
73121
|
);
|
|
@@ -75590,7 +75590,7 @@ function processingResults(i, t, s) {
|
|
|
75590
75590
|
function isSatisfyed(i, t) {
|
|
75591
75591
|
return t === "2" ? i.every((s, a, o) => !s) : i.every((s, a, o) => !!s);
|
|
75592
75592
|
}
|
|
75593
|
-
const
|
|
75593
|
+
const processFlow_vue_vue_type_style_index_0_scoped_2a624a14_lang = "", _sfc_main$8 = {
|
|
75594
75594
|
props: {
|
|
75595
75595
|
fieldData: {
|
|
75596
75596
|
type: Array,
|
|
@@ -75700,6 +75700,19 @@ const processFlow_vue_vue_type_style_index_0_scoped_8318a48e_lang = "", _sfc_mai
|
|
|
75700
75700
|
...mapGetters(["primaryColor", "tableLists"])
|
|
75701
75701
|
},
|
|
75702
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
|
+
},
|
|
75703
75716
|
getedit(i) {
|
|
75704
75717
|
baseCheckPermission({
|
|
75705
75718
|
OperationType: "edit",
|
|
@@ -75710,7 +75723,7 @@ const processFlow_vue_vue_type_style_index_0_scoped_8318a48e_lang = "", _sfc_mai
|
|
|
75710
75723
|
});
|
|
75711
75724
|
},
|
|
75712
75725
|
baseDisableAdvance({ previous: i, next: t }) {
|
|
75713
|
-
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 : [] });
|
|
75714
75727
|
},
|
|
75715
75728
|
basePerformRules(i) {
|
|
75716
75729
|
this.$nextTick(() => {
|
|
@@ -75867,7 +75880,7 @@ const processFlow_vue_vue_type_style_index_0_scoped_8318a48e_lang = "", _sfc_mai
|
|
|
75867
75880
|
}, 100);
|
|
75868
75881
|
},
|
|
75869
75882
|
changeData(i) {
|
|
75870
|
-
this.processedData = Object.assign({ ...this.parameterData }, { ...this.processedData }, { ...i }), this.getItemStep() && (this.
|
|
75883
|
+
this.processedData = Object.assign({ ...this.parameterData }, { ...this.processedData }, { ...i }), this.getItemStep() && (this.showForm = !1, this.changeNoMiddle(), this.$nextTick(() => {
|
|
75871
75884
|
setTimeout(() => {
|
|
75872
75885
|
this.$emit("baseUsageRules", !1);
|
|
75873
75886
|
}, 0);
|
|
@@ -76379,11 +76392,11 @@ var _sfc_render$8 = function i() {
|
|
|
76379
76392
|
_sfc_staticRenderFns$8,
|
|
76380
76393
|
!1,
|
|
76381
76394
|
null,
|
|
76382
|
-
"
|
|
76395
|
+
"2a624a14",
|
|
76383
76396
|
null,
|
|
76384
76397
|
null
|
|
76385
76398
|
);
|
|
76386
|
-
const ProcessFlow = __component__$8.exports,
|
|
76399
|
+
const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_scoped_d682b2e8_lang = "", _sfc_main$7 = {
|
|
76387
76400
|
name: "GdFormBuild",
|
|
76388
76401
|
props: {
|
|
76389
76402
|
modeType: {
|
|
@@ -76497,7 +76510,11 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
76497
76510
|
}, i);
|
|
76498
76511
|
},
|
|
76499
76512
|
changeFlowFields(i) {
|
|
76500
|
-
i.updateOpen && this.baseSetData(i.data)
|
|
76513
|
+
i.updateOpen && this.baseSetData(i.data), this.$nextTick(() => {
|
|
76514
|
+
setTimeout(() => {
|
|
76515
|
+
this.onLoadCompleted("changeStage");
|
|
76516
|
+
}, 100);
|
|
76517
|
+
});
|
|
76501
76518
|
},
|
|
76502
76519
|
changeFlowFiled(i, t) {
|
|
76503
76520
|
t && this.$nextTick(() => {
|
|
@@ -76857,7 +76874,7 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
76857
76874
|
setTimeout(() => {
|
|
76858
76875
|
s.forEach((a) => {
|
|
76859
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);
|
|
76860
|
-
}), 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);
|
|
76861
76878
|
}, 0);
|
|
76862
76879
|
});
|
|
76863
76880
|
},
|
|
@@ -76888,7 +76905,7 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
76888
76905
|
async addInitData() {
|
|
76889
76906
|
this.baseInitData(), this.openProcessFlow(this.record), this.$nextTick(() => {
|
|
76890
76907
|
setTimeout(async () => {
|
|
76891
|
-
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) => {
|
|
76892
76909
|
if (a.setData) {
|
|
76893
76910
|
const o = a.options.columnName ? a.options.columnName.toLowerCase() : a.options.columnName, l = this.fieldData.filter((r) => r.columnname === o)[0];
|
|
76894
76911
|
a.setData({ val: this.parameterData[o], items: l });
|
|
@@ -76912,7 +76929,7 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
76912
76929
|
}, 0);
|
|
76913
76930
|
}), String(this.openMode) === "3") {
|
|
76914
76931
|
let s = i.data ? i.data.id : i.id ? i.id : "", a = s !== "" ? String(s).split("u") : [];
|
|
76915
|
-
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(() => {
|
|
76916
76933
|
setTimeout(() => {
|
|
76917
76934
|
this.getDetail();
|
|
76918
76935
|
}, 10);
|
|
@@ -76925,7 +76942,7 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
76925
76942
|
}
|
|
76926
76943
|
this.id ? this.getDetail() : this.$nextTick(() => {
|
|
76927
76944
|
setTimeout(() => {
|
|
76928
|
-
this.baseUsageRules(), this.fkbaseMountData(), this.onLoadCompleted(), this.confirmLoading = !1, setTimeout(() => {
|
|
76945
|
+
this.baseUsageRules(), this.fkbaseMountData(), this.onLoadCompleted("show"), this.confirmLoading = !1, setTimeout(() => {
|
|
76929
76946
|
this.oldvalue = JSON.stringify(this.parameterData);
|
|
76930
76947
|
}, 100);
|
|
76931
76948
|
}, 10);
|
|
@@ -77109,8 +77126,8 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
77109
77126
|
let l = /* @__PURE__ */ new Map();
|
|
77110
77127
|
l.set(t, o), this.baseSetData(Object.fromEntries(l));
|
|
77111
77128
|
},
|
|
77112
|
-
onLoadCompleted() {
|
|
77113
|
-
this.$emit("onLoadCompleted");
|
|
77129
|
+
onLoadCompleted(i) {
|
|
77130
|
+
this.$emit("onLoadCompleted", i);
|
|
77114
77131
|
},
|
|
77115
77132
|
getInitColumnData(i) {
|
|
77116
77133
|
let t = /* @__PURE__ */ new Map();
|
|
@@ -77428,7 +77445,7 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
77428
77445
|
},
|
|
77429
77446
|
baseSetData(i, t = !0) {
|
|
77430
77447
|
const s = this.baseFormatterData(i);
|
|
77431
|
-
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)
|
|
77432
77449
|
for (let a of Object.keys(s)) {
|
|
77433
77450
|
const o = this.allField.filter((l) => l.options.columnName === a)[0];
|
|
77434
77451
|
o && (this.baseUsageFieldRules(o), this.fkNotice(o, !0));
|
|
@@ -77653,7 +77670,7 @@ var _sfc_render$7 = function i() {
|
|
|
77653
77670
|
_sfc_staticRenderFns$7,
|
|
77654
77671
|
!1,
|
|
77655
77672
|
null,
|
|
77656
|
-
"
|
|
77673
|
+
"d682b2e8",
|
|
77657
77674
|
null,
|
|
77658
77675
|
null
|
|
77659
77676
|
);
|