ocpview-plus 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ocpviewplus.min.esm.js +128 -74
- package/dist/ocpviewplus.min.js +14 -14
- package/package.json +1 -1
- package/src/components/masterplate/RewriteBillListDetails/BillInfoPanelEditTable.vue +67 -16
- package/src/components/masterplate/RewriteBillListDetails/BillInfoPanelEditTableControlbox.vue +1 -1
- package/src/components/masterplate/RewriteBillListDetails/BillInfoPanelEditTableControlboxNumberbox.vue +6 -0
- package/src/components/poptextbox/poptextbox.vue +36 -24
|
@@ -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 = "1.0.
|
|
456
|
+
const version$2 = "1.0.7";
|
|
457
457
|
const title = "ocpviewPlus";
|
|
458
458
|
const description = "A high quality Service UI components Library with Vue.js";
|
|
459
459
|
const homepage = "";
|
|
@@ -4726,7 +4726,7 @@ const _sfc_main$1I = {
|
|
|
4726
4726
|
};
|
|
4727
4727
|
const _hoisted_1$10 = { key: 0 };
|
|
4728
4728
|
const _hoisted_2$I = { key: 0 };
|
|
4729
|
-
const _hoisted_3$
|
|
4729
|
+
const _hoisted_3$s = { href: "javascript:void(0)" };
|
|
4730
4730
|
function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4731
4731
|
const _component_Ebutton = resolveComponent("Ebutton");
|
|
4732
4732
|
const _component_Button = resolveComponent("Button");
|
|
@@ -4891,7 +4891,7 @@ function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4891
4891
|
})
|
|
4892
4892
|
]),
|
|
4893
4893
|
default: withCtx(() => [
|
|
4894
|
-
createElementVNode("a", _hoisted_3$
|
|
4894
|
+
createElementVNode("a", _hoisted_3$s, [
|
|
4895
4895
|
_cache[1] || (_cache[1] = createTextVNode(" \u64CD\u4F5C ")),
|
|
4896
4896
|
createVNode(_component_CommonIcon, { type: "ios-arrow-down" })
|
|
4897
4897
|
])
|
|
@@ -6304,7 +6304,7 @@ const _hoisted_1$$ = {
|
|
|
6304
6304
|
style: { "color": "#348eed" }
|
|
6305
6305
|
};
|
|
6306
6306
|
const _hoisted_2$H = { key: 1 };
|
|
6307
|
-
const _hoisted_3$
|
|
6307
|
+
const _hoisted_3$r = ["onClick"];
|
|
6308
6308
|
function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6309
6309
|
const _component_ControlBox = resolveComponent("ControlBox");
|
|
6310
6310
|
const _component_ShowText = resolveComponent("ShowText");
|
|
@@ -6364,7 +6364,7 @@ function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6364
6364
|
label: $options.formatValue(_ctx.form[item.name], _ctx.form, item),
|
|
6365
6365
|
contentAlign: "left"
|
|
6366
6366
|
}, null, 8, ["label"]))
|
|
6367
|
-
], 8, _hoisted_3$
|
|
6367
|
+
], 8, _hoisted_3$r)
|
|
6368
6368
|
]),
|
|
6369
6369
|
_: 2
|
|
6370
6370
|
}, 1032, ["label", "prop"])
|
|
@@ -8649,7 +8649,7 @@ const _sfc_main$1B = {
|
|
|
8649
8649
|
};
|
|
8650
8650
|
const _hoisted_1$_ = { ref: "head" };
|
|
8651
8651
|
const _hoisted_2$G = { key: 0 };
|
|
8652
|
-
const _hoisted_3$
|
|
8652
|
+
const _hoisted_3$q = { key: 0 };
|
|
8653
8653
|
const _hoisted_4$o = {
|
|
8654
8654
|
ref: "page",
|
|
8655
8655
|
name: "page"
|
|
@@ -8837,7 +8837,7 @@ function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8837
8837
|
};
|
|
8838
8838
|
})
|
|
8839
8839
|
]), 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"]),
|
|
8840
|
-
_ctx.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
8840
|
+
_ctx.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$q, [
|
|
8841
8841
|
renderSlot(_ctx.$slots, "footer")
|
|
8842
8842
|
])) : createCommentVNode("", true),
|
|
8843
8843
|
createElementVNode("div", _hoisted_4$o, [
|
|
@@ -10029,7 +10029,7 @@ const _sfc_main$1z = {
|
|
|
10029
10029
|
};
|
|
10030
10030
|
const _hoisted_1$Z = ["id"];
|
|
10031
10031
|
const _hoisted_2$F = { key: 0 };
|
|
10032
|
-
const _hoisted_3$
|
|
10032
|
+
const _hoisted_3$p = ["onClick"];
|
|
10033
10033
|
const _hoisted_4$n = {
|
|
10034
10034
|
key: 0,
|
|
10035
10035
|
ref: "page",
|
|
@@ -10140,7 +10140,7 @@ function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10140
10140
|
contentAlign: config2.contentAlign,
|
|
10141
10141
|
class: normalizeClass(_ctx.IsCellError(index, config2))
|
|
10142
10142
|
}, null, 8, ["label", "contentAlign", "class"]))
|
|
10143
|
-
], 8, _hoisted_3$
|
|
10143
|
+
], 8, _hoisted_3$p)
|
|
10144
10144
|
])
|
|
10145
10145
|
};
|
|
10146
10146
|
})
|
|
@@ -10355,7 +10355,7 @@ const _sfc_main$1y = {
|
|
|
10355
10355
|
};
|
|
10356
10356
|
const _hoisted_1$Y = ["textContent"];
|
|
10357
10357
|
const _hoisted_2$E = { key: 1 };
|
|
10358
|
-
const _hoisted_3$
|
|
10358
|
+
const _hoisted_3$o = {
|
|
10359
10359
|
key: 4,
|
|
10360
10360
|
style: { "margin-left": "10px" }
|
|
10361
10361
|
};
|
|
@@ -10400,7 +10400,7 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10400
10400
|
href: "#",
|
|
10401
10401
|
onClick: _cache[3] || (_cache[3] = withModifiers((...args) => _ctx.addRow && _ctx.addRow(...args), ["prevent"]))
|
|
10402
10402
|
}, toDisplayString($data.myConfig.addBtnName), 1)) : createCommentVNode("", true),
|
|
10403
|
-
$data.showBtn && $data.myConfig.addBtnType === "3" && $data.btnReadOnly ? (openBlock(), createElementBlock("span", _hoisted_3$
|
|
10403
|
+
$data.showBtn && $data.myConfig.addBtnType === "3" && $data.btnReadOnly ? (openBlock(), createElementBlock("span", _hoisted_3$o, toDisplayString($data.myConfig.addBtnName), 1)) : createCommentVNode("", true),
|
|
10404
10404
|
$data.showBtn && !$data.myConfig.readOnly && $data.myConfig.addBtnType === "1" ? (openBlock(), createElementBlock("a", {
|
|
10405
10405
|
key: 5,
|
|
10406
10406
|
href: "#",
|
|
@@ -26750,6 +26750,17 @@ const _sfc_main$1n = {
|
|
|
26750
26750
|
}
|
|
26751
26751
|
if (flag) {
|
|
26752
26752
|
if (this.config.selectkey) {
|
|
26753
|
+
if (this.query && this.query.Config) {
|
|
26754
|
+
const lastParam = this.query.Config.lastQueryParam;
|
|
26755
|
+
if (lastParam) {
|
|
26756
|
+
const newParam = { ...lastParam, ...this.searchParam };
|
|
26757
|
+
if (JSON.stringify(lastParam) === "{}") {
|
|
26758
|
+
this.query.Config.lastQueryParam = newParam;
|
|
26759
|
+
}
|
|
26760
|
+
this.searchParam = { ...newParam };
|
|
26761
|
+
this.$refs["popView"].setSearchBeforeSearchParam(this.searchParam);
|
|
26762
|
+
}
|
|
26763
|
+
}
|
|
26753
26764
|
this.popShow = true;
|
|
26754
26765
|
if (this.myConfig.clearCondition !== false) {
|
|
26755
26766
|
if (this.$refs["popView"].clearCondition) {
|
|
@@ -26919,7 +26930,7 @@ const _hoisted_1$W = {
|
|
|
26919
26930
|
class: "ivu-select-selection"
|
|
26920
26931
|
};
|
|
26921
26932
|
const _hoisted_2$D = { class: "ivu-tag-text" };
|
|
26922
|
-
const _hoisted_3$
|
|
26933
|
+
const _hoisted_3$n = {
|
|
26923
26934
|
key: 0,
|
|
26924
26935
|
class: "ivu-tag ivu-tag-checked"
|
|
26925
26936
|
};
|
|
@@ -26982,7 +26993,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26982
26993
|
})
|
|
26983
26994
|
]),
|
|
26984
26995
|
default: withCtx(() => [
|
|
26985
|
-
$data.myConfig.maxTagCount !== void 0 && $data.selectedMultiple.length > $data.myConfig.maxTagCount ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
26996
|
+
$data.myConfig.maxTagCount !== void 0 && $data.selectedMultiple.length > $data.myConfig.maxTagCount ? (openBlock(), createElementBlock("div", _hoisted_3$n, [
|
|
26986
26997
|
createElementVNode("span", _hoisted_4$l, " + " + toDisplayString($data.selectedMultiple.length - $data.myConfig.maxTagCount) + "... ", 1)
|
|
26987
26998
|
])) : createCommentVNode("", true)
|
|
26988
26999
|
]),
|
|
@@ -29714,7 +29725,7 @@ const _sfc_main$1d = {
|
|
|
29714
29725
|
};
|
|
29715
29726
|
const _hoisted_1$S = { style: { "text-align": "center" } };
|
|
29716
29727
|
const _hoisted_2$B = ["onClick"];
|
|
29717
|
-
const _hoisted_3$
|
|
29728
|
+
const _hoisted_3$m = ["onClick"];
|
|
29718
29729
|
const _hoisted_4$k = ["src", "data-original"];
|
|
29719
29730
|
const _hoisted_5$h = { key: 0 };
|
|
29720
29731
|
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -29767,7 +29778,7 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29767
29778
|
color: "#ed4014",
|
|
29768
29779
|
size: "16"
|
|
29769
29780
|
})
|
|
29770
|
-
], 8, _hoisted_3$
|
|
29781
|
+
], 8, _hoisted_3$m)) : createCommentVNode("", true)
|
|
29771
29782
|
]),
|
|
29772
29783
|
_cache[1] || (_cache[1] = createTextVNode(" \xA0"))
|
|
29773
29784
|
]),
|
|
@@ -30163,7 +30174,7 @@ const _hoisted_1$R = {
|
|
|
30163
30174
|
class: "filebtn"
|
|
30164
30175
|
};
|
|
30165
30176
|
const _hoisted_2$A = { ref: "photo" };
|
|
30166
|
-
const _hoisted_3$
|
|
30177
|
+
const _hoisted_3$l = ["src", "data-original"];
|
|
30167
30178
|
const _hoisted_4$j = ["innerHTML"];
|
|
30168
30179
|
const _hoisted_5$g = {
|
|
30169
30180
|
ref: "pdf",
|
|
@@ -30264,7 +30275,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30264
30275
|
src: $data.imgUrl,
|
|
30265
30276
|
"data-original": `${$data.imgUrl}`,
|
|
30266
30277
|
style: { "width": "100%", "height": "100%" }
|
|
30267
|
-
}, null, 8, _hoisted_3$
|
|
30278
|
+
}, null, 8, _hoisted_3$l)
|
|
30268
30279
|
])
|
|
30269
30280
|
], 512), [
|
|
30270
30281
|
[vShow, false]
|
|
@@ -30898,7 +30909,7 @@ const _sfc_main$1a = {
|
|
|
30898
30909
|
};
|
|
30899
30910
|
const _hoisted_1$Q = { style: { "text-align": "center" } };
|
|
30900
30911
|
const _hoisted_2$z = ["onClick"];
|
|
30901
|
-
const _hoisted_3$
|
|
30912
|
+
const _hoisted_3$k = ["onClick"];
|
|
30902
30913
|
const _hoisted_4$i = ["src"];
|
|
30903
30914
|
const _hoisted_5$f = { key: 1 };
|
|
30904
30915
|
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -30951,7 +30962,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30951
30962
|
color: "#ed4014",
|
|
30952
30963
|
size: "16"
|
|
30953
30964
|
})
|
|
30954
|
-
], 8, _hoisted_3$
|
|
30965
|
+
], 8, _hoisted_3$k)) : createCommentVNode("", true)
|
|
30955
30966
|
])
|
|
30956
30967
|
]),
|
|
30957
30968
|
default: withCtx(() => [
|
|
@@ -32000,7 +32011,7 @@ const _sfc_main$14 = {
|
|
|
32000
32011
|
};
|
|
32001
32012
|
const _hoisted_1$M = ["textContent"];
|
|
32002
32013
|
const _hoisted_2$x = { key: 0 };
|
|
32003
|
-
const _hoisted_3$
|
|
32014
|
+
const _hoisted_3$j = { key: 1 };
|
|
32004
32015
|
const _hoisted_4$h = { key: 1 };
|
|
32005
32016
|
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32006
32017
|
const _component_Icon = resolveComponent("Icon");
|
|
@@ -32037,7 +32048,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32037
32048
|
extra: withCtx(() => [
|
|
32038
32049
|
_ctx.$slots.btn ? (openBlock(), createElementBlock("div", _hoisted_2$x, [
|
|
32039
32050
|
renderSlot(_ctx.$slots, "btn")
|
|
32040
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
32051
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_3$j, [
|
|
32041
32052
|
$data.showBtn && $data.editFlag && !$data.btnReadOnly ? (openBlock(), createElementBlock("a", {
|
|
32042
32053
|
key: 0,
|
|
32043
32054
|
href: "#",
|
|
@@ -33207,7 +33218,7 @@ const _sfc_main$11 = {
|
|
|
33207
33218
|
};
|
|
33208
33219
|
const _hoisted_1$J = ["textContent"];
|
|
33209
33220
|
const _hoisted_2$u = { style: { "padding": "16px" } };
|
|
33210
|
-
const _hoisted_3$
|
|
33221
|
+
const _hoisted_3$i = ["textContent"];
|
|
33211
33222
|
const _hoisted_4$g = { key: 1 };
|
|
33212
33223
|
const _hoisted_5$e = { style: { "padding": "16px" } };
|
|
33213
33224
|
const _hoisted_6$b = ["textContent"];
|
|
@@ -33436,7 +33447,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33436
33447
|
createElementVNode("span", {
|
|
33437
33448
|
class: normalizeClass($options.titleClass),
|
|
33438
33449
|
textContent: toDisplayString($data.myConfig.title)
|
|
33439
|
-
}, null, 10, _hoisted_3$
|
|
33450
|
+
}, null, 10, _hoisted_3$i),
|
|
33440
33451
|
$data.myConfig.hide ? (openBlock(), createBlock(_component_Icon, {
|
|
33441
33452
|
key: 0,
|
|
33442
33453
|
class: "efuture-title-icon",
|
|
@@ -36989,7 +37000,7 @@ const _sfc_main$H = {
|
|
|
36989
37000
|
};
|
|
36990
37001
|
const _hoisted_1$B = ["title"];
|
|
36991
37002
|
const _hoisted_2$q = ["title"];
|
|
36992
|
-
const _hoisted_3$
|
|
37003
|
+
const _hoisted_3$h = ["value", "disabled"];
|
|
36993
37004
|
const _hoisted_4$f = ["title"];
|
|
36994
37005
|
const _hoisted_5$d = ["title"];
|
|
36995
37006
|
const _hoisted_6$a = {
|
|
@@ -37040,7 +37051,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37040
37051
|
onKeydown: _cache[1] || (_cache[1] = (...args) => _ctx.keyDown && _ctx.keyDown(...args)),
|
|
37041
37052
|
onKeyup: _cache[2] || (_cache[2] = (...args) => _ctx.keyUp && _ctx.keyUp(...args)),
|
|
37042
37053
|
onChange: _cache[3] || (_cache[3] = (...args) => _ctx.keyUp && _ctx.keyUp(...args))
|
|
37043
|
-
}, null, 40, _hoisted_3$
|
|
37054
|
+
}, null, 40, _hoisted_3$h),
|
|
37044
37055
|
_cache[18] || (_cache[18] = createElementVNode("span", null, "/", -1)),
|
|
37045
37056
|
createTextVNode(" " + toDisplayString(_ctx.allPages), 1)
|
|
37046
37057
|
], 10, _hoisted_2$q),
|
|
@@ -37284,7 +37295,7 @@ const _hoisted_2$p = {
|
|
|
37284
37295
|
ref: "page",
|
|
37285
37296
|
name: "page"
|
|
37286
37297
|
};
|
|
37287
|
-
const _hoisted_3$
|
|
37298
|
+
const _hoisted_3$g = {
|
|
37288
37299
|
key: 0,
|
|
37289
37300
|
style: { "padding-top": "10px" }
|
|
37290
37301
|
};
|
|
@@ -37380,7 +37391,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37380
37391
|
_: 1
|
|
37381
37392
|
}),
|
|
37382
37393
|
createElementVNode("div", _hoisted_2$p, [
|
|
37383
|
-
_ctx.myConfig.showPage ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
37394
|
+
_ctx.myConfig.showPage ? (openBlock(), createElementBlock("div", _hoisted_3$g, [
|
|
37384
37395
|
createVNode(_component_Card, {
|
|
37385
37396
|
bordered: false,
|
|
37386
37397
|
padding: 0,
|
|
@@ -40210,7 +40221,7 @@ const _sfc_main$A = {
|
|
|
40210
40221
|
};
|
|
40211
40222
|
const _hoisted_1$x = ["textContent"];
|
|
40212
40223
|
const _hoisted_2$n = { style: { "padding-left": "24px" } };
|
|
40213
|
-
const _hoisted_3$
|
|
40224
|
+
const _hoisted_3$f = { ref: "photo" };
|
|
40214
40225
|
const _hoisted_4$d = ["src", "data-original"];
|
|
40215
40226
|
const _hoisted_5$b = ["innerHTML"];
|
|
40216
40227
|
const _hoisted_6$8 = {
|
|
@@ -40334,7 +40345,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40334
40345
|
[vShow, $data.showGrid]
|
|
40335
40346
|
])
|
|
40336
40347
|
]),
|
|
40337
|
-
withDirectives(createElementVNode("div", _hoisted_3$
|
|
40348
|
+
withDirectives(createElementVNode("div", _hoisted_3$f, [
|
|
40338
40349
|
createElementVNode("li", null, [
|
|
40339
40350
|
createElementVNode("img", {
|
|
40340
40351
|
src: $data.imgUrl,
|
|
@@ -40844,7 +40855,7 @@ const _sfc_main$z = {
|
|
|
40844
40855
|
};
|
|
40845
40856
|
const _hoisted_1$w = { style: { "margin-bottom": "10px", "display": "flex", "justify-content": "space-between" } };
|
|
40846
40857
|
const _hoisted_2$m = { style: { "margin-bottom": "10px", "display": "flex", "justify-content": "space-between" } };
|
|
40847
|
-
const _hoisted_3$
|
|
40858
|
+
const _hoisted_3$e = { class: "demo-spin-col-bill" };
|
|
40848
40859
|
const _hoisted_4$c = {
|
|
40849
40860
|
key: 0,
|
|
40850
40861
|
style: { "border": "1px solid #F3B352", "background-color": "#FFF7EB", "padding-left": "30px", "padding-right": "30px" }
|
|
@@ -40963,7 +40974,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40963
40974
|
createTextVNode(),
|
|
40964
40975
|
createElementVNode("span", { style: { "font-size": "14px", "font-weight": "bold" } }, "\u5BFC\u5165\u6587\u4EF6")
|
|
40965
40976
|
], -1)),
|
|
40966
|
-
createElementVNode("div", _hoisted_3$
|
|
40977
|
+
createElementVNode("div", _hoisted_3$e, [
|
|
40967
40978
|
$data.showType ? (openBlock(), createBlock(_component_RadioGroup, {
|
|
40968
40979
|
key: 0,
|
|
40969
40980
|
modelValue: $data.type,
|
|
@@ -43307,7 +43318,7 @@ const _sfc_main$s = {
|
|
|
43307
43318
|
};
|
|
43308
43319
|
const _hoisted_1$q = { style: { "margin-top": "3px", "margin-bottom": "3px", "margin-left": "8px", "margin-right": "10px" } };
|
|
43309
43320
|
const _hoisted_2$j = { style: { "color": "#AF292E", "font-size": "14px" } };
|
|
43310
|
-
const _hoisted_3$
|
|
43321
|
+
const _hoisted_3$d = { style: { "max-height": "400px", "overflow-y": "auto", "overflow-x": "hidden", "margin": "14px 16px" } };
|
|
43311
43322
|
const _hoisted_4$b = { style: { "padding-left": "14px" } };
|
|
43312
43323
|
const _hoisted_5$9 = ["onClick"];
|
|
43313
43324
|
const _hoisted_6$6 = ["onClick"];
|
|
@@ -43382,7 +43393,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
43382
43393
|
])
|
|
43383
43394
|
]),
|
|
43384
43395
|
default: withCtx(() => [
|
|
43385
|
-
createElementVNode("div", _hoisted_3$
|
|
43396
|
+
createElementVNode("div", _hoisted_3$d, [
|
|
43386
43397
|
createVNode(_component_VueDraggable, {
|
|
43387
43398
|
modelValue: $data.data,
|
|
43388
43399
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $data.data = $event),
|
|
@@ -44075,7 +44086,7 @@ const _hoisted_2$i = {
|
|
|
44075
44086
|
key: 0,
|
|
44076
44087
|
style: { "margin-bottom": "10px" }
|
|
44077
44088
|
};
|
|
44078
|
-
const _hoisted_3$
|
|
44089
|
+
const _hoisted_3$c = ["textContent"];
|
|
44079
44090
|
const _hoisted_4$a = { key: 0 };
|
|
44080
44091
|
const _hoisted_5$8 = ["onClick"];
|
|
44081
44092
|
const _hoisted_6$5 = {
|
|
@@ -44147,7 +44158,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
44147
44158
|
createElementVNode("span", {
|
|
44148
44159
|
style: { "font-size": "14px", "font-weight": "bold" },
|
|
44149
44160
|
textContent: toDisplayString($data.myConfig.title)
|
|
44150
|
-
}, null, 8, _hoisted_3$
|
|
44161
|
+
}, null, 8, _hoisted_3$c)
|
|
44151
44162
|
])) : createCommentVNode("", true)
|
|
44152
44163
|
], 64)) : createCommentVNode("", true),
|
|
44153
44164
|
createElementVNode("div", {
|
|
@@ -44440,7 +44451,7 @@ const _hoisted_2$h = {
|
|
|
44440
44451
|
key: 1,
|
|
44441
44452
|
style: { "margin-bottom": "10px" }
|
|
44442
44453
|
};
|
|
44443
|
-
const _hoisted_3$
|
|
44454
|
+
const _hoisted_3$b = ["textContent"];
|
|
44444
44455
|
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
44445
44456
|
const _component_Icon = resolveComponent("Icon");
|
|
44446
44457
|
const _component_Row = resolveComponent("Row");
|
|
@@ -44500,7 +44511,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
44500
44511
|
createElementVNode("span", {
|
|
44501
44512
|
style: { "font-size": "14px", "font-weight": "bold" },
|
|
44502
44513
|
textContent: toDisplayString($data.myConfig.title)
|
|
44503
|
-
}, null, 8, _hoisted_3$
|
|
44514
|
+
}, null, 8, _hoisted_3$b)
|
|
44504
44515
|
])) : createCommentVNode("", true),
|
|
44505
44516
|
withDirectives(createVNode(_component_Form, {
|
|
44506
44517
|
ref: "form",
|
|
@@ -46619,7 +46630,7 @@ const _sfc_main$m = {
|
|
|
46619
46630
|
};
|
|
46620
46631
|
const _hoisted_1$k = { style: { "background": "#fff" } };
|
|
46621
46632
|
const _hoisted_2$e = { ref: "headarea" };
|
|
46622
|
-
const _hoisted_3$
|
|
46633
|
+
const _hoisted_3$a = ["id"];
|
|
46623
46634
|
const _hoisted_4$9 = ["id"];
|
|
46624
46635
|
const _hoisted_5$7 = ["id"];
|
|
46625
46636
|
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -46736,7 +46747,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46736
46747
|
[vShow, $data.detailVisible[index].visible]
|
|
46737
46748
|
]);
|
|
46738
46749
|
}), 128))
|
|
46739
|
-
], 44, _hoisted_3$
|
|
46750
|
+
], 44, _hoisted_3$a)
|
|
46740
46751
|
]),
|
|
46741
46752
|
_: 1
|
|
46742
46753
|
})
|
|
@@ -47217,7 +47228,7 @@ const _sfc_main$l = {
|
|
|
47217
47228
|
};
|
|
47218
47229
|
const _hoisted_1$j = { style: { "color": "#AF292E" } };
|
|
47219
47230
|
const _hoisted_2$d = ["textContent"];
|
|
47220
|
-
const _hoisted_3$
|
|
47231
|
+
const _hoisted_3$9 = ["textContent"];
|
|
47221
47232
|
const _hoisted_4$8 = { style: { "color": "#AF292E" } };
|
|
47222
47233
|
const _hoisted_5$6 = ["textContent"];
|
|
47223
47234
|
const _hoisted_6$4 = { style: { "color": "#AF292E" } };
|
|
@@ -47353,7 +47364,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47353
47364
|
_cache[10] || (_cache[10] = createTextVNode(" \u5DF2\u9009\u5BA1\u6279")),
|
|
47354
47365
|
createElementVNode("span", {
|
|
47355
47366
|
textContent: toDisplayString($options.info)
|
|
47356
|
-
}, null, 8, _hoisted_3$
|
|
47367
|
+
}, null, 8, _hoisted_3$9),
|
|
47357
47368
|
_cache[11] || (_cache[11] = createTextVNode(" :")),
|
|
47358
47369
|
createElementVNode("span", _hoisted_4$8, toDisplayString($data.selectuserdata.length), 1),
|
|
47359
47370
|
createElementVNode("span", {
|
|
@@ -49900,7 +49911,7 @@ const _hoisted_2$a = {
|
|
|
49900
49911
|
class: "efuture-demo-split-pane",
|
|
49901
49912
|
style: { "padding": "14px 16px" }
|
|
49902
49913
|
};
|
|
49903
|
-
const _hoisted_3$
|
|
49914
|
+
const _hoisted_3$8 = { style: { "margin-bottom": "10px" } };
|
|
49904
49915
|
const _hoisted_4$7 = ["textContent"];
|
|
49905
49916
|
const _hoisted_5$5 = { ref: "para" };
|
|
49906
49917
|
const _hoisted_6$3 = {
|
|
@@ -49953,7 +49964,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
49953
49964
|
"dis-hover": ""
|
|
49954
49965
|
}, {
|
|
49955
49966
|
default: withCtx(() => [
|
|
49956
|
-
createElementVNode("p", _hoisted_3$
|
|
49967
|
+
createElementVNode("p", _hoisted_3$8, [
|
|
49957
49968
|
_cache[2] || (_cache[2] = createElementVNode("span", { class: "efuture-title-verticalline" }, null, -1)),
|
|
49958
49969
|
_cache[3] || (_cache[3] = createTextVNode()),
|
|
49959
49970
|
createElementVNode("span", {
|
|
@@ -50565,7 +50576,7 @@ const _hoisted_2$9 = {
|
|
|
50565
50576
|
class: "efuture-demo-split-pane",
|
|
50566
50577
|
style: { "padding": "14px 16px" }
|
|
50567
50578
|
};
|
|
50568
|
-
const _hoisted_3$
|
|
50579
|
+
const _hoisted_3$7 = { style: { "margin-bottom": "10px" } };
|
|
50569
50580
|
const _hoisted_4$6 = ["textContent"];
|
|
50570
50581
|
const _hoisted_5$4 = { ref: "para" };
|
|
50571
50582
|
const _hoisted_6$2 = {
|
|
@@ -50621,7 +50632,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50621
50632
|
"dis-hover": ""
|
|
50622
50633
|
}, {
|
|
50623
50634
|
default: withCtx(() => [
|
|
50624
|
-
createElementVNode("p", _hoisted_3$
|
|
50635
|
+
createElementVNode("p", _hoisted_3$7, [
|
|
50625
50636
|
_cache[2] || (_cache[2] = createElementVNode("span", { class: "efuture-title-verticalline" }, null, -1)),
|
|
50626
50637
|
_cache[3] || (_cache[3] = createTextVNode()),
|
|
50627
50638
|
createElementVNode("span", {
|
|
@@ -51123,7 +51134,7 @@ const _hoisted_2$8 = {
|
|
|
51123
51134
|
class: "efuture-demo-split-pane",
|
|
51124
51135
|
style: { "padding": "14px 16px" }
|
|
51125
51136
|
};
|
|
51126
|
-
const _hoisted_3$
|
|
51137
|
+
const _hoisted_3$6 = { style: { "margin-bottom": "10px" } };
|
|
51127
51138
|
const _hoisted_4$5 = ["textContent"];
|
|
51128
51139
|
const _hoisted_5$3 = { ref: "para" };
|
|
51129
51140
|
const _hoisted_6$1 = {
|
|
@@ -51176,7 +51187,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
51176
51187
|
"dis-hover": ""
|
|
51177
51188
|
}, {
|
|
51178
51189
|
default: withCtx(() => [
|
|
51179
|
-
createElementVNode("p", _hoisted_3$
|
|
51190
|
+
createElementVNode("p", _hoisted_3$6, [
|
|
51180
51191
|
_cache[2] || (_cache[2] = createElementVNode("span", { class: "efuture-title-verticalline" }, null, -1)),
|
|
51181
51192
|
_cache[3] || (_cache[3] = createTextVNode()),
|
|
51182
51193
|
createElementVNode("span", {
|
|
@@ -52403,7 +52414,7 @@ const _sfc_main$c = {
|
|
|
52403
52414
|
};
|
|
52404
52415
|
const _hoisted_1$b = { ref: "toolbarcard" };
|
|
52405
52416
|
const _hoisted_2$6 = { ref: "formcard" };
|
|
52406
|
-
const _hoisted_3$
|
|
52417
|
+
const _hoisted_3$5 = { ref: "bread" };
|
|
52407
52418
|
const _hoisted_4$4 = {
|
|
52408
52419
|
key: 0,
|
|
52409
52420
|
style: { "text-decoration": "underline" },
|
|
@@ -52466,7 +52477,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
52466
52477
|
[vShow, $data.showSearchPara]
|
|
52467
52478
|
])
|
|
52468
52479
|
], 512),
|
|
52469
|
-
createElementVNode("div", _hoisted_3$
|
|
52480
|
+
createElementVNode("div", _hoisted_3$5, [
|
|
52470
52481
|
createVNode(_component_Card, {
|
|
52471
52482
|
padding: 0,
|
|
52472
52483
|
"dis-hover": "",
|
|
@@ -52680,7 +52691,7 @@ const _sfc_main$b = {
|
|
|
52680
52691
|
};
|
|
52681
52692
|
const _hoisted_1$a = { ref: "toolbarcard" };
|
|
52682
52693
|
const _hoisted_2$5 = { ref: "formcard" };
|
|
52683
|
-
const _hoisted_3$
|
|
52694
|
+
const _hoisted_3$4 = { style: { "padding": "14px 16px" } };
|
|
52684
52695
|
const _hoisted_4$3 = ["src", "height"];
|
|
52685
52696
|
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
52686
52697
|
const _component_ListBtnToolbar = resolveComponent("ListBtnToolbar");
|
|
@@ -52730,7 +52741,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
52730
52741
|
_: 1
|
|
52731
52742
|
})
|
|
52732
52743
|
], 512),
|
|
52733
|
-
createElementVNode("div", _hoisted_3$
|
|
52744
|
+
createElementVNode("div", _hoisted_3$4, [
|
|
52734
52745
|
$data.resert ? (openBlock(), createElementBlock("iframe", {
|
|
52735
52746
|
key: 0,
|
|
52736
52747
|
ref: "birtreport",
|
|
@@ -52836,7 +52847,7 @@ const _hoisted_2$4 = {
|
|
|
52836
52847
|
ref: "page",
|
|
52837
52848
|
name: "page"
|
|
52838
52849
|
};
|
|
52839
|
-
const _hoisted_3$
|
|
52850
|
+
const _hoisted_3$3 = {
|
|
52840
52851
|
key: 0,
|
|
52841
52852
|
style: { "padding-top": "10px" }
|
|
52842
52853
|
};
|
|
@@ -52915,7 +52926,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
52915
52926
|
_: 1
|
|
52916
52927
|
}),
|
|
52917
52928
|
createElementVNode("div", _hoisted_2$4, [
|
|
52918
|
-
_ctx.myConfig.showPage ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
52929
|
+
_ctx.myConfig.showPage ? (openBlock(), createElementBlock("div", _hoisted_3$3, [
|
|
52919
52930
|
createVNode(_component_Card, {
|
|
52920
52931
|
bordered: false,
|
|
52921
52932
|
padding: 0,
|
|
@@ -53281,6 +53292,9 @@ const _sfc_main$8 = {
|
|
|
53281
53292
|
if (this.config) {
|
|
53282
53293
|
this.myConfig = Object.assign({}, this.myConfig, this.config);
|
|
53283
53294
|
}
|
|
53295
|
+
},
|
|
53296
|
+
parser(event) {
|
|
53297
|
+
this.label = this.getValueNumber(this.value);
|
|
53284
53298
|
}
|
|
53285
53299
|
},
|
|
53286
53300
|
mounted() {
|
|
@@ -53293,8 +53307,9 @@ const _sfc_main$7 = {
|
|
|
53293
53307
|
mounted() {
|
|
53294
53308
|
}
|
|
53295
53309
|
};
|
|
53296
|
-
const _hoisted_1$7 =
|
|
53297
|
-
const _hoisted_2$3 =
|
|
53310
|
+
const _hoisted_1$7 = { key: 0 };
|
|
53311
|
+
const _hoisted_2$3 = ["textContent"];
|
|
53312
|
+
const _hoisted_3$2 = { key: 1 };
|
|
53298
53313
|
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
53299
53314
|
const _component_Icon = resolveComponent("Icon");
|
|
53300
53315
|
const _component_Divider = resolveComponent("Divider");
|
|
@@ -53304,10 +53319,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
53304
53319
|
const _component_PictureBox = resolveComponent("PictureBox");
|
|
53305
53320
|
const _component_VideoBox = resolveComponent("VideoBox");
|
|
53306
53321
|
const _component_BillInfoPanelEditTableControlboxNumberbox = resolveComponent("BillInfoPanelEditTableControlboxNumberbox");
|
|
53307
|
-
return _ctx.hackReset ? (openBlock(), createElementBlock("div",
|
|
53308
|
-
key: 0,
|
|
53309
|
-
onKeydown: _cache[2] || (_cache[2] = withKeys(($event) => _ctx.keyDown("enter"), ["enter"]))
|
|
53310
|
-
}, [
|
|
53322
|
+
return _ctx.hackReset ? (openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
53311
53323
|
_ctx.type === "Divider" ? (openBlock(), createBlock(_component_Divider, {
|
|
53312
53324
|
key: 0,
|
|
53313
53325
|
orientation: _ctx.config.orientation,
|
|
@@ -53322,22 +53334,22 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
53322
53334
|
!!_ctx.config.label ? (openBlock(), createElementBlock("span", {
|
|
53323
53335
|
key: 0,
|
|
53324
53336
|
textContent: toDisplayString(_ctx.config.label)
|
|
53325
|
-
}, null, 8,
|
|
53326
|
-
!!_ctx.config.hide ? (openBlock(), createElementBlock("div",
|
|
53337
|
+
}, null, 8, _hoisted_2$3)) : createCommentVNode("", true),
|
|
53338
|
+
!!_ctx.config.hide ? (openBlock(), createElementBlock("div", _hoisted_3$2, [
|
|
53327
53339
|
_ctx.hideFlag ? (openBlock(), createElementBlock("p", {
|
|
53328
53340
|
key: 0,
|
|
53329
53341
|
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.hide && _ctx.hide(...args), ["stop"])),
|
|
53330
53342
|
class: "efuture-hide-text"
|
|
53331
53343
|
}, [
|
|
53332
53344
|
createVNode(_component_Icon, { type: "ios-arrow-up" }),
|
|
53333
|
-
_cache[
|
|
53345
|
+
_cache[2] || (_cache[2] = createElementVNode("span", null, " \u6536\u8D77\u67E5\u8BE2\u6761\u4EF6 ", -1))
|
|
53334
53346
|
])) : (openBlock(), createElementBlock("p", {
|
|
53335
53347
|
key: 1,
|
|
53336
53348
|
onClick: _cache[1] || (_cache[1] = withModifiers((...args) => _ctx.hide && _ctx.hide(...args), ["stop"])),
|
|
53337
53349
|
class: "efuture-hide-text"
|
|
53338
53350
|
}, [
|
|
53339
53351
|
createVNode(_component_Icon, { type: "ios-arrow-down" }),
|
|
53340
|
-
_cache[
|
|
53352
|
+
_cache[3] || (_cache[3] = createElementVNode("span", null, "\u5C55\u5F00\u67E5\u8BE2\u6761\u4EF6", -1))
|
|
53341
53353
|
]))
|
|
53342
53354
|
])) : createCommentVNode("", true)
|
|
53343
53355
|
]),
|
|
@@ -53411,7 +53423,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
53411
53423
|
onInputValue: _ctx.input,
|
|
53412
53424
|
config: _ctx.config
|
|
53413
53425
|
}, null, 40, ["fatherValue", "readOnly", "onInputValue", "config"]))
|
|
53414
|
-
]
|
|
53426
|
+
])) : createCommentVNode("", true);
|
|
53415
53427
|
}
|
|
53416
53428
|
var BillInfoPanelEditTableControlbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7]]);
|
|
53417
53429
|
var useVxeGridEditTypeKeydownEventHook = {
|
|
@@ -53722,17 +53734,25 @@ const _sfc_main$6 = {
|
|
|
53722
53734
|
this.VG_keyCode13Event($table);
|
|
53723
53735
|
},
|
|
53724
53736
|
valueChanged(obj) {
|
|
53725
|
-
const $tableVM = this.$refs.table;
|
|
53726
|
-
let editRecord = $tableVM.getEditRecord();
|
|
53727
|
-
if (!editRecord) {
|
|
53728
|
-
editRecord = this.VG_currentEditRecord;
|
|
53729
|
-
}
|
|
53730
|
-
const params = { ...obj, rowinfo: editRecord };
|
|
53731
53737
|
const column2 = this.findColumnConfig(obj.name, this.myConfig.items);
|
|
53732
|
-
|
|
53738
|
+
this.addRowInfo(obj, column2);
|
|
53739
|
+
const valueChangedSucc = column2.valueChanged(obj);
|
|
53733
53740
|
this.updateFooterEvent();
|
|
53734
53741
|
return valueChangedSucc;
|
|
53735
53742
|
},
|
|
53743
|
+
setDataBefore(obj, that) {
|
|
53744
|
+
const column2 = this.findColumnConfig(
|
|
53745
|
+
that.myConfig.name,
|
|
53746
|
+
this.myConfig.items
|
|
53747
|
+
);
|
|
53748
|
+
let temp = {};
|
|
53749
|
+
temp.data = obj;
|
|
53750
|
+
temp.tabname = this.myConfig.name;
|
|
53751
|
+
this.addRowInfo(temp, column2);
|
|
53752
|
+
const setDataBeforeSucc = column2.setDataBefore(temp, that);
|
|
53753
|
+
this.updateFooterEvent();
|
|
53754
|
+
return setDataBeforeSucc;
|
|
53755
|
+
},
|
|
53736
53756
|
getData() {
|
|
53737
53757
|
const $table = this.$refs.table;
|
|
53738
53758
|
return $table.getTableData().fullData;
|
|
@@ -53852,8 +53872,39 @@ const _sfc_main$6 = {
|
|
|
53852
53872
|
const $tableVM = this.$refs.table;
|
|
53853
53873
|
$tableVM.removeCheckboxRow();
|
|
53854
53874
|
},
|
|
53855
|
-
setData(data = []) {
|
|
53856
|
-
|
|
53875
|
+
setData(data = [], flag = "set") {
|
|
53876
|
+
switch (flag) {
|
|
53877
|
+
case "set":
|
|
53878
|
+
this.dataList = [...data];
|
|
53879
|
+
break;
|
|
53880
|
+
case "I":
|
|
53881
|
+
const $tableVM = this.$refs.table;
|
|
53882
|
+
$tableVM.remove().then(() => {
|
|
53883
|
+
$tableVM.insertAt([...data], -1);
|
|
53884
|
+
});
|
|
53885
|
+
break;
|
|
53886
|
+
}
|
|
53887
|
+
},
|
|
53888
|
+
addRowInfo(obj, column2) {
|
|
53889
|
+
const $tableVM = this.$refs.table;
|
|
53890
|
+
let editRecord = $tableVM.getEditRecord();
|
|
53891
|
+
if (!editRecord) {
|
|
53892
|
+
editRecord = this.VG_currentEditRecord;
|
|
53893
|
+
}
|
|
53894
|
+
obj.rowinfo = { ...editRecord, index: editRecord.rowIndex };
|
|
53895
|
+
},
|
|
53896
|
+
updataRow(editRecord, item) {
|
|
53897
|
+
const { row, $table } = editRecord;
|
|
53898
|
+
$table.setRow(row, item);
|
|
53899
|
+
},
|
|
53900
|
+
addRow(item) {
|
|
53901
|
+
const $tableVM = this.$refs.table;
|
|
53902
|
+
$tableVM.insertAt(item, -1);
|
|
53903
|
+
},
|
|
53904
|
+
delRow(editRecord) {
|
|
53905
|
+
const { row } = editRecord;
|
|
53906
|
+
const $tableVM = this.$refs.table;
|
|
53907
|
+
$tableVM.remove(row);
|
|
53857
53908
|
},
|
|
53858
53909
|
getSelection() {
|
|
53859
53910
|
const selectDataList = this.$refs.table.getCheckboxRecords(true);
|
|
@@ -53942,7 +53993,10 @@ const _sfc_main$6 = {
|
|
|
53942
53993
|
}
|
|
53943
53994
|
$tableVM.insertAt(dataList, -1);
|
|
53944
53995
|
},
|
|
53945
|
-
|
|
53996
|
+
batchUpdateDatas(record = {}) {
|
|
53997
|
+
const $tableVM = this.$refs.table;
|
|
53998
|
+
const tableData = $tableVM.getTableData().fullData;
|
|
53999
|
+
tableData.forEach((item) => Object.assign(item, record));
|
|
53946
54000
|
},
|
|
53947
54001
|
clearData() {
|
|
53948
54002
|
const $tableVM = this.$refs.table;
|