ocpview-pro 0.0.3 → 0.0.5

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.
@@ -6,7 +6,7 @@ import md5 from "js-md5";
6
6
  import * as XLSX from "xlsx";
7
7
  import * as XLSXS from "xlsx-style-vite";
8
8
  import { saveAs } from "file-saver";
9
- import { watch, effectScope, reactive, computed, resolveComponent, openBlock, createElementBlock, normalizeStyle, createVNode, withCtx, withDirectives, createTextVNode, toDisplayString, vShow, createCommentVNode, Fragment, createBlock, renderList, createElementVNode, withKeys, withModifiers, renderSlot, createSlots, normalizeClass, defineComponent, onMounted, onBeforeUnmount, ref, nextTick, h as h$1, toRaw, unref, resolveDynamicComponent, mergeProps, shallowRef, watchEffect, inject, createApp, Teleport, provide, onUnmounted, TransitionGroup, getCurrentInstance, onActivated, onDeactivated } from "vue";
9
+ import { watch, effectScope, reactive, computed, resolveComponent, openBlock, createElementBlock, normalizeStyle, createVNode, withCtx, withDirectives, createTextVNode, toDisplayString, vShow, createCommentVNode, Fragment, createBlock, renderList, createElementVNode, withKeys, withModifiers, renderSlot, createSlots, normalizeClass, defineComponent, onMounted, onBeforeUnmount, ref, nextTick, h as h$1, toRaw, unref, resolveDynamicComponent, mergeProps, normalizeProps, guardReactiveProps, shallowRef, watchEffect, inject, createApp, Teleport, provide, onUnmounted, TransitionGroup, getCurrentInstance, onActivated, onDeactivated } from "vue";
10
10
  import elementResizeDetectorMaker from "element-resize-detector";
11
11
  import pako, { gzip } from "pako";
12
12
  import Viewer from "viewerjs";
@@ -453,7 +453,7 @@ common.initEview = function(ViewUI2) {
453
453
  common.initAnchor(ViewUI2.Anchor);
454
454
  };
455
455
  const name = "ocpview-plus";
456
- const version$2 = "0.0.2";
456
+ const version$2 = "0.0.4";
457
457
  const title = "ocpviewPlus";
458
458
  const description = "A high quality Service UI components Library with Vue.js";
459
459
  const homepage = "";
@@ -4795,7 +4795,7 @@ const _sfc_main$1U = {
4795
4795
  };
4796
4796
  const _hoisted_1$18 = { key: 0 };
4797
4797
  const _hoisted_2$O = { key: 0 };
4798
- const _hoisted_3$u = { href: "javascript:void(0)" };
4798
+ const _hoisted_3$v = { href: "javascript:void(0)" };
4799
4799
  function _sfc_render$1C(_ctx, _cache, $props, $setup, $data, $options) {
4800
4800
  const _component_Ebutton = resolveComponent("Ebutton");
4801
4801
  const _component_Button = resolveComponent("Button");
@@ -4960,7 +4960,7 @@ function _sfc_render$1C(_ctx, _cache, $props, $setup, $data, $options) {
4960
4960
  })
4961
4961
  ]),
4962
4962
  default: withCtx(() => [
4963
- createElementVNode("a", _hoisted_3$u, [
4963
+ createElementVNode("a", _hoisted_3$v, [
4964
4964
  _cache[1] || (_cache[1] = createTextVNode(" \u64CD\u4F5C ", -1)),
4965
4965
  createVNode(_component_CommonIcon, { type: "ios-arrow-down" })
4966
4966
  ])
@@ -6373,7 +6373,7 @@ const _hoisted_1$17 = {
6373
6373
  style: { "color": "#348eed" }
6374
6374
  };
6375
6375
  const _hoisted_2$N = { key: 1 };
6376
- const _hoisted_3$t = ["onClick"];
6376
+ const _hoisted_3$u = ["onClick"];
6377
6377
  function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
6378
6378
  const _component_ControlBox = resolveComponent("ControlBox");
6379
6379
  const _component_ShowText = resolveComponent("ShowText");
@@ -6433,7 +6433,7 @@ function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
6433
6433
  label: $options.formatValue(_ctx.form[item.name], _ctx.form, item),
6434
6434
  contentAlign: "left"
6435
6435
  }, null, 8, ["label"]))
6436
- ], 8, _hoisted_3$t)
6436
+ ], 8, _hoisted_3$u)
6437
6437
  ]),
6438
6438
  _: 2
6439
6439
  }, 1032, ["label", "prop"])
@@ -8704,7 +8704,7 @@ const _sfc_main$1N = {
8704
8704
  };
8705
8705
  const _hoisted_1$16 = { ref: "head" };
8706
8706
  const _hoisted_2$M = { key: 0 };
8707
- const _hoisted_3$s = { key: 0 };
8707
+ const _hoisted_3$t = { key: 0 };
8708
8708
  const _hoisted_4$p = {
8709
8709
  ref: "page",
8710
8710
  name: "page"
@@ -8892,7 +8892,7 @@ function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
8892
8892
  };
8893
8893
  })
8894
8894
  ]), 1032, ["row-class-name", "loading", "show-summary", "summary-method", "size", "stripe", "border", "height", "max-height", "show-header", "columns", "data", "onOnSortChange", "onOnCurrentChange", "highlight-row", "onOnRowDblclick", "onOnSelect", "onOnSelectCancel", "onOnSelectionChange", "onOnRowClick", "onOnColumnWidthResize"]),
8895
- _ctx.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$s, [
8895
+ _ctx.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$t, [
8896
8896
  renderSlot(_ctx.$slots, "footer")
8897
8897
  ])) : createCommentVNode("", true),
8898
8898
  createElementVNode("div", _hoisted_4$p, [
@@ -10182,7 +10182,7 @@ const _sfc_main$1L = {
10182
10182
  };
10183
10183
  const _hoisted_1$15 = ["id"];
10184
10184
  const _hoisted_2$L = { key: 0 };
10185
- const _hoisted_3$r = ["onClick"];
10185
+ const _hoisted_3$s = ["onClick"];
10186
10186
  const _hoisted_4$o = {
10187
10187
  key: 0,
10188
10188
  ref: "page",
@@ -10293,7 +10293,7 @@ function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
10293
10293
  contentAlign: config2.contentAlign,
10294
10294
  class: normalizeClass(_ctx.IsCellError(index, config2))
10295
10295
  }, null, 8, ["label", "contentAlign", "class"]))
10296
- ], 8, _hoisted_3$r)
10296
+ ], 8, _hoisted_3$s)
10297
10297
  ])
10298
10298
  };
10299
10299
  })
@@ -10508,7 +10508,7 @@ const _sfc_main$1K = {
10508
10508
  };
10509
10509
  const _hoisted_1$14 = ["textContent"];
10510
10510
  const _hoisted_2$K = { key: 1 };
10511
- const _hoisted_3$q = {
10511
+ const _hoisted_3$r = {
10512
10512
  key: 4,
10513
10513
  style: { "margin-left": "10px" }
10514
10514
  };
@@ -10553,7 +10553,7 @@ function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
10553
10553
  href: "#",
10554
10554
  onClick: _cache[3] || (_cache[3] = withModifiers((...args) => _ctx.addRow && _ctx.addRow(...args), ["prevent"]))
10555
10555
  }, toDisplayString($data.myConfig.addBtnName), 1)) : createCommentVNode("", true),
10556
- $data.showBtn && $data.myConfig.addBtnType === "3" && $data.btnReadOnly ? (openBlock(), createElementBlock("span", _hoisted_3$q, toDisplayString($data.myConfig.addBtnName), 1)) : createCommentVNode("", true),
10556
+ $data.showBtn && $data.myConfig.addBtnType === "3" && $data.btnReadOnly ? (openBlock(), createElementBlock("span", _hoisted_3$r, toDisplayString($data.myConfig.addBtnName), 1)) : createCommentVNode("", true),
10557
10557
  $data.showBtn && !$data.myConfig.readOnly && $data.myConfig.addBtnType === "1" ? (openBlock(), createElementBlock("a", {
10558
10558
  key: 5,
10559
10559
  href: "#",
@@ -27102,7 +27102,7 @@ const _hoisted_1$12 = {
27102
27102
  class: "ivu-select-selection"
27103
27103
  };
27104
27104
  const _hoisted_2$J = { class: "ivu-tag-text" };
27105
- const _hoisted_3$p = {
27105
+ const _hoisted_3$q = {
27106
27106
  key: 0,
27107
27107
  class: "ivu-tag ivu-tag-checked"
27108
27108
  };
@@ -27165,7 +27165,7 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
27165
27165
  })
27166
27166
  ]),
27167
27167
  default: withCtx(() => [
27168
- $data.myConfig.maxTagCount !== void 0 && $data.selectedMultiple.length > $data.myConfig.maxTagCount ? (openBlock(), createElementBlock("div", _hoisted_3$p, [
27168
+ $data.myConfig.maxTagCount !== void 0 && $data.selectedMultiple.length > $data.myConfig.maxTagCount ? (openBlock(), createElementBlock("div", _hoisted_3$q, [
27169
27169
  createElementVNode("span", _hoisted_4$m, " + " + toDisplayString($data.selectedMultiple.length - $data.myConfig.maxTagCount) + "... ", 1)
27170
27170
  ])) : createCommentVNode("", true)
27171
27171
  ]),
@@ -30045,7 +30045,7 @@ const _sfc_main$1n = {
30045
30045
  };
30046
30046
  const _hoisted_1$_ = { style: { "text-align": "center" } };
30047
30047
  const _hoisted_2$H = ["onClick"];
30048
- const _hoisted_3$o = ["onClick"];
30048
+ const _hoisted_3$p = ["onClick"];
30049
30049
  const _hoisted_4$l = ["src", "data-original"];
30050
30050
  const _hoisted_5$i = { key: 0 };
30051
30051
  function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
@@ -30098,7 +30098,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
30098
30098
  color: "#ed4014",
30099
30099
  size: "16"
30100
30100
  })
30101
- ], 8, _hoisted_3$o)) : createCommentVNode("", true)
30101
+ ], 8, _hoisted_3$p)) : createCommentVNode("", true)
30102
30102
  ]),
30103
30103
  _cache[1] || (_cache[1] = createTextVNode(" \xA0", -1))
30104
30104
  ]),
@@ -30498,7 +30498,7 @@ const _hoisted_1$Z = {
30498
30498
  class: "filebtn"
30499
30499
  };
30500
30500
  const _hoisted_2$G = { ref: "photo" };
30501
- const _hoisted_3$n = ["src", "data-original"];
30501
+ const _hoisted_3$o = ["src", "data-original"];
30502
30502
  const _hoisted_4$k = ["innerHTML"];
30503
30503
  const _hoisted_5$h = {
30504
30504
  ref: "pdf",
@@ -30599,7 +30599,7 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
30599
30599
  src: $data.imgUrl,
30600
30600
  "data-original": `${$data.imgUrl}`,
30601
30601
  style: { "width": "100%", "height": "100%" }
30602
- }, null, 8, _hoisted_3$n)
30602
+ }, null, 8, _hoisted_3$o)
30603
30603
  ])
30604
30604
  ], 512), [
30605
30605
  [vShow, false]
@@ -31233,7 +31233,7 @@ const _sfc_main$1k = {
31233
31233
  };
31234
31234
  const _hoisted_1$Y = { style: { "text-align": "center" } };
31235
31235
  const _hoisted_2$F = ["onClick"];
31236
- const _hoisted_3$m = ["onClick"];
31236
+ const _hoisted_3$n = ["onClick"];
31237
31237
  const _hoisted_4$j = ["src"];
31238
31238
  const _hoisted_5$g = { key: 1 };
31239
31239
  function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
@@ -31286,7 +31286,7 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
31286
31286
  color: "#ed4014",
31287
31287
  size: "16"
31288
31288
  })
31289
- ], 8, _hoisted_3$m)) : createCommentVNode("", true)
31289
+ ], 8, _hoisted_3$n)) : createCommentVNode("", true)
31290
31290
  ])
31291
31291
  ]),
31292
31292
  default: withCtx(() => [
@@ -32335,7 +32335,7 @@ const _sfc_main$1e = {
32335
32335
  };
32336
32336
  const _hoisted_1$U = ["textContent"];
32337
32337
  const _hoisted_2$D = { key: 0 };
32338
- const _hoisted_3$l = { key: 1 };
32338
+ const _hoisted_3$m = { key: 1 };
32339
32339
  const _hoisted_4$i = { key: 1 };
32340
32340
  function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
32341
32341
  const _component_Icon = resolveComponent("Icon");
@@ -32372,7 +32372,7 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
32372
32372
  extra: withCtx(() => [
32373
32373
  _ctx.$slots.btn ? (openBlock(), createElementBlock("div", _hoisted_2$D, [
32374
32374
  renderSlot(_ctx.$slots, "btn")
32375
- ])) : (openBlock(), createElementBlock("div", _hoisted_3$l, [
32375
+ ])) : (openBlock(), createElementBlock("div", _hoisted_3$m, [
32376
32376
  $data.showBtn && $data.editFlag && !$data.btnReadOnly ? (openBlock(), createElementBlock("a", {
32377
32377
  key: 0,
32378
32378
  href: "#",
@@ -33542,7 +33542,7 @@ const _sfc_main$1b = {
33542
33542
  };
33543
33543
  const _hoisted_1$R = ["textContent"];
33544
33544
  const _hoisted_2$A = { style: { "padding": "16px" } };
33545
- const _hoisted_3$k = ["textContent"];
33545
+ const _hoisted_3$l = ["textContent"];
33546
33546
  const _hoisted_4$h = { key: 1 };
33547
33547
  const _hoisted_5$f = { style: { "padding": "16px" } };
33548
33548
  const _hoisted_6$c = ["textContent"];
@@ -33771,7 +33771,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
33771
33771
  createElementVNode("span", {
33772
33772
  class: normalizeClass($options.titleClass),
33773
33773
  textContent: toDisplayString($data.myConfig.title)
33774
- }, null, 10, _hoisted_3$k),
33774
+ }, null, 10, _hoisted_3$l),
33775
33775
  $data.myConfig.hide ? (openBlock(), createBlock(_component_Icon, {
33776
33776
  key: 0,
33777
33777
  class: "efuture-title-icon",
@@ -37881,7 +37881,7 @@ const _sfc_main$Q = {
37881
37881
  };
37882
37882
  const _hoisted_1$I = ["title"];
37883
37883
  const _hoisted_2$w = ["title"];
37884
- const _hoisted_3$j = ["value", "disabled"];
37884
+ const _hoisted_3$k = ["value", "disabled"];
37885
37885
  const _hoisted_4$g = ["title"];
37886
37886
  const _hoisted_5$e = ["title"];
37887
37887
  const _hoisted_6$b = {
@@ -37932,7 +37932,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
37932
37932
  onKeydown: _cache[1] || (_cache[1] = (...args) => _ctx.keyDown && _ctx.keyDown(...args)),
37933
37933
  onKeyup: _cache[2] || (_cache[2] = (...args) => _ctx.keyUp && _ctx.keyUp(...args)),
37934
37934
  onChange: _cache[3] || (_cache[3] = (...args) => _ctx.keyUp && _ctx.keyUp(...args))
37935
- }, null, 40, _hoisted_3$j),
37935
+ }, null, 40, _hoisted_3$k),
37936
37936
  _cache[18] || (_cache[18] = createElementVNode("span", null, "/", -1)),
37937
37937
  createTextVNode(" " + toDisplayString(_ctx.allPages), 1)
37938
37938
  ], 10, _hoisted_2$w),
@@ -38176,7 +38176,7 @@ const _hoisted_2$v = {
38176
38176
  ref: "page",
38177
38177
  name: "page"
38178
38178
  };
38179
- const _hoisted_3$i = {
38179
+ const _hoisted_3$j = {
38180
38180
  key: 0,
38181
38181
  style: { "padding-top": "10px" }
38182
38182
  };
@@ -38272,7 +38272,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
38272
38272
  _: 1
38273
38273
  }),
38274
38274
  createElementVNode("div", _hoisted_2$v, [
38275
- _ctx.myConfig.showPage ? (openBlock(), createElementBlock("div", _hoisted_3$i, [
38275
+ _ctx.myConfig.showPage ? (openBlock(), createElementBlock("div", _hoisted_3$j, [
38276
38276
  createVNode(_component_Card, {
38277
38277
  bordered: false,
38278
38278
  padding: 0,
@@ -40486,7 +40486,7 @@ const _sfc_main$K = {
40486
40486
  };
40487
40487
  const _hoisted_1$F = { key: 0 };
40488
40488
  const _hoisted_2$u = ["onClick"];
40489
- const _hoisted_3$h = {
40489
+ const _hoisted_3$i = {
40490
40490
  key: 0,
40491
40491
  ref: "page",
40492
40492
  style: { "background": "#eee", "padding-top": "5px", "width": "100%" }
@@ -40618,7 +40618,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
40618
40618
  };
40619
40619
  })
40620
40620
  ]), 1032, ["row-class-name", "loading", "size", "stripe", "border", "height", "maxHeight", "show-header", "onOnSelectionChange", "columns", "data", "onOnColumnWidthResize", "show-summary", "summary-method"]),
40621
- $data.myConfig.showPage ? (openBlock(), createElementBlock("div", _hoisted_3$h, [
40621
+ $data.myConfig.showPage ? (openBlock(), createElementBlock("div", _hoisted_3$i, [
40622
40622
  createVNode(_component_Card, {
40623
40623
  bordered: false,
40624
40624
  padding: 0,
@@ -41204,7 +41204,7 @@ const _sfc_main$J = {
41204
41204
  };
41205
41205
  const _hoisted_1$E = ["textContent"];
41206
41206
  const _hoisted_2$t = { style: { "padding-left": "24px" } };
41207
- const _hoisted_3$g = { ref: "photo" };
41207
+ const _hoisted_3$h = { ref: "photo" };
41208
41208
  const _hoisted_4$e = ["src", "data-original"];
41209
41209
  const _hoisted_5$c = ["innerHTML"];
41210
41210
  const _hoisted_6$9 = {
@@ -41328,7 +41328,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
41328
41328
  [vShow, $data.showGrid]
41329
41329
  ])
41330
41330
  ]),
41331
- withDirectives(createElementVNode("div", _hoisted_3$g, [
41331
+ withDirectives(createElementVNode("div", _hoisted_3$h, [
41332
41332
  createElementVNode("li", null, [
41333
41333
  createElementVNode("img", {
41334
41334
  src: $data.imgUrl,
@@ -41838,7 +41838,7 @@ const _sfc_main$I = {
41838
41838
  };
41839
41839
  const _hoisted_1$D = { style: { "margin-bottom": "10px", "display": "flex", "justify-content": "space-between" } };
41840
41840
  const _hoisted_2$s = { style: { "margin-bottom": "10px", "display": "flex", "justify-content": "space-between" } };
41841
- const _hoisted_3$f = { class: "demo-spin-col-bill" };
41841
+ const _hoisted_3$g = { class: "demo-spin-col-bill" };
41842
41842
  const _hoisted_4$d = {
41843
41843
  key: 0,
41844
41844
  style: { "border": "1px solid #F3B352", "background-color": "#FFF7EB", "padding-left": "30px", "padding-right": "30px" }
@@ -41957,7 +41957,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
41957
41957
  createTextVNode(),
41958
41958
  createElementVNode("span", { style: { "font-size": "14px", "font-weight": "bold" } }, "\u5BFC\u5165\u6587\u4EF6")
41959
41959
  ], -1)),
41960
- createElementVNode("div", _hoisted_3$f, [
41960
+ createElementVNode("div", _hoisted_3$g, [
41961
41961
  $data.showType ? (openBlock(), createBlock(_component_RadioGroup, {
41962
41962
  key: 0,
41963
41963
  modelValue: $data.type,
@@ -42654,7 +42654,16 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
42654
42654
  onHandleSuccessAfter: _ctx.handleSuccessAfter,
42655
42655
  onOnSubmitBefore: _ctx.onSubmitBefore,
42656
42656
  onDoAction: _ctx.doAction
42657
- }, null, 40, ["config", "dictData", "moduleMethod", "onHandleSuccessAfter", "onOnSubmitBefore", "onDoAction"])),
42657
+ }, createSlots({ _: 2 }, [
42658
+ renderList(_ctx.$slots, (_10, name2) => {
42659
+ return {
42660
+ name: name2,
42661
+ fn: withCtx((slotData) => [
42662
+ renderSlot(_ctx.$slots, name2, normalizeProps(guardReactiveProps(slotData || {})))
42663
+ ])
42664
+ };
42665
+ })
42666
+ ]), 1064, ["config", "dictData", "moduleMethod", "onHandleSuccessAfter", "onOnSubmitBefore", "onDoAction"])),
42658
42667
  createVNode(_component_Modal, {
42659
42668
  title: "\u9644\u4EF6",
42660
42669
  modelValue: _ctx.showDetailAppendix,
@@ -42946,7 +42955,7 @@ const _sfc_main$E = {
42946
42955
  let fieldData = [];
42947
42956
  if (this.config.items && this.config.items.length > 0) {
42948
42957
  this.config.items.forEach((el2) => {
42949
- if (el2.name && el2.label) {
42958
+ if (el2.name && el2.label && el2.condition) {
42950
42959
  fieldData.push({ code: el2.name, name: el2.label });
42951
42960
  this.dataType[el2.name] = Object.assign({}, el2, { name: "value" });
42952
42961
  this.dataType[el2.name].operData = this.getOperData(el2);
@@ -44404,7 +44413,7 @@ const _sfc_main$B = {
44404
44413
  };
44405
44414
  const _hoisted_1$x = { style: { "margin-top": "3px", "margin-bottom": "3px", "margin-left": "8px", "margin-right": "10px" } };
44406
44415
  const _hoisted_2$o = { style: { "color": "#AF292E", "font-size": "14px" } };
44407
- const _hoisted_3$e = { style: { "max-height": "400px", "overflow-y": "auto", "overflow-x": "hidden", "margin": "14px 16px" } };
44416
+ const _hoisted_3$f = { style: { "max-height": "400px", "overflow-y": "auto", "overflow-x": "hidden", "margin": "14px 16px" } };
44408
44417
  const _hoisted_4$c = { style: { "padding-left": "14px" } };
44409
44418
  const _hoisted_5$a = ["onClick"];
44410
44419
  const _hoisted_6$7 = ["onClick"];
@@ -44479,7 +44488,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
44479
44488
  ])
44480
44489
  ]),
44481
44490
  default: withCtx(() => [
44482
- createElementVNode("div", _hoisted_3$e, [
44491
+ createElementVNode("div", _hoisted_3$f, [
44483
44492
  createVNode(_component_VueDraggable, {
44484
44493
  modelValue: $data.data,
44485
44494
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $data.data = $event),
@@ -45243,7 +45252,7 @@ const _hoisted_2$n = {
45243
45252
  key: 0,
45244
45253
  style: { "margin-bottom": "10px" }
45245
45254
  };
45246
- const _hoisted_3$d = ["textContent"];
45255
+ const _hoisted_3$e = ["textContent"];
45247
45256
  const _hoisted_4$b = { key: 0 };
45248
45257
  const _hoisted_5$9 = ["onClick", "cell-row", "cell-col"];
45249
45258
  const _hoisted_6$6 = {
@@ -45315,7 +45324,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
45315
45324
  createElementVNode("span", {
45316
45325
  style: { "font-size": "14px", "font-weight": "bold" },
45317
45326
  textContent: toDisplayString($data.myConfig.title)
45318
- }, null, 8, _hoisted_3$d)
45327
+ }, null, 8, _hoisted_3$e)
45319
45328
  ])) : createCommentVNode("", true)
45320
45329
  ], 64)) : createCommentVNode("", true),
45321
45330
  createElementVNode("div", {
@@ -45627,7 +45636,7 @@ const _hoisted_2$m = {
45627
45636
  key: 1,
45628
45637
  style: { "margin-bottom": "10px" }
45629
45638
  };
45630
- const _hoisted_3$c = ["textContent"];
45639
+ const _hoisted_3$d = ["textContent"];
45631
45640
  function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
45632
45641
  const _component_Icon = resolveComponent("Icon");
45633
45642
  const _component_Row = resolveComponent("Row");
@@ -45687,7 +45696,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
45687
45696
  createElementVNode("span", {
45688
45697
  style: { "font-size": "14px", "font-weight": "bold" },
45689
45698
  textContent: toDisplayString($data.myConfig.title)
45690
- }, null, 8, _hoisted_3$c)
45699
+ }, null, 8, _hoisted_3$d)
45691
45700
  ])) : createCommentVNode("", true),
45692
45701
  withDirectives(createVNode(_component_Form, {
45693
45702
  ref: "form",
@@ -47509,7 +47518,7 @@ const _sfc_main$v = {
47509
47518
  };
47510
47519
  const _hoisted_1$r = ["textContent"];
47511
47520
  const _hoisted_2$j = { style: { "padding-left": "24px" } };
47512
- const _hoisted_3$b = { ref: "photo" };
47521
+ const _hoisted_3$c = { ref: "photo" };
47513
47522
  const _hoisted_4$a = ["src", "data-original"];
47514
47523
  const _hoisted_5$8 = ["innerHTML"];
47515
47524
  const _hoisted_6$5 = {
@@ -47601,7 +47610,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
47601
47610
  [vShow, $data.showGrid]
47602
47611
  ])
47603
47612
  ]),
47604
- withDirectives(createElementVNode("div", _hoisted_3$b, [
47613
+ withDirectives(createElementVNode("div", _hoisted_3$c, [
47605
47614
  createElementVNode("li", null, [
47606
47615
  createElementVNode("img", {
47607
47616
  src: $data.imgUrl,
@@ -48610,7 +48619,7 @@ const _sfc_main$u = {
48610
48619
  };
48611
48620
  const _hoisted_1$q = { style: { "background": "#fff" } };
48612
48621
  const _hoisted_2$i = { ref: "headarea" };
48613
- const _hoisted_3$a = ["id"];
48622
+ const _hoisted_3$b = ["id"];
48614
48623
  const _hoisted_4$9 = ["id"];
48615
48624
  const _hoisted_5$7 = ["id"];
48616
48625
  function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
@@ -48746,7 +48755,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
48746
48755
  [vShow, $data.detailVisible[index].visible]
48747
48756
  ]);
48748
48757
  }), 128))
48749
- ], 44, _hoisted_3$a)
48758
+ ], 44, _hoisted_3$b)
48750
48759
  ]),
48751
48760
  _: 1
48752
48761
  })
@@ -49265,7 +49274,7 @@ const _sfc_main$t = {
49265
49274
  };
49266
49275
  const _hoisted_1$p = { style: { "color": "#AF292E" } };
49267
49276
  const _hoisted_2$h = ["textContent"];
49268
- const _hoisted_3$9 = ["textContent"];
49277
+ const _hoisted_3$a = ["textContent"];
49269
49278
  const _hoisted_4$8 = { style: { "color": "#AF292E" } };
49270
49279
  const _hoisted_5$6 = ["textContent"];
49271
49280
  const _hoisted_6$4 = { style: { "color": "#AF292E" } };
@@ -49405,7 +49414,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
49405
49414
  _cache[10] || (_cache[10] = createTextVNode(" \u5DF2\u9009\u5BA1\u6279", -1)),
49406
49415
  createElementVNode("span", {
49407
49416
  textContent: toDisplayString($options.info)
49408
- }, null, 8, _hoisted_3$9),
49417
+ }, null, 8, _hoisted_3$a),
49409
49418
  _cache[11] || (_cache[11] = createTextVNode(" :", -1)),
49410
49419
  createElementVNode("span", _hoisted_4$8, toDisplayString($data.selectuserdata.length), 1),
49411
49420
  createElementVNode("span", {
@@ -52096,7 +52105,7 @@ const _hoisted_2$e = {
52096
52105
  class: "efuture-demo-split-pane",
52097
52106
  style: { "padding": "14px 16px" }
52098
52107
  };
52099
- const _hoisted_3$8 = { style: { "margin-bottom": "10px" } };
52108
+ const _hoisted_3$9 = { style: { "margin-bottom": "10px" } };
52100
52109
  const _hoisted_4$7 = ["textContent"];
52101
52110
  const _hoisted_5$5 = { ref: "para" };
52102
52111
  const _hoisted_6$3 = {
@@ -52151,7 +52160,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
52151
52160
  "dis-hover": ""
52152
52161
  }, {
52153
52162
  default: withCtx(() => [
52154
- createElementVNode("p", _hoisted_3$8, [
52163
+ createElementVNode("p", _hoisted_3$9, [
52155
52164
  _cache[3] || (_cache[3] = createElementVNode("span", { class: "efuture-title-verticalline" }, null, -1)),
52156
52165
  _cache[4] || (_cache[4] = createTextVNode()),
52157
52166
  createElementVNode("span", {
@@ -52792,7 +52801,7 @@ const _hoisted_2$d = {
52792
52801
  class: "efuture-demo-split-pane",
52793
52802
  style: { "padding": "14px 16px" }
52794
52803
  };
52795
- const _hoisted_3$7 = { style: { "margin-bottom": "10px" } };
52804
+ const _hoisted_3$8 = { style: { "margin-bottom": "10px" } };
52796
52805
  const _hoisted_4$6 = ["textContent"];
52797
52806
  const _hoisted_5$4 = { ref: "para" };
52798
52807
  const _hoisted_6$2 = {
@@ -52848,7 +52857,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
52848
52857
  "dis-hover": ""
52849
52858
  }, {
52850
52859
  default: withCtx(() => [
52851
- createElementVNode("p", _hoisted_3$7, [
52860
+ createElementVNode("p", _hoisted_3$8, [
52852
52861
  _cache[2] || (_cache[2] = createElementVNode("span", { class: "efuture-title-verticalline" }, null, -1)),
52853
52862
  _cache[3] || (_cache[3] = createTextVNode()),
52854
52863
  createElementVNode("span", {
@@ -53350,7 +53359,7 @@ const _hoisted_2$c = {
53350
53359
  class: "efuture-demo-split-pane",
53351
53360
  style: { "padding": "14px 16px" }
53352
53361
  };
53353
- const _hoisted_3$6 = { style: { "margin-bottom": "10px" } };
53362
+ const _hoisted_3$7 = { style: { "margin-bottom": "10px" } };
53354
53363
  const _hoisted_4$5 = ["textContent"];
53355
53364
  const _hoisted_5$3 = { ref: "para" };
53356
53365
  const _hoisted_6$1 = {
@@ -53403,7 +53412,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
53403
53412
  "dis-hover": ""
53404
53413
  }, {
53405
53414
  default: withCtx(() => [
53406
- createElementVNode("p", _hoisted_3$6, [
53415
+ createElementVNode("p", _hoisted_3$7, [
53407
53416
  _cache[2] || (_cache[2] = createElementVNode("span", { class: "efuture-title-verticalline" }, null, -1)),
53408
53417
  _cache[3] || (_cache[3] = createTextVNode()),
53409
53418
  createElementVNode("span", {
@@ -54630,7 +54639,7 @@ const _sfc_main$k = {
54630
54639
  };
54631
54640
  const _hoisted_1$h = { ref: "toolbarcard" };
54632
54641
  const _hoisted_2$a = { ref: "formcard" };
54633
- const _hoisted_3$5 = { ref: "bread" };
54642
+ const _hoisted_3$6 = { ref: "bread" };
54634
54643
  const _hoisted_4$4 = {
54635
54644
  key: 0,
54636
54645
  style: { "text-decoration": "underline" },
@@ -54693,7 +54702,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
54693
54702
  [vShow, $data.showSearchPara]
54694
54703
  ])
54695
54704
  ], 512),
54696
- createElementVNode("div", _hoisted_3$5, [
54705
+ createElementVNode("div", _hoisted_3$6, [
54697
54706
  createVNode(_component_Card, {
54698
54707
  padding: 0,
54699
54708
  "dis-hover": "",
@@ -54907,7 +54916,7 @@ const _sfc_main$j = {
54907
54916
  };
54908
54917
  const _hoisted_1$g = { ref: "toolbarcard" };
54909
54918
  const _hoisted_2$9 = { ref: "formcard" };
54910
- const _hoisted_3$4 = { style: { "padding": "14px 16px" } };
54919
+ const _hoisted_3$5 = { style: { "padding": "14px 16px" } };
54911
54920
  const _hoisted_4$3 = ["src", "height"];
54912
54921
  function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
54913
54922
  const _component_ListBtnToolbar = resolveComponent("ListBtnToolbar");
@@ -54957,7 +54966,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
54957
54966
  _: 1
54958
54967
  })
54959
54968
  ], 512),
54960
- createElementVNode("div", _hoisted_3$4, [
54969
+ createElementVNode("div", _hoisted_3$5, [
54961
54970
  $data.resert ? (openBlock(), createElementBlock("iframe", {
54962
54971
  key: 0,
54963
54972
  ref: "birtreport",
@@ -55003,6 +55012,12 @@ const _sfc_main$i = {
55003
55012
  ...item.resizable && {
55004
55013
  resizable: item.resizable
55005
55014
  },
55015
+ ...item.fixed && {
55016
+ fixed: item.fixed
55017
+ },
55018
+ ...item.slots && {
55019
+ slots: item.slots
55020
+ },
55006
55021
  sortable: true,
55007
55022
  ...columnsItemType && {
55008
55023
  type: columnsItemType,
@@ -55063,7 +55078,7 @@ const _hoisted_2$8 = {
55063
55078
  ref: "page",
55064
55079
  name: "page"
55065
55080
  };
55066
- const _hoisted_3$3 = {
55081
+ const _hoisted_3$4 = {
55067
55082
  key: 0,
55068
55083
  style: { "padding-top": "10px" }
55069
55084
  };
@@ -55129,20 +55144,29 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
55129
55144
  "seq-config": $options.seqConfig,
55130
55145
  onSortChange: $options.RewriteTableOnSortChange,
55131
55146
  onCellDblclick: $options.RewriteTableCellDBlclick
55132
- }, {
55147
+ }, createSlots({
55133
55148
  loading: withCtx(() => [
55134
55149
  createVNode(_component_Spin, {
55135
55150
  size: "large",
55136
55151
  style: { "display": "inline-block" }
55137
55152
  })
55138
55153
  ]),
55139
- _: 1
55140
- }, 8, ["columns", "data", "height", "max-height", "loading", "seq-config", "onSortChange", "onCellDblclick"])
55154
+ _: 2
55155
+ }, [
55156
+ renderList(_ctx.$slots, (_10, name2) => {
55157
+ return {
55158
+ name: name2,
55159
+ fn: withCtx((slotData) => [
55160
+ renderSlot(_ctx.$slots, name2, normalizeProps(guardReactiveProps(slotData || {})))
55161
+ ])
55162
+ };
55163
+ })
55164
+ ]), 1032, ["columns", "data", "height", "max-height", "loading", "seq-config", "onSortChange", "onCellDblclick"])
55141
55165
  ]),
55142
- _: 1
55166
+ _: 3
55143
55167
  }),
55144
55168
  createElementVNode("div", _hoisted_2$8, [
55145
- _ctx.myConfig.showPage ? (openBlock(), createElementBlock("div", _hoisted_3$3, [
55169
+ _ctx.myConfig.showPage ? (openBlock(), createElementBlock("div", _hoisted_3$4, [
55146
55170
  createVNode(_component_Card, {
55147
55171
  bordered: false,
55148
55172
  padding: 0,
@@ -55390,8 +55414,9 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
55390
55414
  ]);
55391
55415
  }
55392
55416
  var BillListPanelTable = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["render", _sfc_render$f]]);
55417
+ var BillListPanelV3QueryBar_vue_vue_type_style_index_0_lang = "";
55393
55418
  const _sfc_main$h = {
55394
- name: "BillListPanelQueryBar",
55419
+ name: "BillListPanelV3QueryBar",
55395
55420
  extends: querybar,
55396
55421
  data() {
55397
55422
  return {
@@ -55403,23 +55428,6 @@ const _sfc_main$h = {
55403
55428
  methods: {
55404
55429
  customGetQuerySearchParam() {
55405
55430
  let searchParam = {};
55406
- let obj = {};
55407
- let el2 = {};
55408
- el2.field = this.$refs.field.getValue();
55409
- el2.editors = this.$refs.editors.getValue();
55410
- el2.calculator = "==";
55411
- if (el2.field && el2.editors) {
55412
- if (this.dataType[el2.field].calculator) {
55413
- el2.calculator = this.dataType[el2.field].calculator;
55414
- }
55415
- obj = this.getConditionValue(
55416
- el2.field,
55417
- el2.editors,
55418
- el2.calculator,
55419
- this.dataType[el2.field]
55420
- );
55421
- }
55422
- searchParam = obj;
55423
55431
  if (this.$refs.searchFormListVM) {
55424
55432
  const searchFormData = this.$refs.searchFormListVM.getData();
55425
55433
  this.$utils.objectEach(searchFormData, (value, key) => {
@@ -55453,7 +55461,6 @@ const _sfc_main$h = {
55453
55461
  return searchParam;
55454
55462
  },
55455
55463
  clear() {
55456
- this.customClear();
55457
55464
  let temp = {};
55458
55465
  temp.name = "condition_clear";
55459
55466
  this.$emit("conditionAction", temp);
@@ -55494,10 +55501,10 @@ const _sfc_main$h = {
55494
55501
  );
55495
55502
  }
55496
55503
  };
55497
- const _hoisted_1$e = { class: "querybar" };
55498
- const _hoisted_2$7 = { style: { "margin-top": "20px" } };
55504
+ const _hoisted_1$e = { class: "querybar list-details-v3-panel" };
55505
+ const _hoisted_2$7 = { style: { "margin-top": "14px" } };
55499
55506
  function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
55500
- const _component_ControlBox = resolveComponent("ControlBox");
55507
+ const _component_FormBox = resolveComponent("FormBox");
55501
55508
  const _component_Col = resolveComponent("Col");
55502
55509
  const _component_Button = resolveComponent("Button");
55503
55510
  const _component_Divider = resolveComponent("Divider");
@@ -55506,239 +55513,232 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
55506
55513
  const _component_DropdownItem = resolveComponent("DropdownItem");
55507
55514
  const _component_DropdownMenu = resolveComponent("DropdownMenu");
55508
55515
  const _component_Dropdown = resolveComponent("Dropdown");
55509
- const _component_Row = resolveComponent("Row");
55510
55516
  const _component_PromptMessages = resolveComponent("PromptMessages");
55511
- const _component_FormBox = resolveComponent("FormBox");
55517
+ const _component_Row = resolveComponent("Row");
55518
+ const _component_Card = resolveComponent("Card");
55512
55519
  const _component_BillConditionsBox = resolveComponent("BillConditionsBox");
55513
55520
  return openBlock(), createElementBlock("div", _hoisted_1$e, [
55514
- createVNode(_component_Row, {
55515
- type: "flex",
55516
- gutter: 0
55521
+ createVNode(_component_Card, {
55522
+ padding: 0,
55523
+ style: { "padding": "14px 16px" },
55524
+ "dis-hover": ""
55517
55525
  }, {
55518
55526
  default: withCtx(() => [
55519
- createVNode(_component_Col, { span: "16" }, {
55527
+ createVNode(_component_Row, {
55528
+ type: "flex",
55529
+ gutter: 0
55530
+ }, {
55520
55531
  default: withCtx(() => [
55521
- createVNode(_component_Row, {
55522
- type: "flex",
55523
- gutter: 0
55524
- }, {
55532
+ createVNode(_component_Col, { span: "16" }, {
55525
55533
  default: withCtx(() => [
55526
- createVNode(_component_Col, {
55527
- span: "6",
55528
- style: { "margin-right": "12px" }
55529
- }, {
55530
- default: withCtx(() => [
55531
- createVNode(_component_ControlBox, {
55532
- ref: "field",
55533
- config: _ctx.fieldConfig
55534
- }, null, 8, ["config"])
55535
- ]),
55536
- _: 1
55537
- }),
55538
- createVNode(_component_Col, {
55539
- span: "6",
55540
- style: { "margin-right": "20px" }
55534
+ $data.searchFormListShowType ? (openBlock(), createBlock(_component_FormBox, {
55535
+ key: 0,
55536
+ ref: "searchFormListVM",
55537
+ config: $data.searchFormList,
55538
+ dictData: _ctx.dictData
55539
+ }, null, 8, ["config", "dictData"])) : createCommentVNode("", true)
55540
+ ]),
55541
+ _: 1
55542
+ }),
55543
+ createVNode(_component_Col, { span: "8" }, {
55544
+ default: withCtx(() => [
55545
+ createVNode(_component_Row, {
55546
+ type: "flex",
55547
+ justify: "end",
55548
+ gutter: 0
55541
55549
  }, {
55542
55550
  default: withCtx(() => [
55543
- _ctx.hackReset ? (openBlock(), createBlock(_component_ControlBox, {
55544
- key: 0,
55545
- ref: "editors",
55546
- config: _ctx.editorsConfig
55547
- }, null, 8, ["config"])) : createCommentVNode("", true)
55548
- ]),
55549
- _: 1
55550
- }),
55551
- createVNode(_component_Col, { style: { "margin-right": "10px" } }, {
55552
- default: withCtx(() => [
55553
- createVNode(_component_Button, {
55554
- customIcon: "iconfont icon-custom-search",
55555
- type: "primary",
55556
- onClick: _ctx.search
55557
- }, {
55558
- default: withCtx(() => [..._cache[0] || (_cache[0] = [
55559
- createTextVNode("\u67E5\u8BE2", -1)
55560
- ])]),
55551
+ createVNode(_component_Col, { style: { "margin-right": "10px" } }, {
55552
+ default: withCtx(() => [
55553
+ createVNode(_component_Button, {
55554
+ customIcon: "iconfont icon-custom-search",
55555
+ type: "primary",
55556
+ onClick: _ctx.search
55557
+ }, {
55558
+ default: withCtx(() => [..._cache[1] || (_cache[1] = [
55559
+ createTextVNode("\u67E5\u8BE2", -1)
55560
+ ])]),
55561
+ _: 1
55562
+ }, 8, ["onClick"])
55563
+ ]),
55561
55564
  _: 1
55562
- }, 8, ["onClick"])
55563
- ]),
55564
- _: 1
55565
- }),
55566
- createVNode(_component_Col, null, {
55567
- default: withCtx(() => [
55568
- createVNode(_component_Button, {
55569
- customIcon: "iconfont icon-custom-reset",
55570
- onClick: $options.clear
55571
- }, {
55572
- default: withCtx(() => [..._cache[1] || (_cache[1] = [
55573
- createTextVNode("\u91CD\u7F6E", -1)
55574
- ])]),
55565
+ }),
55566
+ createVNode(_component_Col, null, {
55567
+ default: withCtx(() => [
55568
+ createVNode(_component_Button, {
55569
+ customIcon: "iconfont icon-custom-reset",
55570
+ onClick: $options.clear
55571
+ }, {
55572
+ default: withCtx(() => [..._cache[2] || (_cache[2] = [
55573
+ createTextVNode("\u91CD\u7F6E", -1)
55574
+ ])]),
55575
+ _: 1
55576
+ }, 8, ["onClick"])
55577
+ ]),
55575
55578
  _: 1
55576
- }, 8, ["onClick"])
55577
- ]),
55578
- _: 1
55579
- }),
55580
- createVNode(_component_Col, null, {
55581
- default: withCtx(() => [
55582
- createVNode(_component_Divider, {
55583
- type: "vertical",
55584
- class: "dividercommon"
55585
- })
55586
- ]),
55587
- _: 1
55588
- }),
55589
- createVNode(_component_Col, null, {
55590
- default: withCtx(() => [
55591
- createVNode(_component_Dropdown, {
55592
- trigger: "custom",
55593
- visible: _ctx.filterSceneFlag,
55594
- onOnClick: _ctx.filterAction,
55595
- placement: "bottom-start",
55596
- onOnClickoutside: _ctx.closeFilterScene
55597
- }, {
55598
- list: withCtx(() => [
55599
- createVNode(_component_DropdownMenu, null, {
55579
+ }),
55580
+ createVNode(_component_Col, null, {
55581
+ default: withCtx(() => [
55582
+ createVNode(_component_Divider, {
55583
+ type: "vertical",
55584
+ class: "dividercommon"
55585
+ })
55586
+ ]),
55587
+ _: 1
55588
+ }),
55589
+ createVNode(_component_Col, { style: { "padding-right": "20px" } }, {
55590
+ default: withCtx(() => [
55591
+ createVNode(_component_Dropdown, {
55592
+ trigger: "custom",
55593
+ visible: _ctx.filterSceneFlag,
55594
+ onOnClick: _ctx.filterAction,
55595
+ placement: "bottom-start",
55596
+ onOnClickoutside: _ctx.closeFilterScene
55597
+ }, {
55598
+ list: withCtx(() => [
55599
+ createVNode(_component_DropdownMenu, null, {
55600
+ default: withCtx(() => [
55601
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.sceneData, (temp, index) => {
55602
+ return openBlock(), createBlock(_component_DropdownItem, {
55603
+ selected: temp.scenename == _ctx.selectedScence,
55604
+ name: temp.scenename,
55605
+ key: "scene_" + index
55606
+ }, {
55607
+ default: withCtx(() => [
55608
+ createTextVNode(toDisplayString(temp.scenename), 1)
55609
+ ]),
55610
+ _: 2
55611
+ }, 1032, ["selected", "name"]);
55612
+ }), 128))
55613
+ ]),
55614
+ _: 1
55615
+ })
55616
+ ]),
55600
55617
  default: withCtx(() => [
55601
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.sceneData, (temp, index) => {
55602
- return openBlock(), createBlock(_component_DropdownItem, {
55603
- selected: temp.scenename == _ctx.selectedScence,
55604
- name: temp.scenename,
55605
- key: "scene_" + index
55606
- }, {
55607
- default: withCtx(() => [
55608
- createTextVNode(toDisplayString(temp.scenename), 1)
55609
- ]),
55610
- _: 2
55611
- }, 1032, ["selected", "name"]);
55612
- }), 128))
55618
+ createVNode(_component_Badge, {
55619
+ "class-name": "badgeclass",
55620
+ count: _ctx.sceneNum
55621
+ }, {
55622
+ default: withCtx(() => [
55623
+ createVNode(_component_ButtonGroup, null, {
55624
+ default: withCtx(() => [
55625
+ createVNode(_component_Button, {
55626
+ customIcon: "iconfont icon-custom-filter",
55627
+ onClick: _ctx.updataFilterScene
55628
+ }, {
55629
+ default: withCtx(() => [..._cache[3] || (_cache[3] = [
55630
+ createTextVNode("\u9AD8\u7EA7\u67E5\u8BE2", -1)
55631
+ ])]),
55632
+ _: 1
55633
+ }, 8, ["onClick"]),
55634
+ !_ctx.filterSceneFlag && _ctx.sceneFlag ? (openBlock(), createBlock(_component_Button, {
55635
+ key: 0,
55636
+ icon: "ios-arrow-down",
55637
+ onClick: _ctx.openFilterScene
55638
+ }, null, 8, ["onClick"])) : createCommentVNode("", true),
55639
+ _ctx.filterSceneFlag && _ctx.sceneFlag ? (openBlock(), createBlock(_component_Button, {
55640
+ key: 1,
55641
+ icon: "ios-arrow-up",
55642
+ onClick: _ctx.closeFilterScene
55643
+ }, null, 8, ["onClick"])) : createCommentVNode("", true)
55644
+ ]),
55645
+ _: 1
55646
+ })
55647
+ ]),
55648
+ _: 1
55649
+ }, 8, ["count"])
55613
55650
  ]),
55614
55651
  _: 1
55615
- })
55652
+ }, 8, ["visible", "onOnClick", "onOnClickoutside"])
55616
55653
  ]),
55654
+ _: 1
55655
+ }),
55656
+ createVNode(_component_Col, { style: { "padding-right": "10px" } }, {
55617
55657
  default: withCtx(() => [
55618
- createVNode(_component_Badge, {
55619
- "class-name": "badgeclass",
55620
- count: _ctx.sceneNum
55658
+ createVNode(_component_Dropdown, {
55659
+ trigger: "custom",
55660
+ visible: _ctx.btnFlag,
55661
+ onOnClick: _ctx.action,
55662
+ placement: "bottom-start",
55663
+ onOnClickoutside: _ctx.closeBtn
55621
55664
  }, {
55665
+ list: withCtx(() => [
55666
+ createVNode(_component_DropdownMenu, null, {
55667
+ default: withCtx(() => [
55668
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.btnData, (item, index) => {
55669
+ return openBlock(), createBlock(_component_DropdownItem, {
55670
+ style: { "padding-left": "0px" },
55671
+ key: "btn_" + index
55672
+ }, {
55673
+ default: withCtx(() => [
55674
+ createVNode(_component_Button, {
55675
+ icon: item.icon,
55676
+ type: "text",
55677
+ customIcon: item.customIcon,
55678
+ onClick: ($event) => _ctx.action(item.name)
55679
+ }, {
55680
+ default: withCtx(() => [
55681
+ createTextVNode(toDisplayString(item.text), 1)
55682
+ ]),
55683
+ _: 2
55684
+ }, 1032, ["icon", "customIcon", "onClick"])
55685
+ ]),
55686
+ _: 2
55687
+ }, 1024);
55688
+ }), 128))
55689
+ ]),
55690
+ _: 1
55691
+ })
55692
+ ]),
55622
55693
  default: withCtx(() => [
55623
55694
  createVNode(_component_ButtonGroup, null, {
55624
55695
  default: withCtx(() => [
55625
- createVNode(_component_Button, {
55626
- customIcon: "iconfont icon-custom-filter",
55627
- onClick: _ctx.updataFilterScene
55696
+ _ctx.addDataBtnFlag ? (openBlock(), createBlock(_component_Button, {
55697
+ key: 0,
55698
+ customIcon: "iconfont icon-custom-add",
55699
+ onClick: _ctx.addData
55628
55700
  }, {
55629
- default: withCtx(() => [..._cache[2] || (_cache[2] = [
55630
- createTextVNode("\u9AD8\u7EA7\u67E5\u8BE2", -1)
55701
+ default: withCtx(() => [..._cache[4] || (_cache[4] = [
55702
+ createTextVNode("\u65B0\u589E", -1)
55631
55703
  ])]),
55632
55704
  _: 1
55633
- }, 8, ["onClick"]),
55634
- !_ctx.filterSceneFlag && _ctx.sceneFlag ? (openBlock(), createBlock(_component_Button, {
55635
- key: 0,
55705
+ }, 8, ["onClick"])) : createCommentVNode("", true),
55706
+ !_ctx.addDataBtnFlag && _ctx.btnData.length > 0 ? (openBlock(), createBlock(_component_Button, {
55707
+ key: 1,
55708
+ icon: _ctx.btnData[0].icon,
55709
+ customIcon: _ctx.btnData[0].customIcon,
55710
+ onClick: _cache[0] || (_cache[0] = ($event) => _ctx.action(_ctx.btnData[0].name))
55711
+ }, {
55712
+ default: withCtx(() => [
55713
+ createTextVNode(toDisplayString(_ctx.btnData[0].text), 1)
55714
+ ]),
55715
+ _: 1
55716
+ }, 8, ["icon", "customIcon"])) : createCommentVNode("", true),
55717
+ !_ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
55718
+ key: 2,
55636
55719
  icon: "ios-arrow-down",
55637
- onClick: _ctx.openFilterScene
55720
+ onClick: _ctx.openBtn
55638
55721
  }, null, 8, ["onClick"])) : createCommentVNode("", true),
55639
- _ctx.filterSceneFlag && _ctx.sceneFlag ? (openBlock(), createBlock(_component_Button, {
55640
- key: 1,
55722
+ _ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
55723
+ key: 3,
55641
55724
  icon: "ios-arrow-up",
55642
- onClick: _ctx.closeFilterScene
55725
+ onClick: _ctx.closeBtn
55643
55726
  }, null, 8, ["onClick"])) : createCommentVNode("", true)
55644
55727
  ]),
55645
55728
  _: 1
55646
55729
  })
55647
55730
  ]),
55648
55731
  _: 1
55649
- }, 8, ["count"])
55732
+ }, 8, ["visible", "onOnClick", "onOnClickoutside"])
55650
55733
  ]),
55651
55734
  _: 1
55652
- }, 8, ["visible", "onOnClick", "onOnClickoutside"])
55653
- ]),
55654
- _: 1
55655
- })
55656
- ]),
55657
- _: 1
55658
- })
55659
- ]),
55660
- _: 1
55661
- }),
55662
- createVNode(_component_Col, { span: "8" }, {
55663
- default: withCtx(() => [
55664
- createVNode(_component_Row, {
55665
- type: "flex",
55666
- justify: "end",
55667
- gutter: 0
55668
- }, {
55669
- default: withCtx(() => [
55670
- createVNode(_component_Col, { style: { "padding-right": "10px" } }, {
55671
- default: withCtx(() => [
55672
- createVNode(_component_Dropdown, {
55673
- trigger: "custom",
55674
- visible: _ctx.btnFlag,
55675
- onOnClick: _ctx.action,
55676
- placement: "bottom-start",
55677
- onOnClickoutside: _ctx.closeBtn
55678
- }, {
55679
- list: withCtx(() => [
55680
- createVNode(_component_DropdownMenu, null, {
55681
- default: withCtx(() => [
55682
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.btnData, (item, index) => {
55683
- return openBlock(), createBlock(_component_DropdownItem, {
55684
- style: { "padding-left": "0px" },
55685
- key: "btn_" + index
55686
- }, {
55687
- default: withCtx(() => [
55688
- createVNode(_component_Button, {
55689
- icon: item.icon,
55690
- type: "text",
55691
- customIcon: item.customIcon,
55692
- onClick: ($event) => _ctx.action(item.name)
55693
- }, {
55694
- default: withCtx(() => [
55695
- createTextVNode(toDisplayString(item.text), 1)
55696
- ]),
55697
- _: 2
55698
- }, 1032, ["icon", "customIcon", "onClick"])
55699
- ]),
55700
- _: 2
55701
- }, 1024);
55702
- }), 128))
55703
- ]),
55704
- _: 1
55705
- })
55706
- ]),
55735
+ }),
55736
+ createVNode(_component_Col, null, {
55707
55737
  default: withCtx(() => [
55708
- createVNode(_component_ButtonGroup, null, {
55709
- default: withCtx(() => [
55710
- _ctx.addDataBtnFlag ? (openBlock(), createBlock(_component_Button, {
55711
- key: 0,
55712
- customIcon: "iconfont icon-custom-add",
55713
- onClick: _ctx.addData
55714
- }, {
55715
- default: withCtx(() => [..._cache[3] || (_cache[3] = [
55716
- createTextVNode("\u65B0\u589E", -1)
55717
- ])]),
55718
- _: 1
55719
- }, 8, ["onClick"])) : createCommentVNode("", true),
55720
- !_ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
55721
- key: 1,
55722
- icon: "ios-arrow-down",
55723
- onClick: _ctx.openBtn
55724
- }, null, 8, ["onClick"])) : createCommentVNode("", true),
55725
- _ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
55726
- key: 2,
55727
- icon: "ios-arrow-up",
55728
- onClick: _ctx.closeBtn
55729
- }, null, 8, ["onClick"])) : createCommentVNode("", true)
55730
- ]),
55731
- _: 1
55732
- })
55738
+ createVNode(_component_PromptMessages, { style: { "height": "100%" } })
55733
55739
  ]),
55734
55740
  _: 1
55735
- }, 8, ["visible", "onOnClick", "onOnClickoutside"])
55736
- ]),
55737
- _: 1
55738
- }),
55739
- createVNode(_component_Col, null, {
55740
- default: withCtx(() => [
55741
- createVNode(_component_PromptMessages, { style: { "height": "100%" } })
55741
+ })
55742
55742
  ]),
55743
55743
  _: 1
55744
55744
  })
@@ -55751,13 +55751,6 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
55751
55751
  ]),
55752
55752
  _: 1
55753
55753
  }),
55754
- $data.searchFormListShowType ? (openBlock(), createBlock(_component_FormBox, {
55755
- key: 0,
55756
- style: { "padding-top": "16px" },
55757
- ref: "searchFormListVM",
55758
- config: $data.searchFormList,
55759
- dictData: _ctx.dictData
55760
- }, null, 8, ["config", "dictData"])) : createCommentVNode("", true),
55761
55754
  withDirectives(createElementVNode("div", _hoisted_2$7, [
55762
55755
  createVNode(_component_BillConditionsBox, {
55763
55756
  ref: "filter",
@@ -55771,11 +55764,11 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
55771
55764
  ])
55772
55765
  ]);
55773
55766
  }
55774
- var BillListPanelQueryBar = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["render", _sfc_render$e]]);
55767
+ var BillListPanelV3QueryBar = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["render", _sfc_render$e]]);
55775
55768
  const _sfc_main$g = {
55776
55769
  name: "BillListPanel",
55777
55770
  extends: billquerygrid,
55778
- components: { BillListPanelTable, BillListPanelQueryBar },
55771
+ components: { BillListPanelTable, BillListPanelQueryBar: BillListPanelV3QueryBar },
55779
55772
  data() {
55780
55773
  return {
55781
55774
  billListPanelSearchParams: {}
@@ -55827,7 +55820,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
55827
55820
  padding: 0,
55828
55821
  "dis-hover": "",
55829
55822
  bordered: false,
55830
- style: { "background": "#fff", "padding": "14px 16px 14px 16px" }
55823
+ style: { "background": "#fafcff", "padding": "14px 16px 14px 16px" }
55831
55824
  }, {
55832
55825
  default: withCtx(() => [
55833
55826
  createElementVNode("div", _hoisted_1$d, [
@@ -55898,12 +55891,21 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
55898
55891
  config: _ctx.changeGridConfig,
55899
55892
  dictData: _ctx.dictData,
55900
55893
  onDbclick: _ctx.dbclick
55901
- }, null, 8, ["config", "dictData", "onDbclick"])) : createCommentVNode("", true)
55894
+ }, createSlots({ _: 2 }, [
55895
+ renderList(_ctx.$slots, (_10, name2) => {
55896
+ return {
55897
+ name: name2,
55898
+ fn: withCtx((slotData) => [
55899
+ renderSlot(_ctx.$slots, name2, normalizeProps(guardReactiveProps(slotData || {})))
55900
+ ])
55901
+ };
55902
+ })
55903
+ ]), 1032, ["config", "dictData", "onDbclick"])) : createCommentVNode("", true)
55902
55904
  ]),
55903
- _: 1
55905
+ _: 3
55904
55906
  })
55905
55907
  ]),
55906
- _: 1
55908
+ _: 3
55907
55909
  })
55908
55910
  ]);
55909
55911
  }
@@ -55934,7 +55936,7 @@ const _sfc_main$e = {
55934
55936
  };
55935
55937
  const _hoisted_1$c = { key: 0 };
55936
55938
  const _hoisted_2$6 = ["textContent"];
55937
- const _hoisted_3$2 = { key: 1 };
55939
+ const _hoisted_3$3 = { key: 1 };
55938
55940
  function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
55939
55941
  const _component_Icon = resolveComponent("Icon");
55940
55942
  const _component_Divider = resolveComponent("Divider");
@@ -55960,7 +55962,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
55960
55962
  key: 0,
55961
55963
  textContent: toDisplayString(_ctx.config.label)
55962
55964
  }, null, 8, _hoisted_2$6)) : createCommentVNode("", true),
55963
- !!_ctx.config.hide ? (openBlock(), createElementBlock("div", _hoisted_3$2, [
55965
+ !!_ctx.config.hide ? (openBlock(), createElementBlock("div", _hoisted_3$3, [
55964
55966
  _ctx.hideFlag ? (openBlock(), createElementBlock("p", {
55965
55967
  key: 0,
55966
55968
  onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.hide && _ctx.hide(...args), ["stop"])),
@@ -56666,7 +56668,7 @@ const _hoisted_2$5 = {
56666
56668
  key: 0,
56667
56669
  style: { "margin-bottom": "10px" }
56668
56670
  };
56669
- const _hoisted_3$1 = ["textContent"];
56671
+ const _hoisted_3$2 = ["textContent"];
56670
56672
  const _hoisted_4$1 = {
56671
56673
  key: 0,
56672
56674
  ref: "page",
@@ -56736,7 +56738,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
56736
56738
  createElementVNode("span", {
56737
56739
  style: { "font-size": "14px", "font-weight": "bold" },
56738
56740
  textContent: toDisplayString(_ctx.myConfig.title)
56739
- }, null, 8, _hoisted_3$1)
56741
+ }, null, 8, _hoisted_3$2)
56740
56742
  ])) : createCommentVNode("", true)
56741
56743
  ], 64)) : createCommentVNode("", true),
56742
56744
  createElementVNode("div", {
@@ -56958,9 +56960,139 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
56958
56960
  }
56959
56961
  var BillInfoPanelEditTable = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$b]]);
56960
56962
  const _sfc_main$c = {
56963
+ name: "BillInfoPanelSlotPanel",
56964
+ components: {},
56965
+ props: {
56966
+ config: {
56967
+ type: Object,
56968
+ default: () => {
56969
+ return {};
56970
+ }
56971
+ },
56972
+ dictData: {
56973
+ type: Object,
56974
+ default: null
56975
+ }
56976
+ },
56977
+ data() {
56978
+ return {
56979
+ myConfig: {
56980
+ modetype: "1"
56981
+ },
56982
+ showGrid: true,
56983
+ showTitle: true,
56984
+ dataInfo: {}
56985
+ };
56986
+ },
56987
+ computed: {},
56988
+ methods: {
56989
+ init() {
56990
+ this.myConfig = Object.assign({}, this.config);
56991
+ },
56992
+ toggle() {
56993
+ this.showGrid = !this.showGrid;
56994
+ },
56995
+ setData(data = [], flag = "set") {
56996
+ this.dataInfo = { ...data };
56997
+ },
56998
+ clearData() {
56999
+ },
57000
+ setReadOnly(value) {
57001
+ },
57002
+ doAction(params) {
57003
+ this.$emit("doAction", params);
57004
+ }
57005
+ },
57006
+ mounted() {
57007
+ },
57008
+ created() {
57009
+ this.init();
57010
+ }
57011
+ };
57012
+ const _hoisted_1$a = ["textContent"];
57013
+ const _hoisted_2$4 = {
57014
+ key: 0,
57015
+ style: { "margin-bottom": "10px" }
57016
+ };
57017
+ const _hoisted_3$1 = ["textContent"];
57018
+ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
57019
+ const _component_Icon = resolveComponent("Icon");
57020
+ const _component_Row = resolveComponent("Row");
57021
+ const _component_Divider = resolveComponent("Divider");
57022
+ const _component_Card = resolveComponent("Card");
57023
+ return openBlock(), createBlock(_component_Card, {
57024
+ ref: "card",
57025
+ bordered: false,
57026
+ padding: 0,
57027
+ "dis-hover": ""
57028
+ }, {
57029
+ default: withCtx(() => [
57030
+ $data.myConfig.modetype === "1" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
57031
+ $data.showTitle ? (openBlock(), createElementBlock("p", {
57032
+ key: 0,
57033
+ onClick: _cache[0] || (_cache[0] = (...args) => $options.toggle && $options.toggle(...args)),
57034
+ style: { "cursor": "pointer" }
57035
+ }, [
57036
+ createVNode(_component_Row, {
57037
+ type: "flex",
57038
+ justify: "start",
57039
+ align: "middle",
57040
+ style: { "margin-top": "14px", "margin-bottom": "14px" }
57041
+ }, {
57042
+ default: withCtx(() => [
57043
+ withDirectives(createVNode(_component_Icon, {
57044
+ custom: "iconfont icon-custom-pack",
57045
+ color: "#f3b352",
57046
+ size: "14"
57047
+ }, null, 512), [
57048
+ [vShow, $data.showGrid]
57049
+ ]),
57050
+ withDirectives(createVNode(_component_Icon, {
57051
+ color: "#f3b352",
57052
+ custom: "iconfont icon-custom-spread",
57053
+ size: "14"
57054
+ }, null, 512), [
57055
+ [vShow, !$data.showGrid]
57056
+ ]),
57057
+ createElementVNode("span", {
57058
+ style: { "margin-left": "10px", "font-size": "14px", "font-weight": "bold" },
57059
+ textContent: toDisplayString($data.myConfig.title)
57060
+ }, null, 8, _hoisted_1$a)
57061
+ ]),
57062
+ _: 1
57063
+ })
57064
+ ])) : createCommentVNode("", true),
57065
+ createVNode(_component_Divider, { style: { "margin-left": "24px", "margin-top": "0px", "margin-bottom": "10px" } })
57066
+ ], 64)) : createCommentVNode("", true),
57067
+ $data.myConfig.modetype === "2" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
57068
+ $data.showTitle ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
57069
+ _cache[1] || (_cache[1] = createElementVNode("span", { class: "efuture-title-verticalline" }, null, -1)),
57070
+ createElementVNode("span", {
57071
+ style: { "font-size": "14px", "font-weight": "bold" },
57072
+ textContent: toDisplayString($data.myConfig.title)
57073
+ }, null, 8, _hoisted_3$1)
57074
+ ])) : createCommentVNode("", true)
57075
+ ], 64)) : createCommentVNode("", true),
57076
+ withDirectives(createElementVNode("div", null, [
57077
+ _ctx.$slots[$data.myConfig.slot] ? renderSlot(_ctx.$slots, $data.myConfig.slot, {
57078
+ key: 0,
57079
+ config: $props.config,
57080
+ dictData: $props.dictData,
57081
+ doAction: $options.doAction,
57082
+ dataInfo: $data.dataInfo
57083
+ }) : createCommentVNode("", true)
57084
+ ], 512), [
57085
+ [vShow, $data.showGrid]
57086
+ ])
57087
+ ]),
57088
+ _: 3
57089
+ }, 512);
57090
+ }
57091
+ var BillInfoPanelSlotPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$a]]);
57092
+ const _sfc_main$b = {
56961
57093
  name: "BillInfoPanel",
56962
57094
  extends: billdetailform,
56963
- components: { BillInfoPanelEditTable },
57095
+ components: { BillInfoPanelEditTable, BillInfoPanelSlotPanel },
56964
57096
  data() {
56965
57097
  return {};
56966
57098
  },
@@ -57003,28 +57135,121 @@ const _sfc_main$c = {
57003
57135
  }
57004
57136
  }
57005
57137
  return flag;
57138
+ },
57139
+ setData(data) {
57140
+ this.myConfig.formsConfig.items.forEach((el2) => {
57141
+ if (this.$refs[el2.name] && this.$refs[el2.name][0]) {
57142
+ this.$refs[el2.name][0].setData(data);
57143
+ }
57144
+ });
57145
+ if (this.detailConfig.items) {
57146
+ this.detailConfig.items.forEach((el2) => {
57147
+ if (data[el2.name]) {
57148
+ if (this.$refs[el2.name] && this.$refs[el2.name][0]) {
57149
+ if (el2.type === "DetailsBox") {
57150
+ let tempDetailData = this.setDetailsBox(
57151
+ el2,
57152
+ data
57153
+ );
57154
+ this.$refs[el2.name][0].setData(tempDetailData);
57155
+ } else {
57156
+ if (el2.type === "FormCardBox" || el2.type === "FormCardBox2") {
57157
+ if (data[el2.name].length > 0) {
57158
+ this.$refs[el2.name][0].setData(
57159
+ data[el2.name][0]
57160
+ );
57161
+ } else {
57162
+ this.$refs[el2.name][0].clearData();
57163
+ }
57164
+ } else {
57165
+ this.$refs[el2.name][0].setData(
57166
+ data[el2.name]
57167
+ );
57168
+ }
57169
+ }
57170
+ }
57171
+ } else {
57172
+ if (this.config.response === el2.name) {
57173
+ if (el2.type === "FormCardBox" || el2.type === "FormCardBox2") {
57174
+ let temp = {};
57175
+ if (el2.items) {
57176
+ el2.items.forEach((el22) => {
57177
+ if (el22.name) {
57178
+ temp[el22.name] = data[el22.name];
57179
+ }
57180
+ if (el22.sname) {
57181
+ temp[el22.sname] = data[el22.sname];
57182
+ }
57183
+ if (el22.ename) {
57184
+ temp[el22.ename] = data[el22.ename];
57185
+ }
57186
+ if (el22.textName) {
57187
+ temp[el22.textName] = data[el22.textName];
57188
+ }
57189
+ });
57190
+ }
57191
+ this.$refs[el2.name][0].setData(temp);
57192
+ }
57193
+ } else {
57194
+ if (el2.type !== "AppendixBox" || el2.type !== "AppendixBox2") {
57195
+ if (this.$refs[el2.name] && this.$refs[el2.name][0]) {
57196
+ if (el2.type === "SlotPanelCard") {
57197
+ this.$refs[el2.name][0].setData({ ...data });
57198
+ } else {
57199
+ this.$refs[el2.name][0].setData([]);
57200
+ }
57201
+ }
57202
+ }
57203
+ }
57204
+ }
57205
+ });
57206
+ }
57207
+ if (this.billAppendixConfig.showAppendix) {
57208
+ if (this.$refs.detail_appenndix && this.$refs.detail_appenndix[0]) {
57209
+ let billno = data[this.billAppendixConfig.appendixKey];
57210
+ let billmoduleid = data.billmoduleid;
57211
+ this.$refs.detail_appenndix[0].setData(
57212
+ billno,
57213
+ billmoduleid
57214
+ );
57215
+ }
57216
+ } else if (this.billAppendixConfig.showAppendix2) {
57217
+ if (this.$refs.detail_appenndix2 && this.$refs.detail_appenndix2[0]) {
57218
+ let billno = data[this.billAppendixConfig.appendixKey];
57219
+ let billmoduleid = data.billmoduleid;
57220
+ this.$refs.detail_appenndix2[0].setData(
57221
+ billno,
57222
+ billmoduleid
57223
+ );
57224
+ }
57225
+ }
57226
+ this.$nextTick(() => {
57227
+ this.resetAnchor();
57228
+ this.curlEditObject = "";
57229
+ });
57006
57230
  }
57007
57231
  },
57008
57232
  mounted() {
57009
57233
  }
57010
57234
  };
57011
- const _hoisted_1$a = { style: { "background": "#fff" } };
57012
- const _hoisted_2$4 = { ref: "headarea" };
57235
+ const _hoisted_1$9 = { style: { "background": "#fff" } };
57236
+ const _hoisted_2$3 = { ref: "headarea" };
57013
57237
  const _hoisted_3 = ["id"];
57014
57238
  const _hoisted_4 = ["id"];
57015
57239
  const _hoisted_5 = ["id"];
57016
- function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
57240
+ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
57017
57241
  const _component_AnchorLink = resolveComponent("AnchorLink");
57018
57242
  const _component_Anchor = resolveComponent("Anchor");
57019
57243
  const _component_Affix = resolveComponent("Affix");
57020
57244
  const _component_Formcard = resolveComponent("Formcard");
57021
57245
  const _component_BillInfoPanelEditTable = resolveComponent("BillInfoPanelEditTable");
57246
+ const _component_BillInfoPanelSlotPanel = resolveComponent("BillInfoPanelSlotPanel");
57022
57247
  const _component_DetailsBoxs = resolveComponent("DetailsBoxs");
57023
57248
  const _component_FormCardBox = resolveComponent("FormCardBox");
57024
57249
  const _component_AppendixBoxs = resolveComponent("AppendixBoxs");
57025
57250
  const _component_Card = resolveComponent("Card");
57026
- return openBlock(), createElementBlock("div", _hoisted_1$a, [
57027
- createElementVNode("div", _hoisted_2$4, [
57251
+ return openBlock(), createElementBlock("div", _hoisted_1$9, [
57252
+ createElementVNode("div", _hoisted_2$3, [
57028
57253
  createVNode(_component_Affix, null, {
57029
57254
  default: withCtx(() => [
57030
57255
  renderSlot(_ctx.$slots, "toolbar"),
@@ -57102,23 +57327,40 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
57102
57327
  dictData: _ctx.dictData,
57103
57328
  onDoAction: _ctx.doAction
57104
57329
  }, null, 8, ["config", "dictData", "onDoAction"])) : createCommentVNode("", true),
57105
- temp2.type === "DetailsBox" ? (openBlock(), createBlock(_component_DetailsBoxs, {
57330
+ temp2.type === "SlotPanelCard" ? (openBlock(), createBlock(_component_BillInfoPanelSlotPanel, {
57106
57331
  key: 1,
57107
57332
  ref_for: true,
57108
57333
  ref: temp2.name,
57109
57334
  config: temp2,
57110
57335
  dictData: _ctx.dictData,
57111
57336
  onDoAction: _ctx.doAction
57337
+ }, createSlots({ _: 2 }, [
57338
+ renderList(_ctx.$slots, (_10, name2) => {
57339
+ return {
57340
+ name: name2,
57341
+ fn: withCtx((slotData) => [
57342
+ renderSlot(_ctx.$slots, name2, mergeProps({ ref_for: true }, slotData || {}))
57343
+ ])
57344
+ };
57345
+ })
57346
+ ]), 1032, ["config", "dictData", "onDoAction"])) : createCommentVNode("", true),
57347
+ temp2.type === "DetailsBox" ? (openBlock(), createBlock(_component_DetailsBoxs, {
57348
+ key: 2,
57349
+ ref_for: true,
57350
+ ref: temp2.name,
57351
+ config: temp2,
57352
+ dictData: _ctx.dictData,
57353
+ onDoAction: _ctx.doAction
57112
57354
  }, null, 8, ["config", "dictData", "onDoAction"])) : createCommentVNode("", true),
57113
57355
  temp2.type === "FormCardBox" ? (openBlock(), createBlock(_component_FormCardBox, {
57114
- key: 2,
57356
+ key: 3,
57115
57357
  ref_for: true,
57116
57358
  ref: temp2.name,
57117
57359
  config: temp2,
57118
57360
  dictData: _ctx.dictData
57119
57361
  }, null, 8, ["config", "dictData"])) : createCommentVNode("", true),
57120
57362
  temp2.type === "AppendixBox" ? (openBlock(), createBlock(_component_AppendixBoxs, {
57121
- key: 3,
57363
+ key: 4,
57122
57364
  ref_for: true,
57123
57365
  ref: temp2.name,
57124
57366
  config: temp2,
@@ -57131,12 +57373,12 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
57131
57373
  }), 128))
57132
57374
  ], 44, _hoisted_3)
57133
57375
  ]),
57134
- _: 1
57376
+ _: 3
57135
57377
  })
57136
57378
  ]);
57137
57379
  }
57138
- var BillInfoPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$a]]);
57139
- const _sfc_main$b = {
57380
+ var BillInfoPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$9]]);
57381
+ const _sfc_main$a = {
57140
57382
  name: "mBillListDetails",
57141
57383
  extends: mListDetails,
57142
57384
  components: { BillListPanel, BillInfoPanel },
@@ -57346,14 +57588,14 @@ const _sfc_main$b = {
57346
57588
  mounted() {
57347
57589
  }
57348
57590
  };
57349
- const _hoisted_1$9 = { style: { "background": "#fff", "overflow-x": "hidden", "overflow-y": "auto" } };
57350
- const _hoisted_2$3 = {
57591
+ const _hoisted_1$8 = { style: { "background": "#fff", "overflow-x": "hidden", "overflow-y": "auto" } };
57592
+ const _hoisted_2$2 = {
57351
57593
  frameborder: "0",
57352
57594
  ref: "billapprovalmainframe",
57353
57595
  style: { "width": "100%", "height": "100%" },
57354
57596
  border: "0"
57355
57597
  };
57356
- function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
57598
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
57357
57599
  const _component_BillListPanel = resolveComponent("BillListPanel");
57358
57600
  const _component_DetailBtnToolbar = resolveComponent("DetailBtnToolbar");
57359
57601
  const _component_Divider = resolveComponent("Divider");
@@ -57362,14 +57604,23 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
57362
57604
  const _component_ApprovalBox = resolveComponent("ApprovalBox");
57363
57605
  const _component_Modal = resolveComponent("Modal");
57364
57606
  const _component_BillOperLog = resolveComponent("BillOperLog");
57365
- return openBlock(), createElementBlock("div", _hoisted_1$9, [
57607
+ return openBlock(), createElementBlock("div", _hoisted_1$8, [
57366
57608
  withDirectives(createVNode(_component_BillListPanel, {
57367
57609
  ref: "billqureygrid",
57368
57610
  config: _ctx.myConfig.billQueryConfig,
57369
57611
  dictData: _ctx.dictData,
57370
57612
  moduleMethod: _ctx.moduleMethod,
57371
57613
  onDoAction: $options.doAction
57372
- }, null, 8, ["config", "dictData", "moduleMethod", "onDoAction"]), [
57614
+ }, createSlots({ _: 2 }, [
57615
+ renderList(_ctx.$slots, (_10, name2) => {
57616
+ return {
57617
+ name: name2,
57618
+ fn: withCtx((slotData) => [
57619
+ renderSlot(_ctx.$slots, name2, normalizeProps(guardReactiveProps(slotData || {})))
57620
+ ])
57621
+ };
57622
+ })
57623
+ ]), 1032, ["config", "dictData", "moduleMethod", "onDoAction"]), [
57373
57624
  [vShow, !_ctx.showHead]
57374
57625
  ]),
57375
57626
  withDirectives(createVNode(_component_BillInfoPanel, {
@@ -57378,7 +57629,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
57378
57629
  dictData: _ctx.dictData,
57379
57630
  moduleMethod: _ctx.moduleMethod,
57380
57631
  onDoAction: $options.doAction
57381
- }, {
57632
+ }, createSlots({
57382
57633
  toolbar: withCtx(() => [
57383
57634
  withDirectives(createVNode(_component_Card, {
57384
57635
  padding: 0,
@@ -57400,8 +57651,17 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
57400
57651
  [vShow, _ctx.showToolbar]
57401
57652
  ])
57402
57653
  ]),
57403
- _: 1
57404
- }, 8, ["config", "dictData", "moduleMethod", "onDoAction"]), [
57654
+ _: 2
57655
+ }, [
57656
+ renderList(_ctx.$slots, (_10, name2) => {
57657
+ return {
57658
+ name: name2,
57659
+ fn: withCtx((slotData) => [
57660
+ renderSlot(_ctx.$slots, name2, normalizeProps(guardReactiveProps(slotData || {})))
57661
+ ])
57662
+ };
57663
+ })
57664
+ ]), 1032, ["config", "dictData", "moduleMethod", "onDoAction"]), [
57405
57665
  [vShow, _ctx.showHead]
57406
57666
  ]),
57407
57667
  createVNode(_component_ApprovalBox, {
@@ -57417,7 +57677,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
57417
57677
  "footer-hide": ""
57418
57678
  }, {
57419
57679
  default: withCtx(() => [
57420
- createElementVNode("iframe", _hoisted_2$3, null, 512)
57680
+ createElementVNode("iframe", _hoisted_2$2, null, 512)
57421
57681
  ]),
57422
57682
  _: 1
57423
57683
  }, 8, ["modelValue"]),
@@ -57438,8 +57698,8 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
57438
57698
  }, 8, ["modelValue", "width"])
57439
57699
  ]);
57440
57700
  }
57441
- var mBillListDetails = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$9]]);
57442
- const _sfc_main$a = {
57701
+ var mBillListDetails = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["render", _sfc_render$8]]);
57702
+ const _sfc_main$9 = {
57443
57703
  name: "BillListPanelV2QueryBar",
57444
57704
  extends: querybar,
57445
57705
  data() {
@@ -57458,10 +57718,10 @@ const _sfc_main$a = {
57458
57718
  created() {
57459
57719
  }
57460
57720
  };
57461
- const _sfc_main$9 = {
57721
+ const _sfc_main$8 = {
57462
57722
  name: "BillListPanelV2",
57463
57723
  extends: billquerygrid,
57464
- components: { BillListPanelV2QueryBar: _sfc_main$a },
57724
+ components: { BillListPanelV2QueryBar: _sfc_main$9 },
57465
57725
  data() {
57466
57726
  return {
57467
57727
  billListPanelSearchParams: {}
@@ -57487,11 +57747,11 @@ const _sfc_main$9 = {
57487
57747
  created() {
57488
57748
  }
57489
57749
  };
57490
- const _hoisted_1$8 = {
57750
+ const _hoisted_1$7 = {
57491
57751
  ref: "toolbar",
57492
57752
  style: { "padding-bottom": "14px" }
57493
57753
  };
57494
- function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
57754
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
57495
57755
  const _component_BillListPanelV2QueryBar = resolveComponent("BillListPanelV2QueryBar");
57496
57756
  const _component_Icon = resolveComponent("Icon");
57497
57757
  const _component_Tooltip = resolveComponent("Tooltip");
@@ -57508,7 +57768,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
57508
57768
  style: { "background": "#fff", "padding": "14px 16px 14px 16px" }
57509
57769
  }, {
57510
57770
  default: withCtx(() => [
57511
- createElementVNode("div", _hoisted_1$8, [
57771
+ createElementVNode("div", _hoisted_1$7, [
57512
57772
  createVNode(_component_BillListPanelV2QueryBar, {
57513
57773
  config: _ctx.myConfig.queryConfig,
57514
57774
  dictData: _ctx.dictData,
@@ -57584,8 +57844,8 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
57584
57844
  })
57585
57845
  ]);
57586
57846
  }
57587
- var BillListPanelV2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_render$8]]);
57588
- const _sfc_main$8 = {
57847
+ var BillListPanelV2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$7]]);
57848
+ const _sfc_main$7 = {
57589
57849
  name: "mListDetailsV2",
57590
57850
  extends: mListDetails,
57591
57851
  components: { BillListPanelV2 },
@@ -57795,14 +58055,14 @@ const _sfc_main$8 = {
57795
58055
  mounted() {
57796
58056
  }
57797
58057
  };
57798
- const _hoisted_1$7 = { style: { "background": "#fff", "overflow-x": "hidden", "overflow-y": "auto" } };
57799
- const _hoisted_2$2 = {
58058
+ const _hoisted_1$6 = { style: { "background": "#fff", "overflow-x": "hidden", "overflow-y": "auto" } };
58059
+ const _hoisted_2$1 = {
57800
58060
  frameborder: "0",
57801
58061
  ref: "billapprovalmainframe",
57802
58062
  style: { "width": "100%", "height": "100%" },
57803
58063
  border: "0"
57804
58064
  };
57805
- function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
58065
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
57806
58066
  const _component_BillListPanelV2 = resolveComponent("BillListPanelV2");
57807
58067
  const _component_DetailBtnToolbar = resolveComponent("DetailBtnToolbar");
57808
58068
  const _component_Divider = resolveComponent("Divider");
@@ -57811,7 +58071,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
57811
58071
  const _component_ApprovalBox = resolveComponent("ApprovalBox");
57812
58072
  const _component_Modal = resolveComponent("Modal");
57813
58073
  const _component_BillOperLog = resolveComponent("BillOperLog");
57814
- return openBlock(), createElementBlock("div", _hoisted_1$7, [
58074
+ return openBlock(), createElementBlock("div", _hoisted_1$6, [
57815
58075
  withDirectives(createVNode(_component_BillListPanelV2, {
57816
58076
  ref: "billqureygrid",
57817
58077
  config: _ctx.myConfig.billQueryConfig,
@@ -57866,7 +58126,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
57866
58126
  "footer-hide": ""
57867
58127
  }, {
57868
58128
  default: withCtx(() => [
57869
- createElementVNode("iframe", _hoisted_2$2, null, 512)
58129
+ createElementVNode("iframe", _hoisted_2$1, null, 512)
57870
58130
  ]),
57871
58131
  _: 1
57872
58132
  }, 8, ["modelValue"]),
@@ -57887,347 +58147,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
57887
58147
  }, 8, ["modelValue", "width"])
57888
58148
  ]);
57889
58149
  }
57890
- var mListDetailsV2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$7]]);
57891
- var BillListPanelV3QueryBar_vue_vue_type_style_index_0_lang = "";
57892
- const _sfc_main$7 = {
57893
- name: "BillListPanelV3QueryBar",
57894
- extends: querybar,
57895
- data() {
57896
- return {
57897
- searchFormListShowType: false,
57898
- searchFormList: {},
57899
- searchFormItemHashMap: {}
57900
- };
57901
- },
57902
- methods: {
57903
- customGetQuerySearchParam() {
57904
- let searchParam = {};
57905
- if (this.$refs.searchFormListVM) {
57906
- const searchFormData = this.$refs.searchFormListVM.getData();
57907
- this.$utils.objectEach(searchFormData, (value, key) => {
57908
- const itemConfig = this.$utils.get(
57909
- this.searchFormItemHashMap,
57910
- key,
57911
- {}
57912
- );
57913
- const valueStr = this.$utils.toValueString(value);
57914
- if (!this.$utils.isEmpty(itemConfig) && !this.$utils.isEmpty(valueStr)) {
57915
- const fieldKey = this.$utils.get(
57916
- itemConfig,
57917
- "field",
57918
- key
57919
- );
57920
- const calculator = this.$utils.get(
57921
- itemConfig,
57922
- "calculator",
57923
- "=="
57924
- );
57925
- const transformObj = this.getConditionValue(
57926
- fieldKey,
57927
- value,
57928
- calculator,
57929
- itemConfig
57930
- );
57931
- searchParam = { ...searchParam, ...transformObj };
57932
- }
57933
- });
57934
- }
57935
- return searchParam;
57936
- },
57937
- clear() {
57938
- let temp = {};
57939
- temp.name = "condition_clear";
57940
- this.$emit("conditionAction", temp);
57941
- this.clearSearchParams();
57942
- },
57943
- clearSearchParams() {
57944
- if (this.$refs.searchFormListVM) {
57945
- this.$refs.searchFormListVM.clearData();
57946
- }
57947
- },
57948
- conditionAction(obj) {
57949
- let data = this.$refs.filter.getData();
57950
- this.updateScene(data.scenename, data);
57951
- this.$emit("conditionAction", obj);
57952
- }
57953
- },
57954
- computed: {},
57955
- mounted() {
57956
- },
57957
- created() {
57958
- this.searchFormList = this.$utils.get(
57959
- this.config,
57960
- "searchFormList",
57961
- {}
57962
- );
57963
- const items = this.$utils.get(this.searchFormList, "items", []);
57964
- this.searchFormListShowType = items.length > 0;
57965
- this.searchFormItemHashMap = this.$utils.reduce(
57966
- items,
57967
- (previous, item) => {
57968
- previous[item.name] = {
57969
- ...item,
57970
- field: this.$utils.get(item, "field", item.name)
57971
- };
57972
- return previous;
57973
- },
57974
- {}
57975
- );
57976
- }
57977
- };
57978
- const _hoisted_1$6 = { class: "querybar list-details-v3-panel" };
57979
- const _hoisted_2$1 = { style: { "margin-top": "14px" } };
57980
- function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
57981
- const _component_FormBox = resolveComponent("FormBox");
57982
- const _component_Col = resolveComponent("Col");
57983
- const _component_Button = resolveComponent("Button");
57984
- const _component_Divider = resolveComponent("Divider");
57985
- const _component_ButtonGroup = resolveComponent("ButtonGroup");
57986
- const _component_Badge = resolveComponent("Badge");
57987
- const _component_DropdownItem = resolveComponent("DropdownItem");
57988
- const _component_DropdownMenu = resolveComponent("DropdownMenu");
57989
- const _component_Dropdown = resolveComponent("Dropdown");
57990
- const _component_PromptMessages = resolveComponent("PromptMessages");
57991
- const _component_Row = resolveComponent("Row");
57992
- const _component_Card = resolveComponent("Card");
57993
- const _component_BillConditionsBox = resolveComponent("BillConditionsBox");
57994
- return openBlock(), createElementBlock("div", _hoisted_1$6, [
57995
- createVNode(_component_Card, {
57996
- padding: 0,
57997
- style: { "padding": "14px 16px" },
57998
- "dis-hover": ""
57999
- }, {
58000
- default: withCtx(() => [
58001
- createVNode(_component_Row, {
58002
- type: "flex",
58003
- gutter: 0
58004
- }, {
58005
- default: withCtx(() => [
58006
- createVNode(_component_Col, { span: "16" }, {
58007
- default: withCtx(() => [
58008
- $data.searchFormListShowType ? (openBlock(), createBlock(_component_FormBox, {
58009
- key: 0,
58010
- ref: "searchFormListVM",
58011
- config: $data.searchFormList,
58012
- dictData: _ctx.dictData
58013
- }, null, 8, ["config", "dictData"])) : createCommentVNode("", true)
58014
- ]),
58015
- _: 1
58016
- }),
58017
- createVNode(_component_Col, { span: "8" }, {
58018
- default: withCtx(() => [
58019
- createVNode(_component_Row, {
58020
- type: "flex",
58021
- justify: "end",
58022
- gutter: 0
58023
- }, {
58024
- default: withCtx(() => [
58025
- createVNode(_component_Col, { style: { "margin-right": "10px" } }, {
58026
- default: withCtx(() => [
58027
- createVNode(_component_Button, {
58028
- customIcon: "iconfont icon-custom-search",
58029
- type: "primary",
58030
- onClick: _ctx.search
58031
- }, {
58032
- default: withCtx(() => [..._cache[0] || (_cache[0] = [
58033
- createTextVNode("\u67E5\u8BE2", -1)
58034
- ])]),
58035
- _: 1
58036
- }, 8, ["onClick"])
58037
- ]),
58038
- _: 1
58039
- }),
58040
- createVNode(_component_Col, null, {
58041
- default: withCtx(() => [
58042
- createVNode(_component_Button, {
58043
- customIcon: "iconfont icon-custom-reset",
58044
- onClick: $options.clear
58045
- }, {
58046
- default: withCtx(() => [..._cache[1] || (_cache[1] = [
58047
- createTextVNode("\u91CD\u7F6E", -1)
58048
- ])]),
58049
- _: 1
58050
- }, 8, ["onClick"])
58051
- ]),
58052
- _: 1
58053
- }),
58054
- createVNode(_component_Col, null, {
58055
- default: withCtx(() => [
58056
- createVNode(_component_Divider, {
58057
- type: "vertical",
58058
- class: "dividercommon"
58059
- })
58060
- ]),
58061
- _: 1
58062
- }),
58063
- createVNode(_component_Col, { style: { "padding-right": "20px" } }, {
58064
- default: withCtx(() => [
58065
- createVNode(_component_Dropdown, {
58066
- trigger: "custom",
58067
- visible: _ctx.filterSceneFlag,
58068
- onOnClick: _ctx.filterAction,
58069
- placement: "bottom-start",
58070
- onOnClickoutside: _ctx.closeFilterScene
58071
- }, {
58072
- list: withCtx(() => [
58073
- createVNode(_component_DropdownMenu, null, {
58074
- default: withCtx(() => [
58075
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.sceneData, (temp, index) => {
58076
- return openBlock(), createBlock(_component_DropdownItem, {
58077
- selected: temp.scenename == _ctx.selectedScence,
58078
- name: temp.scenename,
58079
- key: "scene_" + index
58080
- }, {
58081
- default: withCtx(() => [
58082
- createTextVNode(toDisplayString(temp.scenename), 1)
58083
- ]),
58084
- _: 2
58085
- }, 1032, ["selected", "name"]);
58086
- }), 128))
58087
- ]),
58088
- _: 1
58089
- })
58090
- ]),
58091
- default: withCtx(() => [
58092
- createVNode(_component_Badge, {
58093
- "class-name": "badgeclass",
58094
- count: _ctx.sceneNum
58095
- }, {
58096
- default: withCtx(() => [
58097
- createVNode(_component_ButtonGroup, null, {
58098
- default: withCtx(() => [
58099
- createVNode(_component_Button, {
58100
- customIcon: "iconfont icon-custom-filter",
58101
- onClick: _ctx.updataFilterScene
58102
- }, {
58103
- default: withCtx(() => [..._cache[2] || (_cache[2] = [
58104
- createTextVNode("\u9AD8\u7EA7\u67E5\u8BE2", -1)
58105
- ])]),
58106
- _: 1
58107
- }, 8, ["onClick"]),
58108
- !_ctx.filterSceneFlag && _ctx.sceneFlag ? (openBlock(), createBlock(_component_Button, {
58109
- key: 0,
58110
- icon: "ios-arrow-down",
58111
- onClick: _ctx.openFilterScene
58112
- }, null, 8, ["onClick"])) : createCommentVNode("", true),
58113
- _ctx.filterSceneFlag && _ctx.sceneFlag ? (openBlock(), createBlock(_component_Button, {
58114
- key: 1,
58115
- icon: "ios-arrow-up",
58116
- onClick: _ctx.closeFilterScene
58117
- }, null, 8, ["onClick"])) : createCommentVNode("", true)
58118
- ]),
58119
- _: 1
58120
- })
58121
- ]),
58122
- _: 1
58123
- }, 8, ["count"])
58124
- ]),
58125
- _: 1
58126
- }, 8, ["visible", "onOnClick", "onOnClickoutside"])
58127
- ]),
58128
- _: 1
58129
- }),
58130
- createVNode(_component_Col, { style: { "padding-right": "10px" } }, {
58131
- default: withCtx(() => [
58132
- createVNode(_component_Dropdown, {
58133
- trigger: "custom",
58134
- visible: _ctx.btnFlag,
58135
- onOnClick: _ctx.action,
58136
- placement: "bottom-start",
58137
- onOnClickoutside: _ctx.closeBtn
58138
- }, {
58139
- list: withCtx(() => [
58140
- createVNode(_component_DropdownMenu, null, {
58141
- default: withCtx(() => [
58142
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.btnData, (item, index) => {
58143
- return openBlock(), createBlock(_component_DropdownItem, {
58144
- style: { "padding-left": "0px" },
58145
- key: "btn_" + index
58146
- }, {
58147
- default: withCtx(() => [
58148
- createVNode(_component_Button, {
58149
- icon: item.icon,
58150
- type: "text",
58151
- customIcon: item.customIcon,
58152
- onClick: ($event) => _ctx.action(item.name)
58153
- }, {
58154
- default: withCtx(() => [
58155
- createTextVNode(toDisplayString(item.text), 1)
58156
- ]),
58157
- _: 2
58158
- }, 1032, ["icon", "customIcon", "onClick"])
58159
- ]),
58160
- _: 2
58161
- }, 1024);
58162
- }), 128))
58163
- ]),
58164
- _: 1
58165
- })
58166
- ]),
58167
- default: withCtx(() => [
58168
- createVNode(_component_ButtonGroup, null, {
58169
- default: withCtx(() => [
58170
- _ctx.addDataBtnFlag ? (openBlock(), createBlock(_component_Button, {
58171
- key: 0,
58172
- customIcon: "iconfont icon-custom-add",
58173
- onClick: _ctx.addData
58174
- }, {
58175
- default: withCtx(() => [..._cache[3] || (_cache[3] = [
58176
- createTextVNode("\u65B0\u589E", -1)
58177
- ])]),
58178
- _: 1
58179
- }, 8, ["onClick"])) : createCommentVNode("", true),
58180
- !_ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
58181
- key: 1,
58182
- icon: "ios-arrow-down",
58183
- onClick: _ctx.openBtn
58184
- }, null, 8, ["onClick"])) : createCommentVNode("", true),
58185
- _ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
58186
- key: 2,
58187
- icon: "ios-arrow-up",
58188
- onClick: _ctx.closeBtn
58189
- }, null, 8, ["onClick"])) : createCommentVNode("", true)
58190
- ]),
58191
- _: 1
58192
- })
58193
- ]),
58194
- _: 1
58195
- }, 8, ["visible", "onOnClick", "onOnClickoutside"])
58196
- ]),
58197
- _: 1
58198
- }),
58199
- createVNode(_component_Col, null, {
58200
- default: withCtx(() => [
58201
- createVNode(_component_PromptMessages, { style: { "height": "100%" } })
58202
- ]),
58203
- _: 1
58204
- })
58205
- ]),
58206
- _: 1
58207
- })
58208
- ]),
58209
- _: 1
58210
- })
58211
- ]),
58212
- _: 1
58213
- })
58214
- ]),
58215
- _: 1
58216
- }),
58217
- withDirectives(createElementVNode("div", _hoisted_2$1, [
58218
- createVNode(_component_BillConditionsBox, {
58219
- ref: "filter",
58220
- onDoAction: _ctx.doAction,
58221
- onConditionAction: $options.conditionAction,
58222
- config: _ctx.config,
58223
- dictData: _ctx.dictData
58224
- }, null, 8, ["onDoAction", "onConditionAction", "config", "dictData"])
58225
- ], 512), [
58226
- [vShow, _ctx.filterFlag]
58227
- ])
58228
- ]);
58229
- }
58230
- var BillListPanelV3QueryBar = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$6]]);
58150
+ var mListDetailsV2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$6]]);
58231
58151
  const _sfc_main$6 = {
58232
58152
  name: "BillListPanelV2",
58233
58153
  extends: billquerygrid,