提交 1cb7980c 编写于 作者: Cano1997's avatar Cano1997

update: 更新镜像

上级 302404f9
var de = Object.defineProperty;
var ue = (s, e, a) => e in s ? de(s, e, { enumerable: !0, configurable: !0, writable: !0, value: a }) : s[e] = a;
var C = (s, e, a) => (ue(s, typeof e != "symbol" ? e + "" : e, a), a);
import { EditFormModel as me, FormMDCtrlModel as pe, DefectModelError as he, AppEntityModel as G } from "@ibiz-template/model";
import { useNamespace as B, useControlController as fe, usePropsWatch as ve, getDatePickerProps as ye, getEditorEmits as H, useController as ge, getDataPickerProps as te } from "@ibiz-template/vue-util";
import { defineComponent as _, getCurrentInstance as ae, ref as b, watch as L, h as r, onMounted as De, computed as V } from "vue";
import { createUUID as Q } from "qx-util";
import { ViewMode as ee, PluginStaticResource as Ee, UIActionHandler as Ce, FrontUIActionHandler as se, OpenAppViewCommand as re } from "@ibiz-template/runtime";
import { EditFormController as be, FormMDCtrlController as we, FormDRUIPartController as Pe, DatePickerEditorController as Ae, UploadEditorController as Fe, PickerEditorController as oe } from "@ibiz-template/controller";
import { ControlVO as Ie, calcResPath as q } from "@ibiz-template/service";
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);
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 { 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 $ from "dayjs";
import { StringUtil as ne } from "@ibiz-template/core";
class ke extends be {
import { RuntimeError as xe, StringUtil as ne } from "@ibiz-template/core";
class Ne extends be {
constructor() {
super(...arguments);
/**
......@@ -20,7 +20,7 @@ class ke extends be {
* @date 2024-04-26 17:04:49
* @type {IData}
*/
C(this, "baseResData", []);
E(this, "baseResData", []);
/**
* 对比数据
*
......@@ -28,7 +28,7 @@ class ke extends be {
* @date 2024-04-26 17:04:49
* @type {IData}
*/
C(this, "compareResData", []);
E(this, "compareResData", []);
/**
* 表单旧数据
*
......@@ -38,7 +38,7 @@ class ke extends be {
* @type {IData}
* @memberof FormController
*/
C(this, "oldData", new Ie());
E(this, "oldData", new ke());
/**
* version数据
*
......@@ -46,7 +46,7 @@ class ke extends be {
* @date 2024-04-26 16:04:37
* @type {IData[]}
*/
C(this, "versionData", []);
E(this, "versionData", []);
/**
* 对比数据
*
......@@ -54,7 +54,7 @@ class ke extends be {
* @date 2024-04-26 16:04:37
* @type {IData[]}
*/
C(this, "comparisonArr", {});
E(this, "comparisonArr", {});
/**
* 基础表格数据
*
......@@ -62,7 +62,7 @@ class ke extends be {
* @date 2024-05-06 11:05:57
* @type {IData[]}
*/
C(this, "gridData", []);
E(this, "gridData", []);
/**
* 展示完全数据
*
......@@ -70,7 +70,7 @@ class ke extends be {
* @date 2024-05-06 11:05:04
* @type {IData[]}
*/
C(this, "AllGridData", []);
E(this, "AllGridData", []);
/**
* 去除相同数据
*
......@@ -78,7 +78,7 @@ class ke extends be {
* @date 2024-05-06 11:05:15
* @type {IData[]}
*/
C(this, "removeSameGridData", []);
E(this, "removeSameGridData", []);
/**
* 关系界面数据
*
......@@ -86,7 +86,7 @@ class ke extends be {
* @date 2024-04-30 10:04:33
* @type {IData}
*/
C(this, "AlldruipartData", /* @__PURE__ */ new Map());
E(this, "AlldruipartData", /* @__PURE__ */ new Map());
/**
* 关系界面数据长度
*
......@@ -94,7 +94,7 @@ class ke extends be {
* @date 2024-05-06 11:05:56
* @type {number}
*/
C(this, "druipartDataSize", 0);
E(this, "druipartDataSize", 0);
/**
* 关系界面实际数据
*
......@@ -102,7 +102,7 @@ class ke extends be {
* @date 2024-05-06 11:05:13
* @type {IData}
*/
C(this, "newDruipartData", {});
E(this, "newDruipartData", {});
}
/**
* 加载数据
......@@ -112,18 +112,18 @@ class ke extends be {
*/
async loadGridData() {
await this.startLoading();
const a = this.model.source.M.getPSControlParam.ctrlParams, { BASEENTITY: t, COMPAREENTITY: l } = a, n = await ibiz.entityService.getService(t), c = await ibiz.entityService.getService(l), g = Object.assign({}, this.context.clone(), {
[t.toLowerCase()]: this.params.base_version
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
}), p = Object.assign({}, this.context.clone(), {
[l.toLowerCase()]: this.params.compare_version
}), f = await n.exec("Get", g, this.params), y = await c.exec(
[i.toLowerCase()]: this.params.compare_version
}), h = await n.exec("Get", v, this.params), g = await c.exec(
"Get",
p,
this.params
);
return this.isLoaded = !0, {
baseData: f.data.data,
compareData: y.data.data
baseData: h.data.data,
compareData: g.data.data
};
}
/**
......@@ -144,11 +144,11 @@ class ke extends be {
* @return {*}
* @memberof FormDataComparisonController
*/
compareObjectValues(a, t) {
return JSON.stringify(a) !== JSON.stringify(t);
compareObjectValues(a, e) {
return JSON.stringify(a) !== JSON.stringify(e);
}
}
const Se = _({
const Oe = M({
name: "IBizFormDataComparison",
props: {
modelData: {
......@@ -169,45 +169,45 @@ const Se = _({
}
},
setup(s) {
const e = B("form-data-comparison"), {
const t = B("form-data-comparison"), {
proxy: a
} = ae(), t = fe(a, () => {
const o = new ke(s.modelData, s.context, s.params);
} = W(), e = fe(a, () => {
const o = new Ne(s.modelData, s.context, s.params);
return ve(a, "enableAutoSave", o.setEnableAutoSave.bind(o)), o;
}), l = b(!0), n = b(!1), c = b({}), g = b({}), p = b([]), f = [], y = b([]), i = b([]), v = b([]), h = /* @__PURE__ */ new Map(), u = b(0), m = (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) {
const A = [];
o.children.forEach((F) => {
const O = m(F);
o.children.forEach((I) => {
const O = m(I);
A.push(...O);
}), d.push(...A);
}
return d;
}, E = m(s.modelData);
f.push(...E);
}, D = m(s.modelData);
h.push(...D);
const P = (o) => {
const d = t.details[o.source.name], A = r("not-supported-editor", {
const d = e.details[o.source.name], A = r("not-supported-editor", {
attrs: {
modelData: o.editor
}
});
return r("div", {
class: [e.e("form-grid-item"), e.is("add", y.value.includes(o.source.name)), e.is("update", v.value.includes(o.source.name)), e.is("delete", i.value.includes(o.source.name))]
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))]
}, [r("div", {
class: e.em("form-grid-item", "name")
class: t.em("form-grid-item", "name")
}, [o.source.caption]), r("div", {
class: e.em("form-grid-item", "left")
class: t.em("form-grid-item", "left")
}, [d.editorProvider ? r(d.editorProvider.formEditor, {
props: {
value: g.value[o.source.name],
value: v.value[o.source.name],
data: d.data,
controller: d.editor,
disabled: d.disabled,
readonly: !0
}
}) : A]), r("div", {
class: e.em("form-grid-item", "right")
class: t.em("form-grid-item", "right")
}, [d.editorProvider ? r(d.editorProvider.formEditor, {
props: {
value: c.value[o.source.name],
......@@ -217,80 +217,80 @@ const Se = _({
readonly: !0
}
}) : A])]);
}, S = (o, d) => {
h.set(o.source.id, d), d.evt.on("mounted", () => {
l.value && t.startLoading(), u.value += 1, d.call.refresh();
}, 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", () => {
u.value -= 1, setTimeout(() => {
l.value && t.endLoading();
i.value && e.endLoading();
}, 500);
});
}, D = (o) => {
const d = f.find((U) => U.id === `${o.source.id}_srfcopy`), A = o.embedView.source.modelPath, F = d == null ? void 0 : d.embedView.source.modelPath, O = t.context.clone(), N = {
}, 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 = {
base_version: s.params.base_version
}, T = t.context.clone();
}, T = e.context.clone();
Object.assign(T, {
gysrlzy_info: s.params.compare_version,
compare_version: s.params.compare_version
});
const j = {
const _ = {
compare_version: s.params.compare_version
}, M = c.value[o.source.userTag], R = g.value[d == null ? void 0 : d.source.userTag];
let K = !1, Y = !1, J = !1;
}, R = c.value[o.source.userTag], U = v.value[d == null ? void 0 : d.source.userTag];
let J = !1, z = !1, X = !1;
if (o.source.userTag2) {
const U = JSON.parse(o.source.userTag2), {
comparekey: X,
const L = JSON.parse(o.source.userTag2), {
comparekey: Z,
comparelist: ce
} = U;
M && R && Array.isArray(M) && Array.isArray(R) && (M.length === 0 && R.length !== 0 ? J = !0 : M.length !== 0 && R.length === 0 ? K = !0 : M.length !== 0 && R.length !== 0 && (M.length !== R.length ? Y = !0 : M.some((W) => {
const Z = R.find((z) => W[X] === z[X]);
return Z ? ce.some((z) => W[z] !== Z[z] ? (Y = !0, !0) : !1) : (Y = !0, !0);
} = L;
R && U && Array.isArray(R) && Array.isArray(U) && (R.length === 0 && U.length !== 0 ? X = !0 : R.length !== 0 && U.length === 0 ? J = !0 : R.length !== 0 && U.length !== 0 && (R.length !== U.length ? z = !0 : R.some((Q) => {
const ee = U.find((Y) => Q[Z] === Y[Z]);
return ee ? ce.some((Y) => Q[Y] !== ee[Y] ? (z = !0, !0) : !1) : (z = !0, !0);
})));
}
return r("div", {
class: [e.e("druipart"), e.is("add", K), e.is("update", Y), e.is("delete", J)]
class: [t.e("druipart"), t.is("add", J), t.is("update", z), t.is("delete", X)]
}, [r("div", {
class: e.em("druipart", "caption")
class: t.em("druipart", "caption")
}, [o.source.caption]), r("div", {
class: e.em("druipart", "left")
}, [F && r("ViewShell", {
class: t.em("druipart", "left")
}, [I && r("ViewShell", {
attrs: {
context: T,
params: j,
params: _,
modal: {
mode: ee.EMBED
mode: ae.EMBED
},
modelPath: F,
modelPath: I,
noLoadDefault: !0,
name: d == null ? void 0 : d.source.id
},
key: Q(),
key: te(),
on: {
neuronInit: (U) => S(d, U)
neuronInit: (L) => k(d, L)
}
})]), r("div", {
class: e.em("druipart", "right")
class: t.em("druipart", "right")
}, [A && r("ViewShell", {
attrs: {
context: O,
params: N,
modal: {
mode: ee.EMBED
mode: ae.EMBED
},
modelPath: A,
noLoadDefault: !0,
name: o.source.id
},
key: Q(),
key: te(),
on: {
neuronInit: (U) => S(o, U)
neuronInit: (L) => k(o, L)
}
})])]);
}, w = (o) => {
}, b = (o) => {
const d = {
modelData: o,
controller: t.details[o.source.name]
}, A = t.providers[o.source.name], F = r(A.component, {
controller: e.details[o.source.name]
}, A = e.providers[o.source.name], I = r(A.component, {
props: {
...d
},
......@@ -302,92 +302,92 @@ const Se = _({
key: `compare_${o.id}`
});
return r("div", {
class: e.e("mdctrl")
class: t.e("mdctrl")
}, [r("div", {
class: e.em("mdctrl", "caption")
class: t.em("mdctrl", "caption")
}, [o.source.caption]), r("div", {
class: e.em("mdctrl", "left")
}, [F]), r("div", {
class: e.em("mdctrl", "right")
class: t.em("mdctrl", "left")
}, [I]), r("div", {
class: t.em("mdctrl", "right")
}, [O])]);
}, I = (o) => {
l.value = !1;
}, 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) => {
if (!o.source.hidden) {
if (o.source.detailType === "FORMPAGE")
return r("div", {
class: e.e("form-page")
class: t.e("form-page")
}, [o.children.map((d) => x(d))]);
if (o.source.detailType === "FORMITEM") {
const d = y.value.includes(o.source.name), A = i.value.includes(o.source.name), F = v.value.includes(o.source.name);
return n.value && !d && !A && !F ? null : P(o);
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);
}
if (o.source.detailType === "GROUPPANEL") {
const d = p.value.includes(o.source.name);
return r("div", {
class: e.b("group")
class: t.b("group")
}, [r("div", {
class: [e.be("group", "header"), e.is("hide-caption", !o.source.showCaption)]
class: [t.be("group", "header"), t.is("hide-caption", !o.source.showCaption)]
}, [r("div", {
class: e.bem("group", "header", "name")
class: t.bem("group", "header", "name")
}, [d ? r("i-icon", {
class: e.bem("group", "header", "icon"),
class: t.bem("group", "header", "icon"),
attrs: {
type: "ios-arrow-forward",
title: "展开"
},
on: {
click: () => I(o)
click: () => F(o)
}
}) : r("i-icon", {
class: e.bem("group", "header", "icon"),
class: t.bem("group", "header", "icon"),
attrs: {
type: "ios-arrow-down",
title: "收缩"
},
on: {
click: () => I(o)
click: () => F(o)
}
}), r("span", {
class: e.bem("group", "header", "name-text")
class: t.bem("group", "header", "name-text")
}, [o.source.caption || o.source.title])]), r("div", ["---"]), r("div", ["---"])]), r("div", {
class: [e.be("group", "content"), e.is("collapse", d)]
class: [t.be("group", "content"), t.is("collapse", d)]
}, [o.children.map((A) => x(A))])]);
}
return o.source.detailType === "DRUIPART" && !o.source.name.endsWith("_srfcopy") ? D(o) : o.source.detailType === "MDCTRL" ? w(o) : null;
return o.source.detailType === "DRUIPART" && !o.source.name.endsWith("_srfcopy") ? w(o) : o.source.detailType === "MDCTRL" ? b(o) : null;
}
}, k = (o, d) => {
const A = [], F = [], O = [];
}, S = (o, d) => {
const A = [], I = [], O = [];
return Object.keys(d).forEach((N) => {
const T = o[N], j = d[N];
t.isFalseyButNotEmpty(T) && !t.isFalseyButNotEmpty(j) && A.push(N), !t.isFalseyButNotEmpty(T) && !t.isFalseyButNotEmpty(j) && t.compareObjectValues(T, j) && F.push(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);
}), Object.keys(o).forEach((N) => {
if (!Object.prototype.hasOwnProperty.call(d, N) || t.isFalseyButNotEmpty(d[N])) {
if (!Object.prototype.hasOwnProperty.call(d, N) || e.isFalseyButNotEmpty(d[N])) {
const T = o[N];
t.isFalseyButNotEmpty(T) || O.push(N);
e.isFalseyButNotEmpty(T) || O.push(N);
}
}), {
added: A,
modified: F,
modified: I,
deleted: O
};
};
return L(() => s.params, async () => {
const o = await t.loadGridData();
c.value = o.baseData, g.value = o.compareData;
return V(() => s.params, async () => {
const o = await e.loadGridData();
c.value = o.baseData, v.value = o.compareData;
const {
added: d,
modified: A,
deleted: F
} = k(g.value, c.value);
y.value = d, v.value = A, i.value = F;
deleted: I
} = S(v.value, c.value);
g.value = d, y.value = A, l.value = I;
}, {
immediate: !0
}), {
ns: e,
c: t,
ns: t,
c: e,
switchValue: n,
druipartNum: u,
renderEditor: P,
......@@ -441,7 +441,7 @@ const Se = _({
}, [this.modelData.children.map((s) => this.renderByDetailType(s))])])]) : null;
}
});
const xe = _({
const Te = M({
name: "CustomDataImport",
props: {
templateUrl: {
......@@ -457,65 +457,65 @@ const xe = _({
}
},
setup(s, {
emit: e
emit: t
}) {
const a = B("data-import"), t = b(), l = b({
const a = B("data-import"), e = C(), i = C({
state: "ready",
message: "",
rowError: []
}), n = b(""), c = async (i) => {
const v = new FormData(), h = $(n.value).format("YYYY-MM");
v.append("file", i), v.append("ny", h);
}), n = C(""), c = async (l) => {
const y = new FormData(), f = $(n.value).format("YYYY-MM");
y.append("file", l), y.append("ny", f);
try {
const u = await ibiz.net.request(s.importUrl, {
method: "post",
data: v,
data: y,
headers: {
"Content-Type": "multipart/form-data"
}
});
l.value.state = "success", l.value.message = "导入成功";
i.value.state = "success", i.value.message = "导入成功";
const {
errorinfo: m,
success: E,
success: D,
total: P
} = u.data, S = P ? Number(P) : 0, D = E ? Number(E) : 0, w = P - E;
l.value.message = `共计导入数据 ${S} 条,错误[${w}],成功[${D}]`, m && Object.keys(m).length > 0 && (l.value.rowError = [], Object.keys(m).forEach((I) => {
l.value.rowError.push({
index: Number(I) + 1,
info: m[I].errorInfo
} = 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
});
}));
} catch (u) {
l.value.state = "fail", l.value.message = `导入失败!${u.message}`;
i.value.state = "fail", i.value.message = `导入失败!${u.message}`;
}
}, g = (i) => {
const v = i.target;
if (!v.files)
}, v = (l) => {
const y = l.target;
if (!y.files)
return;
const h = v.files[0];
v.value = null, c(h);
const f = y.files[0];
y.value = null, c(f);
}, p = async () => {
var v;
const i = await ibiz.net.request(s.templateUrl, {
var y;
const l = await ibiz.net.request(s.templateUrl, {
responseType: "blob"
});
if (i.status === 200) {
let h = ((v = i.headers["content-disposition"].split(";").find((E) => E.indexOf("filename=") !== -1)) == null ? void 0 : v.slice(9)) || "";
h = decodeURIComponent(h);
const u = new Blob([i.data], {
if (l.status === 200) {
let f = ((y = l.headers["content-disposition"].split(";").find((D) => D.indexOf("filename=") !== -1)) == null ? void 0 : y.slice(9)) || "";
f = decodeURIComponent(f);
const u = new Blob([l.data], {
type: "application/vnd.ms-excel"
}), m = document.createElement("a");
m.download = h, m.style.display = "none", m.href = URL.createObjectURL(u), document.body.appendChild(m), m.click(), URL.revokeObjectURL(m.href), document.body.removeChild(m);
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);
}
}, f = () => {
t.value.click();
}, y = () => {
var i;
e("close", {
}, h = () => {
e.value.click();
}, g = () => {
var l;
t("close", {
ok: !1,
data: {}
}), (i = s.dismiss) == null || i.call(s, {
}), (l = s.dismiss) == null || l.call(s, {
ok: !1,
data: {}
});
......@@ -526,11 +526,11 @@ const xe = _({
ns: a,
curDate: n,
onLinkClick: p,
selectFile: f,
onCancelButtonClick: y,
onFileChange: g,
inputUpLoad: t,
message: l
selectFile: h,
onCancelButtonClick: g,
onFileChange: v,
inputUpLoad: e,
message: i
};
},
render() {
......@@ -606,22 +606,22 @@ const xe = _({
}, ["重新上传"])])]);
}
});
const Ne = _({
const Me = M({
name: "YearMonthPicker",
props: ye(),
emits: H(),
emits: G(),
setup(s, {
emit: e
emit: t
}) {
const a = B("date-picker"), t = s.controller, l = t.model, n = b("date"), c = b("yyyy-MM-dd"), g = b(!1);
switch (l.editorType) {
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) {
case "DATEPICKEREX":
case "DATEPICKEREX_NOTIME":
n.value = "date";
break;
case "DATEPICKEREX_NODAY":
case "DATEPICKEREX_NODAY_NOSECOND":
g.value = !0, n.value = "time";
v.value = !0, n.value = "time";
break;
case "DATEPICKEREX_HOUR":
case "DATEPICKEREX_MINUTE":
......@@ -631,41 +631,41 @@ const Ne = _({
default:
n.value = "datetime";
}
const p = t.valueFormat;
const p = e.valueFormat;
if (p) {
p === "YYYY-MM" ? n.value = "month" : p === "YYYY" && (n.value = "year");
const h = p.replace("YYYY", "yyyy").replace("DD", "dd");
c.value = h;
const f = p.replace("YYYY", "yyyy").replace("DD", "dd");
c.value = f;
}
l.editorParams.formatText && (c.value = l.editorParams.formatText.replace("YYYY", "yyyy").replace("DD", "dd"));
const f = b();
L(() => s.value, (h, u) => {
h && h !== u && (f.value = $(h).format(p));
i.editorParams.formatText && (c.value = i.editorParams.formatText.replace("YYYY", "yyyy").replace("DD", "dd"));
const h = C();
V(() => s.value, (f, u) => {
f && f !== u && (h.value = $(f).format(p));
}, {
immediate: !0
});
const y = (h, u) => {
if (h) {
const m = $(h.replace(/[年月]/g, "-")).format(p);
e("change", m);
const g = (f, u) => {
if (f) {
const m = $(f.replace(/[年月]/g, "-")).format(p);
t("change", m);
} else
e("change", h);
}, i = (h) => {
e("operate", h);
}, v = b();
return s.autoFocus && L(v, (h) => {
h && h.$el.getElementsByTagName("input")[0].click();
t("change", f);
}, l = (f) => {
t("operate", f);
}, y = C();
return s.autoFocus && V(y, (f) => {
f && f.$el.getElementsByTagName("input")[0].click();
}), {
ns: a,
c: t,
editorModel: l,
c: e,
editorModel: i,
type: n,
format: c,
formatValue: f,
handleChange: y,
onOpenChange: i,
inputRef: v,
isTimePicker: g
formatValue: h,
handleChange: g,
onOpenChange: l,
inputRef: y,
isTimePicker: v
};
},
render(s) {
......@@ -704,14 +704,14 @@ const Ne = _({
})]]);
}
});
const ie = new Ee(import.meta.url), Oe = _({
const ie = new Ee(import.meta.url), Re = M({
name: "DownLoadSafeFile",
props: {},
setup() {
const s = B("download-safe-file"), e = ie.dir("/assets/doc/safe-file.doc");
const s = B("download-safe-file"), t = ie.dir("/assets/doc/safe-file.doc");
return {
ns: s,
url: e
url: t
};
},
render() {
......@@ -725,7 +725,7 @@ const ie = new Ee(import.meta.url), Oe = _({
}, ["网络信息安全承诺书.doc"])]);
}
});
class le extends we {
class le extends Pe {
constructor() {
super(...arguments);
/**
......@@ -734,17 +734,17 @@ class le extends we {
* @type {number}
* @memberof FormMDCtrlFormStyle2Controller
*/
C(this, "active", 0);
E(this, "active", 0);
}
connect(a, t) {
this.formNeurons.get(a) || (this.formNeurons.set(a, t), t.evt.on("mounted", () => {
t.call.load();
}), t.evt.on("destroyed", () => {
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);
}), t.evt.on("valueChange", (l) => {
if (l) {
const n = this.contentCtrlData.find((c) => c.srfkey === l.srfkey);
n && Object.assign(n, l), this.force();
}), e.evt.on("valueChange", (i) => {
if (i) {
const n = this.contentCtrlData.find((c) => c.srfkey === i.srfkey);
n && Object.assign(n, i), this.force();
}
}));
}
......@@ -757,21 +757,21 @@ class le extends we {
async validate() {
const a = [];
this.formNeurons.forEach((n, c) => {
const g = n.call.getFormController();
a.push({ key: c, controller: g });
const v = n.call.getFormController();
a.push({ key: c, controller: v });
});
let t = "";
const l = await Promise.all(
let e = "";
const i = await Promise.all(
a.map(async (n) => {
const c = await n.controller.validate();
return !t && !c && (t = n.key), c;
return !e && !c && (e = n.key), c;
})
);
if (t) {
const n = this.contentCtrlData.findIndex((c) => c.srfkey === t);
if (e) {
const n = this.contentCtrlData.findIndex((c) => c.srfkey === e);
n > -1 && (this.active = n);
}
return l.findIndex((n) => !n) === -1;
return i.findIndex((n) => !n) === -1;
}
/**
* 静默校验
......@@ -782,24 +782,24 @@ class le extends we {
async silentValidate() {
const a = [];
this.formNeurons.forEach((n, c) => {
const g = n.call.getFormController();
a.push({ key: c, controller: g });
const v = n.call.getFormController();
a.push({ key: c, controller: v });
});
let t = "";
const l = await Promise.all(
let e = "";
const i = await Promise.all(
a.map(async (n) => {
const c = await n.controller.silentValidate();
return !t && !c && (t = n.key), c;
return !e && !c && (e = n.key), c;
})
);
if (t) {
const n = this.contentCtrlData.findIndex((c) => c.srfkey === t);
if (e) {
const n = this.contentCtrlData.findIndex((c) => c.srfkey === e);
n > -1 && (this.active = n);
}
return l.findIndex((n) => !n) === -1;
return i.findIndex((n) => !n) === -1;
}
}
const Te = _({
const Ue = M({
name: "FormMDCtrlFormStyle2",
props: {
controller: {
......@@ -812,51 +812,51 @@ const Te = _({
}
},
setup(s) {
const e = B("form-mdctrl-form-style2"), a = s.controller, {
proxy: t
} = ae();
ge(t, s.controller);
const l = async (f, y, i) => {
i.stopPropagation(), i.preventDefault();
const v = a.contentCtrlData.length;
await a.handleRemove(f, y), v !== a.contentCtrlData.length && y <= a.active && a.active !== 0 && (a.active -= 1);
}, n = (f) => {
a.active = f, a.force();
const t = B("form-mdctrl-form-style2"), a = s.controller, {
proxy: e
} = 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);
}, n = (h) => {
a.active = h, a.force();
}, c = async () => {
const f = JSON.parse(JSON.stringify(a.contentCtrlData)).length;
await a.handleAdd(), f < a.contentCtrlData.length && (a.active = a.contentCtrlData.length - 1);
}, g = () => {
const f = s.modelData.source.userTag;
let y = {};
f && (y = JSON.parse(f));
const h = JSON.parse(JSON.stringify(a.contentCtrlData)).length;
await a.handleAdd(), h < a.contentCtrlData.length && (a.active = a.contentCtrlData.length - 1);
}, v = () => {
const h = s.modelData.source.userTag;
let g = {};
h && (g = JSON.parse(h));
const {
tabtitle: i,
addtitle: v
} = y;
tabtitle: l,
addtitle: y
} = g;
return r("div", {
class: e.e("header")
}, [a.contentCtrlData.map((h, u) => {
class: t.e("header")
}, [a.contentCtrlData.map((f, u) => {
let m = `新建${u + 1}`;
return h.srfmajortext ? m = h.srfmajortext : i && h[i] ? m = h[i] : v && (m = `${v}${u + 1}`), r("div", {
class: [e.e("header-item"), e.is("actived", u === a.active)],
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)],
on: {
click: () => n(u)
}
}, [r("div", {
class: e.em("header-item", "title")
class: t.em("header-item", "title")
}, [m]), a.enableDelete && r("div", {
class: e.em("header-item", "delete"),
class: t.em("header-item", "delete"),
attrs: {
title: "移除"
},
on: {
click: (E) => l(h, u, E)
click: (D) => i(f, u, D)
}
}, [r("i", {
class: "fa fa-close"
})])]);
}), a.enableCreate && r("div", {
class: [e.e("header-item"), e.e("add")],
class: [t.e("header-item"), t.e("add")],
attrs: {
title: "添加"
},
......@@ -867,38 +867,38 @@ const Te = _({
class: "fa fa-plus"
})])]);
};
return L(() => a.form.isLoaded, (f, y) => {
f !== y && f === !0 && a.loadData();
return V(() => a.form.isLoaded, (h, g) => {
h !== g && h === !0 && a.loadData();
}), {
ns: e,
rendertanHeader: g,
renderTabs: () => a.contentCtrlData.map((f, y) => {
var h;
let i = null;
ns: t,
rendertanHeader: v,
renderTabs: () => a.contentCtrlData.map((h, g) => {
var f;
let l = null;
const {
form: v
form: y
} = a.model;
if (v && a.providers[v.name] && a.model.appEntity) {
if (y && a.providers[y.name] && a.model.appEntity) {
const u = Object.assign(a.form.context.clone(), {
[(h = a.model.appEntity.codeName) == null ? void 0 : h.toLowerCase()]: f[a.model.appEntity.keyName]
[(f = a.model.appEntity.codeName) == null ? void 0 : f.toLowerCase()]: h[a.model.appEntity.keyName]
});
i = r(a.providers[v.name].component, {
l = r(a.providers[y.name].component, {
props: {
modelData: v,
modelData: y,
context: u,
params: a.form.params,
enableAutoSave: !0,
silentVerify: !0
},
on: {
neuronInit: a.onNeuronInit(f.srfkey)
neuronInit: a.onNeuronInit(h.srfkey)
}
});
}
return r("div", {
class: [e.e("content"), e.is("actived", y === a.active)],
key: f.srfkey
}, [i]);
class: [t.e("content"), t.is("actived", g === a.active)],
key: h.srfkey
}, [l]);
})
};
},
......@@ -907,98 +907,98 @@ const Te = _({
class: this.ns.b()
}, [this.rendertanHeader(), this.renderTabs()]);
}
}), Me = _({
}), Le = M({
name: "AutoSelectAll",
props: te(),
emits: H(),
props: se(),
emits: G(),
setup(s, {
emit: e
emit: t
}) {
const a = B("mpicker"), t = s.controller, l = b([]), n = b([]), c = b([]), g = b(!1), p = b(!1), f = b(null), y = b([]), i = V(() => {
const D = t.editorParams.followitem;
return D ? s.data[D] : "";
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] : "";
});
L(() => s.value, (D) => {
l.value = [], c.value = [], D && (c.value = JSON.parse(D), c.value.length > 0 && c.value.forEach((w) => {
n.value.findIndex((x) => Object.is(x.srfkey, w.srfkey)) < 0 && (n.value.push(w), y.value.push(w.srfmajortext)), l.value.push(w.srfkey);
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);
}));
}, {
immediate: !0,
deep: !0
});
const v = async (D) => {
const w = [];
if (D && Array.isArray(D))
for (let x = 0; x < D.length; x++) {
const k = D[x], o = {
srfkey: k[t.keyName] || k.srfkey,
srfmajortext: k[t.textName] || k.srfmajortext
}, d = await t.calcFillDataItems(k);
d.length > 0 && d.forEach((F) => {
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) => {
Object.assign(o, {
[F.name]: F.value
[I.name]: I.value
});
}), w.push(o), n.value.findIndex((F) => Object.is(F[t.keyName], k[t.keyName])) < 0 && n.value.push(o);
}), b.push(o), n.value.findIndex((I) => Object.is(I[e.keyName], S[e.keyName])) < 0 && n.value.push(o);
}
const I = w.length > 0 ? JSON.stringify(w) : "";
e("change", I);
}, h = async () => {
let D;
c.value.length && (D = JSON.stringify(c.value));
const w = await t.openPickUpView(s.data, D);
w && v(w);
}, u = (D) => {
const w = [];
if (D.length > 0) {
D.forEach((x) => {
let k = n.value.findIndex((d) => Object.is(d.srfkey, x)), o = null;
k >= 0 ? o = n.value[k] : (k = c.value.findIndex((d) => Object.is(d.srfkey, x)), k >= 0 && (o = c.value[k])), o && w.push(o);
const F = b.length > 0 ? JSON.stringify(b) : "";
t("change", F);
}, 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);
});
const I = w.length > 0 ? JSON.stringify(w) : "";
e("change", I);
const F = b.length > 0 ? JSON.stringify(b) : "";
t("change", F);
} else
e("change", "");
}, m = async (D) => {
if (t.model.appDataEntity) {
t("change", "");
}, m = async (w) => {
if (e.model.appDataEntity) {
p.value = !0;
try {
const w = await t.getServiceData(D, s.data);
p.value = !1, n.value = [], w.data.length > 0 && (n.value = w.data.map((I) => ({
srfkey: I[t.keyName],
srfmajortext: I[t.textName]
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]
})));
} catch (w) {
} catch (b) {
p.value = !1;
}
}
}, E = (D) => {
g.value = D, e("operate", D), g.value && m("");
}, P = V(() => c.value.map((D) => D.srfmajortext).join("、")), S = (D) => {
n.value = D;
}, 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;
};
return L(() => i.value, async (D) => {
if (D) {
return V(() => l.value, async (w) => {
if (w) {
await m("");
const w = n.value.map((I) => I.srfkey);
u(w);
const b = n.value.map((F) => F.srfkey);
u(b);
} else
n.value = [], e("change", "");
n.value = [], t("change", "");
}, {
immediate: !0
}), {
ns: a,
c: t,
selectRef: f,
curValue: l,
c: e,
selectRef: h,
curValue: i,
loading: p,
items: n,
defaultLabel: y,
defaultLabel: g,
valueText: P,
onSearch: m,
onOpenChange: E,
onOpenChange: D,
onSelect: u,
openPickUpView: h,
setDefaultOptions: S
openPickUpView: f,
setDefaultOptions: k
};
},
render(s) {
......@@ -1022,13 +1022,13 @@ const Te = _({
"on-change": this.onSelect,
"on-open-change": this.onOpenChange
}
}, [this.items.map((e) => s("i-option", {
key: e.srfkey,
}, [this.items.map((t) => s("i-option", {
key: t.srfkey,
attrs: {
value: e.srfkey,
label: e.srfmajortext
value: t.srfkey,
label: t.srfmajortext
}
}, [e.srfmajortext]))]), !this.readonly && s("div", {
}, [t.srfmajortext]))]), !this.readonly && s("div", {
class: this.ns.e("buns-position")
}, [s("div", {
class: this.ns.e("btns")
......@@ -1043,76 +1043,76 @@ const Te = _({
}) : null])])]);
}
});
const Re = _({
const Ve = M({
name: "MPickerCheckbox",
props: te(),
emits: H(),
props: se(),
emits: G(),
setup(s, {
emit: e
emit: t
}) {
const a = B("checkbox"), t = s.controller, l = b([]), n = b([]), c = ",", g = V({
const a = B("checkbox"), e = s.controller, i = C([]), n = C([]), c = ",", v = j({
get() {
var u;
return ((u = s.value) == null ? void 0 : u.split(",")) || [];
},
set(u) {
let m = null;
const E = [];
l.value.length > 0 && (l.value.forEach((P) => {
u.findIndex((D) => Object.is(P.value, D)) !== -1 && E.push(P.value);
}), m = E.join(c)), e("change", m);
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);
}
}), p = async (u) => {
const {
context: m,
params: E
} = t.handlePublicParams(u, t.context, t.params);
if (t.editorParams.codeTag) {
params: D
} = e.handlePublicParams(u, e.context, e.params);
if (e.editorParams.codeTag) {
let P = [];
const S = t.editorParams.codeTag;
return P = await ibiz.codeListService.get(S, m, E), P;
const k = e.editorParams.codeTag;
return P = await ibiz.codeListService.get(k, m, D), P;
}
throw new he(t.model.source, "请配置代码表");
}, f = (u) => {
g.value = u;
}, y = V(() => {
const u = Array.isArray(g.value) ? g.value : [g.value];
return l.value.filter((m) => u.includes(m.srfkey)).map((m) => m.srfmajortext).join("、");
}), i = async (u) => {
if (t.model.appDataEntity)
throw new he(e.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)
try {
const m = await t.getServiceData(u, s.data);
n.value = [], m.data.length > 0 && (n.value = m.data.map((E) => ({
srfkey: E[t.keyName],
srfmajortext: E[t.textName]
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]
})));
} catch (m) {
console.error(m);
}
}, v = V(() => {
const u = t.editorParams.followitem;
}, y = j(() => {
const u = e.editorParams.followitem;
return u ? s.data[u] : "";
}), h = () => {
}), f = () => {
const u = [];
l.value.forEach((m) => {
i.value.forEach((m) => {
n.value.findIndex((P) => P.srfkey === m.value) > -1 && u.push(m.value);
}), f(u);
}), h(u);
};
return L(() => v, async (u) => {
return V(() => y, async (u) => {
await p(u).then((m) => {
l.value = m;
}), await i(""), h();
i.value = m;
}), await l(""), f();
}, {
immediate: !0,
deep: !0
}), {
ns: a,
c: t,
valueText: y,
selectArray: g,
items: l,
onSearch: i,
onSelectArrayChange: f
c: e,
valueText: g,
selectArray: v,
items: i,
onSearch: l,
onSelectArrayChange: h
};
},
render(s) {
......@@ -1126,18 +1126,18 @@ const Re = _({
on: {
"on-change": this.onSelectArrayChange
}
}, [this.items.map((e, a) => s("i-checkbox", {
}, [this.items.map((t, a) => s("i-checkbox", {
key: a,
attrs: {
label: e.value,
label: t.value,
disabled: this.disabled
}
}, [s("span", {
class: this.ns.e("text")
}, [e.text])]))])]);
}, [t.text])]))])]);
}
});
class Ue extends Pe {
class Be extends Ae {
/**
* 设置嵌入视图的神经元
*
......@@ -1145,13 +1145,13 @@ class Ue extends Pe {
* @date 2022-09-15 10:09:22
* @param {ViewNeuron} neuron
*/
setViewNeuron(e) {
this.neuron = e, this.neuron.evt.on("refreshed", (a) => {
setViewNeuron(t) {
this.neuron = t, this.neuron.evt.on("refreshed", (a) => {
if (ibiz.log.debug("接收到关系界面的刷新变更事件", a), this.model.formItemUpdate) {
const { methodName: t, itemNames: l, model: n } = this.model.formItemUpdate;
const { methodName: e, itemNames: i, model: n } = this.model.formItemUpdate;
this.form.updateFormItem(
t,
l,
e,
i,
n
);
}
......@@ -1159,11 +1159,11 @@ class Ue extends Pe {
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: t, itemNames: l, model: n } = this.model.formItemUpdate;
const { methodName: e, itemNames: i, model: n } = this.model.formItemUpdate;
try {
this.processState.formItemUpdate = !0, await this.form.updateFormItem(
t,
l,
e,
i,
n
);
} finally {
......@@ -1181,35 +1181,158 @@ class Ue extends Pe {
});
}
}
class Le {
class _e extends Ie {
constructor() {
C(this, "component", "IBizFormDataComparison");
super(...arguments);
/**
* 自定义行为
*
* @type {string}
* @memberof WfEditViewController
*/
E(this, "userAction");
}
async onInit() {
await super.onInit(), this.getUserAction();
}
/**
* 工作流启动
*
* @author lxm
* @date 2022-09-29 20:09:27
* @returns {*} {Promise<void>}
*/
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();
if (!v) {
await this.nerve.form.call.wfStart(c), await this.closeView();
return;
}
(await ibiz.commands.execute(
q.TAG,
v,
n,
c
)).ok && await this.closeView();
}
/**
* 获取自定义行为
*
* @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);
}
}
/**
* 执行自定义行为
*
* @memberof EditViewController
*/
async execUserAction() {
if (this.userAction) {
const a = this.getData();
await this.entityService.exec(this.userAction, this.context, a[0]);
}
}
}
function je(s, t) {
return we(
s,
(a, e) => new _e(t, a, e)
);
}
class Be extends Ce {
async execAction(e, a, t, l) {
const n = {}, c = e.getPSAppDataEntity();
const ze = M({
props: {
context: Object,
params: {
type: Object
},
modelPath: {
type: String,
required: !0
},
modal: {
type: Object
},
noLoadDefault: {
type: Boolean,
required: !1
}
},
setup(s) {
const {
proxy: t
} = W();
return {
c: je(t, s.modelPath)
};
},
render(s) {
let t = null;
if (this.c.complete) {
const {
form: a
} = this.c.model;
this.c.providers[a.name] && (t = s(this.c.providers[a.name].component, {
props: {
modelData: a,
context: this.c.context,
params: this.c.params
},
on: {
neuronInit: this.c.nerve.onNeuronInit(a.name)
}
}));
}
return s("view-base", {
attrs: {
controller: this.c
}
}, [t]);
}
});
class Ye {
constructor() {
E(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 g = new G(c);
await g.init();
const v = new H(c);
await v.init();
const { resultContext: p } = await this.handleParams(
e,
a,
t,
l
), f = ibiz.resourcePathUtil.calcPaths(
a,
e,
i
), h = ibiz.resourcePathUtil.calcPaths(
p,
g.codeName
), y = q(p, f);
let i = `${y}/${g.deNamePlural}/importtemplate`, v = `${y}/${g.deNamePlural}/importdata2`;
const h = e.getPSAppDEDataImport();
h && (i += `?srfimporttag=${h.codeName}`, v += `?srfimporttag=${h.codeName}`);
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}`);
const u = ibiz.overlay.createModal(
"CustomDataImport",
{
templateUrl: i,
importUrl: v,
templateUrl: l,
importUrl: y,
dismiss: (m) => {
u.dismiss(m);
}
......@@ -1226,66 +1349,66 @@ class Be extends Ce {
return n;
}
}
class _e {
class He {
constructor() {
C(this, "handler");
E(this, "handler");
}
async getHandler() {
return this.handler || (this.handler = new Be()), this.handler;
return this.handler || (this.handler = new $e()), this.handler;
}
}
class je {
class Ge {
constructor() {
C(this, "gridEditor", "YearMonthPicker");
C(this, "formEditor", "YearMonthPicker");
E(this, "gridEditor", "YearMonthPicker");
E(this, "formEditor", "YearMonthPicker");
}
async createController(e, a) {
const t = new Ae(e, a);
return await t.init(), t;
async createController(t, a) {
const e = new Fe(t, a);
return await e.init(), e;
}
}
class Ve {
class We {
constructor() {
C(this, "formEditor", "DownLoadSafeFile");
C(this, "gridEditor", "DownLoadSafeFile");
E(this, "formEditor", "DownLoadSafeFile");
E(this, "gridEditor", "DownLoadSafeFile");
}
async createController(e, a) {
const t = new Fe(e, a);
return await t.init(), t;
async createController(t, a) {
const e = new Se(t, a);
return await e.init(), e;
}
}
class Ye extends se {
async execAction(e, a, t, l, n) {
const c = {}, { frontProcessType: g } = e;
if (g === "OPENHTMLPAGE") {
const p = ne.fill(e.htmlPageUrl, a, t == null ? void 0 : t[0]);
class qe extends re {
async execAction(t, a, e, i, n) {
const c = {}, { frontProcessType: v } = t;
if (v === "OPENHTMLPAGE") {
const p = ne.fill(t.htmlPageUrl, a, e == null ? void 0 : e[0]);
window.open(p, "_blank");
}
if (g === "DATAIMP") {
const p = e.getPSAppDataEntity();
if (v === "DATAIMP") {
const p = t.getPSAppDataEntity();
if (p) {
p.isFill === !1 && await p.fill(!0);
const f = new G(p);
await f.init();
const { resultContext: y } = await this.handleParams(
e,
a,
const h = new H(p);
await h.init();
const { resultContext: g } = await this.handleParams(
t,
l
), i = ibiz.resourcePathUtil.calcPaths(
y,
f.codeName
), v = q(y, i);
let h = `${v}/${f.deNamePlural}/importtemplate`, u = `${v}/${f.deNamePlural}/importdata2`;
const m = e.getPSAppDEDataImport();
m && (h += `?srfimporttag=${m.codeName}`, u += `?srfimporttag=${m.codeName}`);
const E = ibiz.overlay.createModal(
a,
e,
i
), l = ibiz.resourcePathUtil.calcPaths(
g,
h.codeName
), y = K(g, l);
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(
"DataImport",
{
templateUrl: h,
templateUrl: f,
importUrl: u,
dismiss: (P) => {
E.dismiss(P);
D.dismiss(P);
}
},
{
......@@ -1293,126 +1416,126 @@ class Ye extends se {
placement: "center"
}
);
return E.present(), await E.onWillDismiss(), {
return D.present(), await D.onWillDismiss(), {
refresh: !0
};
}
}
if (["TOP", "WIZARD"].includes(g)) {
const p = e.getFrontPSAppView();
if (["TOP", "WIZARD"].includes(v)) {
const p = t.getFrontPSAppView();
if (!p)
throw new Error("未配置打开视图");
await p.fill(!0);
const { resultContext: f, resultParams: y } = await this.handleParams(
e,
a,
const { resultContext: h, resultParams: g } = await this.handleParams(
t,
l
), i = await ibiz.commands.execute(
re.TAG,
a,
e,
i
), l = await ibiz.commands.execute(
q.TAG,
p,
f,
y,
h,
g,
n
);
(i == null ? void 0 : i.ok) === !1 && (c.closeView = !1, c.refresh = !1, c.cancel = !0), i != null && i.ok && i.data && (c.data = i.data);
(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 (n) {
const { neuron: p } = n, y = p.call.getFormController().call.getFormController(), { druipart1: i, druipart2: v, druipart3: h } = y.details;
const { neuron: p } = n, g = p.call.getFormController().call.getFormController(), { druipart1: l, druipart2: y, druipart3: f } = g.details;
[
{
message: "服务履历为空",
neuron: i
neuron: l
},
{
message: "教育经验为空",
neuron: v
neuron: y
},
{
message: "项目经验为空",
neuron: h
neuron: f
}
].some((E) => {
const P = E.neuron.neuron.call.getGridController();
].some((D) => {
const P = D.neuron.neuron.call.getGridController();
if (P) {
const S = P.call.getGridController();
if (S && S.items && S.items.length > 0)
const k = P.call.getGridController();
if (k && k.items && k.items.length > 0)
return !1;
}
return ibiz.message.error(`${E.message}`, 1.5, !0), !0;
return ibiz.message.error(`${D.message}`, 1.5, !0), !0;
}) || await p.call.wfStart();
}
return c;
}
}
class ze {
class Ke {
constructor() {
C(this, "handler");
E(this, "handler");
}
async getHandler() {
return this.handler || (this.handler = new Ye()), this.handler;
return this.handler || (this.handler = new qe()), this.handler;
}
}
class $e {
class Je {
constructor() {
C(this, "component", "FormMDCtrlFormStyle2");
E(this, "component", "FormMDCtrlFormStyle2");
}
async createController(e, a, t) {
const l = new le(e, a, t);
return await l.init(), l;
async createController(t, a, e) {
const i = new le(t, a, e);
return await i.init(), i;
}
}
class Ge {
class Xe {
constructor() {
C(this, "formEditor", "AutoSelectAll");
C(this, "gridEditor", "AutoSelectAll");
E(this, "formEditor", "AutoSelectAll");
E(this, "gridEditor", "AutoSelectAll");
}
async createController(e, a) {
const t = new oe(e, a);
return await t.init(), t;
async createController(t, a) {
const e = new oe(t, a);
return await e.init(), e;
}
}
class He {
class Ze {
constructor() {
C(this, "formEditor", "MPickerCheckbox");
C(this, "gridEditor", "IBizGridPicker");
E(this, "formEditor", "MPickerCheckbox");
E(this, "gridEditor", "IBizGridPicker");
}
async createController(e, a) {
const t = new oe(e, a);
return await t.init(), t;
async createController(t, a) {
const e = new oe(t, a);
return await e.init(), e;
}
}
class qe extends se {
async execAction(e, a, t, l, n) {
const c = {}, { frontProcessType: g } = e;
if (g === "OPENHTMLPAGE") {
const p = ne.fill(e.htmlPageUrl, a, t == null ? void 0 : t[0]);
class Qe extends re {
async execAction(t, a, e, i, n) {
const c = {}, { frontProcessType: v } = t;
if (v === "OPENHTMLPAGE") {
const p = ne.fill(t.htmlPageUrl, a, e == null ? void 0 : e[0]);
window.open(p, "_blank");
}
if (g === "DATAIMP") {
const p = e.getPSAppDataEntity();
if (v === "DATAIMP") {
const p = t.getPSAppDataEntity();
if (p) {
p.isFill === !1 && await p.fill(!0);
const f = new G(p);
await f.init();
const { resultContext: y } = await this.handleParams(
e,
a,
const h = new H(p);
await h.init();
const { resultContext: g } = await this.handleParams(
t,
l
), i = ibiz.resourcePathUtil.calcPaths(
y,
f.codeName
), v = q(y, i);
let h = `${v}/${f.deNamePlural}/importtemplate`, u = `${v}/${f.deNamePlural}/importdata2`;
const m = e.getPSAppDEDataImport();
m && (h += `?srfimporttag=${m.codeName}`, u += `?srfimporttag=${m.codeName}`);
const E = ibiz.overlay.createModal(
a,
e,
i
), l = ibiz.resourcePathUtil.calcPaths(
g,
h.codeName
), y = K(g, l);
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(
"DataImport",
{
templateUrl: h,
templateUrl: f,
importUrl: u,
dismiss: (P) => {
E.dismiss(P);
D.dismiss(P);
}
},
{
......@@ -1420,89 +1543,97 @@ class qe extends se {
placement: "center"
}
);
return E.present(), await E.onWillDismiss(), {
return D.present(), await D.onWillDismiss(), {
refresh: !0
};
}
}
if (["TOP", "WIZARD"].includes(g)) {
const p = e.getFrontPSAppView();
if (["TOP", "WIZARD"].includes(v)) {
const p = t.getFrontPSAppView();
if (!p)
throw new Error("未配置打开视图");
await p.fill(!0);
const { resultContext: f, resultParams: y } = await this.handleParams(
e,
a,
const { resultContext: h, resultParams: g } = await this.handleParams(
t,
l
), i = await ibiz.commands.execute(
re.TAG,
a,
e,
i
), l = await ibiz.commands.execute(
q.TAG,
p,
f,
y,
h,
g,
n
);
(i == null ? void 0 : i.ok) === !1 && (c.closeView = !1, c.refresh = !1, c.cancel = !0), i != null && i.ok && i.data && (c.data = i.data);
} else if (t && t.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("入场信息为空");
(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("入场信息为空");
}
return c;
}
}
class Ke {
class et {
constructor() {
C(this, "handler");
E(this, "handler");
}
async getHandler() {
return this.handler || (this.handler = new qe()), this.handler;
return this.handler || (this.handler = new Qe()), this.handler;
}
}
class Je {
class tt {
constructor() {
C(this, "component", "FormDruipart");
E(this, "component", "FormDruipart");
}
async createController(e, a, t) {
const l = new Ue(e, a, t);
return await l.init(), l;
async createController(t, a, e) {
const i = new Be(t, a, e);
return await i.init(), i;
}
}
const nt = {
class at {
constructor() {
E(this, "component", "WfEditView");
}
}
const pt = {
mateUrl: import.meta.url,
install(s) {
ie.loadStyle(["/style.css"]), s.component("IBizFormDataComparison", Se), s.component("CustomDataImport", xe), s.component("YearMonthPicker", Ne), s.component("DownLoadSafeFile", Oe), s.component("FormMDCtrlFormStyle2", Te), s.component("AutoSelectAll", Me), s.component("MPickerCheckbox", Re), ibiz.register.control.register(
ie.loadStyle(["/style.css"]), s.component("IBizFormDataComparison", Oe), s.component("CustomDataImport", Te), s.component("YearMonthPicker", Me), s.component("DownLoadSafeFile", Re), s.component("FormMDCtrlFormStyle2", Ue), s.component("AutoSelectAll", Le), s.component("MPickerCheckbox", Ve), s.component("WfEditView", ze), ibiz.register.control.register(
"EDITFORM_RENDER_FORM_DATA_COMPARISON",
new Le()
new Ye()
), ibiz.register.uiAction.register(
"DEUIACTION_CUSTOM_IMPORT",
new _e()
new He()
), ibiz.register.editor.register(
"DATEPICKEREX_NOTIME_YEAR_MONTH_PICKER",
new je()
new Ge()
), ibiz.register.editor.register(
"FILEUPLOADER_ONE_DOWNLOAD_FILE",
new Ve()
new We()
), ibiz.register.uiAction.register(
"DEUIACTION_JUDEG_ENABLE_UPDATE",
new ze()
new Ke()
), ibiz.register.formDetail.register(
"FORM_USERCONTROL_MUL_FORM_CARD",
new $e()
new Je()
), ibiz.register.editor.register(
"EDITOR_CUSTOMSTYLE_AUTO_SELECT_ALL",
new Ge()
new Xe()
), ibiz.register.editor.register(
"EDITOR_CUSTOMSTYLE_MULTIPLE_CHECKBOX",
new He()
new Ze()
), ibiz.register.uiAction.register(
"DEUIACTION_check_rcxx",
new Ke()
new et()
), ibiz.register.formDetail.register(
"FORM_USERCONTROL_DRUIPART_ENABLEINITLOAD",
new Je()
new tt()
), ibiz.register.view.register(
"VIEW_CUSTOM_CUSTOM_WF",
new at()
);
}
};
export {
nt as default
pt as default
};
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册