ocpview-plus 1.2.4 → 1.2.6
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 -58
- package/dist/ocpviewplus.min.esm.js +209 -181
- 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/billquerygrid.vue +194 -125
package/README.md
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
### 1.0.18 更新说明
|
|
3
|
-
ListDetail 模板 EditGrid 增加键盘导航
|
|
4
|
-
|
|
5
|
-
### 1.0.19 更新说明
|
|
6
|
-
ListDetail 模板 EditGrid 屏蔽键盘导航
|
|
7
|
-
|
|
8
|
-
### 1.1.0 更新说明
|
|
9
|
-
支持单据明细导出
|
|
10
|
-
用例简介:
|
|
11
|
-
```
|
|
12
|
-
// 按钮配置
|
|
13
|
-
{
|
|
14
|
-
icon: "custom-export",
|
|
15
|
-
name: "billExport",
|
|
16
|
-
text: "导出",
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
// 多明细导出配置,若非多明细可不配置
|
|
21
|
-
billImportConfig: {
|
|
22
|
-
typeData: [
|
|
23
|
-
{ code: 'goods_1', name: '单品' },
|
|
24
|
-
{ code: 'comb_2', name: '组合' },
|
|
25
|
-
],
|
|
26
|
-
}
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
### 1.1.1 更新说明
|
|
30
|
-
导出默认加mktcode
|
|
31
|
-
|
|
32
|
-
### 1.1.2 更新说明
|
|
33
|
-
导出xls格式
|
|
34
|
-
|
|
35
|
-
### 1.1.3 更新说明
|
|
36
|
-
修复:调整高度导致合计丢失问题
|
|
37
|
-
|
|
38
|
-
### 1.1.4 更新说明
|
|
39
|
-
DateBox 升级,增加快捷赋值操作配置项
|
|
40
|
-
|
|
41
|
-
### 1.1.5 更新说明
|
|
42
|
-
PopTextBox 精灵多级参数透传
|
|
43
|
-
|
|
44
|
-
### 1.1.6 更新说明
|
|
45
|
-
1、LeftListRightDetails 模版增加操作日志功能
|
|
46
|
-
2、Tree 空间查询增强
|
|
47
|
-
|
|
48
|
-
### 1.2.0 更新说明
|
|
49
|
-
tree vue3 升级
|
|
50
|
-
|
|
51
|
-
### 1.2.2 更新说明
|
|
52
|
-
datebox format 修复
|
|
53
|
-
|
|
54
|
-
### 1.2.3 更新说明
|
|
55
|
-
修复treebox回显
|
|
56
|
-
|
|
57
|
-
### 1.2.4 更新说明
|
|
58
|
-
附件按钮只读控制
|
|
1
|
+
|
|
2
|
+
### 1.0.18 更新说明
|
|
3
|
+
ListDetail 模板 EditGrid 增加键盘导航
|
|
4
|
+
|
|
5
|
+
### 1.0.19 更新说明
|
|
6
|
+
ListDetail 模板 EditGrid 屏蔽键盘导航
|
|
7
|
+
|
|
8
|
+
### 1.1.0 更新说明
|
|
9
|
+
支持单据明细导出
|
|
10
|
+
用例简介:
|
|
11
|
+
```
|
|
12
|
+
// 按钮配置
|
|
13
|
+
{
|
|
14
|
+
icon: "custom-export",
|
|
15
|
+
name: "billExport",
|
|
16
|
+
text: "导出",
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
// 多明细导出配置,若非多明细可不配置
|
|
21
|
+
billImportConfig: {
|
|
22
|
+
typeData: [
|
|
23
|
+
{ code: 'goods_1', name: '单品' },
|
|
24
|
+
{ code: 'comb_2', name: '组合' },
|
|
25
|
+
],
|
|
26
|
+
}
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### 1.1.1 更新说明
|
|
30
|
+
导出默认加mktcode
|
|
31
|
+
|
|
32
|
+
### 1.1.2 更新说明
|
|
33
|
+
导出xls格式
|
|
34
|
+
|
|
35
|
+
### 1.1.3 更新说明
|
|
36
|
+
修复:调整高度导致合计丢失问题
|
|
37
|
+
|
|
38
|
+
### 1.1.4 更新说明
|
|
39
|
+
DateBox 升级,增加快捷赋值操作配置项
|
|
40
|
+
|
|
41
|
+
### 1.1.5 更新说明
|
|
42
|
+
PopTextBox 精灵多级参数透传
|
|
43
|
+
|
|
44
|
+
### 1.1.6 更新说明
|
|
45
|
+
1、LeftListRightDetails 模版增加操作日志功能
|
|
46
|
+
2、Tree 空间查询增强
|
|
47
|
+
|
|
48
|
+
### 1.2.0 更新说明
|
|
49
|
+
tree vue3 升级
|
|
50
|
+
|
|
51
|
+
### 1.2.2 更新说明
|
|
52
|
+
datebox format 修复
|
|
53
|
+
|
|
54
|
+
### 1.2.3 更新说明
|
|
55
|
+
修复treebox回显
|
|
56
|
+
|
|
57
|
+
### 1.2.4 更新说明
|
|
58
|
+
附件按钮只读控制
|
|
@@ -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.6";
|
|
457
457
|
const title = "ocpviewPlus";
|
|
458
458
|
const description = "A high quality Service UI components Library with Vue.js";
|
|
459
459
|
const homepage = "";
|
|
@@ -44071,6 +44071,9 @@ const _sfc_main$z = {
|
|
|
44071
44071
|
el2.resizable = true;
|
|
44072
44072
|
}
|
|
44073
44073
|
}
|
|
44074
|
+
if (el2.type === "ComboBox" && el2.codeWithName === void 0) {
|
|
44075
|
+
el2.codeWithName = this.OmdUrl.billQueryComboBoxCodeWithName !== void 0 ? this.OmdUrl.billQueryComboBoxCodeWithName : true;
|
|
44076
|
+
}
|
|
44074
44077
|
});
|
|
44075
44078
|
if (this.myConfig.gridConfig.initRefresh !== void 0) {
|
|
44076
44079
|
this.initRefresh = this.myConfig.gridConfig.initRefresh;
|
|
@@ -44086,7 +44089,9 @@ const _sfc_main$z = {
|
|
|
44086
44089
|
}
|
|
44087
44090
|
this.myConfig.queryConfig = {};
|
|
44088
44091
|
this.myConfig.queryConfig.curHelpUrl = this.config.curHelpUrl;
|
|
44089
|
-
this.myConfig.queryConfig.items = this.$Method.copy(
|
|
44092
|
+
this.myConfig.queryConfig.items = this.$Method.copy(
|
|
44093
|
+
this.myConfig.gridConfig.items
|
|
44094
|
+
);
|
|
44090
44095
|
this.myConfig.queryConfig.modulecode = this.config.modulecode;
|
|
44091
44096
|
this.myConfig.queryConfig.enablePermissions = this.enablePermissions;
|
|
44092
44097
|
if (this.myConfig.btnData) {
|
|
@@ -44097,10 +44102,14 @@ const _sfc_main$z = {
|
|
|
44097
44102
|
}
|
|
44098
44103
|
if (this.myConfig.usercustominfo) {
|
|
44099
44104
|
if (this.myConfig.usercustominfo.filterscene) {
|
|
44100
|
-
this.myConfig.queryConfig.sceneData = this.$Method.copy(
|
|
44105
|
+
this.myConfig.queryConfig.sceneData = this.$Method.copy(
|
|
44106
|
+
this.myConfig.usercustominfo.filterscene
|
|
44107
|
+
);
|
|
44101
44108
|
}
|
|
44102
44109
|
if (this.myConfig.usercustominfo.colset) {
|
|
44103
|
-
this.gridCol = JSON.parse(
|
|
44110
|
+
this.gridCol = JSON.parse(
|
|
44111
|
+
this.$Method.copy(this.myConfig.usercustominfo.colset)
|
|
44112
|
+
);
|
|
44104
44113
|
}
|
|
44105
44114
|
}
|
|
44106
44115
|
this.setChangeGridConfig();
|
|
@@ -44110,7 +44119,9 @@ const _sfc_main$z = {
|
|
|
44110
44119
|
if (this.enablePermissions) {
|
|
44111
44120
|
let btns = [];
|
|
44112
44121
|
this.moduleMethod.forEach((el2) => {
|
|
44113
|
-
let btn = this.rowBtnData.find(
|
|
44122
|
+
let btn = this.rowBtnData.find(
|
|
44123
|
+
(el22) => el2.name === el22.name
|
|
44124
|
+
);
|
|
44114
44125
|
if (btn) {
|
|
44115
44126
|
btns.push(btn);
|
|
44116
44127
|
}
|
|
@@ -44171,7 +44182,9 @@ const _sfc_main$z = {
|
|
|
44171
44182
|
this.$nextTick(() => {
|
|
44172
44183
|
let index = 0;
|
|
44173
44184
|
if (self2.ph_key) {
|
|
44174
|
-
let culIndex = data.findIndex(
|
|
44185
|
+
let culIndex = data.findIndex(
|
|
44186
|
+
(el2) => el2[self2.myConfig.gridConfig.bindSearchParam] === self2.ph_key
|
|
44187
|
+
);
|
|
44175
44188
|
if (culIndex > -1) {
|
|
44176
44189
|
index = culIndex;
|
|
44177
44190
|
}
|
|
@@ -44240,7 +44253,9 @@ const _sfc_main$z = {
|
|
|
44240
44253
|
let items = [];
|
|
44241
44254
|
this.gridCol.forEach((el2) => {
|
|
44242
44255
|
if (el2.name && el2.visible) {
|
|
44243
|
-
let tmp = this.myConfig.gridConfig.items.find(
|
|
44256
|
+
let tmp = this.myConfig.gridConfig.items.find(
|
|
44257
|
+
(el22) => el2.name === el22.name || el2.name === el22.sname
|
|
44258
|
+
);
|
|
44244
44259
|
if (tmp) {
|
|
44245
44260
|
let tmp2 = this.$Method.copy(tmp);
|
|
44246
44261
|
if (el2.fixed) {
|
|
@@ -44283,7 +44298,10 @@ const _sfc_main$z = {
|
|
|
44283
44298
|
},
|
|
44284
44299
|
beforeUnmount() {
|
|
44285
44300
|
if (this.$refs.toolbar) {
|
|
44286
|
-
this.observer.removeListener(
|
|
44301
|
+
this.observer.removeListener(
|
|
44302
|
+
this.$refs.toolbar,
|
|
44303
|
+
this.setOutsideHeight
|
|
44304
|
+
);
|
|
44287
44305
|
}
|
|
44288
44306
|
}
|
|
44289
44307
|
};
|
|
@@ -44327,7 +44345,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
44327
44345
|
createVNode(_component_Dropdown, {
|
|
44328
44346
|
trigger: "custom",
|
|
44329
44347
|
visible: $data.colsetFlag,
|
|
44330
|
-
style: { "position": "absolute", "z-index": "99", "right": "15px", "top": "1px", "padding": "7.5px", "background-color": "#
|
|
44348
|
+
style: { "position": "absolute", "z-index": "99", "right": "15px", "top": "1px", "padding": "7.5px", "background-color": "#f5f7fa" },
|
|
44331
44349
|
placement: "bottom-end",
|
|
44332
44350
|
transfer: $data.transferFlag,
|
|
44333
44351
|
onOnClickoutside: $options.closeColset
|
|
@@ -56480,7 +56498,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56480
56498
|
var mListDetailsV2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$7]]);
|
|
56481
56499
|
var BillListPanelV3QueryBar_vue_vue_type_style_index_0_lang = "";
|
|
56482
56500
|
const _sfc_main$7 = {
|
|
56483
|
-
name: "
|
|
56501
|
+
name: "BillListPanelV3QueryBar",
|
|
56484
56502
|
extends: querybar,
|
|
56485
56503
|
data() {
|
|
56486
56504
|
return {
|
|
@@ -56566,7 +56584,7 @@ const _sfc_main$7 = {
|
|
|
56566
56584
|
}
|
|
56567
56585
|
};
|
|
56568
56586
|
const _hoisted_1$6 = { class: "querybar list-details-v3-panel" };
|
|
56569
|
-
const _hoisted_2$1 = { style: { "margin-top": "
|
|
56587
|
+
const _hoisted_2$1 = { style: { "margin-top": "14px" } };
|
|
56570
56588
|
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56571
56589
|
const _component_FormBox = resolveComponent("FormBox");
|
|
56572
56590
|
const _component_Col = resolveComponent("Col");
|
|
@@ -56579,209 +56597,219 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56579
56597
|
const _component_Dropdown = resolveComponent("Dropdown");
|
|
56580
56598
|
const _component_PromptMessages = resolveComponent("PromptMessages");
|
|
56581
56599
|
const _component_Row = resolveComponent("Row");
|
|
56600
|
+
const _component_Card = resolveComponent("Card");
|
|
56582
56601
|
const _component_BillConditionsBox = resolveComponent("BillConditionsBox");
|
|
56583
56602
|
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
56584
|
-
createVNode(
|
|
56585
|
-
|
|
56586
|
-
|
|
56603
|
+
createVNode(_component_Card, {
|
|
56604
|
+
padding: 0,
|
|
56605
|
+
style: { "padding": "14px 16px" },
|
|
56606
|
+
"dis-hover": ""
|
|
56587
56607
|
}, {
|
|
56588
56608
|
default: withCtx(() => [
|
|
56589
|
-
createVNode(
|
|
56590
|
-
|
|
56591
|
-
|
|
56592
|
-
|
|
56593
|
-
ref: "searchFormListVM",
|
|
56594
|
-
config: $data.searchFormList,
|
|
56595
|
-
dictData: _ctx.dictData
|
|
56596
|
-
}, null, 8, ["config", "dictData"])) : createCommentVNode("", true)
|
|
56597
|
-
]),
|
|
56598
|
-
_: 1
|
|
56599
|
-
}),
|
|
56600
|
-
createVNode(_component_Col, { span: "8" }, {
|
|
56609
|
+
createVNode(_component_Row, {
|
|
56610
|
+
type: "flex",
|
|
56611
|
+
gutter: 0
|
|
56612
|
+
}, {
|
|
56601
56613
|
default: withCtx(() => [
|
|
56602
|
-
createVNode(
|
|
56603
|
-
type: "flex",
|
|
56604
|
-
justify: "end",
|
|
56605
|
-
gutter: 0
|
|
56606
|
-
}, {
|
|
56614
|
+
createVNode(_component_Col, { span: "16" }, {
|
|
56607
56615
|
default: withCtx(() => [
|
|
56608
|
-
|
|
56616
|
+
$data.searchFormListShowType ? (openBlock(), createBlock(_component_FormBox, {
|
|
56617
|
+
key: 0,
|
|
56618
|
+
ref: "searchFormListVM",
|
|
56619
|
+
config: $data.searchFormList,
|
|
56620
|
+
dictData: _ctx.dictData
|
|
56621
|
+
}, null, 8, ["config", "dictData"])) : createCommentVNode("", true)
|
|
56622
|
+
]),
|
|
56623
|
+
_: 1
|
|
56624
|
+
}),
|
|
56625
|
+
createVNode(_component_Col, { span: "8" }, {
|
|
56626
|
+
default: withCtx(() => [
|
|
56627
|
+
createVNode(_component_Row, {
|
|
56628
|
+
type: "flex",
|
|
56629
|
+
justify: "end",
|
|
56630
|
+
gutter: 0
|
|
56631
|
+
}, {
|
|
56609
56632
|
default: withCtx(() => [
|
|
56610
|
-
createVNode(
|
|
56611
|
-
|
|
56612
|
-
|
|
56613
|
-
|
|
56614
|
-
|
|
56615
|
-
|
|
56616
|
-
|
|
56617
|
-
|
|
56633
|
+
createVNode(_component_Col, { style: { "margin-right": "10px" } }, {
|
|
56634
|
+
default: withCtx(() => [
|
|
56635
|
+
createVNode(_component_Button, {
|
|
56636
|
+
customIcon: "iconfont icon-custom-search",
|
|
56637
|
+
type: "primary",
|
|
56638
|
+
onClick: _ctx.search
|
|
56639
|
+
}, {
|
|
56640
|
+
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
56641
|
+
createTextVNode("\u67E5\u8BE2")
|
|
56642
|
+
])),
|
|
56643
|
+
_: 1
|
|
56644
|
+
}, 8, ["onClick"])
|
|
56645
|
+
]),
|
|
56618
56646
|
_: 1
|
|
56619
|
-
},
|
|
56620
|
-
|
|
56621
|
-
|
|
56622
|
-
|
|
56623
|
-
|
|
56624
|
-
|
|
56625
|
-
|
|
56626
|
-
|
|
56627
|
-
|
|
56628
|
-
|
|
56629
|
-
|
|
56630
|
-
|
|
56631
|
-
])
|
|
56647
|
+
}),
|
|
56648
|
+
createVNode(_component_Col, null, {
|
|
56649
|
+
default: withCtx(() => [
|
|
56650
|
+
createVNode(_component_Button, {
|
|
56651
|
+
customIcon: "iconfont icon-custom-reset",
|
|
56652
|
+
onClick: $options.clear
|
|
56653
|
+
}, {
|
|
56654
|
+
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
56655
|
+
createTextVNode("\u91CD\u7F6E")
|
|
56656
|
+
])),
|
|
56657
|
+
_: 1
|
|
56658
|
+
}, 8, ["onClick"])
|
|
56659
|
+
]),
|
|
56632
56660
|
_: 1
|
|
56633
|
-
},
|
|
56634
|
-
|
|
56635
|
-
|
|
56636
|
-
|
|
56637
|
-
|
|
56638
|
-
|
|
56639
|
-
|
|
56640
|
-
|
|
56641
|
-
|
|
56642
|
-
})
|
|
56643
|
-
|
|
56644
|
-
|
|
56645
|
-
|
|
56646
|
-
|
|
56647
|
-
|
|
56648
|
-
|
|
56649
|
-
|
|
56650
|
-
|
|
56651
|
-
|
|
56652
|
-
|
|
56653
|
-
|
|
56654
|
-
|
|
56655
|
-
|
|
56656
|
-
|
|
56661
|
+
}),
|
|
56662
|
+
createVNode(_component_Col, null, {
|
|
56663
|
+
default: withCtx(() => [
|
|
56664
|
+
createVNode(_component_Divider, {
|
|
56665
|
+
type: "vertical",
|
|
56666
|
+
class: "dividercommon"
|
|
56667
|
+
})
|
|
56668
|
+
]),
|
|
56669
|
+
_: 1
|
|
56670
|
+
}),
|
|
56671
|
+
createVNode(_component_Col, { style: { "padding-right": "20px" } }, {
|
|
56672
|
+
default: withCtx(() => [
|
|
56673
|
+
createVNode(_component_Dropdown, {
|
|
56674
|
+
trigger: "custom",
|
|
56675
|
+
visible: _ctx.filterSceneFlag,
|
|
56676
|
+
onOnClick: _ctx.filterAction,
|
|
56677
|
+
placement: "bottom-start",
|
|
56678
|
+
onOnClickoutside: _ctx.closeFilterScene
|
|
56679
|
+
}, {
|
|
56680
|
+
list: withCtx(() => [
|
|
56681
|
+
createVNode(_component_DropdownMenu, null, {
|
|
56682
|
+
default: withCtx(() => [
|
|
56683
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.sceneData, (temp, index) => {
|
|
56684
|
+
return openBlock(), createBlock(_component_DropdownItem, {
|
|
56685
|
+
selected: temp.scenename == _ctx.selectedScence,
|
|
56686
|
+
name: temp.scenename,
|
|
56687
|
+
key: "scene_" + index
|
|
56688
|
+
}, {
|
|
56689
|
+
default: withCtx(() => [
|
|
56690
|
+
createTextVNode(toDisplayString(temp.scenename), 1)
|
|
56691
|
+
]),
|
|
56692
|
+
_: 2
|
|
56693
|
+
}, 1032, ["selected", "name"]);
|
|
56694
|
+
}), 128))
|
|
56695
|
+
]),
|
|
56696
|
+
_: 1
|
|
56697
|
+
})
|
|
56698
|
+
]),
|
|
56657
56699
|
default: withCtx(() => [
|
|
56658
|
-
(
|
|
56659
|
-
|
|
56660
|
-
|
|
56661
|
-
|
|
56662
|
-
|
|
56663
|
-
|
|
56664
|
-
|
|
56665
|
-
|
|
56666
|
-
|
|
56667
|
-
|
|
56668
|
-
|
|
56669
|
-
|
|
56700
|
+
createVNode(_component_Badge, {
|
|
56701
|
+
"class-name": "badgeclass",
|
|
56702
|
+
count: _ctx.sceneNum
|
|
56703
|
+
}, {
|
|
56704
|
+
default: withCtx(() => [
|
|
56705
|
+
createVNode(_component_ButtonGroup, null, {
|
|
56706
|
+
default: withCtx(() => [
|
|
56707
|
+
createVNode(_component_Button, {
|
|
56708
|
+
customIcon: "iconfont icon-custom-filter",
|
|
56709
|
+
onClick: _ctx.updataFilterScene
|
|
56710
|
+
}, {
|
|
56711
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
56712
|
+
createTextVNode("\u9AD8\u7EA7\u67E5\u8BE2")
|
|
56713
|
+
])),
|
|
56714
|
+
_: 1
|
|
56715
|
+
}, 8, ["onClick"]),
|
|
56716
|
+
!_ctx.filterSceneFlag && _ctx.sceneFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56717
|
+
key: 0,
|
|
56718
|
+
icon: "ios-arrow-down",
|
|
56719
|
+
onClick: _ctx.openFilterScene
|
|
56720
|
+
}, null, 8, ["onClick"])) : createCommentVNode("", true),
|
|
56721
|
+
_ctx.filterSceneFlag && _ctx.sceneFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56722
|
+
key: 1,
|
|
56723
|
+
icon: "ios-arrow-up",
|
|
56724
|
+
onClick: _ctx.closeFilterScene
|
|
56725
|
+
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
56726
|
+
]),
|
|
56727
|
+
_: 1
|
|
56728
|
+
})
|
|
56729
|
+
]),
|
|
56730
|
+
_: 1
|
|
56731
|
+
}, 8, ["count"])
|
|
56670
56732
|
]),
|
|
56671
56733
|
_: 1
|
|
56672
|
-
})
|
|
56734
|
+
}, 8, ["visible", "onOnClick", "onOnClickoutside"])
|
|
56673
56735
|
]),
|
|
56736
|
+
_: 1
|
|
56737
|
+
}),
|
|
56738
|
+
createVNode(_component_Col, { style: { "padding-right": "10px" } }, {
|
|
56674
56739
|
default: withCtx(() => [
|
|
56675
|
-
createVNode(
|
|
56676
|
-
|
|
56677
|
-
|
|
56740
|
+
createVNode(_component_Dropdown, {
|
|
56741
|
+
trigger: "custom",
|
|
56742
|
+
visible: _ctx.btnFlag,
|
|
56743
|
+
onOnClick: _ctx.action,
|
|
56744
|
+
placement: "bottom-start",
|
|
56745
|
+
onOnClickoutside: _ctx.closeBtn
|
|
56678
56746
|
}, {
|
|
56747
|
+
list: withCtx(() => [
|
|
56748
|
+
createVNode(_component_DropdownMenu, null, {
|
|
56749
|
+
default: withCtx(() => [
|
|
56750
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.btnData, (item, index) => {
|
|
56751
|
+
return openBlock(), createBlock(_component_DropdownItem, {
|
|
56752
|
+
style: { "padding-left": "0px" },
|
|
56753
|
+
key: "btn_" + index
|
|
56754
|
+
}, {
|
|
56755
|
+
default: withCtx(() => [
|
|
56756
|
+
createVNode(_component_Button, {
|
|
56757
|
+
icon: item.icon,
|
|
56758
|
+
type: "text",
|
|
56759
|
+
customIcon: item.customIcon,
|
|
56760
|
+
onClick: ($event) => _ctx.action(item.name)
|
|
56761
|
+
}, {
|
|
56762
|
+
default: withCtx(() => [
|
|
56763
|
+
createTextVNode(toDisplayString(item.text), 1)
|
|
56764
|
+
]),
|
|
56765
|
+
_: 2
|
|
56766
|
+
}, 1032, ["icon", "customIcon", "onClick"])
|
|
56767
|
+
]),
|
|
56768
|
+
_: 2
|
|
56769
|
+
}, 1024);
|
|
56770
|
+
}), 128))
|
|
56771
|
+
]),
|
|
56772
|
+
_: 1
|
|
56773
|
+
})
|
|
56774
|
+
]),
|
|
56679
56775
|
default: withCtx(() => [
|
|
56680
56776
|
createVNode(_component_ButtonGroup, null, {
|
|
56681
56777
|
default: withCtx(() => [
|
|
56682
|
-
|
|
56683
|
-
|
|
56684
|
-
|
|
56778
|
+
_ctx.addDataBtnFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56779
|
+
key: 0,
|
|
56780
|
+
customIcon: "iconfont icon-custom-add",
|
|
56781
|
+
onClick: _ctx.addData
|
|
56685
56782
|
}, {
|
|
56686
|
-
default: withCtx(() => _cache[
|
|
56687
|
-
createTextVNode("\
|
|
56783
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
56784
|
+
createTextVNode("\u65B0\u589E")
|
|
56688
56785
|
])),
|
|
56689
56786
|
_: 1
|
|
56690
|
-
}, 8, ["onClick"]),
|
|
56691
|
-
!_ctx.
|
|
56692
|
-
key:
|
|
56787
|
+
}, 8, ["onClick"])) : createCommentVNode("", true),
|
|
56788
|
+
!_ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56789
|
+
key: 1,
|
|
56693
56790
|
icon: "ios-arrow-down",
|
|
56694
|
-
onClick: _ctx.
|
|
56791
|
+
onClick: _ctx.openBtn
|
|
56695
56792
|
}, null, 8, ["onClick"])) : createCommentVNode("", true),
|
|
56696
|
-
_ctx.
|
|
56697
|
-
key:
|
|
56793
|
+
_ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56794
|
+
key: 2,
|
|
56698
56795
|
icon: "ios-arrow-up",
|
|
56699
|
-
onClick: _ctx.
|
|
56796
|
+
onClick: _ctx.closeBtn
|
|
56700
56797
|
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
56701
56798
|
]),
|
|
56702
56799
|
_: 1
|
|
56703
56800
|
})
|
|
56704
56801
|
]),
|
|
56705
56802
|
_: 1
|
|
56706
|
-
}, 8, ["
|
|
56803
|
+
}, 8, ["visible", "onOnClick", "onOnClickoutside"])
|
|
56707
56804
|
]),
|
|
56708
56805
|
_: 1
|
|
56709
|
-
},
|
|
56710
|
-
|
|
56711
|
-
_: 1
|
|
56712
|
-
}),
|
|
56713
|
-
createVNode(_component_Col, { style: { "padding-right": "10px" } }, {
|
|
56714
|
-
default: withCtx(() => [
|
|
56715
|
-
createVNode(_component_Dropdown, {
|
|
56716
|
-
trigger: "custom",
|
|
56717
|
-
visible: _ctx.btnFlag,
|
|
56718
|
-
onOnClick: _ctx.action,
|
|
56719
|
-
placement: "bottom-start",
|
|
56720
|
-
onOnClickoutside: _ctx.closeBtn
|
|
56721
|
-
}, {
|
|
56722
|
-
list: withCtx(() => [
|
|
56723
|
-
createVNode(_component_DropdownMenu, null, {
|
|
56724
|
-
default: withCtx(() => [
|
|
56725
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.btnData, (item, index) => {
|
|
56726
|
-
return openBlock(), createBlock(_component_DropdownItem, {
|
|
56727
|
-
style: { "padding-left": "0px" },
|
|
56728
|
-
key: "btn_" + index
|
|
56729
|
-
}, {
|
|
56730
|
-
default: withCtx(() => [
|
|
56731
|
-
createVNode(_component_Button, {
|
|
56732
|
-
icon: item.icon,
|
|
56733
|
-
type: "text",
|
|
56734
|
-
customIcon: item.customIcon,
|
|
56735
|
-
onClick: ($event) => _ctx.action(item.name)
|
|
56736
|
-
}, {
|
|
56737
|
-
default: withCtx(() => [
|
|
56738
|
-
createTextVNode(toDisplayString(item.text), 1)
|
|
56739
|
-
]),
|
|
56740
|
-
_: 2
|
|
56741
|
-
}, 1032, ["icon", "customIcon", "onClick"])
|
|
56742
|
-
]),
|
|
56743
|
-
_: 2
|
|
56744
|
-
}, 1024);
|
|
56745
|
-
}), 128))
|
|
56746
|
-
]),
|
|
56747
|
-
_: 1
|
|
56748
|
-
})
|
|
56749
|
-
]),
|
|
56806
|
+
}),
|
|
56807
|
+
createVNode(_component_Col, null, {
|
|
56750
56808
|
default: withCtx(() => [
|
|
56751
|
-
createVNode(
|
|
56752
|
-
default: withCtx(() => [
|
|
56753
|
-
_ctx.addDataBtnFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56754
|
-
key: 0,
|
|
56755
|
-
customIcon: "iconfont icon-custom-add",
|
|
56756
|
-
onClick: _ctx.addData
|
|
56757
|
-
}, {
|
|
56758
|
-
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
56759
|
-
createTextVNode("\u65B0\u589E")
|
|
56760
|
-
])),
|
|
56761
|
-
_: 1
|
|
56762
|
-
}, 8, ["onClick"])) : createCommentVNode("", true),
|
|
56763
|
-
!_ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56764
|
-
key: 1,
|
|
56765
|
-
icon: "ios-arrow-down",
|
|
56766
|
-
onClick: _ctx.openBtn
|
|
56767
|
-
}, null, 8, ["onClick"])) : createCommentVNode("", true),
|
|
56768
|
-
_ctx.btnFlag && _ctx.moreBtnFlag ? (openBlock(), createBlock(_component_Button, {
|
|
56769
|
-
key: 2,
|
|
56770
|
-
icon: "ios-arrow-up",
|
|
56771
|
-
onClick: _ctx.closeBtn
|
|
56772
|
-
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
56773
|
-
]),
|
|
56774
|
-
_: 1
|
|
56775
|
-
})
|
|
56809
|
+
createVNode(_component_PromptMessages, { style: { "height": "100%" } })
|
|
56776
56810
|
]),
|
|
56777
56811
|
_: 1
|
|
56778
|
-
}
|
|
56779
|
-
]),
|
|
56780
|
-
_: 1
|
|
56781
|
-
}),
|
|
56782
|
-
createVNode(_component_Col, null, {
|
|
56783
|
-
default: withCtx(() => [
|
|
56784
|
-
createVNode(_component_PromptMessages, { style: { "height": "100%" } })
|
|
56812
|
+
})
|
|
56785
56813
|
]),
|
|
56786
56814
|
_: 1
|
|
56787
56815
|
})
|
|
@@ -56860,7 +56888,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56860
56888
|
padding: 0,
|
|
56861
56889
|
"dis-hover": "",
|
|
56862
56890
|
bordered: false,
|
|
56863
|
-
style: { "background": "#
|
|
56891
|
+
style: { "background": "#FAFCFF", "padding": "14px 16px 14px 16px" }
|
|
56864
56892
|
}, {
|
|
56865
56893
|
default: withCtx(() => [
|
|
56866
56894
|
createElementVNode("div", _hoisted_1$5, [
|
|
@@ -56875,7 +56903,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56875
56903
|
createVNode(_component_Card, {
|
|
56876
56904
|
class: "billquerygrid",
|
|
56877
56905
|
padding: 0,
|
|
56878
|
-
bordered:
|
|
56906
|
+
bordered: true,
|
|
56879
56907
|
"dis-hover": ""
|
|
56880
56908
|
}, {
|
|
56881
56909
|
default: withCtx(() => [
|