提交 a84e2b0f 编写于 作者: jlj05024111@163.com's avatar jlj05024111@163.com

feat: 更新dsf-web插件包

上级 c40ac78f
var de = Object.defineProperty;
var ue = (s, t, a) => t in s ? de(s, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : s[t] = a;
var E = (s, t, a) => (ue(s, typeof t != "symbol" ? t + "" : t, a), a);
var ue = (s, e, t) => e in s ? de(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t;
var C = (s, e, t) => (ue(s, typeof e != "symbol" ? e + "" : e, t), t);
import { EditFormModel as me, FormMDCtrlModel as pe, DefectModelError as he, AppEntityModel as H } from "@ibiz-template/model";
import { useNamespace as B, useControlController as fe, usePropsWatch as ve, getDatePickerProps as ye, getEditorEmits as G, useController as ge, getDataPickerProps as se, useViewController as we } from "@ibiz-template/vue-util";
import { defineComponent as M, getCurrentInstance as W, ref as C, watch as V, h as r, onMounted as De, computed as j } from "vue";
import { defineComponent as M, getCurrentInstance as W, ref as b, watch as V, h as r, onMounted as De, computed as j } from "vue";
import { createUUID as te } from "qx-util";
import { ViewMode as ae, PluginStaticResource as Ee, OpenAppViewCommand as q, UIActionHandler as Ce, FrontUIActionHandler as re } from "@ibiz-template/runtime";
import { EditFormController as be, FormMDCtrlController as Pe, FormDRUIPartController as Ae, EditViewController as Ie, DatePickerEditorController as Fe, UploadEditorController as Se, PickerEditorController as oe } from "@ibiz-template/controller";
import { ControlVO as ke, calcResPath as K } from "@ibiz-template/service";
import { EditFormController as be, FormMDCtrlController as Pe, FormDRUIPartController as Ae, EditViewController as Fe, DatePickerEditorController as Ie, UploadEditorController as Se, PickerEditorController as oe } from "@ibiz-template/controller";
import { ControlVO as xe, calcResPath as K } from "@ibiz-template/service";
import $ from "dayjs";
import { RuntimeError as xe, StringUtil as ne } from "@ibiz-template/core";
import { RuntimeError as ke, StringUtil as ne } from "@ibiz-template/core";
class Ne extends be {
constructor() {
super(...arguments);
......@@ -20,7 +20,7 @@ class Ne extends be {
* @date 2024-04-26 17:04:49
* @type {IData}
*/
E(this, "baseResData", []);
C(this, "baseResData", []);
/**
* 对比数据
*
......@@ -28,7 +28,7 @@ class Ne extends be {
* @date 2024-04-26 17:04:49
* @type {IData}
*/
E(this, "compareResData", []);
C(this, "compareResData", []);
/**
* 表单旧数据
*
......@@ -38,7 +38,7 @@ class Ne extends be {
* @type {IData}
* @memberof FormController
*/
E(this, "oldData", new ke());
C(this, "oldData", new xe());
/**
* version数据
*
......@@ -46,7 +46,7 @@ class Ne extends be {
* @date 2024-04-26 16:04:37
* @type {IData[]}
*/
E(this, "versionData", []);
C(this, "versionData", []);
/**
* 对比数据
*
......@@ -54,7 +54,7 @@ class Ne extends be {
* @date 2024-04-26 16:04:37
* @type {IData[]}
*/
E(this, "comparisonArr", {});
C(this, "comparisonArr", {});
/**
* 基础表格数据
*
......@@ -62,7 +62,7 @@ class Ne extends be {
* @date 2024-05-06 11:05:57
* @type {IData[]}
*/
E(this, "gridData", []);
C(this, "gridData", []);
/**
* 展示完全数据
*
......@@ -70,7 +70,7 @@ class Ne extends be {
* @date 2024-05-06 11:05:04
* @type {IData[]}
*/
E(this, "AllGridData", []);
C(this, "AllGridData", []);
/**
* 去除相同数据
*
......@@ -78,7 +78,7 @@ class Ne extends be {
* @date 2024-05-06 11:05:15
* @type {IData[]}
*/
E(this, "removeSameGridData", []);
C(this, "removeSameGridData", []);
/**
* 关系界面数据
*
......@@ -86,7 +86,7 @@ class Ne extends be {
* @date 2024-04-30 10:04:33
* @type {IData}
*/
E(this, "AlldruipartData", /* @__PURE__ */ new Map());
C(this, "AlldruipartData", /* @__PURE__ */ new Map());
/**
* 关系界面数据长度
*
......@@ -94,7 +94,7 @@ class Ne extends be {
* @date 2024-05-06 11:05:56
* @type {number}
*/
E(this, "druipartDataSize", 0);
C(this, "druipartDataSize", 0);
/**
* 关系界面实际数据
*
......@@ -102,7 +102,7 @@ class Ne extends be {
* @date 2024-05-06 11:05:13
* @type {IData}
*/
E(this, "newDruipartData", {});
C(this, "newDruipartData", {});
}
/**
* 加载数据
......@@ -112,11 +112,11 @@ class Ne extends be {
*/
async loadGridData() {
await this.startLoading();
const a = this.model.source.M.getPSControlParam.ctrlParams, { BASEENTITY: e, COMPAREENTITY: i } = a, n = await ibiz.entityService.getService(e), c = await ibiz.entityService.getService(i), v = Object.assign({}, this.context.clone(), {
[e.toLowerCase()]: this.params.base_version
const t = this.model.source.M.getPSControlParam.ctrlParams, { BASEENTITY: a, COMPAREENTITY: c } = t, n = await ibiz.entityService.getService(a), d = await ibiz.entityService.getService(c), v = Object.assign({}, this.context.clone(), {
[a.toLowerCase()]: this.params.base_version
}), p = Object.assign({}, this.context.clone(), {
[i.toLowerCase()]: this.params.compare_version
}), h = await n.exec("Get", v, this.params), g = await c.exec(
[c.toLowerCase()]: this.params.compare_version
}), h = await n.exec("Get", v, this.params), g = await d.exec(
"Get",
p,
this.params
......@@ -133,8 +133,8 @@ class Ne extends be {
* @return {*}
* @memberof FormDataComparisonController
*/
isFalseyButNotEmpty(a) {
return a == null || typeof a == "string" && a === "" || Array.isArray(a) && a.length === 0 || typeof a == "object" && Object.keys(a).length === 0;
isFalseyButNotEmpty(t) {
return t == null || typeof t == "string" && t === "" || Array.isArray(t) && t.length === 0 || typeof t == "object" && Object.keys(t).length === 0;
}
/**
* 比较两个值
......@@ -144,8 +144,8 @@ class Ne extends be {
* @return {*}
* @memberof FormDataComparisonController
*/
compareObjectValues(a, e) {
return JSON.stringify(a) !== JSON.stringify(e);
compareObjectValues(t, a) {
return JSON.stringify(t) !== JSON.stringify(a);
}
}
const Oe = M({
......@@ -169,73 +169,73 @@ const Oe = M({
}
},
setup(s) {
const t = B("form-data-comparison"), {
proxy: a
} = W(), e = fe(a, () => {
const e = B("form-data-comparison"), {
proxy: t
} = W(), a = fe(t, () => {
const o = new Ne(s.modelData, s.context, s.params);
return ve(a, "enableAutoSave", o.setEnableAutoSave.bind(o)), o;
}), i = C(!0), n = C(!1), c = C({}), v = C({}), p = C([]), h = [], g = C([]), l = C([]), y = C([]), f = /* @__PURE__ */ new Map(), u = C(0), m = (o) => {
const d = [];
if (d.push(o), o && o.children) {
return ve(t, "enableAutoSave", o.setEnableAutoSave.bind(o)), o;
}), c = b(!0), n = b(!1), d = b({}), v = b({}), p = b([]), h = [], g = b([]), i = b([]), y = b([]), f = /* @__PURE__ */ new Map(), u = b(0), l = (o) => {
const m = [];
if (m.push(o), o && o.children) {
const A = [];
o.children.forEach((I) => {
const O = m(I);
o.children.forEach((F) => {
const O = l(F);
A.push(...O);
}), d.push(...A);
}), m.push(...A);
}
return d;
}, D = m(s.modelData);
h.push(...D);
const P = (o) => {
const d = e.details[o.source.name], A = r("not-supported-editor", {
return m;
}, w = l(s.modelData);
h.push(...w);
const E = (o) => {
const m = a.details[o.source.name], A = r("not-supported-editor", {
attrs: {
modelData: o.editor
}
});
return r("div", {
class: [t.e("form-grid-item"), t.is("add", g.value.includes(o.source.name)), t.is("update", y.value.includes(o.source.name)), t.is("delete", l.value.includes(o.source.name))]
class: [e.e("form-grid-item"), e.is("add", g.value.includes(o.source.name)), e.is("update", y.value.includes(o.source.name)), e.is("delete", i.value.includes(o.source.name))]
}, [r("div", {
class: t.em("form-grid-item", "name")
class: e.em("form-grid-item", "name")
}, [o.source.caption]), r("div", {
class: t.em("form-grid-item", "left")
}, [d.editorProvider ? r(d.editorProvider.formEditor, {
class: e.em("form-grid-item", "left")
}, [m.editorProvider ? r(m.editorProvider.formEditor, {
props: {
value: v.value[o.source.name],
data: d.data,
controller: d.editor,
disabled: d.disabled,
data: m.data,
controller: m.editor,
disabled: m.disabled,
readonly: !0
}
}) : A]), r("div", {
class: t.em("form-grid-item", "right")
}, [d.editorProvider ? r(d.editorProvider.formEditor, {
class: e.em("form-grid-item", "right")
}, [m.editorProvider ? r(m.editorProvider.formEditor, {
props: {
value: c.value[o.source.name],
data: d.data,
controller: d.editor,
disabled: d.disabled,
value: d.value[o.source.name],
data: m.data,
controller: m.editor,
disabled: m.disabled,
readonly: !0
}
}) : A])]);
}, k = (o, d) => {
f.set(o.source.id, d), d.evt.on("mounted", () => {
i.value && e.startLoading(), u.value += 1, d.call.refresh();
}), d.evt.on("refreshed", () => {
}, I = (o, m) => {
f.set(o.source.id, m), m.evt.on("mounted", () => {
c.value && a.startLoading(), u.value += 1, m.call.refresh();
}), m.evt.on("refreshed", () => {
u.value -= 1, setTimeout(() => {
i.value && e.endLoading();
c.value && a.endLoading();
}, 500);
});
}, w = (o) => {
const d = h.find((L) => L.id === `${o.source.id}_srfcopy`), A = o.embedView.source.modelPath, I = d == null ? void 0 : d.embedView.source.modelPath, O = e.context.clone(), N = {
}, D = (o) => {
const m = h.find((L) => L.id === `${o.source.id}_srfcopy`), A = o.embedView.source.modelPath, F = m == null ? void 0 : m.embedView.source.modelPath, O = a.context.clone(), N = {
base_version: s.params.base_version
}, T = e.context.clone();
}, T = a.context.clone();
Object.assign(T, {
gysrlzy_info: s.params.compare_version,
compare_version: s.params.compare_version
});
const _ = {
compare_version: s.params.compare_version
}, R = c.value[o.source.userTag], U = v.value[d == null ? void 0 : d.source.userTag];
}, R = d.value[o.source.userTag], U = v.value[m == null ? void 0 : m.source.userTag];
let J = !1, z = !1, X = !1;
if (o.source.userTag2) {
const L = JSON.parse(o.source.userTag2), {
......@@ -248,28 +248,28 @@ const Oe = M({
})));
}
return r("div", {
class: [t.e("druipart"), t.is("add", J), t.is("update", z), t.is("delete", X)]
class: [e.e("druipart"), e.is("add", J), e.is("update", z), e.is("delete", X)]
}, [r("div", {
class: t.em("druipart", "caption")
class: e.em("druipart", "caption")
}, [o.source.caption]), r("div", {
class: t.em("druipart", "left")
}, [I && r("ViewShell", {
class: e.em("druipart", "left")
}, [F && r("ViewShell", {
attrs: {
context: T,
params: _,
modal: {
mode: ae.EMBED
},
modelPath: I,
modelPath: F,
noLoadDefault: !0,
name: d == null ? void 0 : d.source.id
name: m == null ? void 0 : m.source.id
},
key: te(),
on: {
neuronInit: (L) => k(d, L)
neuronInit: (L) => I(m, L)
}
})]), r("div", {
class: t.em("druipart", "right")
class: e.em("druipart", "right")
}, [A && r("ViewShell", {
attrs: {
context: O,
......@@ -283,115 +283,115 @@ const Oe = M({
},
key: te(),
on: {
neuronInit: (L) => k(o, L)
neuronInit: (L) => I(o, L)
}
})])]);
}, b = (o) => {
const d = {
}, P = (o) => {
const m = {
modelData: o,
controller: e.details[o.source.name]
}, A = e.providers[o.source.name], I = r(A.component, {
controller: a.details[o.source.name]
}, A = a.providers[o.source.name], F = r(A.component, {
props: {
...d
...m
},
key: o.id
}), O = r(A.component, {
props: {
...d
...m
},
key: `compare_${o.id}`
});
return r("div", {
class: t.e("mdctrl")
class: e.e("mdctrl")
}, [r("div", {
class: t.em("mdctrl", "caption")
class: e.em("mdctrl", "caption")
}, [o.source.caption]), r("div", {
class: t.em("mdctrl", "left")
}, [I]), r("div", {
class: t.em("mdctrl", "right")
class: e.em("mdctrl", "left")
}, [F]), r("div", {
class: e.em("mdctrl", "right")
}, [O])]);
}, F = (o) => {
i.value = !1;
const d = p.value.findIndex((A) => A === o.source.name);
d > -1 ? p.value.splice(d, 1) : p.value.push(o.source.name);
}, x = (o) => {
}, S = (o) => {
c.value = !1;
const m = p.value.findIndex((A) => A === o.source.name);
m > -1 ? p.value.splice(m, 1) : p.value.push(o.source.name);
}, k = (o) => {
if (!o.source.hidden) {
if (o.source.detailType === "FORMPAGE")
return r("div", {
class: t.e("form-page")
}, [o.children.map((d) => x(d))]);
class: e.e("form-page")
}, [o.children.map((m) => k(m))]);
if (o.source.detailType === "FORMITEM") {
const d = g.value.includes(o.source.name), A = l.value.includes(o.source.name), I = y.value.includes(o.source.name);
return n.value && !d && !A && !I ? null : P(o);
const m = g.value.includes(o.source.name), A = i.value.includes(o.source.name), F = y.value.includes(o.source.name);
return n.value && !m && !A && !F ? null : E(o);
}
if (o.source.detailType === "GROUPPANEL") {
const d = p.value.includes(o.source.name);
const m = p.value.includes(o.source.name);
return r("div", {
class: t.b("group")
class: e.b("group")
}, [r("div", {
class: [t.be("group", "header"), t.is("hide-caption", !o.source.showCaption)]
class: [e.be("group", "header"), e.is("hide-caption", !o.source.showCaption)]
}, [r("div", {
class: t.bem("group", "header", "name")
}, [d ? r("i-icon", {
class: t.bem("group", "header", "icon"),
class: e.bem("group", "header", "name")
}, [m ? r("i-icon", {
class: e.bem("group", "header", "icon"),
attrs: {
type: "ios-arrow-forward",
title: "展开"
},
on: {
click: () => F(o)
click: () => S(o)
}
}) : r("i-icon", {
class: t.bem("group", "header", "icon"),
class: e.bem("group", "header", "icon"),
attrs: {
type: "ios-arrow-down",
title: "收缩"
},
on: {
click: () => F(o)
click: () => S(o)
}
}), r("span", {
class: t.bem("group", "header", "name-text")
class: e.bem("group", "header", "name-text")
}, [o.source.caption || o.source.title])]), r("div", ["---"]), r("div", ["---"])]), r("div", {
class: [t.be("group", "content"), t.is("collapse", d)]
}, [o.children.map((A) => x(A))])]);
class: [e.be("group", "content"), e.is("collapse", m)]
}, [o.children.map((A) => k(A))])]);
}
return o.source.detailType === "DRUIPART" && !o.source.name.endsWith("_srfcopy") ? w(o) : o.source.detailType === "MDCTRL" ? b(o) : null;
return o.source.detailType === "DRUIPART" && !o.source.name.endsWith("_srfcopy") ? D(o) : o.source.detailType === "MDCTRL" ? P(o) : null;
}
}, S = (o, d) => {
const A = [], I = [], O = [];
return Object.keys(d).forEach((N) => {
const T = o[N], _ = d[N];
e.isFalseyButNotEmpty(T) && !e.isFalseyButNotEmpty(_) && A.push(N), !e.isFalseyButNotEmpty(T) && !e.isFalseyButNotEmpty(_) && e.compareObjectValues(T, _) && I.push(N);
}, x = (o, m) => {
const A = [], F = [], O = [];
return Object.keys(m).forEach((N) => {
const T = o[N], _ = m[N];
a.isFalseyButNotEmpty(T) && !a.isFalseyButNotEmpty(_) && A.push(N), !a.isFalseyButNotEmpty(T) && !a.isFalseyButNotEmpty(_) && a.compareObjectValues(T, _) && F.push(N);
}), Object.keys(o).forEach((N) => {
if (!Object.prototype.hasOwnProperty.call(d, N) || e.isFalseyButNotEmpty(d[N])) {
if (!Object.prototype.hasOwnProperty.call(m, N) || a.isFalseyButNotEmpty(m[N])) {
const T = o[N];
e.isFalseyButNotEmpty(T) || O.push(N);
a.isFalseyButNotEmpty(T) || O.push(N);
}
}), {
added: A,
modified: I,
modified: F,
deleted: O
};
};
return V(() => s.params, async () => {
const o = await e.loadGridData();
c.value = o.baseData, v.value = o.compareData;
const o = await a.loadGridData();
d.value = o.baseData, v.value = o.compareData;
const {
added: d,
added: m,
modified: A,
deleted: I
} = S(v.value, c.value);
g.value = d, y.value = A, l.value = I;
deleted: F
} = x(v.value, d.value);
g.value = m, y.value = A, i.value = F;
}, {
immediate: !0
}), {
ns: t,
c: e,
ns: e,
c: a,
switchValue: n,
druipartNum: u,
renderEditor: P,
renderByDetailType: x
renderEditor: E,
renderByDetailType: k
};
},
render() {
......@@ -457,15 +457,15 @@ const Te = M({
}
},
setup(s, {
emit: t
emit: e
}) {
const a = B("data-import"), e = C(), i = C({
const t = B("data-import"), a = b(), c = b({
state: "ready",
message: "",
rowError: []
}), n = C(""), c = async (l) => {
}), n = b(""), d = async (i) => {
const y = new FormData(), f = $(n.value).format("YYYY-MM");
y.append("file", l), y.append("ny", f);
y.append("file", i), y.append("ny", f);
try {
const u = await ibiz.net.request(s.importUrl, {
method: "post",
......@@ -474,48 +474,48 @@ const Te = M({
"Content-Type": "multipart/form-data"
}
});
i.value.state = "success", i.value.message = "导入成功";
c.value.state = "success", c.value.message = "导入成功";
const {
errorinfo: m,
success: D,
total: P
} = u.data, k = P ? Number(P) : 0, w = D ? Number(D) : 0, b = P - D;
i.value.message = `共计导入数据 ${k} 条,错误[${b}],成功[${w}]`, m && Object.keys(m).length > 0 && (i.value.rowError = [], Object.keys(m).forEach((F) => {
i.value.rowError.push({
index: Number(F) + 1,
info: m[F].errorInfo
errorinfo: l,
success: w,
total: E
} = u.data, I = E ? Number(E) : 0, D = w ? Number(w) : 0, P = E - w;
c.value.message = `共计导入数据 ${I} 条,错误[${P}],成功[${D}]`, l && Object.keys(l).length > 0 && (c.value.rowError = [], Object.keys(l).forEach((S) => {
c.value.rowError.push({
index: Number(S) + 1,
info: l[S].errorInfo
});
}));
} catch (u) {
i.value.state = "fail", i.value.message = `导入失败!${u.message}`;
c.value.state = "fail", c.value.message = `导入失败!${u.message}`;
}
}, v = (l) => {
const y = l.target;
}, v = (i) => {
const y = i.target;
if (!y.files)
return;
const f = y.files[0];
y.value = null, c(f);
y.value = null, d(f);
}, p = async () => {
var y;
const l = await ibiz.net.request(s.templateUrl, {
const i = await ibiz.net.request(s.templateUrl, {
responseType: "blob"
});
if (l.status === 200) {
let f = ((y = l.headers["content-disposition"].split(";").find((D) => D.indexOf("filename=") !== -1)) == null ? void 0 : y.slice(9)) || "";
if (i.status === 200) {
let f = ((y = i.headers["content-disposition"].split(";").find((w) => w.indexOf("filename=") !== -1)) == null ? void 0 : y.slice(9)) || "";
f = decodeURIComponent(f);
const u = new Blob([l.data], {
const u = new Blob([i.data], {
type: "application/vnd.ms-excel"
}), m = document.createElement("a");
m.download = f, m.style.display = "none", m.href = URL.createObjectURL(u), document.body.appendChild(m), m.click(), URL.revokeObjectURL(m.href), document.body.removeChild(m);
}), l = document.createElement("a");
l.download = f, l.style.display = "none", l.href = URL.createObjectURL(u), document.body.appendChild(l), l.click(), URL.revokeObjectURL(l.href), document.body.removeChild(l);
}
}, h = () => {
e.value.click();
a.value.click();
}, g = () => {
var l;
t("close", {
var i;
e("close", {
ok: !1,
data: {}
}), (l = s.dismiss) == null || l.call(s, {
}), (i = s.dismiss) == null || i.call(s, {
ok: !1,
data: {}
});
......@@ -523,14 +523,14 @@ const Te = M({
return De(() => {
n.value = $().format("YYYY年MM月");
}), {
ns: a,
ns: t,
curDate: n,
onLinkClick: p,
selectFile: h,
onCancelButtonClick: g,
onFileChange: v,
inputUpLoad: e,
message: i
inputUpLoad: a,
message: c
};
},
render() {
......@@ -611,10 +611,10 @@ const Me = M({
props: ye(),
emits: G(),
setup(s, {
emit: t
emit: e
}) {
const a = B("date-picker"), e = s.controller, i = e.model, n = C("date"), c = C("yyyy-MM-dd"), v = C(!1);
switch (i.editorType) {
const t = B("date-picker"), a = s.controller, c = a.model, n = b("date"), d = b("yyyy-MM-dd"), v = b(!1);
switch (c.editorType) {
case "DATEPICKEREX":
case "DATEPICKEREX_NOTIME":
n.value = "date";
......@@ -631,14 +631,14 @@ const Me = M({
default:
n.value = "datetime";
}
const p = e.valueFormat;
const p = a.valueFormat;
if (p) {
p === "YYYY-MM" ? n.value = "month" : p === "YYYY" && (n.value = "year");
const f = p.replace("YYYY", "yyyy").replace("DD", "dd");
c.value = f;
d.value = f;
}
i.editorParams.formatText && (c.value = i.editorParams.formatText.replace("YYYY", "yyyy").replace("DD", "dd"));
const h = C();
c.editorParams.formatText && (d.value = c.editorParams.formatText.replace("YYYY", "yyyy").replace("DD", "dd"));
const h = b();
V(() => s.value, (f, u) => {
f && f !== u && (h.value = $(f).format(p));
}, {
......@@ -646,24 +646,24 @@ const Me = M({
});
const g = (f, u) => {
if (f) {
const m = $(f.replace(/[年月]/g, "-")).format(p);
t("change", m);
const l = $(f.replace(/[年月]/g, "-")).format(p);
e("change", l);
} else
t("change", f);
}, l = (f) => {
t("operate", f);
}, y = C();
e("change", f);
}, i = (f) => {
e("operate", f);
}, y = b();
return s.autoFocus && V(y, (f) => {
f && f.$el.getElementsByTagName("input")[0].click();
}), {
ns: a,
c: e,
editorModel: i,
ns: t,
c: a,
editorModel: c,
type: n,
format: c,
format: d,
formatValue: h,
handleChange: g,
onOpenChange: l,
onOpenChange: i,
inputRef: y,
isTimePicker: v
};
......@@ -708,10 +708,10 @@ const ie = new Ee(import.meta.url), Re = M({
name: "DownLoadSafeFile",
props: {},
setup() {
const s = B("download-safe-file"), t = ie.dir("/assets/doc/safe-file.doc");
const s = B("download-safe-file"), e = ie.dir("/assets/doc/safe-file.doc");
return {
ns: s,
url: t
url: e
};
},
render() {
......@@ -734,17 +734,17 @@ class le extends Pe {
* @type {number}
* @memberof FormMDCtrlFormStyle2Controller
*/
E(this, "active", 0);
C(this, "active", 0);
}
connect(a, e) {
this.formNeurons.get(a) || (this.formNeurons.set(a, e), e.evt.on("mounted", () => {
e.call.load();
}), e.evt.on("destroyed", () => {
this.formNeurons.delete(a);
}), e.evt.on("valueChange", (i) => {
if (i) {
const n = this.contentCtrlData.find((c) => c.srfkey === i.srfkey);
n && Object.assign(n, i), this.force();
connect(t, a) {
this.formNeurons.get(t) || (this.formNeurons.set(t, a), a.evt.on("mounted", () => {
a.call.load();
}), a.evt.on("destroyed", () => {
this.formNeurons.delete(t);
}), a.evt.on("valueChange", (c) => {
if (c) {
const n = this.contentCtrlData.find((d) => d.srfkey === c.srfkey);
n && Object.assign(n, c), this.force();
}
}));
}
......@@ -755,23 +755,23 @@ class le extends Pe {
* @memberof FormMDCtrlFormStyle2Controller
*/
async validate() {
const a = [];
this.formNeurons.forEach((n, c) => {
const t = [];
this.formNeurons.forEach((n, d) => {
const v = n.call.getFormController();
a.push({ key: c, controller: v });
t.push({ key: d, controller: v });
});
let e = "";
const i = await Promise.all(
a.map(async (n) => {
const c = await n.controller.validate();
return !e && !c && (e = n.key), c;
let a = "";
const c = await Promise.all(
t.map(async (n) => {
const d = await n.controller.validate();
return !a && !d && (a = n.key), d;
})
);
if (e) {
const n = this.contentCtrlData.findIndex((c) => c.srfkey === e);
if (a) {
const n = this.contentCtrlData.findIndex((d) => d.srfkey === a);
n > -1 && (this.active = n);
}
return i.findIndex((n) => !n) === -1;
return c.findIndex((n) => !n) === -1;
}
/**
* 静默校验
......@@ -780,23 +780,23 @@ class le extends Pe {
* @memberof FormMDCtrlFormStyle2Controller
*/
async silentValidate() {
const a = [];
this.formNeurons.forEach((n, c) => {
const t = [];
this.formNeurons.forEach((n, d) => {
const v = n.call.getFormController();
a.push({ key: c, controller: v });
t.push({ key: d, controller: v });
});
let e = "";
const i = await Promise.all(
a.map(async (n) => {
const c = await n.controller.silentValidate();
return !e && !c && (e = n.key), c;
let a = "";
const c = await Promise.all(
t.map(async (n) => {
const d = await n.controller.silentValidate();
return !a && !d && (a = n.key), d;
})
);
if (e) {
const n = this.contentCtrlData.findIndex((c) => c.srfkey === e);
if (a) {
const n = this.contentCtrlData.findIndex((d) => d.srfkey === a);
n > -1 && (this.active = n);
}
return i.findIndex((n) => !n) === -1;
return c.findIndex((n) => !n) === -1;
}
}
const Ue = M({
......@@ -812,93 +812,108 @@ const Ue = M({
}
},
setup(s) {
const t = B("form-mdctrl-form-style2"), a = s.controller, {
proxy: e
const e = B("form-mdctrl-form-style2"), t = s.controller, {
proxy: a
} = W();
ge(e, s.controller);
const i = async (h, g, l) => {
l.stopPropagation(), l.preventDefault();
const y = a.contentCtrlData.length;
await a.handleRemove(h, g), y !== a.contentCtrlData.length && g <= a.active && a.active !== 0 && (a.active -= 1);
ge(a, s.controller);
const c = async (h, g, i) => {
i.stopPropagation(), i.preventDefault();
const y = t.contentCtrlData.length;
await t.handleRemove(h, g), y !== t.contentCtrlData.length && g <= t.active && t.active !== 0 && (t.active -= 1);
}, n = (h) => {
a.active = h, a.force();
}, c = async () => {
const h = JSON.parse(JSON.stringify(a.contentCtrlData)).length;
await a.handleAdd(), h < a.contentCtrlData.length && (a.active = a.contentCtrlData.length - 1);
t.active = h, t.force();
}, d = async () => {
const h = JSON.parse(JSON.stringify(t.contentCtrlData)).length;
await t.handleAdd(), h < t.contentCtrlData.length && (t.active = t.contentCtrlData.length - 1);
}, v = () => {
const h = s.modelData.source.userTag;
let g = {};
h && (g = JSON.parse(h));
const {
tabtitle: l,
addtitle: y
tabtitle: i,
addtitle: y,
usermode: f
} = g;
return r("div", {
class: t.e("header")
}, [a.contentCtrlData.map((f, u) => {
let m = `新建${u + 1}`;
return f.srfmajortext ? m = f.srfmajortext : l && f[l] ? m = f[l] : y && (m = `${y}${u + 1}`), r("div", {
class: [t.e("header-item"), t.is("actived", u === a.active)],
return f === "user1" && t.contentCtrlData.some((l) => l.rcrylx === "system") ? r("div", {
class: e.e("header")
}, [t.contentCtrlData.map((l, w) => {
let E = "";
l.srfmajortext ? E = l.srfmajortext : i && l[i] && (E = l[i]);
let I = "待确认";
return l.is_rc === 1 ? I = "确认入场" : l.is_rc === 0 && (I = "放弃入场"), r("div", {
class: [e.e("header-item"), e.is("actived", w === t.active)],
on: {
click: () => n(u)
click: () => n(w)
}
}, [r("div", {
class: t.em("header-item", "title")
}, [m]), a.enableDelete && r("div", {
class: t.em("header-item", "delete"),
class: e.em("header-item", "title")
}, [E, "(", I, ")"])]);
})]) : r("div", {
class: e.e("header")
}, [t.contentCtrlData.map((u, l) => {
let w = `新建${l + 1}`;
return u.srfmajortext ? w = u.srfmajortext : i && u[i] ? w = u[i] : y && (w = `${y}${l + 1}`), r("div", {
class: [e.e("header-item"), e.is("actived", l === t.active)],
on: {
click: () => n(l)
}
}, [r("div", {
class: e.em("header-item", "title")
}, [w]), t.enableDelete && r("div", {
class: e.em("header-item", "delete"),
attrs: {
title: "移除"
},
on: {
click: (D) => i(f, u, D)
click: (E) => c(u, l, E)
}
}, [r("i", {
class: "fa fa-close"
})])]);
}), a.enableCreate && r("div", {
class: [t.e("header-item"), t.e("add")],
}), t.enableCreate && r("div", {
class: [e.e("header-item"), e.e("add")],
attrs: {
title: "添加"
},
on: {
click: () => c()
click: () => d()
}
}, [r("span", ["添加"]), r("i", {
class: "fa fa-plus"
})])]);
};
return V(() => a.form.isLoaded, (h, g) => {
h !== g && h === !0 && a.loadData();
return V(() => t.form.isLoaded, (h, g) => {
h !== g && h === !0 && t.loadData();
}), {
ns: t,
ns: e,
rendertanHeader: v,
renderTabs: () => a.contentCtrlData.map((h, g) => {
renderTabs: () => t.contentCtrlData.map((h, g) => {
var f;
let l = null;
let i = null;
const {
form: y
} = a.model;
if (y && a.providers[y.name] && a.model.appEntity) {
const u = Object.assign(a.form.context.clone(), {
[(f = a.model.appEntity.codeName) == null ? void 0 : f.toLowerCase()]: h[a.model.appEntity.keyName]
} = t.model;
if (y && t.providers[y.name] && t.model.appEntity) {
const u = Object.assign(t.form.context.clone(), {
[(f = t.model.appEntity.codeName) == null ? void 0 : f.toLowerCase()]: h[t.model.appEntity.keyName]
});
l = r(a.providers[y.name].component, {
i = r(t.providers[y.name].component, {
props: {
modelData: y,
context: u,
params: a.form.params,
params: t.form.params,
enableAutoSave: !0,
silentVerify: !0
},
on: {
neuronInit: a.onNeuronInit(h.srfkey)
neuronInit: t.onNeuronInit(h.srfkey)
}
});
}
return r("div", {
class: [t.e("content"), t.is("actived", g === a.active)],
class: [e.e("content"), e.is("actived", g === t.active)],
key: h.srfkey
}, [l]);
}, [i]);
})
};
},
......@@ -912,93 +927,93 @@ const Ue = M({
props: se(),
emits: G(),
setup(s, {
emit: t
emit: e
}) {
const a = B("mpicker"), e = s.controller, i = C([]), n = C([]), c = C([]), v = C(!1), p = C(!1), h = C(null), g = C([]), l = j(() => {
const w = e.editorParams.followitem;
return w ? s.data[w] : "";
const t = B("mpicker"), a = s.controller, c = b([]), n = b([]), d = b([]), v = b(!1), p = b(!1), h = b(null), g = b([]), i = j(() => {
const D = a.editorParams.followitem;
return D ? s.data[D] : "";
});
V(() => s.value, (w) => {
i.value = [], c.value = [], w && (c.value = JSON.parse(w), c.value.length > 0 && c.value.forEach((b) => {
n.value.findIndex((x) => Object.is(x.srfkey, b.srfkey)) < 0 && (n.value.push(b), g.value.push(b.srfmajortext)), i.value.push(b.srfkey);
V(() => s.value, (D) => {
c.value = [], d.value = [], D && (d.value = JSON.parse(D), d.value.length > 0 && d.value.forEach((P) => {
n.value.findIndex((k) => Object.is(k.srfkey, P.srfkey)) < 0 && (n.value.push(P), g.value.push(P.srfmajortext)), c.value.push(P.srfkey);
}));
}, {
immediate: !0,
deep: !0
});
const y = async (w) => {
const b = [];
if (w && Array.isArray(w))
for (let x = 0; x < w.length; x++) {
const S = w[x], o = {
srfkey: S[e.keyName] || S.srfkey,
srfmajortext: S[e.textName] || S.srfmajortext
}, d = await e.calcFillDataItems(S);
d.length > 0 && d.forEach((I) => {
const y = async (D) => {
const P = [];
if (D && Array.isArray(D))
for (let k = 0; k < D.length; k++) {
const x = D[k], o = {
srfkey: x[a.keyName] || x.srfkey,
srfmajortext: x[a.textName] || x.srfmajortext
}, m = await a.calcFillDataItems(x);
m.length > 0 && m.forEach((F) => {
Object.assign(o, {
[I.name]: I.value
[F.name]: F.value
});
}), b.push(o), n.value.findIndex((I) => Object.is(I[e.keyName], S[e.keyName])) < 0 && n.value.push(o);
}), P.push(o), n.value.findIndex((F) => Object.is(F[a.keyName], x[a.keyName])) < 0 && n.value.push(o);
}
const F = b.length > 0 ? JSON.stringify(b) : "";
t("change", F);
const S = P.length > 0 ? JSON.stringify(P) : "";
e("change", S);
}, f = async () => {
let w;
c.value.length && (w = JSON.stringify(c.value));
const b = await e.openPickUpView(s.data, w);
b && y(b);
}, u = (w) => {
const b = [];
if (w.length > 0) {
w.forEach((x) => {
let S = n.value.findIndex((d) => Object.is(d.srfkey, x)), o = null;
S >= 0 ? o = n.value[S] : (S = c.value.findIndex((d) => Object.is(d.srfkey, x)), S >= 0 && (o = c.value[S])), o && b.push(o);
let D;
d.value.length && (D = JSON.stringify(d.value));
const P = await a.openPickUpView(s.data, D);
P && y(P);
}, u = (D) => {
const P = [];
if (D.length > 0) {
D.forEach((k) => {
let x = n.value.findIndex((m) => Object.is(m.srfkey, k)), o = null;
x >= 0 ? o = n.value[x] : (x = d.value.findIndex((m) => Object.is(m.srfkey, k)), x >= 0 && (o = d.value[x])), o && P.push(o);
});
const F = b.length > 0 ? JSON.stringify(b) : "";
t("change", F);
const S = P.length > 0 ? JSON.stringify(P) : "";
e("change", S);
} else
t("change", "");
}, m = async (w) => {
if (e.model.appDataEntity) {
e("change", "");
}, l = async (D) => {
if (a.model.appDataEntity) {
p.value = !0;
try {
const b = await e.getServiceData(w, s.data);
p.value = !1, n.value = [], b.data.length > 0 && (n.value = b.data.map((F) => ({
srfkey: F[e.keyName],
srfmajortext: F[e.textName]
const P = await a.getServiceData(D, s.data);
p.value = !1, n.value = [], P.data.length > 0 && (n.value = P.data.map((S) => ({
srfkey: S[a.keyName],
srfmajortext: S[a.textName]
})));
} catch (b) {
} catch (P) {
p.value = !1;
}
}
}, D = (w) => {
v.value = w, t("operate", w), v.value && m("");
}, P = j(() => c.value.map((w) => w.srfmajortext).join("、")), k = (w) => {
n.value = w;
}, w = (D) => {
v.value = D, e("operate", D), v.value && l("");
}, E = j(() => d.value.map((D) => D.srfmajortext).join("、")), I = (D) => {
n.value = D;
};
return V(() => l.value, async (w) => {
if (w) {
await m("");
const b = n.value.map((F) => F.srfkey);
u(b);
return V(() => i.value, async (D) => {
if (D) {
await l("");
const P = n.value.map((S) => S.srfkey);
u(P);
} else
n.value = [], t("change", "");
n.value = [], e("change", "");
}, {
immediate: !0
}), {
ns: a,
c: e,
ns: t,
c: a,
selectRef: h,
curValue: i,
curValue: c,
loading: p,
items: n,
defaultLabel: g,
valueText: P,
onSearch: m,
onOpenChange: D,
valueText: E,
onSearch: l,
onOpenChange: w,
onSelect: u,
openPickUpView: f,
setDefaultOptions: k
setDefaultOptions: I
};
},
render(s) {
......@@ -1022,13 +1037,13 @@ const Ue = M({
"on-change": this.onSelect,
"on-open-change": this.onOpenChange
}
}, [this.items.map((t) => s("i-option", {
key: t.srfkey,
}, [this.items.map((e) => s("i-option", {
key: e.srfkey,
attrs: {
value: t.srfkey,
label: t.srfmajortext
value: e.srfkey,
label: e.srfmajortext
}
}, [t.srfmajortext]))]), !this.readonly && s("div", {
}, [e.srfmajortext]))]), !this.readonly && s("div", {
class: this.ns.e("buns-position")
}, [s("div", {
class: this.ns.e("btns")
......@@ -1048,70 +1063,70 @@ const Ve = M({
props: se(),
emits: G(),
setup(s, {
emit: t
emit: e
}) {
const a = B("checkbox"), e = s.controller, i = C([]), n = C([]), c = ",", v = j({
const t = B("checkbox"), a = s.controller, c = b([]), n = b([]), d = ",", v = j({
get() {
var u;
return ((u = s.value) == null ? void 0 : u.split(",")) || [];
},
set(u) {
let m = null;
const D = [];
i.value.length > 0 && (i.value.forEach((P) => {
u.findIndex((w) => Object.is(P.value, w)) !== -1 && D.push(P.value);
}), m = D.join(c)), t("change", m);
let l = null;
const w = [];
c.value.length > 0 && (c.value.forEach((E) => {
u.findIndex((D) => Object.is(E.value, D)) !== -1 && w.push(E.value);
}), l = w.join(d)), e("change", l);
}
}), p = async (u) => {
const {
context: m,
params: D
} = e.handlePublicParams(u, e.context, e.params);
if (e.editorParams.codeTag) {
let P = [];
const k = e.editorParams.codeTag;
return P = await ibiz.codeListService.get(k, m, D), P;
context: l,
params: w
} = a.handlePublicParams(u, a.context, a.params);
if (a.editorParams.codeTag) {
let E = [];
const I = a.editorParams.codeTag;
return E = await ibiz.codeListService.get(I, l, w), E;
}
throw new he(e.model.source, "请配置代码表");
throw new he(a.model.source, "请配置代码表");
}, h = (u) => {
v.value = u;
}, g = j(() => {
const u = Array.isArray(v.value) ? v.value : [v.value];
return i.value.filter((m) => u.includes(m.srfkey)).map((m) => m.srfmajortext).join("、");
}), l = async (u) => {
if (e.model.appDataEntity)
return c.value.filter((l) => u.includes(l.srfkey)).map((l) => l.srfmajortext).join("、");
}), i = async (u) => {
if (a.model.appDataEntity)
try {
const m = await e.getServiceData(u, s.data);
n.value = [], m.data.length > 0 && (n.value = m.data.map((D) => ({
srfkey: D[e.keyName],
srfmajortext: D[e.textName]
const l = await a.getServiceData(u, s.data);
n.value = [], l.data.length > 0 && (n.value = l.data.map((w) => ({
srfkey: w[a.keyName],
srfmajortext: w[a.textName]
})));
} catch (m) {
console.error(m);
} catch (l) {
console.error(l);
}
}, y = j(() => {
const u = e.editorParams.followitem;
const u = a.editorParams.followitem;
return u ? s.data[u] : "";
}), f = () => {
const u = [];
i.value.forEach((m) => {
n.value.findIndex((P) => P.srfkey === m.value) > -1 && u.push(m.value);
c.value.forEach((l) => {
n.value.findIndex((E) => E.srfkey === l.value) > -1 && u.push(l.value);
}), h(u);
};
return V(() => y, async (u) => {
await p(u).then((m) => {
i.value = m;
}), await l(""), f();
await p(u).then((l) => {
c.value = l;
}), await i(""), f();
}, {
immediate: !0,
deep: !0
}), {
ns: a,
c: e,
ns: t,
c: a,
valueText: g,
selectArray: v,
items: i,
onSearch: l,
items: c,
onSearch: i,
onSelectArrayChange: h
};
},
......@@ -1126,15 +1141,15 @@ const Ve = M({
on: {
"on-change": this.onSelectArrayChange
}
}, [this.items.map((t, a) => s("i-checkbox", {
key: a,
}, [this.items.map((e, t) => s("i-checkbox", {
key: t,
attrs: {
label: t.value,
label: e.value,
disabled: this.disabled
}
}, [s("span", {
class: this.ns.e("text")
}, [t.text])]))])]);
}, [e.text])]))])]);
}
});
class Be extends Ae {
......@@ -1145,25 +1160,25 @@ class Be extends Ae {
* @date 2022-09-15 10:09:22
* @param {ViewNeuron} neuron
*/
setViewNeuron(t) {
this.neuron = t, this.neuron.evt.on("refreshed", (a) => {
if (ibiz.log.debug("接收到关系界面的刷新变更事件", a), this.model.formItemUpdate) {
const { methodName: e, itemNames: i, model: n } = this.model.formItemUpdate;
setViewNeuron(e) {
this.neuron = e, this.neuron.evt.on("refreshed", (t) => {
if (ibiz.log.debug("接收到关系界面的刷新变更事件", t), this.model.formItemUpdate) {
const { methodName: a, itemNames: c, model: n } = this.model.formItemUpdate;
this.form.updateFormItem(
e,
i,
a,
c,
n
);
}
}), this.neuron.evt.on("mounted", () => {
this.neuron.call.refresh();
}), this.neuron.evt.on("viewDataChange", async (a) => {
if (!["LOAD", "LOADDRAFT"].includes(a.type) && (ibiz.log.debug("接收到关系界面的数据变更事件", a.data), this.model.formItemUpdate)) {
const { methodName: e, itemNames: i, model: n } = this.model.formItemUpdate;
}), this.neuron.evt.on("viewDataChange", async (t) => {
if (!["LOAD", "LOADDRAFT"].includes(t.type) && (ibiz.log.debug("接收到关系界面的数据变更事件", t.data), this.model.formItemUpdate)) {
const { methodName: a, itemNames: c, model: n } = this.model.formItemUpdate;
try {
this.processState.formItemUpdate = !0, await this.form.updateFormItem(
e,
i,
a,
c,
n
);
} finally {
......@@ -1171,8 +1186,8 @@ class Be extends Ae {
}
}
}), this.neuron.evt.on("destroyed", () => {
Object.keys(this.processState).forEach((a) => {
this.processState[a] = !1;
Object.keys(this.processState).forEach((t) => {
this.processState[t] = !1;
});
}), this.neuron.evt.on("viewSaveStart", () => {
this.processState.viewSave = !0;
......@@ -1181,7 +1196,7 @@ class Be extends Ae {
});
}
}
class _e extends Ie {
class _e extends Fe {
constructor() {
super(...arguments);
/**
......@@ -1190,7 +1205,7 @@ class _e extends Ie {
* @type {string}
* @memberof WfEditViewController
*/
E(this, "userAction");
C(this, "userAction");
}
async onInit() {
await super.onInit(), this.getUserAction();
......@@ -1205,23 +1220,23 @@ class _e extends Ie {
async wfStart() {
var h;
await this.save(), await this.execUserAction();
const a = await this.entityService.wf.getWFVersion();
if (a.data.length === 0)
throw new xe("当前工作流版本不存在");
const e = a.data[0], i = `WFSTART@${e.wfversion}`, n = Object.assign(this.context.clone(), {
activeForm: e["process-form"]
}), c = {
processDefinitionKey: e.definitionkey
}, v = (h = this.model.source.findPSAppViewRef(i)) == null ? void 0 : h.getRefPSAppView();
const t = await this.entityService.wf.getWFVersion();
if (t.data.length === 0)
throw new ke("当前工作流版本不存在");
const a = t.data[0], c = `WFSTART@${a.wfversion}`, n = Object.assign(this.context.clone(), {
activeForm: a["process-form"]
}), d = {
processDefinitionKey: a.definitionkey
}, v = (h = this.model.source.findPSAppViewRef(c)) == null ? void 0 : h.getRefPSAppView();
if (!v) {
await this.nerve.form.call.wfStart(c), await this.closeView();
await this.nerve.form.call.wfStart(d), await this.closeView();
return;
}
(await ibiz.commands.execute(
q.TAG,
v,
n,
c
d
)).ok && await this.closeView();
}
/**
......@@ -1230,10 +1245,10 @@ class _e extends Ie {
* @memberof EditViewController
*/
getUserAction() {
const { form: a } = this.model, e = a.source.getPSControlHandler();
if (e) {
const i = e.findPSControlHandlerAction("user");
i && i.getPSAppDEMethod() && (this.userAction = i.getPSAppDEMethod().codeName);
const { form: t } = this.model, a = t.source.getPSControlHandler();
if (a) {
const c = a.findPSControlHandlerAction("user");
c && c.getPSAppDEMethod() && (this.userAction = c.getPSAppDEMethod().codeName);
}
}
/**
......@@ -1243,15 +1258,15 @@ class _e extends Ie {
*/
async execUserAction() {
if (this.userAction) {
const a = this.getData();
await this.entityService.exec(this.userAction, this.context, a[0]);
const t = this.getData();
await this.entityService.exec(this.userAction, this.context, t[0]);
}
}
}
function je(s, t) {
function je(s, e) {
return we(
s,
(a, e) => new _e(t, a, e)
(t, a) => new _e(e, t, a)
);
}
const ze = M({
......@@ -1274,26 +1289,26 @@ const ze = M({
},
setup(s) {
const {
proxy: t
proxy: e
} = W();
return {
c: je(t, s.modelPath)
c: je(e, s.modelPath)
};
},
render(s) {
let t = null;
let e = null;
if (this.c.complete) {
const {
form: a
form: t
} = this.c.model;
this.c.providers[a.name] && (t = s(this.c.providers[a.name].component, {
this.c.providers[t.name] && (e = s(this.c.providers[t.name].component, {
props: {
modelData: a,
modelData: t,
context: this.c.context,
params: this.c.params
},
on: {
neuronInit: this.c.nerve.onNeuronInit(a.name)
neuronInit: this.c.nerve.onNeuronInit(t.name)
}
}));
}
......@@ -1301,40 +1316,40 @@ const ze = M({
attrs: {
controller: this.c
}
}, [t]);
}, [e]);
}
});
class Ye {
constructor() {
E(this, "component", "IBizFormDataComparison");
C(this, "component", "IBizFormDataComparison");
}
}
class $e extends Ce {
async execAction(t, a, e, i) {
const n = {}, c = t.getPSAppDataEntity();
if (c) {
c.isFill === !1 && await c.fill(!0);
const v = new H(c);
async execAction(e, t, a, c) {
const n = {}, d = e.getPSAppDataEntity();
if (d) {
d.isFill === !1 && await d.fill(!0);
const v = new H(d);
await v.init();
const { resultContext: p } = await this.handleParams(
e,
t,
a,
e,
i
c
), h = ibiz.resourcePathUtil.calcPaths(
p,
v.codeName
), g = K(p, h);
let l = `${g}/${v.deNamePlural}/importtemplate`, y = `${g}/${v.deNamePlural}/importdata2`;
const f = t.getPSAppDEDataImport();
f && (l += `?srfimporttag=${f.codeName}`, y += `?srfimporttag=${f.codeName}`);
let i = `${g}/${v.deNamePlural}/importtemplate`, y = `${g}/${v.deNamePlural}/importdata2`;
const f = e.getPSAppDEDataImport();
f && (i += `?srfimporttag=${f.codeName}`, y += `?srfimporttag=${f.codeName}`);
const u = ibiz.overlay.createModal(
"CustomDataImport",
{
templateUrl: l,
templateUrl: i,
importUrl: y,
dismiss: (m) => {
u.dismiss(m);
dismiss: (l) => {
u.dismiss(l);
}
},
{
......@@ -1351,7 +1366,7 @@ class $e extends Ce {
}
class He {
constructor() {
E(this, "handler");
C(this, "handler");
}
async getHandler() {
return this.handler || (this.handler = new $e()), this.handler;
......@@ -1359,56 +1374,56 @@ class He {
}
class Ge {
constructor() {
E(this, "gridEditor", "YearMonthPicker");
E(this, "formEditor", "YearMonthPicker");
C(this, "gridEditor", "YearMonthPicker");
C(this, "formEditor", "YearMonthPicker");
}
async createController(t, a) {
const e = new Fe(t, a);
return await e.init(), e;
async createController(e, t) {
const a = new Ie(e, t);
return await a.init(), a;
}
}
class We {
constructor() {
E(this, "formEditor", "DownLoadSafeFile");
E(this, "gridEditor", "DownLoadSafeFile");
C(this, "formEditor", "DownLoadSafeFile");
C(this, "gridEditor", "DownLoadSafeFile");
}
async createController(t, a) {
const e = new Se(t, a);
return await e.init(), e;
async createController(e, t) {
const a = new Se(e, t);
return await a.init(), a;
}
}
class qe extends re {
async execAction(t, a, e, i, n) {
const c = {}, { frontProcessType: v } = t;
async execAction(e, t, a, c, n) {
const d = {}, { frontProcessType: v } = e;
if (v === "OPENHTMLPAGE") {
const p = ne.fill(t.htmlPageUrl, a, e == null ? void 0 : e[0]);
const p = ne.fill(e.htmlPageUrl, t, a == null ? void 0 : a[0]);
window.open(p, "_blank");
}
if (v === "DATAIMP") {
const p = t.getPSAppDataEntity();
const p = e.getPSAppDataEntity();
if (p) {
p.isFill === !1 && await p.fill(!0);
const h = new H(p);
await h.init();
const { resultContext: g } = await this.handleParams(
e,
t,
a,
e,
i
), l = ibiz.resourcePathUtil.calcPaths(
c
), i = ibiz.resourcePathUtil.calcPaths(
g,
h.codeName
), y = K(g, l);
), y = K(g, i);
let f = `${y}/${h.deNamePlural}/importtemplate`, u = `${y}/${h.deNamePlural}/importdata2`;
const m = t.getPSAppDEDataImport();
m && (f += `?srfimporttag=${m.codeName}`, u += `?srfimporttag=${m.codeName}`);
const D = ibiz.overlay.createModal(
const l = e.getPSAppDEDataImport();
l && (f += `?srfimporttag=${l.codeName}`, u += `?srfimporttag=${l.codeName}`);
const w = ibiz.overlay.createModal(
"DataImport",
{
templateUrl: f,
importUrl: u,
dismiss: (P) => {
D.dismiss(P);
dismiss: (E) => {
w.dismiss(E);
}
},
{
......@@ -1416,35 +1431,35 @@ class qe extends re {
placement: "center"
}
);
return D.present(), await D.onWillDismiss(), {
return w.present(), await w.onWillDismiss(), {
refresh: !0
};
}
}
if (["TOP", "WIZARD"].includes(v)) {
const p = t.getFrontPSAppView();
const p = e.getFrontPSAppView();
if (!p)
throw new Error("未配置打开视图");
await p.fill(!0);
const { resultContext: h, resultParams: g } = await this.handleParams(
e,
t,
a,
e,
i
), l = await ibiz.commands.execute(
c
), i = await ibiz.commands.execute(
q.TAG,
p,
h,
g,
n
);
(l == null ? void 0 : l.ok) === !1 && (c.closeView = !1, c.refresh = !1, c.cancel = !0), l != null && l.ok && l.data && (c.data = l.data);
(i == null ? void 0 : i.ok) === !1 && (d.closeView = !1, d.refresh = !1, d.cancel = !0), i != null && i.ok && i.data && (d.data = i.data);
} else if (n) {
const { neuron: p } = n, g = p.call.getFormController().call.getFormController(), { druipart1: l, druipart2: y, druipart3: f } = g.details;
const { neuron: p } = n, g = p.call.getFormController().call.getFormController(), { druipart1: i, druipart2: y, druipart3: f } = g.details;
[
{
message: "服务履历为空",
neuron: l
neuron: i
},
{
message: "教育经验为空",
......@@ -1454,22 +1469,22 @@ class qe extends re {
message: "项目经验为空",
neuron: f
}
].some((D) => {
const P = D.neuron.neuron.call.getGridController();
if (P) {
const k = P.call.getGridController();
if (k && k.items && k.items.length > 0)
].some((w) => {
const E = w.neuron.neuron.call.getGridController();
if (E) {
const I = E.call.getGridController();
if (I && I.items && I.items.length > 0)
return !1;
}
return ibiz.message.error(`${D.message}`, 1.5, !0), !0;
return ibiz.message.error(`${w.message}`, 1.5, !0), !0;
}) || await p.call.wfStart();
}
return c;
return d;
}
}
class Ke {
constructor() {
E(this, "handler");
C(this, "handler");
}
async getHandler() {
return this.handler || (this.handler = new qe()), this.handler;
......@@ -1477,65 +1492,65 @@ class Ke {
}
class Je {
constructor() {
E(this, "component", "FormMDCtrlFormStyle2");
C(this, "component", "FormMDCtrlFormStyle2");
}
async createController(t, a, e) {
const i = new le(t, a, e);
return await i.init(), i;
async createController(e, t, a) {
const c = new le(e, t, a);
return await c.init(), c;
}
}
class Xe {
constructor() {
E(this, "formEditor", "AutoSelectAll");
E(this, "gridEditor", "AutoSelectAll");
C(this, "formEditor", "AutoSelectAll");
C(this, "gridEditor", "AutoSelectAll");
}
async createController(t, a) {
const e = new oe(t, a);
return await e.init(), e;
async createController(e, t) {
const a = new oe(e, t);
return await a.init(), a;
}
}
class Ze {
constructor() {
E(this, "formEditor", "MPickerCheckbox");
E(this, "gridEditor", "IBizGridPicker");
C(this, "formEditor", "MPickerCheckbox");
C(this, "gridEditor", "IBizGridPicker");
}
async createController(t, a) {
const e = new oe(t, a);
return await e.init(), e;
async createController(e, t) {
const a = new oe(e, t);
return await a.init(), a;
}
}
class Qe extends re {
async execAction(t, a, e, i, n) {
const c = {}, { frontProcessType: v } = t;
async execAction(e, t, a, c, n) {
const d = {}, { frontProcessType: v } = e;
if (v === "OPENHTMLPAGE") {
const p = ne.fill(t.htmlPageUrl, a, e == null ? void 0 : e[0]);
const p = ne.fill(e.htmlPageUrl, t, a == null ? void 0 : a[0]);
window.open(p, "_blank");
}
if (v === "DATAIMP") {
const p = t.getPSAppDataEntity();
const p = e.getPSAppDataEntity();
if (p) {
p.isFill === !1 && await p.fill(!0);
const h = new H(p);
await h.init();
const { resultContext: g } = await this.handleParams(
e,
t,
a,
e,
i
), l = ibiz.resourcePathUtil.calcPaths(
c
), i = ibiz.resourcePathUtil.calcPaths(
g,
h.codeName
), y = K(g, l);
), y = K(g, i);
let f = `${y}/${h.deNamePlural}/importtemplate`, u = `${y}/${h.deNamePlural}/importdata2`;
const m = t.getPSAppDEDataImport();
m && (f += `?srfimporttag=${m.codeName}`, u += `?srfimporttag=${m.codeName}`);
const D = ibiz.overlay.createModal(
const l = e.getPSAppDEDataImport();
l && (f += `?srfimporttag=${l.codeName}`, u += `?srfimporttag=${l.codeName}`);
const w = ibiz.overlay.createModal(
"DataImport",
{
templateUrl: f,
importUrl: u,
dismiss: (P) => {
D.dismiss(P);
dismiss: (E) => {
w.dismiss(E);
}
},
{
......@@ -1543,39 +1558,39 @@ class Qe extends re {
placement: "center"
}
);
return D.present(), await D.onWillDismiss(), {
return w.present(), await w.onWillDismiss(), {
refresh: !0
};
}
}
if (["TOP", "WIZARD"].includes(v)) {
const p = t.getFrontPSAppView();
const p = e.getFrontPSAppView();
if (!p)
throw new Error("未配置打开视图");
await p.fill(!0);
const { resultContext: h, resultParams: g } = await this.handleParams(
e,
t,
a,
e,
i
), l = await ibiz.commands.execute(
c
), i = await ibiz.commands.execute(
q.TAG,
p,
h,
g,
n
);
(l == null ? void 0 : l.ok) === !1 && (c.closeView = !1, c.refresh = !1, c.cancel = !0), l != null && l.ok && l.data && (c.data = l.data);
} else if (e && e.length > 0 && n) {
const { neuron: p } = n, l = await p.call.getFormController().call.getFormController().autoSave();
l && l.rcryqd && Array.isArray(l.rcryqd) && l.rcryqd.length > 0 ? await p.call.wfStart() : ibiz.message.error("入场信息为空");
(i == null ? void 0 : i.ok) === !1 && (d.closeView = !1, d.refresh = !1, d.cancel = !0), i != null && i.ok && i.data && (d.data = i.data);
} else if (a && a.length > 0 && n) {
const { neuron: p } = n, i = await p.call.getFormController().call.getFormController().autoSave();
i && i.rcryqd && Array.isArray(i.rcryqd) && i.rcryqd.length > 0 ? await p.call.wfStart() : ibiz.message.error("入场信息为空");
}
return c;
return d;
}
}
class et {
constructor() {
E(this, "handler");
C(this, "handler");
}
async getHandler() {
return this.handler || (this.handler = new Qe()), this.handler;
......@@ -1583,16 +1598,16 @@ class et {
}
class tt {
constructor() {
E(this, "component", "FormDruipart");
C(this, "component", "FormDruipart");
}
async createController(t, a, e) {
const i = new Be(t, a, e);
return await i.init(), i;
async createController(e, t, a) {
const c = new Be(e, t, a);
return await c.init(), c;
}
}
class at {
constructor() {
E(this, "component", "WfEditView");
C(this, "component", "WfEditView");
}
}
const pt = {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册