ocpview-plus 1.2.3 → 1.2.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.
- package/README.md +58 -52
- package/dist/ocpviewplus.min.esm.js +184 -285
- package/dist/ocpviewplus.min.js +2 -2
- package/package.json +1 -1
- package/src/components/masterplate/RewriteListdetails/BillListPanelV3.vue +2 -2
- package/src/components/masterplate/RewriteListdetails/BillListPanelV3QueryBar.vue +122 -117
- package/src/components/masterplate/base.vue +1 -156
|
@@ -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.2.
|
|
456
|
+
const version$2 = "1.2.5";
|
|
457
457
|
const title = "ocpviewPlus";
|
|
458
458
|
const description = "A high quality Service UI components Library with Vue.js";
|
|
459
459
|
const homepage = "";
|
|
@@ -39094,7 +39094,6 @@ const _sfc_main$K = {
|
|
|
39094
39094
|
}
|
|
39095
39095
|
this.setDictData();
|
|
39096
39096
|
this.importReset = false;
|
|
39097
|
-
console.log("---------- base \u6267\u884C\u5B8C\u6BD5");
|
|
39098
39097
|
this.$nextTick(() => {
|
|
39099
39098
|
this.importReset = true;
|
|
39100
39099
|
});
|
|
@@ -39244,116 +39243,6 @@ const _sfc_main$K = {
|
|
|
39244
39243
|
Object.assign(items[index], tmp);
|
|
39245
39244
|
}
|
|
39246
39245
|
},
|
|
39247
|
-
loadDynamicConfig() {
|
|
39248
|
-
try {
|
|
39249
|
-
const postData = {
|
|
39250
|
-
modulecode: this.globalConfig.modulecode,
|
|
39251
|
-
moduleid: this.globalConfig.modulecode
|
|
39252
|
-
};
|
|
39253
|
-
this.asyncPost(
|
|
39254
|
-
this.uiconfig.resources,
|
|
39255
|
-
"uiconfigs.getPageConfig",
|
|
39256
|
-
postData,
|
|
39257
|
-
(data) => {
|
|
39258
|
-
if (!data || !this.uiconfig) {
|
|
39259
|
-
console.log("1 \u6CA1\u6709\u914D\u7F6E\u6570\u636E");
|
|
39260
|
-
return;
|
|
39261
|
-
}
|
|
39262
|
-
this.mergeDynamicConfig(
|
|
39263
|
-
this.uiconfig,
|
|
39264
|
-
data
|
|
39265
|
-
);
|
|
39266
|
-
},
|
|
39267
|
-
function(data) {
|
|
39268
|
-
console.error(data);
|
|
39269
|
-
},
|
|
39270
|
-
function(data) {
|
|
39271
|
-
console.error(data);
|
|
39272
|
-
}
|
|
39273
|
-
);
|
|
39274
|
-
} catch (e10) {
|
|
39275
|
-
console.error("\u52A8\u6001\u914D\u7F6E\u52A0\u8F7D\u5931\u8D25", e10);
|
|
39276
|
-
}
|
|
39277
|
-
},
|
|
39278
|
-
mergeDynamicConfig(localConfig, serverConfig) {
|
|
39279
|
-
if (!localConfig || !serverConfig) {
|
|
39280
|
-
console.log("1 \u6CA1\u6709\u914D\u7F6E\u6570\u636E");
|
|
39281
|
-
return;
|
|
39282
|
-
}
|
|
39283
|
-
if (localConfig.billQueryConfig.gridConfig.items && serverConfig.billQueryConfig.gridConfig.items) {
|
|
39284
|
-
this.mergeFlatItems(
|
|
39285
|
-
localConfig.billQueryConfig.gridConfig.items,
|
|
39286
|
-
serverConfig.billQueryConfig.gridConfig.items
|
|
39287
|
-
);
|
|
39288
|
-
}
|
|
39289
|
-
if (localConfig.detailConfig && serverConfig.detailConfig) {
|
|
39290
|
-
this.mergeDetailConfig(
|
|
39291
|
-
localConfig.detailConfig,
|
|
39292
|
-
serverConfig.detailConfig
|
|
39293
|
-
);
|
|
39294
|
-
}
|
|
39295
|
-
},
|
|
39296
|
-
mergeDetailConfig(localDetail, serverDetail) {
|
|
39297
|
-
if (localDetail.formsConfig.items && serverDetail.formsConfig.items) {
|
|
39298
|
-
this.mergeContainerItems(
|
|
39299
|
-
localDetail.formsConfig.items,
|
|
39300
|
-
serverDetail.formsConfig.items
|
|
39301
|
-
);
|
|
39302
|
-
}
|
|
39303
|
-
if (localDetail.billDetailConfig.items && serverDetail.billDetailConfig.items) {
|
|
39304
|
-
this.mergeContainerItems(
|
|
39305
|
-
localDetail.billDetailConfig.items,
|
|
39306
|
-
serverDetail.billDetailConfig.items
|
|
39307
|
-
);
|
|
39308
|
-
}
|
|
39309
|
-
},
|
|
39310
|
-
mergeContainerItems(localContainers, serverContainers) {
|
|
39311
|
-
const containerMap = this.buildItemMap(localContainers);
|
|
39312
|
-
serverContainers.forEach((serverContainer) => {
|
|
39313
|
-
const localContainer = containerMap.get(serverContainer.name);
|
|
39314
|
-
if (!localContainer) {
|
|
39315
|
-
console.log("2 \u6CA1\u6709\u914D\u7F6Elocalcontainer");
|
|
39316
|
-
return;
|
|
39317
|
-
}
|
|
39318
|
-
Object.assign(localContainer, serverContainer);
|
|
39319
|
-
if (Array.isArray(localContainer.items) && Array.isArray(serverContainer.items)) {
|
|
39320
|
-
this.mergeFlatItems(
|
|
39321
|
-
localContainer.items,
|
|
39322
|
-
serverContainer.items
|
|
39323
|
-
);
|
|
39324
|
-
}
|
|
39325
|
-
});
|
|
39326
|
-
},
|
|
39327
|
-
mergeFlatItems(localItems, serverItems) {
|
|
39328
|
-
const fieldMap = this.buildItemMap(localItems);
|
|
39329
|
-
serverItems.forEach((serverItem) => {
|
|
39330
|
-
const localItem = fieldMap.get(serverItem.name);
|
|
39331
|
-
console.log(serverItem.name, localItem);
|
|
39332
|
-
if (localItem) {
|
|
39333
|
-
console.log("\u5408\u5E76\u524D", localItem);
|
|
39334
|
-
Object.assign(localItem, serverItem);
|
|
39335
|
-
console.log("merge\u540E", JSON.stringify(this.uiconfig));
|
|
39336
|
-
this.uiconfig = Object.assign({}, this.uiconfig);
|
|
39337
|
-
}
|
|
39338
|
-
});
|
|
39339
|
-
},
|
|
39340
|
-
buildItemMap(items, map2 = /* @__PURE__ */ new Map()) {
|
|
39341
|
-
if (!Array.isArray(items))
|
|
39342
|
-
return map2;
|
|
39343
|
-
items.forEach((item) => {
|
|
39344
|
-
if (!item) {
|
|
39345
|
-
console.log("3 \u6CA1\u6709\u914D\u7F6E\u6570\u636E");
|
|
39346
|
-
return;
|
|
39347
|
-
}
|
|
39348
|
-
if (item.name) {
|
|
39349
|
-
map2.set(item.name, item);
|
|
39350
|
-
}
|
|
39351
|
-
if (Array.isArray(item.items)) {
|
|
39352
|
-
this.buildItemMap(item.items, map2);
|
|
39353
|
-
}
|
|
39354
|
-
});
|
|
39355
|
-
return map2;
|
|
39356
|
-
},
|
|
39357
39246
|
_isFun(pro) {
|
|
39358
39247
|
let index = this.eventObject.findIndex((el2) => el2 === pro);
|
|
39359
39248
|
if (index > -1) {
|
|
@@ -39412,6 +39301,7 @@ const _sfc_main$K = {
|
|
|
39412
39301
|
return;
|
|
39413
39302
|
}
|
|
39414
39303
|
this.$refs.detailappendix.setData(obj.billno, obj.billmoduleid, obj.idkey);
|
|
39304
|
+
this.$refs.detailappendix.setReadOnly(e10.readOnly);
|
|
39415
39305
|
this.$nextTick(() => {
|
|
39416
39306
|
if (e10.readOnly) {
|
|
39417
39307
|
let data2 = this.$refs.detailappendix.getData();
|
|
@@ -49219,7 +49109,6 @@ const _sfc_main$r = {
|
|
|
49219
49109
|
}
|
|
49220
49110
|
this.billApprovalConfig.resources = this.myConfig.resources;
|
|
49221
49111
|
this.billApprovalConfig.classPrefix = this.myConfig.classPrefix;
|
|
49222
|
-
console.log("------------- listdetail\u6267\u884C\u5B8C\u6BD5");
|
|
49223
49112
|
},
|
|
49224
49113
|
methods: {
|
|
49225
49114
|
setLogName() {
|
|
@@ -56591,7 +56480,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56591
56480
|
var mListDetailsV2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$7]]);
|
|
56592
56481
|
var BillListPanelV3QueryBar_vue_vue_type_style_index_0_lang = "";
|
|
56593
56482
|
const _sfc_main$7 = {
|
|
56594
|
-
name: "
|
|
56483
|
+
name: "BillListPanelV3QueryBar",
|
|
56595
56484
|
extends: querybar,
|
|
56596
56485
|
data() {
|
|
56597
56486
|
return {
|
|
@@ -56677,7 +56566,7 @@ const _sfc_main$7 = {
|
|
|
56677
56566
|
}
|
|
56678
56567
|
};
|
|
56679
56568
|
const _hoisted_1$6 = { class: "querybar list-details-v3-panel" };
|
|
56680
|
-
const _hoisted_2$1 = { style: { "margin-top": "
|
|
56569
|
+
const _hoisted_2$1 = { style: { "margin-top": "14px" } };
|
|
56681
56570
|
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56682
56571
|
const _component_FormBox = resolveComponent("FormBox");
|
|
56683
56572
|
const _component_Col = resolveComponent("Col");
|
|
@@ -56690,209 +56579,219 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56690
56579
|
const _component_Dropdown = resolveComponent("Dropdown");
|
|
56691
56580
|
const _component_PromptMessages = resolveComponent("PromptMessages");
|
|
56692
56581
|
const _component_Row = resolveComponent("Row");
|
|
56582
|
+
const _component_Card = resolveComponent("Card");
|
|
56693
56583
|
const _component_BillConditionsBox = resolveComponent("BillConditionsBox");
|
|
56694
56584
|
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
56695
|
-
createVNode(
|
|
56696
|
-
|
|
56697
|
-
|
|
56585
|
+
createVNode(_component_Card, {
|
|
56586
|
+
padding: 0,
|
|
56587
|
+
style: { "padding": "14px 16px" },
|
|
56588
|
+
"dis-hover": ""
|
|
56698
56589
|
}, {
|
|
56699
56590
|
default: withCtx(() => [
|
|
56700
|
-
createVNode(
|
|
56701
|
-
|
|
56702
|
-
|
|
56703
|
-
|
|
56704
|
-
ref: "searchFormListVM",
|
|
56705
|
-
config: $data.searchFormList,
|
|
56706
|
-
dictData: _ctx.dictData
|
|
56707
|
-
}, null, 8, ["config", "dictData"])) : createCommentVNode("", true)
|
|
56708
|
-
]),
|
|
56709
|
-
_: 1
|
|
56710
|
-
}),
|
|
56711
|
-
createVNode(_component_Col, { span: "8" }, {
|
|
56591
|
+
createVNode(_component_Row, {
|
|
56592
|
+
type: "flex",
|
|
56593
|
+
gutter: 0
|
|
56594
|
+
}, {
|
|
56712
56595
|
default: withCtx(() => [
|
|
56713
|
-
createVNode(
|
|
56714
|
-
type: "flex",
|
|
56715
|
-
justify: "end",
|
|
56716
|
-
gutter: 0
|
|
56717
|
-
}, {
|
|
56596
|
+
createVNode(_component_Col, { span: "16" }, {
|
|
56718
56597
|
default: withCtx(() => [
|
|
56719
|
-
|
|
56598
|
+
$data.searchFormListShowType ? (openBlock(), createBlock(_component_FormBox, {
|
|
56599
|
+
key: 0,
|
|
56600
|
+
ref: "searchFormListVM",
|
|
56601
|
+
config: $data.searchFormList,
|
|
56602
|
+
dictData: _ctx.dictData
|
|
56603
|
+
}, null, 8, ["config", "dictData"])) : createCommentVNode("", true)
|
|
56604
|
+
]),
|
|
56605
|
+
_: 1
|
|
56606
|
+
}),
|
|
56607
|
+
createVNode(_component_Col, { span: "8" }, {
|
|
56608
|
+
default: withCtx(() => [
|
|
56609
|
+
createVNode(_component_Row, {
|
|
56610
|
+
type: "flex",
|
|
56611
|
+
justify: "end",
|
|
56612
|
+
gutter: 0
|
|
56613
|
+
}, {
|
|
56720
56614
|
default: withCtx(() => [
|
|
56721
|
-
createVNode(
|
|
56722
|
-
|
|
56723
|
-
|
|
56724
|
-
|
|
56725
|
-
|
|
56726
|
-
|
|
56727
|
-
|
|
56728
|
-
|
|
56615
|
+
createVNode(_component_Col, { style: { "margin-right": "10px" } }, {
|
|
56616
|
+
default: withCtx(() => [
|
|
56617
|
+
createVNode(_component_Button, {
|
|
56618
|
+
customIcon: "iconfont icon-custom-search",
|
|
56619
|
+
type: "primary",
|
|
56620
|
+
onClick: _ctx.search
|
|
56621
|
+
}, {
|
|
56622
|
+
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
56623
|
+
createTextVNode("\u67E5\u8BE2")
|
|
56624
|
+
])),
|
|
56625
|
+
_: 1
|
|
56626
|
+
}, 8, ["onClick"])
|
|
56627
|
+
]),
|
|
56729
56628
|
_: 1
|
|
56730
|
-
},
|
|
56731
|
-
|
|
56732
|
-
|
|
56733
|
-
|
|
56734
|
-
|
|
56735
|
-
|
|
56736
|
-
|
|
56737
|
-
|
|
56738
|
-
|
|
56739
|
-
|
|
56740
|
-
|
|
56741
|
-
|
|
56742
|
-
])
|
|
56629
|
+
}),
|
|
56630
|
+
createVNode(_component_Col, null, {
|
|
56631
|
+
default: withCtx(() => [
|
|
56632
|
+
createVNode(_component_Button, {
|
|
56633
|
+
customIcon: "iconfont icon-custom-reset",
|
|
56634
|
+
onClick: $options.clear
|
|
56635
|
+
}, {
|
|
56636
|
+
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
56637
|
+
createTextVNode("\u91CD\u7F6E")
|
|
56638
|
+
])),
|
|
56639
|
+
_: 1
|
|
56640
|
+
}, 8, ["onClick"])
|
|
56641
|
+
]),
|
|
56743
56642
|
_: 1
|
|
56744
|
-
},
|
|
56745
|
-
|
|
56746
|
-
|
|
56747
|
-
|
|
56748
|
-
|
|
56749
|
-
|
|
56750
|
-
|
|
56751
|
-
|
|
56752
|
-
|
|
56753
|
-
})
|
|
56754
|
-
|
|
56755
|
-
|
|
56756
|
-
|
|
56757
|
-
|
|
56758
|
-
|
|
56759
|
-
|
|
56760
|
-
|
|
56761
|
-
|
|
56762
|
-
|
|
56763
|
-
|
|
56764
|
-
|
|
56765
|
-
|
|
56766
|
-
|
|
56767
|
-
|
|
56643
|
+
}),
|
|
56644
|
+
createVNode(_component_Col, null, {
|
|
56645
|
+
default: withCtx(() => [
|
|
56646
|
+
createVNode(_component_Divider, {
|
|
56647
|
+
type: "vertical",
|
|
56648
|
+
class: "dividercommon"
|
|
56649
|
+
})
|
|
56650
|
+
]),
|
|
56651
|
+
_: 1
|
|
56652
|
+
}),
|
|
56653
|
+
createVNode(_component_Col, { style: { "padding-right": "20px" } }, {
|
|
56654
|
+
default: withCtx(() => [
|
|
56655
|
+
createVNode(_component_Dropdown, {
|
|
56656
|
+
trigger: "custom",
|
|
56657
|
+
visible: _ctx.filterSceneFlag,
|
|
56658
|
+
onOnClick: _ctx.filterAction,
|
|
56659
|
+
placement: "bottom-start",
|
|
56660
|
+
onOnClickoutside: _ctx.closeFilterScene
|
|
56661
|
+
}, {
|
|
56662
|
+
list: withCtx(() => [
|
|
56663
|
+
createVNode(_component_DropdownMenu, null, {
|
|
56664
|
+
default: withCtx(() => [
|
|
56665
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.sceneData, (temp, index) => {
|
|
56666
|
+
return openBlock(), createBlock(_component_DropdownItem, {
|
|
56667
|
+
selected: temp.scenename == _ctx.selectedScence,
|
|
56668
|
+
name: temp.scenename,
|
|
56669
|
+
key: "scene_" + index
|
|
56670
|
+
}, {
|
|
56671
|
+
default: withCtx(() => [
|
|
56672
|
+
createTextVNode(toDisplayString(temp.scenename), 1)
|
|
56673
|
+
]),
|
|
56674
|
+
_: 2
|
|
56675
|
+
}, 1032, ["selected", "name"]);
|
|
56676
|
+
}), 128))
|
|
56677
|
+
]),
|
|
56678
|
+
_: 1
|
|
56679
|
+
})
|
|
56680
|
+
]),
|
|
56768
56681
|
default: withCtx(() => [
|
|
56769
|
-
(
|
|
56770
|
-
|
|
56771
|
-
|
|
56772
|
-
|
|
56773
|
-
|
|
56774
|
-
|
|
56775
|
-
|
|
56776
|
-
|
|
56777
|
-
|
|
56778
|
-
|
|
56779
|
-
|
|
56780
|
-
|
|
56682
|
+
createVNode(_component_Badge, {
|
|
56683
|
+
"class-name": "badgeclass",
|
|
56684
|
+
count: _ctx.sceneNum
|
|
56685
|
+
}, {
|
|
56686
|
+
default: withCtx(() => [
|
|
56687
|
+
createVNode(_component_ButtonGroup, null, {
|
|
56688
|
+
default: withCtx(() => [
|
|
56689
|
+
createVNode(_component_Button, {
|
|
56690
|
+
customIcon: "iconfont icon-custom-filter",
|
|
56691
|
+
onClick: _ctx.updataFilterScene
|
|
56692
|
+
}, {
|
|
56693
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
56694
|
+
createTextVNode("\u9AD8\u7EA7\u67E5\u8BE2")
|
|
56695
|
+
])),
|
|
56696
|
+
_: 1
|
|
56697
|
+
}, 8, ["onClick"]),
|
|
56698
|
+
!_ctx.filterSceneFlag && _ctx.sceneFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56699
|
+
key: 0,
|
|
56700
|
+
icon: "ios-arrow-down",
|
|
56701
|
+
onClick: _ctx.openFilterScene
|
|
56702
|
+
}, null, 8, ["onClick"])) : createCommentVNode("", true),
|
|
56703
|
+
_ctx.filterSceneFlag && _ctx.sceneFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56704
|
+
key: 1,
|
|
56705
|
+
icon: "ios-arrow-up",
|
|
56706
|
+
onClick: _ctx.closeFilterScene
|
|
56707
|
+
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
56708
|
+
]),
|
|
56709
|
+
_: 1
|
|
56710
|
+
})
|
|
56711
|
+
]),
|
|
56712
|
+
_: 1
|
|
56713
|
+
}, 8, ["count"])
|
|
56781
56714
|
]),
|
|
56782
56715
|
_: 1
|
|
56783
|
-
})
|
|
56716
|
+
}, 8, ["visible", "onOnClick", "onOnClickoutside"])
|
|
56784
56717
|
]),
|
|
56718
|
+
_: 1
|
|
56719
|
+
}),
|
|
56720
|
+
createVNode(_component_Col, { style: { "padding-right": "10px" } }, {
|
|
56785
56721
|
default: withCtx(() => [
|
|
56786
|
-
createVNode(
|
|
56787
|
-
|
|
56788
|
-
|
|
56722
|
+
createVNode(_component_Dropdown, {
|
|
56723
|
+
trigger: "custom",
|
|
56724
|
+
visible: _ctx.btnFlag,
|
|
56725
|
+
onOnClick: _ctx.action,
|
|
56726
|
+
placement: "bottom-start",
|
|
56727
|
+
onOnClickoutside: _ctx.closeBtn
|
|
56789
56728
|
}, {
|
|
56729
|
+
list: withCtx(() => [
|
|
56730
|
+
createVNode(_component_DropdownMenu, null, {
|
|
56731
|
+
default: withCtx(() => [
|
|
56732
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.btnData, (item, index) => {
|
|
56733
|
+
return openBlock(), createBlock(_component_DropdownItem, {
|
|
56734
|
+
style: { "padding-left": "0px" },
|
|
56735
|
+
key: "btn_" + index
|
|
56736
|
+
}, {
|
|
56737
|
+
default: withCtx(() => [
|
|
56738
|
+
createVNode(_component_Button, {
|
|
56739
|
+
icon: item.icon,
|
|
56740
|
+
type: "text",
|
|
56741
|
+
customIcon: item.customIcon,
|
|
56742
|
+
onClick: ($event) => _ctx.action(item.name)
|
|
56743
|
+
}, {
|
|
56744
|
+
default: withCtx(() => [
|
|
56745
|
+
createTextVNode(toDisplayString(item.text), 1)
|
|
56746
|
+
]),
|
|
56747
|
+
_: 2
|
|
56748
|
+
}, 1032, ["icon", "customIcon", "onClick"])
|
|
56749
|
+
]),
|
|
56750
|
+
_: 2
|
|
56751
|
+
}, 1024);
|
|
56752
|
+
}), 128))
|
|
56753
|
+
]),
|
|
56754
|
+
_: 1
|
|
56755
|
+
})
|
|
56756
|
+
]),
|
|
56790
56757
|
default: withCtx(() => [
|
|
56791
56758
|
createVNode(_component_ButtonGroup, null, {
|
|
56792
56759
|
default: withCtx(() => [
|
|
56793
|
-
|
|
56794
|
-
|
|
56795
|
-
|
|
56760
|
+
_ctx.addDataBtnFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56761
|
+
key: 0,
|
|
56762
|
+
customIcon: "iconfont icon-custom-add",
|
|
56763
|
+
onClick: _ctx.addData
|
|
56796
56764
|
}, {
|
|
56797
|
-
default: withCtx(() => _cache[
|
|
56798
|
-
createTextVNode("\
|
|
56765
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
56766
|
+
createTextVNode("\u65B0\u589E")
|
|
56799
56767
|
])),
|
|
56800
56768
|
_: 1
|
|
56801
|
-
}, 8, ["onClick"]),
|
|
56802
|
-
!_ctx.
|
|
56803
|
-
key:
|
|
56769
|
+
}, 8, ["onClick"])) : createCommentVNode("", true),
|
|
56770
|
+
!_ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56771
|
+
key: 1,
|
|
56804
56772
|
icon: "ios-arrow-down",
|
|
56805
|
-
onClick: _ctx.
|
|
56773
|
+
onClick: _ctx.openBtn
|
|
56806
56774
|
}, null, 8, ["onClick"])) : createCommentVNode("", true),
|
|
56807
|
-
_ctx.
|
|
56808
|
-
key:
|
|
56775
|
+
_ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56776
|
+
key: 2,
|
|
56809
56777
|
icon: "ios-arrow-up",
|
|
56810
|
-
onClick: _ctx.
|
|
56778
|
+
onClick: _ctx.closeBtn
|
|
56811
56779
|
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
56812
56780
|
]),
|
|
56813
56781
|
_: 1
|
|
56814
56782
|
})
|
|
56815
56783
|
]),
|
|
56816
56784
|
_: 1
|
|
56817
|
-
}, 8, ["
|
|
56785
|
+
}, 8, ["visible", "onOnClick", "onOnClickoutside"])
|
|
56818
56786
|
]),
|
|
56819
56787
|
_: 1
|
|
56820
|
-
},
|
|
56821
|
-
|
|
56822
|
-
_: 1
|
|
56823
|
-
}),
|
|
56824
|
-
createVNode(_component_Col, { style: { "padding-right": "10px" } }, {
|
|
56825
|
-
default: withCtx(() => [
|
|
56826
|
-
createVNode(_component_Dropdown, {
|
|
56827
|
-
trigger: "custom",
|
|
56828
|
-
visible: _ctx.btnFlag,
|
|
56829
|
-
onOnClick: _ctx.action,
|
|
56830
|
-
placement: "bottom-start",
|
|
56831
|
-
onOnClickoutside: _ctx.closeBtn
|
|
56832
|
-
}, {
|
|
56833
|
-
list: withCtx(() => [
|
|
56834
|
-
createVNode(_component_DropdownMenu, null, {
|
|
56835
|
-
default: withCtx(() => [
|
|
56836
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.btnData, (item, index) => {
|
|
56837
|
-
return openBlock(), createBlock(_component_DropdownItem, {
|
|
56838
|
-
style: { "padding-left": "0px" },
|
|
56839
|
-
key: "btn_" + index
|
|
56840
|
-
}, {
|
|
56841
|
-
default: withCtx(() => [
|
|
56842
|
-
createVNode(_component_Button, {
|
|
56843
|
-
icon: item.icon,
|
|
56844
|
-
type: "text",
|
|
56845
|
-
customIcon: item.customIcon,
|
|
56846
|
-
onClick: ($event) => _ctx.action(item.name)
|
|
56847
|
-
}, {
|
|
56848
|
-
default: withCtx(() => [
|
|
56849
|
-
createTextVNode(toDisplayString(item.text), 1)
|
|
56850
|
-
]),
|
|
56851
|
-
_: 2
|
|
56852
|
-
}, 1032, ["icon", "customIcon", "onClick"])
|
|
56853
|
-
]),
|
|
56854
|
-
_: 2
|
|
56855
|
-
}, 1024);
|
|
56856
|
-
}), 128))
|
|
56857
|
-
]),
|
|
56858
|
-
_: 1
|
|
56859
|
-
})
|
|
56860
|
-
]),
|
|
56788
|
+
}),
|
|
56789
|
+
createVNode(_component_Col, null, {
|
|
56861
56790
|
default: withCtx(() => [
|
|
56862
|
-
createVNode(
|
|
56863
|
-
default: withCtx(() => [
|
|
56864
|
-
_ctx.addDataBtnFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56865
|
-
key: 0,
|
|
56866
|
-
customIcon: "iconfont icon-custom-add",
|
|
56867
|
-
onClick: _ctx.addData
|
|
56868
|
-
}, {
|
|
56869
|
-
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
56870
|
-
createTextVNode("\u65B0\u589E")
|
|
56871
|
-
])),
|
|
56872
|
-
_: 1
|
|
56873
|
-
}, 8, ["onClick"])) : createCommentVNode("", true),
|
|
56874
|
-
!_ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56875
|
-
key: 1,
|
|
56876
|
-
icon: "ios-arrow-down",
|
|
56877
|
-
onClick: _ctx.openBtn
|
|
56878
|
-
}, null, 8, ["onClick"])) : createCommentVNode("", true),
|
|
56879
|
-
_ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56880
|
-
key: 2,
|
|
56881
|
-
icon: "ios-arrow-up",
|
|
56882
|
-
onClick: _ctx.closeBtn
|
|
56883
|
-
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
56884
|
-
]),
|
|
56885
|
-
_: 1
|
|
56886
|
-
})
|
|
56791
|
+
createVNode(_component_PromptMessages, { style: { "height": "100%" } })
|
|
56887
56792
|
]),
|
|
56888
56793
|
_: 1
|
|
56889
|
-
}
|
|
56890
|
-
]),
|
|
56891
|
-
_: 1
|
|
56892
|
-
}),
|
|
56893
|
-
createVNode(_component_Col, null, {
|
|
56894
|
-
default: withCtx(() => [
|
|
56895
|
-
createVNode(_component_PromptMessages, { style: { "height": "100%" } })
|
|
56794
|
+
})
|
|
56896
56795
|
]),
|
|
56897
56796
|
_: 1
|
|
56898
56797
|
})
|
|
@@ -56971,7 +56870,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56971
56870
|
padding: 0,
|
|
56972
56871
|
"dis-hover": "",
|
|
56973
56872
|
bordered: false,
|
|
56974
|
-
style: { "background": "#
|
|
56873
|
+
style: { "background": "#FAFCFF", "padding": "14px 16px 14px 16px" }
|
|
56975
56874
|
}, {
|
|
56976
56875
|
default: withCtx(() => [
|
|
56977
56876
|
createElementVNode("div", _hoisted_1$5, [
|
|
@@ -56986,7 +56885,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56986
56885
|
createVNode(_component_Card, {
|
|
56987
56886
|
class: "billquerygrid",
|
|
56988
56887
|
padding: 0,
|
|
56989
|
-
bordered:
|
|
56888
|
+
bordered: true,
|
|
56990
56889
|
"dis-hover": ""
|
|
56991
56890
|
}, {
|
|
56992
56891
|
default: withCtx(() => [
|