@fmdeui/fmui 1.0.117 → 1.0.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/fm-autocomplete/component/subjectSelectDialog.vue.d.ts +69 -0
- package/es/components/fm-autocomplete/index.d.ts +27 -0
- package/es/components/fm-autocomplete/index.vue.d.ts +37 -4
- package/es/packages/components/fm-autocomplete/component/subjectSelectDialog.vue.mjs +5 -0
- package/es/packages/components/fm-autocomplete/component/subjectSelectDialog2.vue.mjs +326 -0
- package/es/packages/components/fm-autocomplete/index2.vue.mjs +33 -5
- package/index.js +462 -115
- package/index.min.js +6 -6
- package/index.min.mjs +7 -7
- package/index.mjs +462 -115
- package/lib/components/fm-autocomplete/component/subjectSelectDialog.vue.d.ts +69 -0
- package/lib/components/fm-autocomplete/index.d.ts +27 -0
- package/lib/components/fm-autocomplete/index.vue.d.ts +37 -4
- package/lib/packages/components/fm-autocomplete/component/subjectSelectDialog.vue.js +9 -0
- package/lib/packages/components/fm-autocomplete/component/subjectSelectDialog2.vue.js +330 -0
- package/lib/packages/components/fm-autocomplete/index2.vue.js +33 -5
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/package.json +1 -1
- /package/lib/{index.css → defaults.css} +0 -0
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.119 */
|
|
2
2
|
import VxeUITable from 'vxe-table';
|
|
3
3
|
import VxeUIPluginRenderElement from '@vxe-ui/plugin-render-element';
|
|
4
4
|
import VxeUIPluginExportXLSX from '@vxe-ui/plugin-export-xlsx';
|
|
@@ -20334,7 +20334,7 @@ const setupVXETable = (app) => {
|
|
|
20334
20334
|
app.use(VxeUITable);
|
|
20335
20335
|
};
|
|
20336
20336
|
|
|
20337
|
-
var _sfc_main$
|
|
20337
|
+
var _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
20338
20338
|
...{
|
|
20339
20339
|
name: "FButton"
|
|
20340
20340
|
},
|
|
@@ -20404,7 +20404,7 @@ var _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
20404
20404
|
}
|
|
20405
20405
|
});
|
|
20406
20406
|
|
|
20407
|
-
const FButton = _sfc_main$
|
|
20407
|
+
const FButton = _sfc_main$O;
|
|
20408
20408
|
|
|
20409
20409
|
const buildTranslator = (locale) => (path, option) => translate(path, option, unref(locale));
|
|
20410
20410
|
const translate = (path, option, locale) => get(locale, path, path).replace(
|
|
@@ -21117,9 +21117,9 @@ function getShowColumnWidth(flag, field, defaultValue = "", isJson = false) {
|
|
|
21117
21117
|
return isJson ? width != "" ? { width } : "" : width;
|
|
21118
21118
|
}
|
|
21119
21119
|
|
|
21120
|
-
const _hoisted_1$
|
|
21121
|
-
const _hoisted_2$
|
|
21122
|
-
var _sfc_main$
|
|
21120
|
+
const _hoisted_1$x = { key: 0 };
|
|
21121
|
+
const _hoisted_2$l = { key: 0 };
|
|
21122
|
+
var _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
21123
21123
|
...{
|
|
21124
21124
|
name: "FInput"
|
|
21125
21125
|
},
|
|
@@ -21326,7 +21326,7 @@ var _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
21326
21326
|
fn: withCtx(() => [
|
|
21327
21327
|
__props.inputType === "amount" ? (openBlock(), createElementBlock(
|
|
21328
21328
|
"span",
|
|
21329
|
-
_hoisted_1$
|
|
21329
|
+
_hoisted_1$x,
|
|
21330
21330
|
toDisplayString(appendTitleText.value),
|
|
21331
21331
|
1
|
|
21332
21332
|
/* TEXT */
|
|
@@ -21359,7 +21359,7 @@ var _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
21359
21359
|
fn: withCtx(() => [
|
|
21360
21360
|
__props.inputType === "amount" ? (openBlock(), createElementBlock(
|
|
21361
21361
|
"span",
|
|
21362
|
-
_hoisted_2$
|
|
21362
|
+
_hoisted_2$l,
|
|
21363
21363
|
toDisplayString(appendTitleText.value),
|
|
21364
21364
|
1
|
|
21365
21365
|
/* TEXT */
|
|
@@ -21372,13 +21372,13 @@ var _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
21372
21372
|
}
|
|
21373
21373
|
});
|
|
21374
21374
|
|
|
21375
|
-
const FInput = _sfc_main$
|
|
21375
|
+
const FInput = _sfc_main$N;
|
|
21376
21376
|
|
|
21377
|
-
const _hoisted_1$
|
|
21377
|
+
const _hoisted_1$w = {
|
|
21378
21378
|
key: 0,
|
|
21379
21379
|
class: "back_to_top"
|
|
21380
21380
|
};
|
|
21381
|
-
var _sfc_main$
|
|
21381
|
+
var _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
21382
21382
|
...{
|
|
21383
21383
|
name: "FLayoutPage"
|
|
21384
21384
|
},
|
|
@@ -21440,7 +21440,7 @@ var _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
21440
21440
|
},
|
|
21441
21441
|
[
|
|
21442
21442
|
renderSlot(_ctx.$slots, "default"),
|
|
21443
|
-
__props.showGoTopButton ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
21443
|
+
__props.showGoTopButton ? (openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
21444
21444
|
isShowGoTopButton.value ? (openBlock(), createElementBlock("div", {
|
|
21445
21445
|
key: 0,
|
|
21446
21446
|
onClick: backToTop
|
|
@@ -21468,9 +21468,9 @@ var _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
21468
21468
|
}
|
|
21469
21469
|
});
|
|
21470
21470
|
|
|
21471
|
-
const FLayoutPage = _sfc_main$
|
|
21471
|
+
const FLayoutPage = _sfc_main$M;
|
|
21472
21472
|
|
|
21473
|
-
var _sfc_main$
|
|
21473
|
+
var _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
21474
21474
|
...{
|
|
21475
21475
|
name: "FLayoutPageItem"
|
|
21476
21476
|
},
|
|
@@ -21498,7 +21498,7 @@ var _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
21498
21498
|
}
|
|
21499
21499
|
});
|
|
21500
21500
|
|
|
21501
|
-
const FLayoutPageItem = _sfc_main$
|
|
21501
|
+
const FLayoutPageItem = _sfc_main$L;
|
|
21502
21502
|
|
|
21503
21503
|
function debounce(func, delay = 500, immediate, resultCallback) {
|
|
21504
21504
|
let timer = null;
|
|
@@ -21541,8 +21541,8 @@ function toLine(name) {
|
|
|
21541
21541
|
return name.replace(/([A-Z])/g, "_$1").toLowerCase();
|
|
21542
21542
|
}
|
|
21543
21543
|
|
|
21544
|
-
const _hoisted_1$
|
|
21545
|
-
var _sfc_main$
|
|
21544
|
+
const _hoisted_1$v = ["id"];
|
|
21545
|
+
var _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
21546
21546
|
...{
|
|
21547
21547
|
name: "FChart"
|
|
21548
21548
|
},
|
|
@@ -21626,7 +21626,7 @@ var _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
21626
21626
|
id: __props.id,
|
|
21627
21627
|
ref_key: "echartRef",
|
|
21628
21628
|
ref: echartRef
|
|
21629
|
-
}, null, 8, _hoisted_1$
|
|
21629
|
+
}, null, 8, _hoisted_1$v), [
|
|
21630
21630
|
[vShow, !formatEmpty.value]
|
|
21631
21631
|
]),
|
|
21632
21632
|
formatEmpty.value ? renderSlot(_ctx.$slots, "empty", { key: 0 }, () => [
|
|
@@ -21641,13 +21641,13 @@ var _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
21641
21641
|
}
|
|
21642
21642
|
});
|
|
21643
21643
|
|
|
21644
|
-
const FChart = _sfc_main$
|
|
21644
|
+
const FChart = _sfc_main$K;
|
|
21645
21645
|
|
|
21646
|
-
const _hoisted_1$
|
|
21646
|
+
const _hoisted_1$u = {
|
|
21647
21647
|
key: 1,
|
|
21648
21648
|
class: "f_select__pagination"
|
|
21649
21649
|
};
|
|
21650
|
-
var _sfc_main$
|
|
21650
|
+
var _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
21651
21651
|
...{
|
|
21652
21652
|
name: "FSelect"
|
|
21653
21653
|
},
|
|
@@ -21860,7 +21860,7 @@ var _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
21860
21860
|
128
|
|
21861
21861
|
/* KEYED_FRAGMENT */
|
|
21862
21862
|
)),
|
|
21863
|
-
__props.isShowPagination && filteredOptionsCount.value > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
21863
|
+
__props.isShowPagination && filteredOptionsCount.value > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$u, [
|
|
21864
21864
|
createVNode(_component_el_pagination, mergeProps({
|
|
21865
21865
|
"current-page": __props.paginationOption.currentPage,
|
|
21866
21866
|
"onUpdate:currentPage": _cache[1] || (_cache[1] = ($event) => __props.paginationOption.currentPage = $event),
|
|
@@ -21898,9 +21898,9 @@ var _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
21898
21898
|
}
|
|
21899
21899
|
});
|
|
21900
21900
|
|
|
21901
|
-
const FSelect = _sfc_main$
|
|
21901
|
+
const FSelect = _sfc_main$J;
|
|
21902
21902
|
|
|
21903
|
-
var _sfc_main$
|
|
21903
|
+
var _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
21904
21904
|
...{
|
|
21905
21905
|
name: "RenderComp"
|
|
21906
21906
|
},
|
|
@@ -21920,12 +21920,12 @@ var _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
21920
21920
|
}
|
|
21921
21921
|
});
|
|
21922
21922
|
|
|
21923
|
-
const _hoisted_1$
|
|
21924
|
-
const _hoisted_2$
|
|
21925
|
-
const _hoisted_3$
|
|
21926
|
-
const _hoisted_4$
|
|
21927
|
-
const _hoisted_5$
|
|
21928
|
-
var _sfc_main$
|
|
21923
|
+
const _hoisted_1$t = { class: "inside_box" };
|
|
21924
|
+
const _hoisted_2$k = { class: "inside_box_title" };
|
|
21925
|
+
const _hoisted_3$d = { class: "check-box" };
|
|
21926
|
+
const _hoisted_4$9 = { class: "more_dropdown_icon" };
|
|
21927
|
+
const _hoisted_5$8 = { class: "out_box" };
|
|
21928
|
+
var _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
21929
21929
|
...{
|
|
21930
21930
|
name: "MoreChoose"
|
|
21931
21931
|
},
|
|
@@ -22045,10 +22045,10 @@ var _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
22045
22045
|
ref: "popover"
|
|
22046
22046
|
}, {
|
|
22047
22047
|
reference: withCtx(() => [
|
|
22048
|
-
createElementVNode("div", _hoisted_4$
|
|
22048
|
+
createElementVNode("div", _hoisted_4$9, [
|
|
22049
22049
|
createElementVNode(
|
|
22050
22050
|
"span",
|
|
22051
|
-
_hoisted_5$
|
|
22051
|
+
_hoisted_5$8,
|
|
22052
22052
|
toDisplayString(__props.popoverAttrsBind.showTxt),
|
|
22053
22053
|
1
|
|
22054
22054
|
/* TEXT */
|
|
@@ -22063,8 +22063,8 @@ var _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
22063
22063
|
])
|
|
22064
22064
|
]),
|
|
22065
22065
|
default: withCtx(() => [
|
|
22066
|
-
createElementVNode("div", _hoisted_1$
|
|
22067
|
-
createElementVNode("div", _hoisted_2$
|
|
22066
|
+
createElementVNode("div", _hoisted_1$t, [
|
|
22067
|
+
createElementVNode("div", _hoisted_2$k, [
|
|
22068
22068
|
createElementVNode(
|
|
22069
22069
|
"div",
|
|
22070
22070
|
null,
|
|
@@ -22072,7 +22072,7 @@ var _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
22072
22072
|
1
|
|
22073
22073
|
/* TEXT */
|
|
22074
22074
|
),
|
|
22075
|
-
createElementVNode("div", _hoisted_3$
|
|
22075
|
+
createElementVNode("div", _hoisted_3$d, [
|
|
22076
22076
|
createVNode(_component_el_button, {
|
|
22077
22077
|
size: "small",
|
|
22078
22078
|
link: "",
|
|
@@ -22240,7 +22240,7 @@ function useComputed() {
|
|
|
22240
22240
|
};
|
|
22241
22241
|
}
|
|
22242
22242
|
|
|
22243
|
-
var _sfc_main$
|
|
22243
|
+
var _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
22244
22244
|
...{
|
|
22245
22245
|
name: "FQueryCondition"
|
|
22246
22246
|
},
|
|
@@ -22659,7 +22659,7 @@ var _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
22659
22659
|
opt.labelRender ? {
|
|
22660
22660
|
name: "label",
|
|
22661
22661
|
fn: withCtx(() => [
|
|
22662
|
-
createVNode(_sfc_main$
|
|
22662
|
+
createVNode(_sfc_main$I, {
|
|
22663
22663
|
form: unref(queryState).form,
|
|
22664
22664
|
render: opt.labelRender
|
|
22665
22665
|
}, null, 8, ["form", "render"])
|
|
@@ -22755,7 +22755,7 @@ var _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
22755
22755
|
_: 1
|
|
22756
22756
|
/* STABLE */
|
|
22757
22757
|
})) : createCommentVNode("v-if", true),
|
|
22758
|
-
createVNode(_sfc_main$
|
|
22758
|
+
createVNode(_sfc_main$H, {
|
|
22759
22759
|
isDropDownSelectMore: __props.isDropDownSelectMore,
|
|
22760
22760
|
moreCheckList: __props.moreCheckList,
|
|
22761
22761
|
popoverAttrsBind: popoverAttrsBind.value,
|
|
@@ -22781,7 +22781,7 @@ var _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
22781
22781
|
}
|
|
22782
22782
|
});
|
|
22783
22783
|
|
|
22784
|
-
var _sfc_main$
|
|
22784
|
+
var _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
22785
22785
|
...{
|
|
22786
22786
|
name: "RenderCol"
|
|
22787
22787
|
},
|
|
@@ -22937,17 +22937,17 @@ function useVirtualized() {
|
|
|
22937
22937
|
};
|
|
22938
22938
|
}
|
|
22939
22939
|
|
|
22940
|
-
const _hoisted_1$
|
|
22940
|
+
const _hoisted_1$s = {
|
|
22941
22941
|
key: 0,
|
|
22942
22942
|
class: "table_query_condition"
|
|
22943
22943
|
};
|
|
22944
|
-
const _hoisted_2$
|
|
22945
|
-
const _hoisted_3$
|
|
22946
|
-
const _hoisted_4$
|
|
22944
|
+
const _hoisted_2$j = ["element-loading-text"];
|
|
22945
|
+
const _hoisted_3$c = { key: 2 };
|
|
22946
|
+
const _hoisted_4$8 = {
|
|
22947
22947
|
key: 0,
|
|
22948
22948
|
class: "f-table-select__page"
|
|
22949
22949
|
};
|
|
22950
|
-
var _sfc_main$
|
|
22950
|
+
var _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
22951
22951
|
...{
|
|
22952
22952
|
name: "FSelectTable"
|
|
22953
22953
|
},
|
|
@@ -23569,9 +23569,9 @@ var _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
23569
23569
|
style: normalizeStyle({ width: __props.tableWidth ? `${__props.tableWidth}px` : "100%" })
|
|
23570
23570
|
},
|
|
23571
23571
|
[
|
|
23572
|
-
__props.isShowQuery ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
23572
|
+
__props.isShowQuery ? (openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
23573
23573
|
createVNode(
|
|
23574
|
-
_sfc_main$
|
|
23574
|
+
_sfc_main$G,
|
|
23575
23575
|
mergeProps({
|
|
23576
23576
|
ref_key: "fQueryConditionRef",
|
|
23577
23577
|
ref: fQueryConditionRef,
|
|
@@ -23697,7 +23697,7 @@ var _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
23697
23697
|
fixed: item.fixed
|
|
23698
23698
|
}, { ref_for: true }, { "show-overflow-tooltip": true, ...item.bind }), {
|
|
23699
23699
|
default: withCtx((scope) => [
|
|
23700
|
-
item.render ? (openBlock(), createBlock(_sfc_main$
|
|
23700
|
+
item.render ? (openBlock(), createBlock(_sfc_main$F, {
|
|
23701
23701
|
key: 0,
|
|
23702
23702
|
column: item,
|
|
23703
23703
|
row: scope.row,
|
|
@@ -23708,7 +23708,7 @@ var _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
23708
23708
|
key: 1,
|
|
23709
23709
|
scope
|
|
23710
23710
|
}) : createCommentVNode("v-if", true),
|
|
23711
|
-
!item.render && !item.slotName ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
23711
|
+
!item.render && !item.slotName ? (openBlock(), createElementBlock("div", _hoisted_3$c, [
|
|
23712
23712
|
createElementVNode(
|
|
23713
23713
|
"span",
|
|
23714
23714
|
null,
|
|
@@ -23730,7 +23730,7 @@ var _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
23730
23730
|
_: 3
|
|
23731
23731
|
/* FORWARDED */
|
|
23732
23732
|
}, 16, ["data", "class"]),
|
|
23733
|
-
__props.isShowPagination ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
23733
|
+
__props.isShowPagination ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
|
|
23734
23734
|
createVNode(_component_el_pagination, mergeProps({
|
|
23735
23735
|
"current-page": __props.table.currentPage,
|
|
23736
23736
|
"onUpdate:currentPage": _cache[6] || (_cache[6] = ($event) => __props.table.currentPage = $event),
|
|
@@ -23742,7 +23742,7 @@ var _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
23742
23742
|
total: __props.table.total
|
|
23743
23743
|
}, { background: true, size: __props.paginationSize || "small", ..._ctx.$attrs }), null, 16, ["current-page", "page-size", "pager-count", "total"])
|
|
23744
23744
|
])) : createCommentVNode("v-if", true)
|
|
23745
|
-
], 8, _hoisted_2$
|
|
23745
|
+
], 8, _hoisted_2$j)), [
|
|
23746
23746
|
[_directive_loading, __props.tableLoading]
|
|
23747
23747
|
]),
|
|
23748
23748
|
renderSlot(_ctx.$slots, "footer")
|
|
@@ -23760,11 +23760,11 @@ var _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
23760
23760
|
}
|
|
23761
23761
|
});
|
|
23762
23762
|
|
|
23763
|
-
const FSelectTable = _sfc_main$
|
|
23763
|
+
const FSelectTable = _sfc_main$E;
|
|
23764
23764
|
|
|
23765
|
-
const FQueryCondition = _sfc_main$
|
|
23765
|
+
const FQueryCondition = _sfc_main$G;
|
|
23766
23766
|
|
|
23767
|
-
var _sfc_main$
|
|
23767
|
+
var _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
23768
23768
|
...{
|
|
23769
23769
|
name: "RenderComp"
|
|
23770
23770
|
},
|
|
@@ -23784,7 +23784,7 @@ var _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
23784
23784
|
}
|
|
23785
23785
|
});
|
|
23786
23786
|
|
|
23787
|
-
var _sfc_main$
|
|
23787
|
+
var _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
23788
23788
|
...{
|
|
23789
23789
|
name: "RenderBtn"
|
|
23790
23790
|
},
|
|
@@ -23804,12 +23804,12 @@ var _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
23804
23804
|
}
|
|
23805
23805
|
});
|
|
23806
23806
|
|
|
23807
|
-
const _hoisted_1$
|
|
23807
|
+
const _hoisted_1$r = {
|
|
23808
23808
|
key: 1,
|
|
23809
23809
|
class: "text_show"
|
|
23810
23810
|
};
|
|
23811
|
-
const _hoisted_2$
|
|
23812
|
-
var _sfc_main$
|
|
23811
|
+
const _hoisted_2$i = { class: "footer_btn flex-box flex-ver f-margin-top-5" };
|
|
23812
|
+
var _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
23813
23813
|
...{
|
|
23814
23814
|
name: "FForm"
|
|
23815
23815
|
},
|
|
@@ -24060,7 +24060,7 @@ var _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
24060
24060
|
}) : createCommentVNode("v-if", true),
|
|
24061
24061
|
item.textShow ? (openBlock(), createElementBlock(
|
|
24062
24062
|
"span",
|
|
24063
|
-
_hoisted_1$
|
|
24063
|
+
_hoisted_1$r,
|
|
24064
24064
|
toDisplayString(item.textValue || __props.formOpts.formData[item.value]),
|
|
24065
24065
|
1
|
|
24066
24066
|
/* TEXT */
|
|
@@ -24180,7 +24180,7 @@ var _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
24180
24180
|
item.labelSlotName || item.labelRender ? {
|
|
24181
24181
|
name: "label",
|
|
24182
24182
|
fn: withCtx(() => [
|
|
24183
|
-
item.labelRender ? (openBlock(), createBlock(_sfc_main$
|
|
24183
|
+
item.labelRender ? (openBlock(), createBlock(_sfc_main$D, {
|
|
24184
24184
|
key: 0,
|
|
24185
24185
|
render: item.labelRender,
|
|
24186
24186
|
item
|
|
@@ -24202,7 +24202,7 @@ var _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
24202
24202
|
/* UNKEYED_FRAGMENT */
|
|
24203
24203
|
)),
|
|
24204
24204
|
createCommentVNode(" \u6309\u94AE "),
|
|
24205
|
-
createElementVNode("div", _hoisted_2$
|
|
24205
|
+
createElementVNode("div", _hoisted_2$i, [
|
|
24206
24206
|
__props.formOpts.btnSlotName ? renderSlot(_ctx.$slots, __props.formOpts.btnSlotName, { key: 0 }) : createCommentVNode("v-if", true),
|
|
24207
24207
|
!__props.formOpts.btnSlotName && __props.formOpts.operatorList && __props.formOpts.operatorList.length > 0 ? (openBlock(true), createElementBlock(
|
|
24208
24208
|
Fragment,
|
|
@@ -24212,7 +24212,7 @@ var _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
24212
24212
|
Fragment,
|
|
24213
24213
|
null,
|
|
24214
24214
|
[
|
|
24215
|
-
val.render ? (openBlock(), createBlock(_sfc_main$
|
|
24215
|
+
val.render ? (openBlock(), createBlock(_sfc_main$C, {
|
|
24216
24216
|
key: index,
|
|
24217
24217
|
item: val,
|
|
24218
24218
|
render: val.render
|
|
@@ -24259,10 +24259,10 @@ var _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
24259
24259
|
}
|
|
24260
24260
|
});
|
|
24261
24261
|
|
|
24262
|
-
const FForm = _sfc_main$
|
|
24262
|
+
const FForm = _sfc_main$B;
|
|
24263
24263
|
|
|
24264
|
-
const _hoisted_1$
|
|
24265
|
-
var _sfc_main$
|
|
24264
|
+
const _hoisted_1$q = ["src"];
|
|
24265
|
+
var _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
24266
24266
|
...{
|
|
24267
24267
|
name: "svgIcon"
|
|
24268
24268
|
},
|
|
@@ -24333,7 +24333,7 @@ var _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
24333
24333
|
createElementVNode("img", {
|
|
24334
24334
|
src: getIconName.value,
|
|
24335
24335
|
style: normalizeStyle(setIconSvgInsStyle.value)
|
|
24336
|
-
}, null, 12, _hoisted_1$
|
|
24336
|
+
}, null, 12, _hoisted_1$q)
|
|
24337
24337
|
],
|
|
24338
24338
|
4
|
|
24339
24339
|
/* STYLE */
|
|
@@ -24360,13 +24360,13 @@ function elSvg(app) {
|
|
|
24360
24360
|
}
|
|
24361
24361
|
}
|
|
24362
24362
|
if (!app._context.components[`SvgIcon`]) {
|
|
24363
|
-
app.component("SvgIcon", _sfc_main$
|
|
24363
|
+
app.component("SvgIcon", _sfc_main$A);
|
|
24364
24364
|
}
|
|
24365
24365
|
}
|
|
24366
24366
|
|
|
24367
24367
|
const emitter = mitt();
|
|
24368
24368
|
|
|
24369
|
-
var _sfc_main$
|
|
24369
|
+
var _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
24370
24370
|
...{
|
|
24371
24371
|
name: "FLayout"
|
|
24372
24372
|
},
|
|
@@ -24452,7 +24452,7 @@ var _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
24452
24452
|
}
|
|
24453
24453
|
});
|
|
24454
24454
|
|
|
24455
|
-
const FLayout = _sfc_main$
|
|
24455
|
+
const FLayout = _sfc_main$z;
|
|
24456
24456
|
|
|
24457
24457
|
function commonFunction() {
|
|
24458
24458
|
const { copy, isSupported } = useClipboard();
|
|
@@ -24729,11 +24729,11 @@ const other = {
|
|
|
24729
24729
|
// },
|
|
24730
24730
|
};
|
|
24731
24731
|
|
|
24732
|
-
const _hoisted_1$
|
|
24733
|
-
const _hoisted_2$
|
|
24734
|
-
const _hoisted_3$
|
|
24735
|
-
const _hoisted_4$
|
|
24736
|
-
const _hoisted_5$
|
|
24732
|
+
const _hoisted_1$p = { class: "layout-breadcrumb-seting" };
|
|
24733
|
+
const _hoisted_2$h = { class: "layout-breadcrumb-seting-bar-flex" };
|
|
24734
|
+
const _hoisted_3$b = { class: "layout-breadcrumb-seting-bar-flex-label" };
|
|
24735
|
+
const _hoisted_4$7 = { class: "layout-breadcrumb-seting-bar-flex-value" };
|
|
24736
|
+
const _hoisted_5$7 = { style: { "margin": "10px 0" } };
|
|
24737
24737
|
const _hoisted_6$3 = { class: "layout-breadcrumb-seting-bar-flex mt15" };
|
|
24738
24738
|
const _hoisted_7$3 = { class: "layout-breadcrumb-seting-bar-flex-label" };
|
|
24739
24739
|
const _hoisted_8$2 = { class: "layout-breadcrumb-seting-bar-flex-value" };
|
|
@@ -24854,7 +24854,7 @@ const _hoisted_119 = {
|
|
|
24854
24854
|
class: "traditionalColors-chines",
|
|
24855
24855
|
style: { "cursor": "grab", "color": "gray" }
|
|
24856
24856
|
};
|
|
24857
|
-
var _sfc_main$
|
|
24857
|
+
var _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
24858
24858
|
...{
|
|
24859
24859
|
name: "FSettings"
|
|
24860
24860
|
},
|
|
@@ -25118,7 +25118,7 @@ var _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
25118
25118
|
const _component_el_col = resolveComponent("el-col");
|
|
25119
25119
|
const _component_el_row = resolveComponent("el-row");
|
|
25120
25120
|
const _component_el_dialog = resolveComponent("el-dialog");
|
|
25121
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
25121
|
+
return openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
25122
25122
|
createVNode(_component_el_drawer, {
|
|
25123
25123
|
title: _ctx.$t("message.layout.configTitle"),
|
|
25124
25124
|
modelValue: getThemeConfig.value.isDrawer,
|
|
@@ -25143,15 +25143,15 @@ var _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
25143
25143
|
_: 1
|
|
25144
25144
|
/* STABLE */
|
|
25145
25145
|
}),
|
|
25146
|
-
createElementVNode("div", _hoisted_2$
|
|
25146
|
+
createElementVNode("div", _hoisted_2$h, [
|
|
25147
25147
|
createElementVNode(
|
|
25148
25148
|
"div",
|
|
25149
|
-
_hoisted_3$
|
|
25149
|
+
_hoisted_3$b,
|
|
25150
25150
|
toDisplayString(_ctx.$t("message.layout.themeColors")),
|
|
25151
25151
|
1
|
|
25152
25152
|
/* TEXT */
|
|
25153
25153
|
),
|
|
25154
|
-
createElementVNode("div", _hoisted_4$
|
|
25154
|
+
createElementVNode("div", _hoisted_4$7, [
|
|
25155
25155
|
createVNode(_component_el_color_picker, {
|
|
25156
25156
|
modelValue: getThemeConfig.value.primary,
|
|
25157
25157
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => getThemeConfig.value.primary = $event),
|
|
@@ -25160,7 +25160,7 @@ var _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
25160
25160
|
}, null, 8, ["modelValue"])
|
|
25161
25161
|
])
|
|
25162
25162
|
]),
|
|
25163
|
-
createElementVNode("div", _hoisted_5$
|
|
25163
|
+
createElementVNode("div", _hoisted_5$7, [
|
|
25164
25164
|
createVNode(
|
|
25165
25165
|
_component_el_button,
|
|
25166
25166
|
{
|
|
@@ -26617,9 +26617,9 @@ var _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
26617
26617
|
}
|
|
26618
26618
|
});
|
|
26619
26619
|
|
|
26620
|
-
const FSettings = _sfc_main$
|
|
26620
|
+
const FSettings = _sfc_main$y;
|
|
26621
26621
|
|
|
26622
|
-
var _sfc_main$
|
|
26622
|
+
var _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
26623
26623
|
...{
|
|
26624
26624
|
name: "FModifyRecord"
|
|
26625
26625
|
},
|
|
@@ -26882,10 +26882,10 @@ var _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
26882
26882
|
}
|
|
26883
26883
|
});
|
|
26884
26884
|
|
|
26885
|
-
const FModifyRecord = _sfc_main$
|
|
26885
|
+
const FModifyRecord = _sfc_main$x;
|
|
26886
26886
|
|
|
26887
|
-
const _hoisted_1$
|
|
26888
|
-
var _sfc_main$
|
|
26887
|
+
const _hoisted_1$o = { style: { "display": "flex", "justify-content": "end", "align-items": "right" } };
|
|
26888
|
+
var _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
26889
26889
|
...{
|
|
26890
26890
|
name: "FmSelect"
|
|
26891
26891
|
},
|
|
@@ -27044,7 +27044,7 @@ var _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
27044
27044
|
onClear: handelClear
|
|
27045
27045
|
}, {
|
|
27046
27046
|
header: withCtx(() => [
|
|
27047
|
-
createElementVNode("div", _hoisted_1$
|
|
27047
|
+
createElementVNode("div", _hoisted_1$o, [
|
|
27048
27048
|
createVNode(_component_el_icon, {
|
|
27049
27049
|
color: "#13c2c2",
|
|
27050
27050
|
size: __props.freshSize,
|
|
@@ -27086,9 +27086,9 @@ var _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
27086
27086
|
}
|
|
27087
27087
|
});
|
|
27088
27088
|
|
|
27089
|
-
const FmSelect = _sfc_main$
|
|
27089
|
+
const FmSelect = _sfc_main$w;
|
|
27090
27090
|
|
|
27091
|
-
var _sfc_main$
|
|
27091
|
+
var _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
27092
27092
|
...{
|
|
27093
27093
|
name: "Fminputdropdown"
|
|
27094
27094
|
},
|
|
@@ -27286,9 +27286,9 @@ var _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
27286
27286
|
}
|
|
27287
27287
|
});
|
|
27288
27288
|
|
|
27289
|
-
const Fminputdropdown = _sfc_main$
|
|
27289
|
+
const Fminputdropdown = _sfc_main$v;
|
|
27290
27290
|
|
|
27291
|
-
var _sfc_main$
|
|
27291
|
+
var _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
27292
27292
|
...{ name: "FmInputNumber" },
|
|
27293
27293
|
__name: "index",
|
|
27294
27294
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -27397,14 +27397,14 @@ var _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
27397
27397
|
}
|
|
27398
27398
|
});
|
|
27399
27399
|
|
|
27400
|
-
const FmInputNumber = _sfc_main$
|
|
27400
|
+
const FmInputNumber = _sfc_main$u;
|
|
27401
27401
|
|
|
27402
|
-
const _hoisted_1$
|
|
27403
|
-
const _hoisted_2$
|
|
27404
|
-
const _hoisted_3$
|
|
27405
|
-
const _hoisted_4$
|
|
27406
|
-
const _hoisted_5$
|
|
27407
|
-
var _sfc_main$
|
|
27402
|
+
const _hoisted_1$n = { style: { "color": "#fff" } };
|
|
27403
|
+
const _hoisted_2$g = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
|
|
27404
|
+
const _hoisted_3$a = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
|
|
27405
|
+
const _hoisted_4$6 = { style: { "margin-top": "10px" } };
|
|
27406
|
+
const _hoisted_5$6 = { class: "dialog-footer" };
|
|
27407
|
+
var _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
27408
27408
|
__name: "userSelectDialog",
|
|
27409
27409
|
props: {
|
|
27410
27410
|
visible: {
|
|
@@ -27541,7 +27541,7 @@ var _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
27541
27541
|
"close-on-click-modal": false
|
|
27542
27542
|
}, {
|
|
27543
27543
|
header: withCtx(() => [
|
|
27544
|
-
createElementVNode("div", _hoisted_1$
|
|
27544
|
+
createElementVNode("div", _hoisted_1$n, [
|
|
27545
27545
|
createVNode(_component_el_icon, {
|
|
27546
27546
|
size: "16",
|
|
27547
27547
|
style: { "margin-right": "3px", "display": "inline", "vertical-align": "middle" }
|
|
@@ -27562,7 +27562,7 @@ var _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
27562
27562
|
])
|
|
27563
27563
|
]),
|
|
27564
27564
|
footer: withCtx(() => [
|
|
27565
|
-
createElementVNode("div", _hoisted_5$
|
|
27565
|
+
createElementVNode("div", _hoisted_5$6, [
|
|
27566
27566
|
createVNode(_component_el_button, {
|
|
27567
27567
|
icon: "ele-CircleCloseFilled",
|
|
27568
27568
|
onClick: closeDialog
|
|
@@ -27587,7 +27587,7 @@ var _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
27587
27587
|
default: withCtx(() => [
|
|
27588
27588
|
createElementVNode(
|
|
27589
27589
|
"p",
|
|
27590
|
-
_hoisted_2$
|
|
27590
|
+
_hoisted_2$g,
|
|
27591
27591
|
toDisplayString(_ctx.$t("\u673A\u6784")),
|
|
27592
27592
|
1
|
|
27593
27593
|
/* TEXT */
|
|
@@ -27609,12 +27609,12 @@ var _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
27609
27609
|
default: withCtx(() => [
|
|
27610
27610
|
createElementVNode(
|
|
27611
27611
|
"p",
|
|
27612
|
-
_hoisted_3$
|
|
27612
|
+
_hoisted_3$a,
|
|
27613
27613
|
toDisplayString(_ctx.$t(__props.title)) + toDisplayString(_ctx.$t("\u5217\u8868")),
|
|
27614
27614
|
1
|
|
27615
27615
|
/* TEXT */
|
|
27616
27616
|
),
|
|
27617
|
-
createElementVNode("div", _hoisted_4$
|
|
27617
|
+
createElementVNode("div", _hoisted_4$6, [
|
|
27618
27618
|
createVNode(_component_el_form, {
|
|
27619
27619
|
model: state.queryParams,
|
|
27620
27620
|
ref: "queryRef",
|
|
@@ -27793,10 +27793,10 @@ var _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
27793
27793
|
}
|
|
27794
27794
|
});
|
|
27795
27795
|
|
|
27796
|
-
const _hoisted_1$
|
|
27797
|
-
const _hoisted_2$
|
|
27798
|
-
const _hoisted_3$
|
|
27799
|
-
var _sfc_main$
|
|
27796
|
+
const _hoisted_1$m = { style: { "color": "#fff" } };
|
|
27797
|
+
const _hoisted_2$f = { style: { "margin-top": "10px" } };
|
|
27798
|
+
const _hoisted_3$9 = { class: "dialog-footer" };
|
|
27799
|
+
var _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
27800
27800
|
__name: "supplierSelectDialog",
|
|
27801
27801
|
props: {
|
|
27802
27802
|
visible: {
|
|
@@ -27908,7 +27908,7 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
27908
27908
|
"close-on-click-modal": false
|
|
27909
27909
|
}, {
|
|
27910
27910
|
header: withCtx(() => [
|
|
27911
|
-
createElementVNode("div", _hoisted_1$
|
|
27911
|
+
createElementVNode("div", _hoisted_1$m, [
|
|
27912
27912
|
createVNode(_component_el_icon, {
|
|
27913
27913
|
size: "16",
|
|
27914
27914
|
style: { "margin-right": "3px", "display": "inline", "vertical-align": "middle" }
|
|
@@ -27929,7 +27929,7 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
27929
27929
|
])
|
|
27930
27930
|
]),
|
|
27931
27931
|
footer: withCtx(() => [
|
|
27932
|
-
createElementVNode("div", _hoisted_3$
|
|
27932
|
+
createElementVNode("div", _hoisted_3$9, [
|
|
27933
27933
|
createVNode(_component_el_button, {
|
|
27934
27934
|
icon: "ele-CircleCloseFilled",
|
|
27935
27935
|
onClick: closeDialog
|
|
@@ -27952,7 +27952,7 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
27952
27952
|
default: withCtx(() => [
|
|
27953
27953
|
createVNode(_component_el_col, { span: 24 }, {
|
|
27954
27954
|
default: withCtx(() => [
|
|
27955
|
-
createElementVNode("div", _hoisted_2$
|
|
27955
|
+
createElementVNode("div", _hoisted_2$f, [
|
|
27956
27956
|
createVNode(_component_el_form, {
|
|
27957
27957
|
model: state.queryParams,
|
|
27958
27958
|
ref: "queryRef",
|
|
@@ -28158,6 +28158,327 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
28158
28158
|
}
|
|
28159
28159
|
});
|
|
28160
28160
|
|
|
28161
|
+
const _hoisted_1$l = { style: { "color": "#fff" } };
|
|
28162
|
+
const _hoisted_2$e = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
|
|
28163
|
+
const _hoisted_3$8 = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
|
|
28164
|
+
const _hoisted_4$5 = { style: { "margin-top": "10px" } };
|
|
28165
|
+
const _hoisted_5$5 = { class: "dialog-footer" };
|
|
28166
|
+
var _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
28167
|
+
__name: "subjectSelectDialog",
|
|
28168
|
+
props: {
|
|
28169
|
+
visible: {
|
|
28170
|
+
type: Boolean,
|
|
28171
|
+
default: false
|
|
28172
|
+
},
|
|
28173
|
+
title: {
|
|
28174
|
+
type: String,
|
|
28175
|
+
default: ""
|
|
28176
|
+
},
|
|
28177
|
+
data: {
|
|
28178
|
+
type: Array,
|
|
28179
|
+
default: () => []
|
|
28180
|
+
},
|
|
28181
|
+
subjectService: {
|
|
28182
|
+
type: String,
|
|
28183
|
+
default: "autoRes"
|
|
28184
|
+
},
|
|
28185
|
+
subjectAction: {
|
|
28186
|
+
type: String,
|
|
28187
|
+
default: "subjectTable"
|
|
28188
|
+
},
|
|
28189
|
+
subjectParams: {
|
|
28190
|
+
type: Object,
|
|
28191
|
+
default: () => {
|
|
28192
|
+
}
|
|
28193
|
+
}
|
|
28194
|
+
},
|
|
28195
|
+
emits: ["update:visible", "change"],
|
|
28196
|
+
setup(__props, { emit: __emit }) {
|
|
28197
|
+
let emits = __emit;
|
|
28198
|
+
const props = __props;
|
|
28199
|
+
let visibleDialog = computed({
|
|
28200
|
+
get() {
|
|
28201
|
+
return props.visible;
|
|
28202
|
+
},
|
|
28203
|
+
set() {
|
|
28204
|
+
closeDialog();
|
|
28205
|
+
}
|
|
28206
|
+
});
|
|
28207
|
+
const state = reactive({
|
|
28208
|
+
treeData: [{ id: 1, name: "\u8D44\u4EA7", code: "" }, { id: 2, name: "\u8D1F\u503A", code: "" }, { id: 3, name: "\u6743\u76CA", code: "" }, { id: 4, name: "\u6210\u672C", code: "" }, { id: 5, name: "\u635F\u76CA", code: "" }],
|
|
28209
|
+
total: 0,
|
|
28210
|
+
queryParams: {
|
|
28211
|
+
pid: 0
|
|
28212
|
+
}
|
|
28213
|
+
});
|
|
28214
|
+
const tableList = ref([]);
|
|
28215
|
+
onMounted(async () => {
|
|
28216
|
+
await getTableList();
|
|
28217
|
+
});
|
|
28218
|
+
const getTableList = async () => {
|
|
28219
|
+
var _a;
|
|
28220
|
+
const res = await useBaseApi(props.subjectService).post(state.queryParams, props.subjectAction);
|
|
28221
|
+
tableList.value = (_a = res.data.result) != null ? _a : [];
|
|
28222
|
+
};
|
|
28223
|
+
function handleSelect(row) {
|
|
28224
|
+
if (!row || row.id == "" || row.isLeaf == 0) return;
|
|
28225
|
+
emits("change", { id: row.id, name: row.subjectName, code: row.subjectCode, data: row });
|
|
28226
|
+
}
|
|
28227
|
+
const handledbclick = (row) => {
|
|
28228
|
+
handleSelect(row);
|
|
28229
|
+
};
|
|
28230
|
+
async function handleQuery() {
|
|
28231
|
+
await getTableList();
|
|
28232
|
+
}
|
|
28233
|
+
const handleNodeChange = async (node) => {
|
|
28234
|
+
state.queryParams.pid = node.id;
|
|
28235
|
+
await handleQuery();
|
|
28236
|
+
};
|
|
28237
|
+
const resetQuery = () => {
|
|
28238
|
+
state.queryParams = {};
|
|
28239
|
+
handleQuery();
|
|
28240
|
+
};
|
|
28241
|
+
const closeDialog = () => {
|
|
28242
|
+
emits("update:visible", false);
|
|
28243
|
+
};
|
|
28244
|
+
return (_ctx, _cache) => {
|
|
28245
|
+
const _component_ele_Edit = resolveComponent("ele-Edit");
|
|
28246
|
+
const _component_el_icon = resolveComponent("el-icon");
|
|
28247
|
+
const _component_FmTree = resolveComponent("FmTree");
|
|
28248
|
+
const _component_el_col = resolveComponent("el-col");
|
|
28249
|
+
const _component_el_input = resolveComponent("el-input");
|
|
28250
|
+
const _component_el_form_item = resolveComponent("el-form-item");
|
|
28251
|
+
const _component_el_button = resolveComponent("el-button");
|
|
28252
|
+
const _component_el_button_group = resolveComponent("el-button-group");
|
|
28253
|
+
const _component_el_form = resolveComponent("el-form");
|
|
28254
|
+
const _component_ele_Plus = resolveComponent("ele-Plus");
|
|
28255
|
+
const _component_el_table_column = resolveComponent("el-table-column");
|
|
28256
|
+
const _component_el_table = resolveComponent("el-table");
|
|
28257
|
+
const _component_el_card = resolveComponent("el-card");
|
|
28258
|
+
const _component_el_row = resolveComponent("el-row");
|
|
28259
|
+
const _component_el_dialog = resolveComponent("el-dialog");
|
|
28260
|
+
return openBlock(), createBlock(_component_el_dialog, {
|
|
28261
|
+
modelValue: unref(visibleDialog),
|
|
28262
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(visibleDialog) ? visibleDialog.value = $event : visibleDialog = $event),
|
|
28263
|
+
style: { "width": "70vw" },
|
|
28264
|
+
"append-to-body": "",
|
|
28265
|
+
draggable: "",
|
|
28266
|
+
"close-on-click-modal": false
|
|
28267
|
+
}, {
|
|
28268
|
+
header: withCtx(() => [
|
|
28269
|
+
createElementVNode("div", _hoisted_1$l, [
|
|
28270
|
+
createVNode(_component_el_icon, {
|
|
28271
|
+
size: "16",
|
|
28272
|
+
style: { "margin-right": "3px", "display": "inline", "vertical-align": "middle" }
|
|
28273
|
+
}, {
|
|
28274
|
+
default: withCtx(() => [
|
|
28275
|
+
createVNode(_component_ele_Edit)
|
|
28276
|
+
]),
|
|
28277
|
+
_: 1
|
|
28278
|
+
/* STABLE */
|
|
28279
|
+
}),
|
|
28280
|
+
createElementVNode(
|
|
28281
|
+
"span",
|
|
28282
|
+
null,
|
|
28283
|
+
toDisplayString(_ctx.$t("\u9009\u62E9")) + toDisplayString(_ctx.$t(__props.title)),
|
|
28284
|
+
1
|
|
28285
|
+
/* TEXT */
|
|
28286
|
+
)
|
|
28287
|
+
])
|
|
28288
|
+
]),
|
|
28289
|
+
footer: withCtx(() => [
|
|
28290
|
+
createElementVNode("div", _hoisted_5$5, [
|
|
28291
|
+
createVNode(_component_el_button, {
|
|
28292
|
+
icon: "ele-CircleCloseFilled",
|
|
28293
|
+
onClick: closeDialog
|
|
28294
|
+
}, {
|
|
28295
|
+
default: withCtx(() => [
|
|
28296
|
+
createTextVNode(
|
|
28297
|
+
toDisplayString(_ctx.$t("\u53D6\u6D88")),
|
|
28298
|
+
1
|
|
28299
|
+
/* TEXT */
|
|
28300
|
+
)
|
|
28301
|
+
]),
|
|
28302
|
+
_: 1
|
|
28303
|
+
/* STABLE */
|
|
28304
|
+
}),
|
|
28305
|
+
createCommentVNode(' <el-button type="primary" icon="ele-CircleCheckFilled" @click="saveDialog">\u786E\u5B9A</el-button> ')
|
|
28306
|
+
])
|
|
28307
|
+
]),
|
|
28308
|
+
default: withCtx(() => [
|
|
28309
|
+
createVNode(_component_el_row, { gutter: 10 }, {
|
|
28310
|
+
default: withCtx(() => [
|
|
28311
|
+
createVNode(_component_el_col, { span: 6 }, {
|
|
28312
|
+
default: withCtx(() => [
|
|
28313
|
+
createElementVNode(
|
|
28314
|
+
"p",
|
|
28315
|
+
_hoisted_2$e,
|
|
28316
|
+
toDisplayString(_ctx.$t("\u5927\u7C7B")),
|
|
28317
|
+
1
|
|
28318
|
+
/* TEXT */
|
|
28319
|
+
),
|
|
28320
|
+
createVNode(_component_FmTree, {
|
|
28321
|
+
treeData: state.treeData,
|
|
28322
|
+
onNodeClick: handleNodeChange,
|
|
28323
|
+
style: { "height": "calc(100% - 40px)", "overflow-y": "scroll", "overflow-x": "hidden" }
|
|
28324
|
+
}, null, 8, ["treeData"])
|
|
28325
|
+
]),
|
|
28326
|
+
_: 1
|
|
28327
|
+
/* STABLE */
|
|
28328
|
+
}),
|
|
28329
|
+
createVNode(_component_el_col, { span: 18 }, {
|
|
28330
|
+
default: withCtx(() => [
|
|
28331
|
+
createElementVNode(
|
|
28332
|
+
"p",
|
|
28333
|
+
_hoisted_3$8,
|
|
28334
|
+
toDisplayString(_ctx.$t(__props.title)) + toDisplayString(_ctx.$t("\u5217\u8868")),
|
|
28335
|
+
1
|
|
28336
|
+
/* TEXT */
|
|
28337
|
+
),
|
|
28338
|
+
createElementVNode("div", _hoisted_4$5, [
|
|
28339
|
+
createVNode(_component_el_form, {
|
|
28340
|
+
model: state.queryParams,
|
|
28341
|
+
ref: "queryRef",
|
|
28342
|
+
inline: true
|
|
28343
|
+
}, {
|
|
28344
|
+
default: withCtx(() => [
|
|
28345
|
+
createVNode(_component_el_form_item, {
|
|
28346
|
+
label: _ctx.$t("\u5173\u952E\u5B57")
|
|
28347
|
+
}, {
|
|
28348
|
+
default: withCtx(() => [
|
|
28349
|
+
createVNode(_component_el_input, {
|
|
28350
|
+
modelValue: state.queryParams.keyword,
|
|
28351
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.queryParams.keyword = $event),
|
|
28352
|
+
clearable: "",
|
|
28353
|
+
style: { "width": "150px" },
|
|
28354
|
+
onKeyup: withKeys(handleQuery, ["enter"])
|
|
28355
|
+
}, null, 8, ["modelValue"])
|
|
28356
|
+
]),
|
|
28357
|
+
_: 1
|
|
28358
|
+
/* STABLE */
|
|
28359
|
+
}, 8, ["label"]),
|
|
28360
|
+
createVNode(_component_el_form_item, null, {
|
|
28361
|
+
default: withCtx(() => [
|
|
28362
|
+
createVNode(_component_el_button_group, null, {
|
|
28363
|
+
default: withCtx(() => [
|
|
28364
|
+
createVNode(_component_el_button, {
|
|
28365
|
+
type: "primary",
|
|
28366
|
+
icon: "ele-Search",
|
|
28367
|
+
onClick: handleQuery
|
|
28368
|
+
}, {
|
|
28369
|
+
default: withCtx(() => [
|
|
28370
|
+
createTextVNode(
|
|
28371
|
+
toDisplayString(_ctx.$t("\u67E5\u8BE2")),
|
|
28372
|
+
1
|
|
28373
|
+
/* TEXT */
|
|
28374
|
+
)
|
|
28375
|
+
]),
|
|
28376
|
+
_: 1
|
|
28377
|
+
/* STABLE */
|
|
28378
|
+
}),
|
|
28379
|
+
createVNode(_component_el_button, {
|
|
28380
|
+
icon: "ele-Refresh",
|
|
28381
|
+
onClick: resetQuery
|
|
28382
|
+
}, {
|
|
28383
|
+
default: withCtx(() => [
|
|
28384
|
+
createTextVNode(
|
|
28385
|
+
toDisplayString(_ctx.$t("\u91CD\u7F6E")),
|
|
28386
|
+
1
|
|
28387
|
+
/* TEXT */
|
|
28388
|
+
)
|
|
28389
|
+
]),
|
|
28390
|
+
_: 1
|
|
28391
|
+
/* STABLE */
|
|
28392
|
+
})
|
|
28393
|
+
]),
|
|
28394
|
+
_: 1
|
|
28395
|
+
/* STABLE */
|
|
28396
|
+
})
|
|
28397
|
+
]),
|
|
28398
|
+
_: 1
|
|
28399
|
+
/* STABLE */
|
|
28400
|
+
})
|
|
28401
|
+
]),
|
|
28402
|
+
_: 1
|
|
28403
|
+
/* STABLE */
|
|
28404
|
+
}, 8, ["model"]),
|
|
28405
|
+
createVNode(_component_el_card, {
|
|
28406
|
+
class: "full-table",
|
|
28407
|
+
shadow: "hover"
|
|
28408
|
+
}, {
|
|
28409
|
+
default: withCtx(() => [
|
|
28410
|
+
createVNode(_component_el_table, {
|
|
28411
|
+
ref: "refTable",
|
|
28412
|
+
data: tableList.value,
|
|
28413
|
+
style: { "height": "calc(70vh - 96px)" },
|
|
28414
|
+
onRowDblclick: handledbclick
|
|
28415
|
+
}, {
|
|
28416
|
+
default: withCtx(() => [
|
|
28417
|
+
createVNode(_component_el_table_column, {
|
|
28418
|
+
label: "\u64CD\u4F5C",
|
|
28419
|
+
width: "60",
|
|
28420
|
+
align: "center"
|
|
28421
|
+
}, {
|
|
28422
|
+
default: withCtx((scope) => [
|
|
28423
|
+
scope.row.isLeaf == 1 ? (openBlock(), createBlock(_component_el_button, {
|
|
28424
|
+
key: 0,
|
|
28425
|
+
link: "",
|
|
28426
|
+
type: "primary",
|
|
28427
|
+
onClick: ($event) => handleSelect(scope.row)
|
|
28428
|
+
}, {
|
|
28429
|
+
default: withCtx(() => [
|
|
28430
|
+
createVNode(_component_el_icon, null, {
|
|
28431
|
+
default: withCtx(() => [
|
|
28432
|
+
createVNode(_component_ele_Plus)
|
|
28433
|
+
]),
|
|
28434
|
+
_: 1
|
|
28435
|
+
/* STABLE */
|
|
28436
|
+
})
|
|
28437
|
+
]),
|
|
28438
|
+
_: 1
|
|
28439
|
+
/* STABLE */
|
|
28440
|
+
}, 8, ["onClick"])) : createCommentVNode("v-if", true)
|
|
28441
|
+
]),
|
|
28442
|
+
_: 1
|
|
28443
|
+
/* STABLE */
|
|
28444
|
+
}),
|
|
28445
|
+
createVNode(_component_el_table_column, {
|
|
28446
|
+
label: _ctx.$t("\u79D1\u76EE\u7F16\u7801"),
|
|
28447
|
+
prop: "subjectCode",
|
|
28448
|
+
align: "center",
|
|
28449
|
+
"show-overflow-tooltip": true
|
|
28450
|
+
}, null, 8, ["label"]),
|
|
28451
|
+
createVNode(_component_el_table_column, {
|
|
28452
|
+
label: _ctx.$t("\u79D1\u76EE\u540D\u79F0"),
|
|
28453
|
+
prop: "subjectName",
|
|
28454
|
+
align: "center",
|
|
28455
|
+
"show-overflow-tooltip": true
|
|
28456
|
+
}, null, 8, ["label"])
|
|
28457
|
+
]),
|
|
28458
|
+
_: 1
|
|
28459
|
+
/* STABLE */
|
|
28460
|
+
}, 8, ["data"])
|
|
28461
|
+
]),
|
|
28462
|
+
_: 1
|
|
28463
|
+
/* STABLE */
|
|
28464
|
+
})
|
|
28465
|
+
])
|
|
28466
|
+
]),
|
|
28467
|
+
_: 1
|
|
28468
|
+
/* STABLE */
|
|
28469
|
+
})
|
|
28470
|
+
]),
|
|
28471
|
+
_: 1
|
|
28472
|
+
/* STABLE */
|
|
28473
|
+
})
|
|
28474
|
+
]),
|
|
28475
|
+
_: 1
|
|
28476
|
+
/* STABLE */
|
|
28477
|
+
}, 8, ["modelValue"]);
|
|
28478
|
+
};
|
|
28479
|
+
}
|
|
28480
|
+
});
|
|
28481
|
+
|
|
28161
28482
|
const _hoisted_1$k = { style: { "font-size": "14px", "line-height": "30px" } };
|
|
28162
28483
|
var _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
28163
28484
|
...{
|
|
@@ -28205,6 +28526,13 @@ var _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
28205
28526
|
type: String,
|
|
28206
28527
|
default: "name"
|
|
28207
28528
|
},
|
|
28529
|
+
/**
|
|
28530
|
+
* 过滤出来显示的名称 加上属性标签
|
|
28531
|
+
*/
|
|
28532
|
+
vLabel: {
|
|
28533
|
+
type: String,
|
|
28534
|
+
default: ""
|
|
28535
|
+
},
|
|
28208
28536
|
/**
|
|
28209
28537
|
* 查询业务表ID
|
|
28210
28538
|
*/
|
|
@@ -28222,8 +28550,8 @@ var _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
28222
28550
|
}
|
|
28223
28551
|
},
|
|
28224
28552
|
/**
|
|
28225
|
-
* 打开类型 0--用户加机构 1 联系人 2 单位
|
|
28226
|
-
* @default
|
|
28553
|
+
* 打开类型 0--用户加机构 1-- 联系人 2-- 单位 3-- 银行账户 4--科目
|
|
28554
|
+
* @default 0
|
|
28227
28555
|
*/
|
|
28228
28556
|
openType: {
|
|
28229
28557
|
type: Number,
|
|
@@ -28244,6 +28572,14 @@ var _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
28244
28572
|
userAction: {
|
|
28245
28573
|
type: String,
|
|
28246
28574
|
default: "UserTable"
|
|
28575
|
+
},
|
|
28576
|
+
subjectService: {
|
|
28577
|
+
type: String,
|
|
28578
|
+
default: "autoRes"
|
|
28579
|
+
},
|
|
28580
|
+
subjectAction: {
|
|
28581
|
+
type: String,
|
|
28582
|
+
default: "subjectTable"
|
|
28247
28583
|
}
|
|
28248
28584
|
}, {
|
|
28249
28585
|
"name": {
|
|
@@ -28301,7 +28637,7 @@ var _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
28301
28637
|
const _component_el_autocomplete = resolveComponent("el-autocomplete");
|
|
28302
28638
|
return openBlock(), createBlock(_component_el_autocomplete, {
|
|
28303
28639
|
modelValue: autoName.value,
|
|
28304
|
-
"onUpdate:modelValue": _cache[
|
|
28640
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => autoName.value = $event),
|
|
28305
28641
|
debounce: 500,
|
|
28306
28642
|
"fetch-suggestions": querySearchAsync,
|
|
28307
28643
|
placeholder: props.placeholder,
|
|
@@ -28313,7 +28649,7 @@ var _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
28313
28649
|
createElementVNode(
|
|
28314
28650
|
"div",
|
|
28315
28651
|
_hoisted_1$k,
|
|
28316
|
-
toDisplayString(item[__props.vName]),
|
|
28652
|
+
toDisplayString(item[__props.vName]) + " " + toDisplayString(__props.vLabel != "" ? "(" + item[__props.vLabel] + ")" : ""),
|
|
28317
28653
|
1
|
|
28318
28654
|
/* TEXT */
|
|
28319
28655
|
)
|
|
@@ -28335,7 +28671,7 @@ var _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
28335
28671
|
_: 1
|
|
28336
28672
|
/* STABLE */
|
|
28337
28673
|
}, 8, ["size"]),
|
|
28338
|
-
__props.openType == 0 ? (openBlock(), createBlock(_sfc_main$
|
|
28674
|
+
__props.openType == 0 ? (openBlock(), createBlock(_sfc_main$t, {
|
|
28339
28675
|
key: 0,
|
|
28340
28676
|
visible: visibleopenDialog.value,
|
|
28341
28677
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => visibleopenDialog.value = $event),
|
|
@@ -28348,7 +28684,7 @@ var _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
28348
28684
|
userParams: __props.params,
|
|
28349
28685
|
onChange: handleSelectDialogChange
|
|
28350
28686
|
}, null, 8, ["visible", "orgService", "orgAction", "orgparas", "title", "userService", "userAction", "userParams"])) : createCommentVNode("v-if", true),
|
|
28351
|
-
__props.openType == 2 ? (openBlock(), createBlock(_sfc_main$
|
|
28687
|
+
__props.openType == 2 ? (openBlock(), createBlock(_sfc_main$s, {
|
|
28352
28688
|
key: 1,
|
|
28353
28689
|
visible: visibleopenDialog.value,
|
|
28354
28690
|
"onUpdate:visible": _cache[2] || (_cache[2] = ($event) => visibleopenDialog.value = $event),
|
|
@@ -28357,7 +28693,18 @@ var _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
28357
28693
|
userAction: __props.userAction,
|
|
28358
28694
|
userParams: __props.params,
|
|
28359
28695
|
onChange: handleSelectDialogChange
|
|
28360
|
-
}, null, 8, ["visible", "title", "userService", "userAction", "userParams"])) : createCommentVNode("v-if", true)
|
|
28696
|
+
}, null, 8, ["visible", "title", "userService", "userAction", "userParams"])) : createCommentVNode("v-if", true),
|
|
28697
|
+
createCommentVNode("\u79D1\u76EE\u9009\u62E9"),
|
|
28698
|
+
__props.openType == 4 ? (openBlock(), createBlock(_sfc_main$r, {
|
|
28699
|
+
key: 2,
|
|
28700
|
+
visible: visibleopenDialog.value,
|
|
28701
|
+
"onUpdate:visible": _cache[3] || (_cache[3] = ($event) => visibleopenDialog.value = $event),
|
|
28702
|
+
title: __props.title,
|
|
28703
|
+
subjectService: __props.subjectService,
|
|
28704
|
+
subjectAction: __props.subjectAction,
|
|
28705
|
+
subjectParams: __props.params,
|
|
28706
|
+
onChange: handleSelectDialogChange
|
|
28707
|
+
}, null, 8, ["visible", "title", "subjectService", "subjectAction", "subjectParams"])) : createCommentVNode("v-if", true)
|
|
28361
28708
|
]),
|
|
28362
28709
|
key: "0"
|
|
28363
28710
|
} : void 0
|