@fmdeui/fmui 1.0.123 → 1.0.125

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.
Files changed (30) hide show
  1. package/es/components/fm-autocomplete/component/accountSelectDialog.vue.d.ts +69 -0
  2. package/es/components/fm-autocomplete/index.d.ts +18 -0
  3. package/es/components/fm-autocomplete/index.vue.d.ts +18 -0
  4. package/es/packages/components/fm-autocomplete/component/accountSelectDialog.vue.mjs +5 -0
  5. package/es/packages/components/fm-autocomplete/component/accountSelectDialog2.vue.mjs +324 -0
  6. package/es/packages/components/fm-autocomplete/component/subjectSelectDialog2.vue.mjs +14 -14
  7. package/es/packages/components/fm-autocomplete/index2.vue.mjs +25 -4
  8. package/es/packages/components/fm-period/index.vue.mjs +29 -6
  9. package/index.js +479 -118
  10. package/index.min.js +7 -7
  11. package/index.min.mjs +7 -7
  12. package/index.mjs +479 -118
  13. package/lib/components/fm-autocomplete/component/accountSelectDialog.vue.d.ts +69 -0
  14. package/lib/components/fm-autocomplete/index.d.ts +18 -0
  15. package/lib/components/fm-autocomplete/index.vue.d.ts +18 -0
  16. package/lib/packages/components/fm-autocomplete/component/accountSelectDialog.vue.js +9 -0
  17. package/lib/packages/components/fm-autocomplete/component/accountSelectDialog2.vue.js +328 -0
  18. package/lib/packages/components/fm-autocomplete/component/subjectSelectDialog2.vue.js +14 -14
  19. package/lib/packages/components/fm-autocomplete/index2.vue.js +24 -3
  20. package/lib/packages/components/fm-period/index.vue.js +28 -5
  21. package/locale/en.js +1 -1
  22. package/locale/en.min.js +1 -1
  23. package/locale/en.min.mjs +1 -1
  24. package/locale/en.mjs +1 -1
  25. package/locale/zh-cn.js +1 -1
  26. package/locale/zh-cn.min.js +1 -1
  27. package/locale/zh-cn.min.mjs +1 -1
  28. package/locale/zh-cn.mjs +1 -1
  29. package/package.json +1 -1
  30. /package/lib/{defaults.css → version.css} +0 -0
package/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! fmdeui-fmui v1.0.123 */
1
+ /*! fmdeui-fmui v1.0.125 */
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$P = /* @__PURE__ */ defineComponent({
20337
+ var _sfc_main$Q = /* @__PURE__ */ defineComponent({
20338
20338
  ...{
20339
20339
  name: "FButton"
20340
20340
  },
@@ -20404,7 +20404,7 @@ var _sfc_main$P = /* @__PURE__ */ defineComponent({
20404
20404
  }
20405
20405
  });
20406
20406
 
20407
- const FButton = _sfc_main$P;
20407
+ const FButton = _sfc_main$Q;
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$y = { key: 0 };
21121
- const _hoisted_2$m = { key: 0 };
21122
- var _sfc_main$O = /* @__PURE__ */ defineComponent({
21120
+ const _hoisted_1$z = { key: 0 };
21121
+ const _hoisted_2$n = { key: 0 };
21122
+ var _sfc_main$P = /* @__PURE__ */ defineComponent({
21123
21123
  ...{
21124
21124
  name: "FInput"
21125
21125
  },
@@ -21326,7 +21326,7 @@ var _sfc_main$O = /* @__PURE__ */ defineComponent({
21326
21326
  fn: withCtx(() => [
21327
21327
  __props.inputType === "amount" ? (openBlock(), createElementBlock(
21328
21328
  "span",
21329
- _hoisted_1$y,
21329
+ _hoisted_1$z,
21330
21330
  toDisplayString(appendTitleText.value),
21331
21331
  1
21332
21332
  /* TEXT */
@@ -21359,7 +21359,7 @@ var _sfc_main$O = /* @__PURE__ */ defineComponent({
21359
21359
  fn: withCtx(() => [
21360
21360
  __props.inputType === "amount" ? (openBlock(), createElementBlock(
21361
21361
  "span",
21362
- _hoisted_2$m,
21362
+ _hoisted_2$n,
21363
21363
  toDisplayString(appendTitleText.value),
21364
21364
  1
21365
21365
  /* TEXT */
@@ -21372,13 +21372,13 @@ var _sfc_main$O = /* @__PURE__ */ defineComponent({
21372
21372
  }
21373
21373
  });
21374
21374
 
21375
- const FInput = _sfc_main$O;
21375
+ const FInput = _sfc_main$P;
21376
21376
 
21377
- const _hoisted_1$x = {
21377
+ const _hoisted_1$y = {
21378
21378
  key: 0,
21379
21379
  class: "back_to_top"
21380
21380
  };
21381
- var _sfc_main$N = /* @__PURE__ */ defineComponent({
21381
+ var _sfc_main$O = /* @__PURE__ */ defineComponent({
21382
21382
  ...{
21383
21383
  name: "FLayoutPage"
21384
21384
  },
@@ -21440,7 +21440,7 @@ var _sfc_main$N = /* @__PURE__ */ defineComponent({
21440
21440
  },
21441
21441
  [
21442
21442
  renderSlot(_ctx.$slots, "default"),
21443
- __props.showGoTopButton ? (openBlock(), createElementBlock("div", _hoisted_1$x, [
21443
+ __props.showGoTopButton ? (openBlock(), createElementBlock("div", _hoisted_1$y, [
21444
21444
  isShowGoTopButton.value ? (openBlock(), createElementBlock("div", {
21445
21445
  key: 0,
21446
21446
  onClick: backToTop
@@ -21468,9 +21468,9 @@ var _sfc_main$N = /* @__PURE__ */ defineComponent({
21468
21468
  }
21469
21469
  });
21470
21470
 
21471
- const FLayoutPage = _sfc_main$N;
21471
+ const FLayoutPage = _sfc_main$O;
21472
21472
 
21473
- var _sfc_main$M = /* @__PURE__ */ defineComponent({
21473
+ var _sfc_main$N = /* @__PURE__ */ defineComponent({
21474
21474
  ...{
21475
21475
  name: "FLayoutPageItem"
21476
21476
  },
@@ -21498,7 +21498,7 @@ var _sfc_main$M = /* @__PURE__ */ defineComponent({
21498
21498
  }
21499
21499
  });
21500
21500
 
21501
- const FLayoutPageItem = _sfc_main$M;
21501
+ const FLayoutPageItem = _sfc_main$N;
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$w = ["id"];
21545
- var _sfc_main$L = /* @__PURE__ */ defineComponent({
21544
+ const _hoisted_1$x = ["id"];
21545
+ var _sfc_main$M = /* @__PURE__ */ defineComponent({
21546
21546
  ...{
21547
21547
  name: "FChart"
21548
21548
  },
@@ -21626,7 +21626,7 @@ var _sfc_main$L = /* @__PURE__ */ defineComponent({
21626
21626
  id: __props.id,
21627
21627
  ref_key: "echartRef",
21628
21628
  ref: echartRef
21629
- }, null, 8, _hoisted_1$w), [
21629
+ }, null, 8, _hoisted_1$x), [
21630
21630
  [vShow, !formatEmpty.value]
21631
21631
  ]),
21632
21632
  formatEmpty.value ? renderSlot(_ctx.$slots, "empty", { key: 0 }, () => [
@@ -21641,13 +21641,13 @@ var _sfc_main$L = /* @__PURE__ */ defineComponent({
21641
21641
  }
21642
21642
  });
21643
21643
 
21644
- const FChart = _sfc_main$L;
21644
+ const FChart = _sfc_main$M;
21645
21645
 
21646
- const _hoisted_1$v = {
21646
+ const _hoisted_1$w = {
21647
21647
  key: 1,
21648
21648
  class: "f_select__pagination"
21649
21649
  };
21650
- var _sfc_main$K = /* @__PURE__ */ defineComponent({
21650
+ var _sfc_main$L = /* @__PURE__ */ defineComponent({
21651
21651
  ...{
21652
21652
  name: "FSelect"
21653
21653
  },
@@ -21860,7 +21860,7 @@ var _sfc_main$K = /* @__PURE__ */ defineComponent({
21860
21860
  128
21861
21861
  /* KEYED_FRAGMENT */
21862
21862
  )),
21863
- __props.isShowPagination && filteredOptionsCount.value > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$v, [
21863
+ __props.isShowPagination && filteredOptionsCount.value > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$w, [
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$K = /* @__PURE__ */ defineComponent({
21898
21898
  }
21899
21899
  });
21900
21900
 
21901
- const FSelect = _sfc_main$K;
21901
+ const FSelect = _sfc_main$L;
21902
21902
 
21903
- var _sfc_main$J = /* @__PURE__ */ defineComponent({
21903
+ var _sfc_main$K = /* @__PURE__ */ defineComponent({
21904
21904
  ...{
21905
21905
  name: "RenderComp"
21906
21906
  },
@@ -21920,12 +21920,12 @@ var _sfc_main$J = /* @__PURE__ */ defineComponent({
21920
21920
  }
21921
21921
  });
21922
21922
 
21923
- const _hoisted_1$u = { class: "inside_box" };
21924
- const _hoisted_2$l = { class: "inside_box_title" };
21925
- const _hoisted_3$d = { class: "check-box" };
21923
+ const _hoisted_1$v = { class: "inside_box" };
21924
+ const _hoisted_2$m = { class: "inside_box_title" };
21925
+ const _hoisted_3$e = { class: "check-box" };
21926
21926
  const _hoisted_4$9 = { class: "more_dropdown_icon" };
21927
21927
  const _hoisted_5$8 = { class: "out_box" };
21928
- var _sfc_main$I = /* @__PURE__ */ defineComponent({
21928
+ var _sfc_main$J = /* @__PURE__ */ defineComponent({
21929
21929
  ...{
21930
21930
  name: "MoreChoose"
21931
21931
  },
@@ -22063,8 +22063,8 @@ var _sfc_main$I = /* @__PURE__ */ defineComponent({
22063
22063
  ])
22064
22064
  ]),
22065
22065
  default: withCtx(() => [
22066
- createElementVNode("div", _hoisted_1$u, [
22067
- createElementVNode("div", _hoisted_2$l, [
22066
+ createElementVNode("div", _hoisted_1$v, [
22067
+ createElementVNode("div", _hoisted_2$m, [
22068
22068
  createElementVNode(
22069
22069
  "div",
22070
22070
  null,
@@ -22072,7 +22072,7 @@ var _sfc_main$I = /* @__PURE__ */ defineComponent({
22072
22072
  1
22073
22073
  /* TEXT */
22074
22074
  ),
22075
- createElementVNode("div", _hoisted_3$d, [
22075
+ createElementVNode("div", _hoisted_3$e, [
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$H = /* @__PURE__ */ defineComponent({
22243
+ var _sfc_main$I = /* @__PURE__ */ defineComponent({
22244
22244
  ...{
22245
22245
  name: "FQueryCondition"
22246
22246
  },
@@ -22659,7 +22659,7 @@ var _sfc_main$H = /* @__PURE__ */ defineComponent({
22659
22659
  opt.labelRender ? {
22660
22660
  name: "label",
22661
22661
  fn: withCtx(() => [
22662
- createVNode(_sfc_main$J, {
22662
+ createVNode(_sfc_main$K, {
22663
22663
  form: unref(queryState).form,
22664
22664
  render: opt.labelRender
22665
22665
  }, null, 8, ["form", "render"])
@@ -22755,7 +22755,7 @@ var _sfc_main$H = /* @__PURE__ */ defineComponent({
22755
22755
  _: 1
22756
22756
  /* STABLE */
22757
22757
  })) : createCommentVNode("v-if", true),
22758
- createVNode(_sfc_main$I, {
22758
+ createVNode(_sfc_main$J, {
22759
22759
  isDropDownSelectMore: __props.isDropDownSelectMore,
22760
22760
  moreCheckList: __props.moreCheckList,
22761
22761
  popoverAttrsBind: popoverAttrsBind.value,
@@ -22781,7 +22781,7 @@ var _sfc_main$H = /* @__PURE__ */ defineComponent({
22781
22781
  }
22782
22782
  });
22783
22783
 
22784
- var _sfc_main$G = /* @__PURE__ */ defineComponent({
22784
+ var _sfc_main$H = /* @__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$t = {
22940
+ const _hoisted_1$u = {
22941
22941
  key: 0,
22942
22942
  class: "table_query_condition"
22943
22943
  };
22944
- const _hoisted_2$k = ["element-loading-text"];
22945
- const _hoisted_3$c = { key: 2 };
22944
+ const _hoisted_2$l = ["element-loading-text"];
22945
+ const _hoisted_3$d = { key: 2 };
22946
22946
  const _hoisted_4$8 = {
22947
22947
  key: 0,
22948
22948
  class: "f-table-select__page"
22949
22949
  };
22950
- var _sfc_main$F = /* @__PURE__ */ defineComponent({
22950
+ var _sfc_main$G = /* @__PURE__ */ defineComponent({
22951
22951
  ...{
22952
22952
  name: "FSelectTable"
22953
22953
  },
@@ -23569,9 +23569,9 @@ var _sfc_main$F = /* @__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$t, [
23572
+ __props.isShowQuery ? (openBlock(), createElementBlock("div", _hoisted_1$u, [
23573
23573
  createVNode(
23574
- _sfc_main$H,
23574
+ _sfc_main$I,
23575
23575
  mergeProps({
23576
23576
  ref_key: "fQueryConditionRef",
23577
23577
  ref: fQueryConditionRef,
@@ -23697,7 +23697,7 @@ var _sfc_main$F = /* @__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$G, {
23700
+ item.render ? (openBlock(), createBlock(_sfc_main$H, {
23701
23701
  key: 0,
23702
23702
  column: item,
23703
23703
  row: scope.row,
@@ -23708,7 +23708,7 @@ var _sfc_main$F = /* @__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$c, [
23711
+ !item.render && !item.slotName ? (openBlock(), createElementBlock("div", _hoisted_3$d, [
23712
23712
  createElementVNode(
23713
23713
  "span",
23714
23714
  null,
@@ -23742,7 +23742,7 @@ var _sfc_main$F = /* @__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$k)), [
23745
+ ], 8, _hoisted_2$l)), [
23746
23746
  [_directive_loading, __props.tableLoading]
23747
23747
  ]),
23748
23748
  renderSlot(_ctx.$slots, "footer")
@@ -23760,11 +23760,11 @@ var _sfc_main$F = /* @__PURE__ */ defineComponent({
23760
23760
  }
23761
23761
  });
23762
23762
 
23763
- const FSelectTable = _sfc_main$F;
23763
+ const FSelectTable = _sfc_main$G;
23764
23764
 
23765
- const FQueryCondition = _sfc_main$H;
23765
+ const FQueryCondition = _sfc_main$I;
23766
23766
 
23767
- var _sfc_main$E = /* @__PURE__ */ defineComponent({
23767
+ var _sfc_main$F = /* @__PURE__ */ defineComponent({
23768
23768
  ...{
23769
23769
  name: "RenderComp"
23770
23770
  },
@@ -23784,7 +23784,7 @@ var _sfc_main$E = /* @__PURE__ */ defineComponent({
23784
23784
  }
23785
23785
  });
23786
23786
 
23787
- var _sfc_main$D = /* @__PURE__ */ defineComponent({
23787
+ var _sfc_main$E = /* @__PURE__ */ defineComponent({
23788
23788
  ...{
23789
23789
  name: "RenderBtn"
23790
23790
  },
@@ -23804,12 +23804,12 @@ var _sfc_main$D = /* @__PURE__ */ defineComponent({
23804
23804
  }
23805
23805
  });
23806
23806
 
23807
- const _hoisted_1$s = {
23807
+ const _hoisted_1$t = {
23808
23808
  key: 1,
23809
23809
  class: "text_show"
23810
23810
  };
23811
- const _hoisted_2$j = { class: "footer_btn flex-box flex-ver f-margin-top-5" };
23812
- var _sfc_main$C = /* @__PURE__ */ defineComponent({
23811
+ const _hoisted_2$k = { class: "footer_btn flex-box flex-ver f-margin-top-5" };
23812
+ var _sfc_main$D = /* @__PURE__ */ defineComponent({
23813
23813
  ...{
23814
23814
  name: "FForm"
23815
23815
  },
@@ -24060,7 +24060,7 @@ var _sfc_main$C = /* @__PURE__ */ defineComponent({
24060
24060
  }) : createCommentVNode("v-if", true),
24061
24061
  item.textShow ? (openBlock(), createElementBlock(
24062
24062
  "span",
24063
- _hoisted_1$s,
24063
+ _hoisted_1$t,
24064
24064
  toDisplayString(item.textValue || __props.formOpts.formData[item.value]),
24065
24065
  1
24066
24066
  /* TEXT */
@@ -24180,7 +24180,7 @@ var _sfc_main$C = /* @__PURE__ */ defineComponent({
24180
24180
  item.labelSlotName || item.labelRender ? {
24181
24181
  name: "label",
24182
24182
  fn: withCtx(() => [
24183
- item.labelRender ? (openBlock(), createBlock(_sfc_main$E, {
24183
+ item.labelRender ? (openBlock(), createBlock(_sfc_main$F, {
24184
24184
  key: 0,
24185
24185
  render: item.labelRender,
24186
24186
  item
@@ -24202,7 +24202,7 @@ var _sfc_main$C = /* @__PURE__ */ defineComponent({
24202
24202
  /* UNKEYED_FRAGMENT */
24203
24203
  )),
24204
24204
  createCommentVNode(" \u6309\u94AE "),
24205
- createElementVNode("div", _hoisted_2$j, [
24205
+ createElementVNode("div", _hoisted_2$k, [
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$C = /* @__PURE__ */ defineComponent({
24212
24212
  Fragment,
24213
24213
  null,
24214
24214
  [
24215
- val.render ? (openBlock(), createBlock(_sfc_main$D, {
24215
+ val.render ? (openBlock(), createBlock(_sfc_main$E, {
24216
24216
  key: index,
24217
24217
  item: val,
24218
24218
  render: val.render
@@ -24259,10 +24259,10 @@ var _sfc_main$C = /* @__PURE__ */ defineComponent({
24259
24259
  }
24260
24260
  });
24261
24261
 
24262
- const FForm = _sfc_main$C;
24262
+ const FForm = _sfc_main$D;
24263
24263
 
24264
- const _hoisted_1$r = ["src"];
24265
- var _sfc_main$B = /* @__PURE__ */ defineComponent({
24264
+ const _hoisted_1$s = ["src"];
24265
+ var _sfc_main$C = /* @__PURE__ */ defineComponent({
24266
24266
  ...{
24267
24267
  name: "svgIcon"
24268
24268
  },
@@ -24333,7 +24333,7 @@ var _sfc_main$B = /* @__PURE__ */ defineComponent({
24333
24333
  createElementVNode("img", {
24334
24334
  src: getIconName.value,
24335
24335
  style: normalizeStyle(setIconSvgInsStyle.value)
24336
- }, null, 12, _hoisted_1$r)
24336
+ }, null, 12, _hoisted_1$s)
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$B);
24363
+ app.component("SvgIcon", _sfc_main$C);
24364
24364
  }
24365
24365
  }
24366
24366
 
24367
24367
  const emitter = mitt();
24368
24368
 
24369
- var _sfc_main$A = /* @__PURE__ */ defineComponent({
24369
+ var _sfc_main$B = /* @__PURE__ */ defineComponent({
24370
24370
  ...{
24371
24371
  name: "FLayout"
24372
24372
  },
@@ -24452,7 +24452,7 @@ var _sfc_main$A = /* @__PURE__ */ defineComponent({
24452
24452
  }
24453
24453
  });
24454
24454
 
24455
- const FLayout = _sfc_main$A;
24455
+ const FLayout = _sfc_main$B;
24456
24456
 
24457
24457
  function commonFunction() {
24458
24458
  const { copy, isSupported } = useClipboard();
@@ -24729,9 +24729,9 @@ const other = {
24729
24729
  // },
24730
24730
  };
24731
24731
 
24732
- const _hoisted_1$q = { class: "layout-breadcrumb-seting" };
24733
- const _hoisted_2$i = { class: "layout-breadcrumb-seting-bar-flex" };
24734
- const _hoisted_3$b = { class: "layout-breadcrumb-seting-bar-flex-label" };
24732
+ const _hoisted_1$r = { class: "layout-breadcrumb-seting" };
24733
+ const _hoisted_2$j = { class: "layout-breadcrumb-seting-bar-flex" };
24734
+ const _hoisted_3$c = { class: "layout-breadcrumb-seting-bar-flex-label" };
24735
24735
  const _hoisted_4$7 = { class: "layout-breadcrumb-seting-bar-flex-value" };
24736
24736
  const _hoisted_5$7 = { style: { "margin": "10px 0" } };
24737
24737
  const _hoisted_6$3 = { class: "layout-breadcrumb-seting-bar-flex mt15" };
@@ -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$z = /* @__PURE__ */ defineComponent({
24857
+ var _sfc_main$A = /* @__PURE__ */ defineComponent({
24858
24858
  ...{
24859
24859
  name: "FSettings"
24860
24860
  },
@@ -25118,7 +25118,7 @@ var _sfc_main$z = /* @__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$q, [
25121
+ return openBlock(), createElementBlock("div", _hoisted_1$r, [
25122
25122
  createVNode(_component_el_drawer, {
25123
25123
  title: _ctx.$t("message.layout.configTitle"),
25124
25124
  modelValue: getThemeConfig.value.isDrawer,
@@ -25143,10 +25143,10 @@ var _sfc_main$z = /* @__PURE__ */ defineComponent({
25143
25143
  _: 1
25144
25144
  /* STABLE */
25145
25145
  }),
25146
- createElementVNode("div", _hoisted_2$i, [
25146
+ createElementVNode("div", _hoisted_2$j, [
25147
25147
  createElementVNode(
25148
25148
  "div",
25149
- _hoisted_3$b,
25149
+ _hoisted_3$c,
25150
25150
  toDisplayString(_ctx.$t("message.layout.themeColors")),
25151
25151
  1
25152
25152
  /* TEXT */
@@ -26617,9 +26617,9 @@ var _sfc_main$z = /* @__PURE__ */ defineComponent({
26617
26617
  }
26618
26618
  });
26619
26619
 
26620
- const FSettings = _sfc_main$z;
26620
+ const FSettings = _sfc_main$A;
26621
26621
 
26622
- var _sfc_main$y = /* @__PURE__ */ defineComponent({
26622
+ var _sfc_main$z = /* @__PURE__ */ defineComponent({
26623
26623
  ...{
26624
26624
  name: "FModifyRecord"
26625
26625
  },
@@ -26882,10 +26882,10 @@ var _sfc_main$y = /* @__PURE__ */ defineComponent({
26882
26882
  }
26883
26883
  });
26884
26884
 
26885
- const FModifyRecord = _sfc_main$y;
26885
+ const FModifyRecord = _sfc_main$z;
26886
26886
 
26887
- const _hoisted_1$p = { style: { "display": "flex", "justify-content": "end", "align-items": "right" } };
26888
- var _sfc_main$x = /* @__PURE__ */ defineComponent({
26887
+ const _hoisted_1$q = { style: { "display": "flex", "justify-content": "end", "align-items": "right" } };
26888
+ var _sfc_main$y = /* @__PURE__ */ defineComponent({
26889
26889
  ...{
26890
26890
  name: "FmSelect"
26891
26891
  },
@@ -27044,7 +27044,7 @@ var _sfc_main$x = /* @__PURE__ */ defineComponent({
27044
27044
  onClear: handelClear
27045
27045
  }, {
27046
27046
  header: withCtx(() => [
27047
- createElementVNode("div", _hoisted_1$p, [
27047
+ createElementVNode("div", _hoisted_1$q, [
27048
27048
  createVNode(_component_el_icon, {
27049
27049
  color: "#13c2c2",
27050
27050
  size: __props.freshSize,
@@ -27086,9 +27086,9 @@ var _sfc_main$x = /* @__PURE__ */ defineComponent({
27086
27086
  }
27087
27087
  });
27088
27088
 
27089
- const FmSelect = _sfc_main$x;
27089
+ const FmSelect = _sfc_main$y;
27090
27090
 
27091
- var _sfc_main$w = /* @__PURE__ */ defineComponent({
27091
+ var _sfc_main$x = /* @__PURE__ */ defineComponent({
27092
27092
  ...{
27093
27093
  name: "Fminputdropdown"
27094
27094
  },
@@ -27286,9 +27286,9 @@ var _sfc_main$w = /* @__PURE__ */ defineComponent({
27286
27286
  }
27287
27287
  });
27288
27288
 
27289
- const Fminputdropdown = _sfc_main$w;
27289
+ const Fminputdropdown = _sfc_main$x;
27290
27290
 
27291
- var _sfc_main$v = /* @__PURE__ */ defineComponent({
27291
+ var _sfc_main$w = /* @__PURE__ */ defineComponent({
27292
27292
  ...{ name: "FmInputNumber" },
27293
27293
  __name: "index",
27294
27294
  props: /* @__PURE__ */ mergeModels({
@@ -27397,14 +27397,14 @@ var _sfc_main$v = /* @__PURE__ */ defineComponent({
27397
27397
  }
27398
27398
  });
27399
27399
 
27400
- const FmInputNumber = _sfc_main$v;
27400
+ const FmInputNumber = _sfc_main$w;
27401
27401
 
27402
- const _hoisted_1$o = { style: { "color": "#fff" } };
27403
- const _hoisted_2$h = { 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" } };
27402
+ const _hoisted_1$p = { style: { "color": "#fff" } };
27403
+ const _hoisted_2$i = { 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$b = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
27405
27405
  const _hoisted_4$6 = { style: { "margin-top": "10px" } };
27406
27406
  const _hoisted_5$6 = { class: "dialog-footer" };
27407
- var _sfc_main$u = /* @__PURE__ */ defineComponent({
27407
+ var _sfc_main$v = /* @__PURE__ */ defineComponent({
27408
27408
  __name: "userSelectDialog",
27409
27409
  props: {
27410
27410
  visible: {
@@ -27541,7 +27541,7 @@ var _sfc_main$u = /* @__PURE__ */ defineComponent({
27541
27541
  "close-on-click-modal": false
27542
27542
  }, {
27543
27543
  header: withCtx(() => [
27544
- createElementVNode("div", _hoisted_1$o, [
27544
+ createElementVNode("div", _hoisted_1$p, [
27545
27545
  createVNode(_component_el_icon, {
27546
27546
  size: "16",
27547
27547
  style: { "margin-right": "3px", "display": "inline", "vertical-align": "middle" }
@@ -27587,7 +27587,7 @@ var _sfc_main$u = /* @__PURE__ */ defineComponent({
27587
27587
  default: withCtx(() => [
27588
27588
  createElementVNode(
27589
27589
  "p",
27590
- _hoisted_2$h,
27590
+ _hoisted_2$i,
27591
27591
  toDisplayString(_ctx.$t("\u673A\u6784")),
27592
27592
  1
27593
27593
  /* TEXT */
@@ -27609,7 +27609,7 @@ var _sfc_main$u = /* @__PURE__ */ defineComponent({
27609
27609
  default: withCtx(() => [
27610
27610
  createElementVNode(
27611
27611
  "p",
27612
- _hoisted_3$a,
27612
+ _hoisted_3$b,
27613
27613
  toDisplayString(_ctx.$t(__props.title)) + toDisplayString(_ctx.$t("\u5217\u8868")),
27614
27614
  1
27615
27615
  /* TEXT */
@@ -27793,10 +27793,10 @@ var _sfc_main$u = /* @__PURE__ */ defineComponent({
27793
27793
  }
27794
27794
  });
27795
27795
 
27796
- const _hoisted_1$n = { style: { "color": "#fff" } };
27797
- const _hoisted_2$g = { style: { "margin-top": "10px" } };
27798
- const _hoisted_3$9 = { class: "dialog-footer" };
27799
- var _sfc_main$t = /* @__PURE__ */ defineComponent({
27796
+ const _hoisted_1$o = { style: { "color": "#fff" } };
27797
+ const _hoisted_2$h = { style: { "margin-top": "10px" } };
27798
+ const _hoisted_3$a = { class: "dialog-footer" };
27799
+ var _sfc_main$u = /* @__PURE__ */ defineComponent({
27800
27800
  __name: "supplierSelectDialog",
27801
27801
  props: {
27802
27802
  visible: {
@@ -27908,7 +27908,7 @@ var _sfc_main$t = /* @__PURE__ */ defineComponent({
27908
27908
  "close-on-click-modal": false
27909
27909
  }, {
27910
27910
  header: withCtx(() => [
27911
- createElementVNode("div", _hoisted_1$n, [
27911
+ createElementVNode("div", _hoisted_1$o, [
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$t = /* @__PURE__ */ defineComponent({
27929
27929
  ])
27930
27930
  ]),
27931
27931
  footer: withCtx(() => [
27932
- createElementVNode("div", _hoisted_3$9, [
27932
+ createElementVNode("div", _hoisted_3$a, [
27933
27933
  createVNode(_component_el_button, {
27934
27934
  icon: "ele-CircleCloseFilled",
27935
27935
  onClick: closeDialog
@@ -27952,7 +27952,7 @@ var _sfc_main$t = /* @__PURE__ */ defineComponent({
27952
27952
  default: withCtx(() => [
27953
27953
  createVNode(_component_el_col, { span: 24 }, {
27954
27954
  default: withCtx(() => [
27955
- createElementVNode("div", _hoisted_2$g, [
27955
+ createElementVNode("div", _hoisted_2$h, [
27956
27956
  createVNode(_component_el_form, {
27957
27957
  model: state.queryParams,
27958
27958
  ref: "queryRef",
@@ -28158,6 +28158,325 @@ var _sfc_main$t = /* @__PURE__ */ defineComponent({
28158
28158
  }
28159
28159
  });
28160
28160
 
28161
+ const _hoisted_1$n = { style: { "color": "#fff" } };
28162
+ const _hoisted_2$g = { style: { "margin-top": "10px" } };
28163
+ const _hoisted_3$9 = { class: "dialog-footer" };
28164
+ var _sfc_main$t = /* @__PURE__ */ defineComponent({
28165
+ __name: "accountSelectDialog",
28166
+ props: {
28167
+ visible: {
28168
+ type: Boolean,
28169
+ default: false
28170
+ },
28171
+ title: {
28172
+ type: String,
28173
+ default: ""
28174
+ },
28175
+ data: {
28176
+ type: Array,
28177
+ default: () => []
28178
+ },
28179
+ userService: {
28180
+ type: String,
28181
+ default: "autoRes"
28182
+ },
28183
+ userAction: {
28184
+ type: String,
28185
+ default: "accountTable"
28186
+ },
28187
+ userParams: {
28188
+ type: Object,
28189
+ default: () => {
28190
+ }
28191
+ }
28192
+ },
28193
+ emits: ["update:visible", "change"],
28194
+ setup(__props, { emit: __emit }) {
28195
+ let emits = __emit;
28196
+ const props = __props;
28197
+ const userList = ref([]);
28198
+ let checkedUsersList = ref([]);
28199
+ const state = reactive({
28200
+ total: 0,
28201
+ queryParams: {
28202
+ page: 1,
28203
+ pageSize: 50
28204
+ }
28205
+ });
28206
+ let visibleDialog = computed({
28207
+ get() {
28208
+ return props.visible;
28209
+ },
28210
+ set() {
28211
+ closeDialog();
28212
+ }
28213
+ });
28214
+ onMounted(async () => {
28215
+ await getUserList();
28216
+ });
28217
+ const resetQuery = () => {
28218
+ state.queryParams = {};
28219
+ handleQuery();
28220
+ };
28221
+ const getUserList = async () => {
28222
+ var _a, _b, _c, _d;
28223
+ let res = await useBaseApi(props.userService).post({ ...state.queryParams, ...props.userParams }, props.userAction);
28224
+ userList.value = (_b = (_a = res.data.result) == null ? void 0 : _a.items) != null ? _b : [];
28225
+ state.queryParams.total = (_d = (_c = res.data.result) == null ? void 0 : _c.total) != null ? _d : 0;
28226
+ };
28227
+ async function handleQuery() {
28228
+ state.queryParams.pageNum = 1;
28229
+ await getUserList();
28230
+ }
28231
+ function handleSelectUser(row) {
28232
+ if (!row || row.id == "") return;
28233
+ emits("change", { id: row.id, name: row.name, data: row });
28234
+ }
28235
+ const handledbclick = (row) => {
28236
+ handleSelectUser(row);
28237
+ };
28238
+ const handleSizeChange = (val) => {
28239
+ state.queryParams.pageSize = val;
28240
+ handleQuery();
28241
+ };
28242
+ const handleCurrentChange = (val) => {
28243
+ state.queryParams.page = val;
28244
+ handleQuery();
28245
+ };
28246
+ const closeDialog = () => {
28247
+ checkedUsersList.value = [];
28248
+ emits("update:visible", false);
28249
+ };
28250
+ return (_ctx, _cache) => {
28251
+ const _component_ele_Edit = resolveComponent("ele-Edit");
28252
+ const _component_el_icon = resolveComponent("el-icon");
28253
+ const _component_el_input = resolveComponent("el-input");
28254
+ const _component_el_form_item = resolveComponent("el-form-item");
28255
+ const _component_el_button = resolveComponent("el-button");
28256
+ const _component_el_button_group = resolveComponent("el-button-group");
28257
+ const _component_el_form = resolveComponent("el-form");
28258
+ const _component_ele_Plus = resolveComponent("ele-Plus");
28259
+ const _component_el_table_column = resolveComponent("el-table-column");
28260
+ const _component_el_table = resolveComponent("el-table");
28261
+ const _component_el_pagination = resolveComponent("el-pagination");
28262
+ const _component_el_card = resolveComponent("el-card");
28263
+ const _component_el_col = resolveComponent("el-col");
28264
+ const _component_el_row = resolveComponent("el-row");
28265
+ const _component_el_dialog = resolveComponent("el-dialog");
28266
+ return openBlock(), createBlock(_component_el_dialog, {
28267
+ modelValue: unref(visibleDialog),
28268
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(visibleDialog) ? visibleDialog.value = $event : visibleDialog = $event),
28269
+ style: { "width": "70vw" },
28270
+ "append-to-body": "",
28271
+ draggable: "",
28272
+ "close-on-click-modal": false
28273
+ }, {
28274
+ header: withCtx(() => [
28275
+ createElementVNode("div", _hoisted_1$n, [
28276
+ createVNode(_component_el_icon, {
28277
+ size: "16",
28278
+ style: { "margin-right": "3px", "display": "inline", "vertical-align": "middle" }
28279
+ }, {
28280
+ default: withCtx(() => [
28281
+ createVNode(_component_ele_Edit)
28282
+ ]),
28283
+ _: 1
28284
+ /* STABLE */
28285
+ }),
28286
+ createElementVNode(
28287
+ "span",
28288
+ null,
28289
+ toDisplayString(_ctx.$t("\u9009\u62E9")) + toDisplayString(_ctx.$t(__props.title)),
28290
+ 1
28291
+ /* TEXT */
28292
+ )
28293
+ ])
28294
+ ]),
28295
+ footer: withCtx(() => [
28296
+ createElementVNode("div", _hoisted_3$9, [
28297
+ createVNode(_component_el_button, {
28298
+ icon: "ele-CircleCloseFilled",
28299
+ onClick: closeDialog
28300
+ }, {
28301
+ default: withCtx(() => [
28302
+ createTextVNode(
28303
+ toDisplayString(_ctx.$t("\u53D6\u6D88")),
28304
+ 1
28305
+ /* TEXT */
28306
+ )
28307
+ ]),
28308
+ _: 1
28309
+ /* STABLE */
28310
+ }),
28311
+ createCommentVNode(' <el-button type="primary" icon="ele-CircleCheckFilled" @click="saveDialog">\u786E\u5B9A</el-button> ')
28312
+ ])
28313
+ ]),
28314
+ default: withCtx(() => [
28315
+ createVNode(_component_el_row, { gutter: 10 }, {
28316
+ default: withCtx(() => [
28317
+ createVNode(_component_el_col, { span: 24 }, {
28318
+ default: withCtx(() => [
28319
+ createElementVNode("div", _hoisted_2$g, [
28320
+ createVNode(_component_el_form, {
28321
+ model: state.queryParams,
28322
+ ref: "queryRef",
28323
+ inline: true
28324
+ }, {
28325
+ default: withCtx(() => [
28326
+ createVNode(_component_el_form_item, {
28327
+ label: _ctx.$t("\u5173\u952E\u5B57")
28328
+ }, {
28329
+ default: withCtx(() => [
28330
+ createVNode(_component_el_input, {
28331
+ modelValue: state.queryParams.keyword,
28332
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.queryParams.keyword = $event),
28333
+ clearable: "",
28334
+ style: { "width": "150px" },
28335
+ onKeyup: withKeys(handleQuery, ["enter"])
28336
+ }, null, 8, ["modelValue"])
28337
+ ]),
28338
+ _: 1
28339
+ /* STABLE */
28340
+ }, 8, ["label"]),
28341
+ createVNode(_component_el_form_item, null, {
28342
+ default: withCtx(() => [
28343
+ createVNode(_component_el_button_group, null, {
28344
+ default: withCtx(() => [
28345
+ createVNode(_component_el_button, {
28346
+ type: "primary",
28347
+ icon: "ele-Search",
28348
+ onClick: handleQuery
28349
+ }, {
28350
+ default: withCtx(() => [
28351
+ createTextVNode(
28352
+ toDisplayString(_ctx.$t("\u67E5\u8BE2")),
28353
+ 1
28354
+ /* TEXT */
28355
+ )
28356
+ ]),
28357
+ _: 1
28358
+ /* STABLE */
28359
+ }),
28360
+ createVNode(_component_el_button, {
28361
+ icon: "ele-Refresh",
28362
+ onClick: resetQuery
28363
+ }, {
28364
+ default: withCtx(() => [
28365
+ createTextVNode(
28366
+ toDisplayString(_ctx.$t("\u91CD\u7F6E")),
28367
+ 1
28368
+ /* TEXT */
28369
+ )
28370
+ ]),
28371
+ _: 1
28372
+ /* STABLE */
28373
+ })
28374
+ ]),
28375
+ _: 1
28376
+ /* STABLE */
28377
+ }),
28378
+ createCommentVNode(' <el-button type="primary" icon="ele-DArrowRight" plain style="margin-left: 10px" @click="handleSelectAllUser"> \u5168\u9009 </el-button> ')
28379
+ ]),
28380
+ _: 1
28381
+ /* STABLE */
28382
+ })
28383
+ ]),
28384
+ _: 1
28385
+ /* STABLE */
28386
+ }, 8, ["model"]),
28387
+ createVNode(_component_el_card, {
28388
+ class: "full-table",
28389
+ shadow: "hover"
28390
+ }, {
28391
+ default: withCtx(() => [
28392
+ createVNode(_component_el_table, {
28393
+ ref: "refTable",
28394
+ data: userList.value,
28395
+ style: { "height": "calc(70vh - 96px)" },
28396
+ onRowDblclick: handledbclick
28397
+ }, {
28398
+ default: withCtx(() => [
28399
+ createVNode(_component_el_table_column, {
28400
+ label: "\u64CD\u4F5C",
28401
+ width: "60",
28402
+ align: "center"
28403
+ }, {
28404
+ default: withCtx((scope) => [
28405
+ createVNode(_component_el_button, {
28406
+ link: "",
28407
+ type: "primary",
28408
+ onClick: ($event) => handleSelectUser(scope.row)
28409
+ }, {
28410
+ default: withCtx(() => [
28411
+ createVNode(_component_el_icon, null, {
28412
+ default: withCtx(() => [
28413
+ createVNode(_component_ele_Plus)
28414
+ ]),
28415
+ _: 1
28416
+ /* STABLE */
28417
+ })
28418
+ ]),
28419
+ _: 1
28420
+ /* STABLE */
28421
+ }, 8, ["onClick"])
28422
+ ]),
28423
+ _: 1
28424
+ /* STABLE */
28425
+ }),
28426
+ createVNode(_component_el_table_column, {
28427
+ label: _ctx.$t("\u8D26\u6237\u540D\u79F0"),
28428
+ prop: "accountName",
28429
+ align: "center",
28430
+ "show-overflow-tooltip": true
28431
+ }, null, 8, ["label"]),
28432
+ createVNode(_component_el_table_column, {
28433
+ label: _ctx.$t("\u94F6\u884C\u4FE1\u606F"),
28434
+ prop: "bankInfo",
28435
+ align: "center",
28436
+ "show-overflow-tooltip": true
28437
+ }, null, 8, ["label"]),
28438
+ createVNode(_component_el_table_column, {
28439
+ label: _ctx.$t("\u4F59\u989D"),
28440
+ prop: "accountBalance",
28441
+ align: "center",
28442
+ "show-overflow-tooltip": true
28443
+ }, null, 8, ["label"])
28444
+ ]),
28445
+ _: 1
28446
+ /* STABLE */
28447
+ }, 8, ["data"]),
28448
+ createVNode(_component_el_pagination, {
28449
+ currentPage: state.queryParams.page,
28450
+ "page-size": state.queryParams.pageSize,
28451
+ total: state.queryParams.total,
28452
+ "page-sizes": [10, 20, 50, 100],
28453
+ background: "",
28454
+ onSizeChange: handleSizeChange,
28455
+ onCurrentChange: handleCurrentChange,
28456
+ layout: "total, sizes, prev, pager, next, jumper",
28457
+ style: { "padding-bottom": "8px" }
28458
+ }, null, 8, ["currentPage", "page-size", "total"])
28459
+ ]),
28460
+ _: 1
28461
+ /* STABLE */
28462
+ })
28463
+ ])
28464
+ ]),
28465
+ _: 1
28466
+ /* STABLE */
28467
+ })
28468
+ ]),
28469
+ _: 1
28470
+ /* STABLE */
28471
+ })
28472
+ ]),
28473
+ _: 1
28474
+ /* STABLE */
28475
+ }, 8, ["modelValue"]);
28476
+ };
28477
+ }
28478
+ });
28479
+
28161
28480
  const _hoisted_1$m = { style: { "color": "#fff" } };
28162
28481
  const _hoisted_2$f = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
28163
28482
  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" } };
@@ -28252,8 +28571,8 @@ var _sfc_main$s = /* @__PURE__ */ defineComponent({
28252
28571
  const _component_el_button = resolveComponent("el-button");
28253
28572
  const _component_el_button_group = resolveComponent("el-button-group");
28254
28573
  const _component_el_form = resolveComponent("el-form");
28255
- const _component_ele_Plus = resolveComponent("ele-Plus");
28256
28574
  const _component_el_table_column = resolveComponent("el-table-column");
28575
+ const _component_ele_Plus = resolveComponent("ele-Plus");
28257
28576
  const _component_el_table = resolveComponent("el-table");
28258
28577
  const _component_el_card = resolveComponent("el-card");
28259
28578
  const _component_el_row = resolveComponent("el-row");
@@ -28417,6 +28736,18 @@ var _sfc_main$s = /* @__PURE__ */ defineComponent({
28417
28736
  onRowDblclick: handledbclick
28418
28737
  }, {
28419
28738
  default: withCtx(() => [
28739
+ createVNode(_component_el_table_column, {
28740
+ label: _ctx.$t("\u79D1\u76EE\u7F16\u7801"),
28741
+ prop: "subjectCode",
28742
+ align: "center",
28743
+ "show-overflow-tooltip": true
28744
+ }, null, 8, ["label"]),
28745
+ createVNode(_component_el_table_column, {
28746
+ label: _ctx.$t("\u79D1\u76EE\u540D\u79F0"),
28747
+ prop: "subjectName",
28748
+ align: "center",
28749
+ "show-overflow-tooltip": true
28750
+ }, null, 8, ["label"]),
28420
28751
  createVNode(_component_el_table_column, {
28421
28752
  label: "\u64CD\u4F5C",
28422
28753
  width: "60",
@@ -28444,19 +28775,7 @@ var _sfc_main$s = /* @__PURE__ */ defineComponent({
28444
28775
  ]),
28445
28776
  _: 1
28446
28777
  /* STABLE */
28447
- }),
28448
- createVNode(_component_el_table_column, {
28449
- label: _ctx.$t("\u79D1\u76EE\u7F16\u7801"),
28450
- prop: "subjectCode",
28451
- align: "center",
28452
- "show-overflow-tooltip": true
28453
- }, null, 8, ["label"]),
28454
- createVNode(_component_el_table_column, {
28455
- label: _ctx.$t("\u79D1\u76EE\u540D\u79F0"),
28456
- prop: "subjectName",
28457
- align: "center",
28458
- "show-overflow-tooltip": true
28459
- }, null, 8, ["label"])
28778
+ })
28460
28779
  ]),
28461
28780
  _: 1
28462
28781
  /* STABLE */
@@ -28583,6 +28902,14 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
28583
28902
  subjectAction: {
28584
28903
  type: String,
28585
28904
  default: "subjectTable"
28905
+ },
28906
+ accountService: {
28907
+ type: String,
28908
+ default: "autoRes"
28909
+ },
28910
+ accountAction: {
28911
+ type: String,
28912
+ default: "accountTable"
28586
28913
  }
28587
28914
  }, {
28588
28915
  "name": {
@@ -28640,7 +28967,7 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
28640
28967
  const _component_el_autocomplete = resolveComponent("el-autocomplete");
28641
28968
  return openBlock(), createBlock(_component_el_autocomplete, {
28642
28969
  modelValue: autoName.value,
28643
- "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => autoName.value = $event),
28970
+ "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => autoName.value = $event),
28644
28971
  debounce: 500,
28645
28972
  "fetch-suggestions": querySearchAsync,
28646
28973
  placeholder: props.placeholder,
@@ -28674,7 +29001,7 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
28674
29001
  _: 1
28675
29002
  /* STABLE */
28676
29003
  }, 8, ["size"]),
28677
- __props.openType == 0 ? (openBlock(), createBlock(_sfc_main$u, {
29004
+ __props.openType == 0 ? (openBlock(), createBlock(_sfc_main$v, {
28678
29005
  key: 0,
28679
29006
  visible: visibleopenDialog.value,
28680
29007
  "onUpdate:visible": _cache[1] || (_cache[1] = ($event) => visibleopenDialog.value = $event),
@@ -28687,7 +29014,7 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
28687
29014
  userParams: __props.params,
28688
29015
  onChange: handleSelectDialogChange
28689
29016
  }, null, 8, ["visible", "orgService", "orgAction", "orgparas", "title", "userService", "userAction", "userParams"])) : createCommentVNode("v-if", true),
28690
- __props.openType == 2 ? (openBlock(), createBlock(_sfc_main$t, {
29017
+ __props.openType == 2 ? (openBlock(), createBlock(_sfc_main$u, {
28691
29018
  key: 1,
28692
29019
  visible: visibleopenDialog.value,
28693
29020
  "onUpdate:visible": _cache[2] || (_cache[2] = ($event) => visibleopenDialog.value = $event),
@@ -28697,12 +29024,23 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
28697
29024
  userParams: __props.params,
28698
29025
  onChange: handleSelectDialogChange
28699
29026
  }, null, 8, ["visible", "title", "userService", "userAction", "userParams"])) : createCommentVNode("v-if", true),
28700
- createCommentVNode("\u79D1\u76EE\u9009\u62E9"),
28701
- __props.openType == 4 ? (openBlock(), createBlock(_sfc_main$s, {
29027
+ createCommentVNode("\u8D26\u53F7\u9009\u62E9"),
29028
+ __props.openType == 3 ? (openBlock(), createBlock(_sfc_main$t, {
28702
29029
  key: 2,
28703
29030
  visible: visibleopenDialog.value,
28704
29031
  "onUpdate:visible": _cache[3] || (_cache[3] = ($event) => visibleopenDialog.value = $event),
28705
29032
  title: __props.title,
29033
+ userService: __props.accountService,
29034
+ userAction: __props.accountAction,
29035
+ userParams: __props.params,
29036
+ onChange: handleSelectDialogChange
29037
+ }, null, 8, ["visible", "title", "userService", "userAction", "userParams"])) : createCommentVNode("v-if", true),
29038
+ createCommentVNode("\u79D1\u76EE\u9009\u62E9"),
29039
+ __props.openType == 4 ? (openBlock(), createBlock(_sfc_main$s, {
29040
+ key: 3,
29041
+ visible: visibleopenDialog.value,
29042
+ "onUpdate:visible": _cache[4] || (_cache[4] = ($event) => visibleopenDialog.value = $event),
29043
+ title: __props.title,
28706
29044
  subjectService: __props.subjectService,
28707
29045
  subjectAction: __props.subjectAction,
28708
29046
  subjectParams: __props.params,
@@ -28789,6 +29127,10 @@ const _sfc_main$p = /* @__PURE__ */ Object.assign({
28789
29127
  dropWidth: {
28790
29128
  type: String,
28791
29129
  default: "200px"
29130
+ },
29131
+ isReadonly: {
29132
+ type: Boolean,
29133
+ default: true
28792
29134
  }
28793
29135
  }, {
28794
29136
  "modelValue": {},
@@ -28796,9 +29138,9 @@ const _sfc_main$p = /* @__PURE__ */ Object.assign({
28796
29138
  }),
28797
29139
  emits: ["update:modelValue"],
28798
29140
  setup(__props) {
29141
+ const selectedPeriod = useModel(__props, "modelValue");
28799
29142
  const dropdownRef = ref(null);
28800
29143
  const currentYear = ref((/* @__PURE__ */ new Date()).getFullYear());
28801
- const selectedPeriod = useModel(__props, "modelValue");
28802
29144
  const handleVisibleChange = (visible) => {
28803
29145
  if (visible) {
28804
29146
  const val = selectedPeriod.value;
@@ -28864,7 +29206,7 @@ const _sfc_main$p = /* @__PURE__ */ Object.assign({
28864
29206
  size: "large",
28865
29207
  link: "",
28866
29208
  icon: unref(DArrowLeft),
28867
- onClick: _cache[1] || (_cache[1] = ($event) => changeYear(-1))
29209
+ onClick: _cache[2] || (_cache[2] = ($event) => changeYear(-1))
28868
29210
  }, null, 8, ["icon"]),
28869
29211
  createElementVNode(
28870
29212
  "b",
@@ -28877,7 +29219,7 @@ const _sfc_main$p = /* @__PURE__ */ Object.assign({
28877
29219
  size: "large",
28878
29220
  link: "",
28879
29221
  icon: unref(DArrowRight),
28880
- onClick: _cache[2] || (_cache[2] = ($event) => changeYear(1))
29222
+ onClick: _cache[3] || (_cache[3] = ($event) => changeYear(1))
28881
29223
  }, null, 8, ["icon"])
28882
29224
  ])
28883
29225
  ]),
@@ -28940,7 +29282,8 @@ const _sfc_main$p = /* @__PURE__ */ Object.assign({
28940
29282
  })
28941
29283
  ]),
28942
29284
  default: withCtx(() => [
28943
- createVNode(_component_el_input, {
29285
+ __props.isReadonly ? (openBlock(), createBlock(_component_el_input, {
29286
+ key: 0,
28944
29287
  modelValue: selectedPeriod.value,
28945
29288
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedPeriod.value = $event),
28946
29289
  placeholder: "\u8BF7\u9009\u62E9\u4F1A\u8BA1\u671F\u95F4",
@@ -28958,7 +29301,25 @@ const _sfc_main$p = /* @__PURE__ */ Object.assign({
28958
29301
  ]),
28959
29302
  _: 1
28960
29303
  /* STABLE */
28961
- }, 8, ["modelValue", "style"])
29304
+ }, 8, ["modelValue", "style"])) : (openBlock(), createBlock(_component_el_input, {
29305
+ key: 1,
29306
+ modelValue: selectedPeriod.value,
29307
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => selectedPeriod.value = $event),
29308
+ placeholder: "\u8BF7\u9009\u62E9\u4F1A\u8BA1\u671F\u95F4",
29309
+ style: normalizeStyle({ width: __props.inputWidth, cursor: "pointer" })
29310
+ }, {
29311
+ suffix: withCtx(() => [
29312
+ createVNode(_component_el_icon, null, {
29313
+ default: withCtx(() => [
29314
+ createVNode(unref(Calendar))
29315
+ ]),
29316
+ _: 1
29317
+ /* STABLE */
29318
+ })
29319
+ ]),
29320
+ _: 1
29321
+ /* STABLE */
29322
+ }, 8, ["modelValue", "style"]))
28962
29323
  ]),
28963
29324
  _: 1
28964
29325
  /* STABLE */