@fmdeui/fmui 1.0.107 → 1.0.109
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/es/components/fm-autocomplete/component/supplierSelectDialog.vue.d.ts +69 -0
- package/es/components/fm-autocomplete/index.vue.d.ts +2 -2
- package/es/packages/components/fm-autocomplete/component/supplierSelectDialog.vue.mjs +5 -0
- package/es/packages/components/fm-autocomplete/component/supplierSelectDialog.vue2.mjs +370 -0
- package/es/packages/components/fm-autocomplete/index.vue2.mjs +19 -6
- package/es/packages/hooks/limitsFunction.mjs +1 -1
- package/index.js +465 -89
- package/index.min.js +6 -6
- package/index.min.mjs +6 -6
- package/index.mjs +465 -89
- package/lib/components/fm-autocomplete/component/supplierSelectDialog.vue.d.ts +69 -0
- package/lib/components/fm-autocomplete/index.vue.d.ts +2 -2
- package/lib/packages/components/fm-autocomplete/component/supplierSelectDialog.vue.js +9 -0
- package/lib/packages/components/fm-autocomplete/component/supplierSelectDialog.vue2.js +374 -0
- package/lib/packages/components/fm-autocomplete/index.vue2.js +18 -5
- package/lib/packages/hooks/limitsFunction.js +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/package.json +1 -1
- /package/es/{make-installer.css → defaults.css} +0 -0
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.109 */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vxe-table'), require('@vxe-ui/plugin-render-element'), require('@vxe-ui/plugin-export-xlsx'), require('vxe-pc-ui'), require('exceljs'), require('@element-plus/icons-vue'), require('vue'), require('element-plus'), require('lodash-es'), require('js-cookie'), require('pinia'), require('vue-router'), require('@vueuse/core'), require('crypto-js'), require('xlsx-js-style'), require('vue-i18n'), require('sortablejs'), require('screenfull'), require('push.js'), require('mitt'), require('@microsoft/signalr'), require('axios')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'vxe-table', '@vxe-ui/plugin-render-element', '@vxe-ui/plugin-export-xlsx', 'vxe-pc-ui', 'exceljs', '@element-plus/icons-vue', 'vue', 'element-plus', 'lodash-es', 'js-cookie', 'pinia', 'vue-router', '@vueuse/core', 'crypto-js', 'xlsx-js-style', 'vue-i18n', 'sortablejs', 'screenfull', 'push.js', 'mitt', '@microsoft/signalr', 'axios'], factory) :
|
|
@@ -20161,7 +20161,7 @@
|
|
|
20161
20161
|
app.use(VxeUITable);
|
|
20162
20162
|
};
|
|
20163
20163
|
|
|
20164
|
-
var _sfc_main$
|
|
20164
|
+
var _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
20165
20165
|
...{
|
|
20166
20166
|
name: "FButton"
|
|
20167
20167
|
},
|
|
@@ -20231,7 +20231,7 @@
|
|
|
20231
20231
|
}
|
|
20232
20232
|
});
|
|
20233
20233
|
|
|
20234
|
-
const FButton = _sfc_main$
|
|
20234
|
+
const FButton = _sfc_main$L;
|
|
20235
20235
|
|
|
20236
20236
|
const buildTranslator = (locale) => (path, option) => translate(path, option, vue.unref(locale));
|
|
20237
20237
|
const translate = (path, option, locale) => lodashEs.get(locale, path, path).replace(
|
|
@@ -20897,16 +20897,16 @@
|
|
|
20897
20897
|
const ItemField = (_d = (_c = (_b = (_a = (stores.userInfos.formDes || []).find((f) => f.path === route.path)) == null ? void 0 : _a.formData) == null ? void 0 : _b.find((pack) => pack.flag === flag)) == null ? void 0 : _c.formData) == null ? void 0 : _d.find((item) => (item == null ? void 0 : item.field) === field);
|
|
20898
20898
|
let width = defaultValue;
|
|
20899
20899
|
if (ItemField) {
|
|
20900
|
-
if (ItemField.width) {
|
|
20900
|
+
if (ItemField.width && ItemField.width != "" && ItemField.width > 0) {
|
|
20901
20901
|
width = ItemField.width + ItemField.widthUnit;
|
|
20902
20902
|
}
|
|
20903
20903
|
}
|
|
20904
20904
|
return isJson ? width != "" ? { width } : "" : width;
|
|
20905
20905
|
}
|
|
20906
20906
|
|
|
20907
|
-
const _hoisted_1$
|
|
20908
|
-
const _hoisted_2$
|
|
20909
|
-
var _sfc_main$
|
|
20907
|
+
const _hoisted_1$v = { key: 0 };
|
|
20908
|
+
const _hoisted_2$k = { key: 0 };
|
|
20909
|
+
var _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
20910
20910
|
...{
|
|
20911
20911
|
name: "FInput"
|
|
20912
20912
|
},
|
|
@@ -21113,7 +21113,7 @@
|
|
|
21113
21113
|
fn: vue.withCtx(() => [
|
|
21114
21114
|
__props.inputType === "amount" ? (vue.openBlock(), vue.createElementBlock(
|
|
21115
21115
|
"span",
|
|
21116
|
-
_hoisted_1$
|
|
21116
|
+
_hoisted_1$v,
|
|
21117
21117
|
vue.toDisplayString(appendTitleText.value),
|
|
21118
21118
|
1
|
|
21119
21119
|
/* TEXT */
|
|
@@ -21146,7 +21146,7 @@
|
|
|
21146
21146
|
fn: vue.withCtx(() => [
|
|
21147
21147
|
__props.inputType === "amount" ? (vue.openBlock(), vue.createElementBlock(
|
|
21148
21148
|
"span",
|
|
21149
|
-
_hoisted_2$
|
|
21149
|
+
_hoisted_2$k,
|
|
21150
21150
|
vue.toDisplayString(appendTitleText.value),
|
|
21151
21151
|
1
|
|
21152
21152
|
/* TEXT */
|
|
@@ -21159,13 +21159,13 @@
|
|
|
21159
21159
|
}
|
|
21160
21160
|
});
|
|
21161
21161
|
|
|
21162
|
-
const FInput = _sfc_main$
|
|
21162
|
+
const FInput = _sfc_main$K;
|
|
21163
21163
|
|
|
21164
|
-
const _hoisted_1$
|
|
21164
|
+
const _hoisted_1$u = {
|
|
21165
21165
|
key: 0,
|
|
21166
21166
|
class: "back_to_top"
|
|
21167
21167
|
};
|
|
21168
|
-
var _sfc_main$
|
|
21168
|
+
var _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
21169
21169
|
...{
|
|
21170
21170
|
name: "FLayoutPage"
|
|
21171
21171
|
},
|
|
@@ -21227,7 +21227,7 @@
|
|
|
21227
21227
|
},
|
|
21228
21228
|
[
|
|
21229
21229
|
vue.renderSlot(_ctx.$slots, "default"),
|
|
21230
|
-
__props.showGoTopButton ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
21230
|
+
__props.showGoTopButton ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$u, [
|
|
21231
21231
|
isShowGoTopButton.value ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
21232
21232
|
key: 0,
|
|
21233
21233
|
onClick: backToTop
|
|
@@ -21255,9 +21255,9 @@
|
|
|
21255
21255
|
}
|
|
21256
21256
|
});
|
|
21257
21257
|
|
|
21258
|
-
const FLayoutPage = _sfc_main$
|
|
21258
|
+
const FLayoutPage = _sfc_main$J;
|
|
21259
21259
|
|
|
21260
|
-
var _sfc_main$
|
|
21260
|
+
var _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
21261
21261
|
...{
|
|
21262
21262
|
name: "FLayoutPageItem"
|
|
21263
21263
|
},
|
|
@@ -21285,7 +21285,7 @@
|
|
|
21285
21285
|
}
|
|
21286
21286
|
});
|
|
21287
21287
|
|
|
21288
|
-
const FLayoutPageItem = _sfc_main$
|
|
21288
|
+
const FLayoutPageItem = _sfc_main$I;
|
|
21289
21289
|
|
|
21290
21290
|
function debounce(func, delay = 500, immediate, resultCallback) {
|
|
21291
21291
|
let timer = null;
|
|
@@ -21328,8 +21328,8 @@
|
|
|
21328
21328
|
return name.replace(/([A-Z])/g, "_$1").toLowerCase();
|
|
21329
21329
|
}
|
|
21330
21330
|
|
|
21331
|
-
const _hoisted_1$
|
|
21332
|
-
var _sfc_main$
|
|
21331
|
+
const _hoisted_1$t = ["id"];
|
|
21332
|
+
var _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
21333
21333
|
...{
|
|
21334
21334
|
name: "FChart"
|
|
21335
21335
|
},
|
|
@@ -21413,7 +21413,7 @@
|
|
|
21413
21413
|
id: __props.id,
|
|
21414
21414
|
ref_key: "echartRef",
|
|
21415
21415
|
ref: echartRef
|
|
21416
|
-
}, null, 8, _hoisted_1$
|
|
21416
|
+
}, null, 8, _hoisted_1$t), [
|
|
21417
21417
|
[vue.vShow, !formatEmpty.value]
|
|
21418
21418
|
]),
|
|
21419
21419
|
formatEmpty.value ? vue.renderSlot(_ctx.$slots, "empty", { key: 0 }, () => [
|
|
@@ -21428,13 +21428,13 @@
|
|
|
21428
21428
|
}
|
|
21429
21429
|
});
|
|
21430
21430
|
|
|
21431
|
-
const FChart = _sfc_main$
|
|
21431
|
+
const FChart = _sfc_main$H;
|
|
21432
21432
|
|
|
21433
|
-
const _hoisted_1$
|
|
21433
|
+
const _hoisted_1$s = {
|
|
21434
21434
|
key: 1,
|
|
21435
21435
|
class: "f_select__pagination"
|
|
21436
21436
|
};
|
|
21437
|
-
var _sfc_main$
|
|
21437
|
+
var _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
21438
21438
|
...{
|
|
21439
21439
|
name: "FSelect"
|
|
21440
21440
|
},
|
|
@@ -21647,7 +21647,7 @@
|
|
|
21647
21647
|
128
|
|
21648
21648
|
/* KEYED_FRAGMENT */
|
|
21649
21649
|
)),
|
|
21650
|
-
__props.isShowPagination && filteredOptionsCount.value > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
21650
|
+
__props.isShowPagination && filteredOptionsCount.value > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$s, [
|
|
21651
21651
|
vue.createVNode(_component_el_pagination, vue.mergeProps({
|
|
21652
21652
|
"current-page": __props.paginationOption.currentPage,
|
|
21653
21653
|
"onUpdate:currentPage": _cache[1] || (_cache[1] = ($event) => __props.paginationOption.currentPage = $event),
|
|
@@ -21685,9 +21685,9 @@
|
|
|
21685
21685
|
}
|
|
21686
21686
|
});
|
|
21687
21687
|
|
|
21688
|
-
const FSelect = _sfc_main$
|
|
21688
|
+
const FSelect = _sfc_main$G;
|
|
21689
21689
|
|
|
21690
|
-
var _sfc_main$
|
|
21690
|
+
var _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
21691
21691
|
...{
|
|
21692
21692
|
name: "RenderComp"
|
|
21693
21693
|
},
|
|
@@ -21707,12 +21707,12 @@
|
|
|
21707
21707
|
}
|
|
21708
21708
|
});
|
|
21709
21709
|
|
|
21710
|
-
const _hoisted_1$
|
|
21711
|
-
const _hoisted_2$
|
|
21712
|
-
const _hoisted_3$
|
|
21710
|
+
const _hoisted_1$r = { class: "inside_box" };
|
|
21711
|
+
const _hoisted_2$j = { class: "inside_box_title" };
|
|
21712
|
+
const _hoisted_3$c = { class: "check-box" };
|
|
21713
21713
|
const _hoisted_4$8 = { class: "more_dropdown_icon" };
|
|
21714
21714
|
const _hoisted_5$7 = { class: "out_box" };
|
|
21715
|
-
var _sfc_main$
|
|
21715
|
+
var _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
21716
21716
|
...{
|
|
21717
21717
|
name: "MoreChoose"
|
|
21718
21718
|
},
|
|
@@ -21850,8 +21850,8 @@
|
|
|
21850
21850
|
])
|
|
21851
21851
|
]),
|
|
21852
21852
|
default: vue.withCtx(() => [
|
|
21853
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
21854
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
21853
|
+
vue.createElementVNode("div", _hoisted_1$r, [
|
|
21854
|
+
vue.createElementVNode("div", _hoisted_2$j, [
|
|
21855
21855
|
vue.createElementVNode(
|
|
21856
21856
|
"div",
|
|
21857
21857
|
null,
|
|
@@ -21859,7 +21859,7 @@
|
|
|
21859
21859
|
1
|
|
21860
21860
|
/* TEXT */
|
|
21861
21861
|
),
|
|
21862
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
21862
|
+
vue.createElementVNode("div", _hoisted_3$c, [
|
|
21863
21863
|
vue.createVNode(_component_el_button, {
|
|
21864
21864
|
size: "small",
|
|
21865
21865
|
link: "",
|
|
@@ -22027,7 +22027,7 @@
|
|
|
22027
22027
|
};
|
|
22028
22028
|
}
|
|
22029
22029
|
|
|
22030
|
-
var _sfc_main$
|
|
22030
|
+
var _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
22031
22031
|
...{
|
|
22032
22032
|
name: "FQueryCondition"
|
|
22033
22033
|
},
|
|
@@ -22446,7 +22446,7 @@
|
|
|
22446
22446
|
opt.labelRender ? {
|
|
22447
22447
|
name: "label",
|
|
22448
22448
|
fn: vue.withCtx(() => [
|
|
22449
|
-
vue.createVNode(_sfc_main$
|
|
22449
|
+
vue.createVNode(_sfc_main$F, {
|
|
22450
22450
|
form: vue.unref(queryState).form,
|
|
22451
22451
|
render: opt.labelRender
|
|
22452
22452
|
}, null, 8, ["form", "render"])
|
|
@@ -22542,7 +22542,7 @@
|
|
|
22542
22542
|
_: 1
|
|
22543
22543
|
/* STABLE */
|
|
22544
22544
|
})) : vue.createCommentVNode("v-if", true),
|
|
22545
|
-
vue.createVNode(_sfc_main$
|
|
22545
|
+
vue.createVNode(_sfc_main$E, {
|
|
22546
22546
|
isDropDownSelectMore: __props.isDropDownSelectMore,
|
|
22547
22547
|
moreCheckList: __props.moreCheckList,
|
|
22548
22548
|
popoverAttrsBind: popoverAttrsBind.value,
|
|
@@ -22568,7 +22568,7 @@
|
|
|
22568
22568
|
}
|
|
22569
22569
|
});
|
|
22570
22570
|
|
|
22571
|
-
var _sfc_main$
|
|
22571
|
+
var _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
22572
22572
|
...{
|
|
22573
22573
|
name: "RenderCol"
|
|
22574
22574
|
},
|
|
@@ -22724,17 +22724,17 @@
|
|
|
22724
22724
|
};
|
|
22725
22725
|
}
|
|
22726
22726
|
|
|
22727
|
-
const _hoisted_1$
|
|
22727
|
+
const _hoisted_1$q = {
|
|
22728
22728
|
key: 0,
|
|
22729
22729
|
class: "table_query_condition"
|
|
22730
22730
|
};
|
|
22731
|
-
const _hoisted_2$
|
|
22732
|
-
const _hoisted_3$
|
|
22731
|
+
const _hoisted_2$i = ["element-loading-text"];
|
|
22732
|
+
const _hoisted_3$b = { key: 2 };
|
|
22733
22733
|
const _hoisted_4$7 = {
|
|
22734
22734
|
key: 0,
|
|
22735
22735
|
class: "f-table-select__page"
|
|
22736
22736
|
};
|
|
22737
|
-
var _sfc_main$
|
|
22737
|
+
var _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
22738
22738
|
...{
|
|
22739
22739
|
name: "FSelectTable"
|
|
22740
22740
|
},
|
|
@@ -23356,9 +23356,9 @@
|
|
|
23356
23356
|
style: vue.normalizeStyle({ width: __props.tableWidth ? `${__props.tableWidth}px` : "100%" })
|
|
23357
23357
|
},
|
|
23358
23358
|
[
|
|
23359
|
-
__props.isShowQuery ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
23359
|
+
__props.isShowQuery ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$q, [
|
|
23360
23360
|
vue.createVNode(
|
|
23361
|
-
_sfc_main$
|
|
23361
|
+
_sfc_main$D,
|
|
23362
23362
|
vue.mergeProps({
|
|
23363
23363
|
ref_key: "fQueryConditionRef",
|
|
23364
23364
|
ref: fQueryConditionRef,
|
|
@@ -23484,7 +23484,7 @@
|
|
|
23484
23484
|
fixed: item.fixed
|
|
23485
23485
|
}, { ref_for: true }, { "show-overflow-tooltip": true, ...item.bind }), {
|
|
23486
23486
|
default: vue.withCtx((scope) => [
|
|
23487
|
-
item.render ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
23487
|
+
item.render ? (vue.openBlock(), vue.createBlock(_sfc_main$C, {
|
|
23488
23488
|
key: 0,
|
|
23489
23489
|
column: item,
|
|
23490
23490
|
row: scope.row,
|
|
@@ -23495,7 +23495,7 @@
|
|
|
23495
23495
|
key: 1,
|
|
23496
23496
|
scope
|
|
23497
23497
|
}) : vue.createCommentVNode("v-if", true),
|
|
23498
|
-
!item.render && !item.slotName ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$
|
|
23498
|
+
!item.render && !item.slotName ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$b, [
|
|
23499
23499
|
vue.createElementVNode(
|
|
23500
23500
|
"span",
|
|
23501
23501
|
null,
|
|
@@ -23529,7 +23529,7 @@
|
|
|
23529
23529
|
total: __props.table.total
|
|
23530
23530
|
}, { background: true, size: __props.paginationSize || "small", ..._ctx.$attrs }), null, 16, ["current-page", "page-size", "pager-count", "total"])
|
|
23531
23531
|
])) : vue.createCommentVNode("v-if", true)
|
|
23532
|
-
], 8, _hoisted_2$
|
|
23532
|
+
], 8, _hoisted_2$i)), [
|
|
23533
23533
|
[_directive_loading, __props.tableLoading]
|
|
23534
23534
|
]),
|
|
23535
23535
|
vue.renderSlot(_ctx.$slots, "footer")
|
|
@@ -23547,11 +23547,11 @@
|
|
|
23547
23547
|
}
|
|
23548
23548
|
});
|
|
23549
23549
|
|
|
23550
|
-
const FSelectTable = _sfc_main$
|
|
23550
|
+
const FSelectTable = _sfc_main$B;
|
|
23551
23551
|
|
|
23552
|
-
const FQueryCondition = _sfc_main$
|
|
23552
|
+
const FQueryCondition = _sfc_main$D;
|
|
23553
23553
|
|
|
23554
|
-
var _sfc_main$
|
|
23554
|
+
var _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
23555
23555
|
...{
|
|
23556
23556
|
name: "RenderComp"
|
|
23557
23557
|
},
|
|
@@ -23571,7 +23571,7 @@
|
|
|
23571
23571
|
}
|
|
23572
23572
|
});
|
|
23573
23573
|
|
|
23574
|
-
var _sfc_main$
|
|
23574
|
+
var _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
23575
23575
|
...{
|
|
23576
23576
|
name: "RenderBtn"
|
|
23577
23577
|
},
|
|
@@ -23591,12 +23591,12 @@
|
|
|
23591
23591
|
}
|
|
23592
23592
|
});
|
|
23593
23593
|
|
|
23594
|
-
const _hoisted_1$
|
|
23594
|
+
const _hoisted_1$p = {
|
|
23595
23595
|
key: 1,
|
|
23596
23596
|
class: "text_show"
|
|
23597
23597
|
};
|
|
23598
|
-
const _hoisted_2$
|
|
23599
|
-
var _sfc_main$
|
|
23598
|
+
const _hoisted_2$h = { class: "footer_btn flex-box flex-ver f-margin-top-5" };
|
|
23599
|
+
var _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
23600
23600
|
...{
|
|
23601
23601
|
name: "FForm"
|
|
23602
23602
|
},
|
|
@@ -23847,7 +23847,7 @@
|
|
|
23847
23847
|
}) : vue.createCommentVNode("v-if", true),
|
|
23848
23848
|
item.textShow ? (vue.openBlock(), vue.createElementBlock(
|
|
23849
23849
|
"span",
|
|
23850
|
-
_hoisted_1$
|
|
23850
|
+
_hoisted_1$p,
|
|
23851
23851
|
vue.toDisplayString(item.textValue || __props.formOpts.formData[item.value]),
|
|
23852
23852
|
1
|
|
23853
23853
|
/* TEXT */
|
|
@@ -23967,7 +23967,7 @@
|
|
|
23967
23967
|
item.labelSlotName || item.labelRender ? {
|
|
23968
23968
|
name: "label",
|
|
23969
23969
|
fn: vue.withCtx(() => [
|
|
23970
|
-
item.labelRender ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
23970
|
+
item.labelRender ? (vue.openBlock(), vue.createBlock(_sfc_main$A, {
|
|
23971
23971
|
key: 0,
|
|
23972
23972
|
render: item.labelRender,
|
|
23973
23973
|
item
|
|
@@ -23989,7 +23989,7 @@
|
|
|
23989
23989
|
/* UNKEYED_FRAGMENT */
|
|
23990
23990
|
)),
|
|
23991
23991
|
vue.createCommentVNode(" \u6309\u94AE "),
|
|
23992
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
23992
|
+
vue.createElementVNode("div", _hoisted_2$h, [
|
|
23993
23993
|
__props.formOpts.btnSlotName ? vue.renderSlot(_ctx.$slots, __props.formOpts.btnSlotName, { key: 0 }) : vue.createCommentVNode("v-if", true),
|
|
23994
23994
|
!__props.formOpts.btnSlotName && __props.formOpts.operatorList && __props.formOpts.operatorList.length > 0 ? (vue.openBlock(true), vue.createElementBlock(
|
|
23995
23995
|
vue.Fragment,
|
|
@@ -23999,7 +23999,7 @@
|
|
|
23999
23999
|
vue.Fragment,
|
|
24000
24000
|
null,
|
|
24001
24001
|
[
|
|
24002
|
-
val.render ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
24002
|
+
val.render ? (vue.openBlock(), vue.createBlock(_sfc_main$z, {
|
|
24003
24003
|
key: index,
|
|
24004
24004
|
item: val,
|
|
24005
24005
|
render: val.render
|
|
@@ -24046,10 +24046,10 @@
|
|
|
24046
24046
|
}
|
|
24047
24047
|
});
|
|
24048
24048
|
|
|
24049
|
-
const FForm = _sfc_main$
|
|
24049
|
+
const FForm = _sfc_main$y;
|
|
24050
24050
|
|
|
24051
|
-
const _hoisted_1$
|
|
24052
|
-
var _sfc_main$
|
|
24051
|
+
const _hoisted_1$o = ["src"];
|
|
24052
|
+
var _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
24053
24053
|
...{
|
|
24054
24054
|
name: "svgIcon"
|
|
24055
24055
|
},
|
|
@@ -24120,7 +24120,7 @@
|
|
|
24120
24120
|
vue.createElementVNode("img", {
|
|
24121
24121
|
src: getIconName.value,
|
|
24122
24122
|
style: vue.normalizeStyle(setIconSvgInsStyle.value)
|
|
24123
|
-
}, null, 12, _hoisted_1$
|
|
24123
|
+
}, null, 12, _hoisted_1$o)
|
|
24124
24124
|
],
|
|
24125
24125
|
4
|
|
24126
24126
|
/* STYLE */
|
|
@@ -24147,13 +24147,13 @@
|
|
|
24147
24147
|
}
|
|
24148
24148
|
}
|
|
24149
24149
|
if (!app._context.components[`SvgIcon`]) {
|
|
24150
|
-
app.component("SvgIcon", _sfc_main$
|
|
24150
|
+
app.component("SvgIcon", _sfc_main$x);
|
|
24151
24151
|
}
|
|
24152
24152
|
}
|
|
24153
24153
|
|
|
24154
24154
|
const emitter = mitt();
|
|
24155
24155
|
|
|
24156
|
-
var _sfc_main$
|
|
24156
|
+
var _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
24157
24157
|
...{
|
|
24158
24158
|
name: "FLayout"
|
|
24159
24159
|
},
|
|
@@ -24239,7 +24239,7 @@
|
|
|
24239
24239
|
}
|
|
24240
24240
|
});
|
|
24241
24241
|
|
|
24242
|
-
const FLayout = _sfc_main$
|
|
24242
|
+
const FLayout = _sfc_main$w;
|
|
24243
24243
|
|
|
24244
24244
|
function commonFunction() {
|
|
24245
24245
|
const { copy, isSupported } = core.useClipboard();
|
|
@@ -24516,9 +24516,9 @@
|
|
|
24516
24516
|
// },
|
|
24517
24517
|
};
|
|
24518
24518
|
|
|
24519
|
-
const _hoisted_1$
|
|
24520
|
-
const _hoisted_2$
|
|
24521
|
-
const _hoisted_3$
|
|
24519
|
+
const _hoisted_1$n = { class: "layout-breadcrumb-seting" };
|
|
24520
|
+
const _hoisted_2$g = { class: "layout-breadcrumb-seting-bar-flex" };
|
|
24521
|
+
const _hoisted_3$a = { class: "layout-breadcrumb-seting-bar-flex-label" };
|
|
24522
24522
|
const _hoisted_4$6 = { class: "layout-breadcrumb-seting-bar-flex-value" };
|
|
24523
24523
|
const _hoisted_5$6 = { style: { "margin": "10px 0" } };
|
|
24524
24524
|
const _hoisted_6$3 = { class: "layout-breadcrumb-seting-bar-flex mt15" };
|
|
@@ -24641,7 +24641,7 @@
|
|
|
24641
24641
|
class: "traditionalColors-chines",
|
|
24642
24642
|
style: { "cursor": "grab", "color": "gray" }
|
|
24643
24643
|
};
|
|
24644
|
-
var _sfc_main$
|
|
24644
|
+
var _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
24645
24645
|
...{
|
|
24646
24646
|
name: "FSettings"
|
|
24647
24647
|
},
|
|
@@ -24905,7 +24905,7 @@
|
|
|
24905
24905
|
const _component_el_col = vue.resolveComponent("el-col");
|
|
24906
24906
|
const _component_el_row = vue.resolveComponent("el-row");
|
|
24907
24907
|
const _component_el_dialog = vue.resolveComponent("el-dialog");
|
|
24908
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
24908
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$n, [
|
|
24909
24909
|
vue.createVNode(_component_el_drawer, {
|
|
24910
24910
|
title: _ctx.$t("message.layout.configTitle"),
|
|
24911
24911
|
modelValue: getThemeConfig.value.isDrawer,
|
|
@@ -24930,10 +24930,10 @@
|
|
|
24930
24930
|
_: 1
|
|
24931
24931
|
/* STABLE */
|
|
24932
24932
|
}),
|
|
24933
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
24933
|
+
vue.createElementVNode("div", _hoisted_2$g, [
|
|
24934
24934
|
vue.createElementVNode(
|
|
24935
24935
|
"div",
|
|
24936
|
-
_hoisted_3$
|
|
24936
|
+
_hoisted_3$a,
|
|
24937
24937
|
vue.toDisplayString(_ctx.$t("message.layout.themeColors")),
|
|
24938
24938
|
1
|
|
24939
24939
|
/* TEXT */
|
|
@@ -26404,9 +26404,9 @@
|
|
|
26404
26404
|
}
|
|
26405
26405
|
});
|
|
26406
26406
|
|
|
26407
|
-
const FSettings = _sfc_main$
|
|
26407
|
+
const FSettings = _sfc_main$v;
|
|
26408
26408
|
|
|
26409
|
-
var _sfc_main$
|
|
26409
|
+
var _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
26410
26410
|
...{
|
|
26411
26411
|
name: "FModifyRecord"
|
|
26412
26412
|
},
|
|
@@ -26669,9 +26669,9 @@
|
|
|
26669
26669
|
}
|
|
26670
26670
|
});
|
|
26671
26671
|
|
|
26672
|
-
const FModifyRecord = _sfc_main$
|
|
26672
|
+
const FModifyRecord = _sfc_main$u;
|
|
26673
26673
|
|
|
26674
|
-
var _sfc_main$
|
|
26674
|
+
var _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
26675
26675
|
...{
|
|
26676
26676
|
name: "Fminputdropdown"
|
|
26677
26677
|
},
|
|
@@ -26868,9 +26868,9 @@
|
|
|
26868
26868
|
}
|
|
26869
26869
|
});
|
|
26870
26870
|
|
|
26871
|
-
const Fminputdropdown = _sfc_main$
|
|
26871
|
+
const Fminputdropdown = _sfc_main$t;
|
|
26872
26872
|
|
|
26873
|
-
var _sfc_main$
|
|
26873
|
+
var _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
26874
26874
|
...{ name: "FmInputNumber" },
|
|
26875
26875
|
__name: "index",
|
|
26876
26876
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
@@ -26979,14 +26979,14 @@
|
|
|
26979
26979
|
}
|
|
26980
26980
|
});
|
|
26981
26981
|
|
|
26982
|
-
const FmInputNumber = _sfc_main$
|
|
26982
|
+
const FmInputNumber = _sfc_main$s;
|
|
26983
26983
|
|
|
26984
|
-
const _hoisted_1$
|
|
26985
|
-
const _hoisted_2$
|
|
26986
|
-
const _hoisted_3$
|
|
26984
|
+
const _hoisted_1$m = { style: { "color": "#fff" } };
|
|
26985
|
+
const _hoisted_2$f = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
|
|
26986
|
+
const _hoisted_3$9 = { style: { "padding": "8px 16px", "background-color": "var(--el-color-primary-light-9)", "border-left": "5px solid var(--el-color-primary)", "margin-bottom": "5px" } };
|
|
26987
26987
|
const _hoisted_4$5 = { style: { "margin-top": "10px" } };
|
|
26988
26988
|
const _hoisted_5$5 = { class: "dialog-footer" };
|
|
26989
|
-
var _sfc_main$
|
|
26989
|
+
var _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
26990
26990
|
__name: "userSelectDialog",
|
|
26991
26991
|
props: {
|
|
26992
26992
|
visible: {
|
|
@@ -27123,7 +27123,7 @@
|
|
|
27123
27123
|
"close-on-click-modal": false
|
|
27124
27124
|
}, {
|
|
27125
27125
|
header: vue.withCtx(() => [
|
|
27126
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
27126
|
+
vue.createElementVNode("div", _hoisted_1$m, [
|
|
27127
27127
|
vue.createVNode(_component_el_icon, {
|
|
27128
27128
|
size: "16",
|
|
27129
27129
|
style: { "margin-right": "3px", "display": "inline", "vertical-align": "middle" }
|
|
@@ -27169,7 +27169,7 @@
|
|
|
27169
27169
|
default: vue.withCtx(() => [
|
|
27170
27170
|
vue.createElementVNode(
|
|
27171
27171
|
"p",
|
|
27172
|
-
_hoisted_2$
|
|
27172
|
+
_hoisted_2$f,
|
|
27173
27173
|
vue.toDisplayString(_ctx.$t("\u673A\u6784")),
|
|
27174
27174
|
1
|
|
27175
27175
|
/* TEXT */
|
|
@@ -27191,7 +27191,7 @@
|
|
|
27191
27191
|
default: vue.withCtx(() => [
|
|
27192
27192
|
vue.createElementVNode(
|
|
27193
27193
|
"p",
|
|
27194
|
-
_hoisted_3$
|
|
27194
|
+
_hoisted_3$9,
|
|
27195
27195
|
vue.toDisplayString(_ctx.$t(__props.title)) + vue.toDisplayString(_ctx.$t("\u5217\u8868")),
|
|
27196
27196
|
1
|
|
27197
27197
|
/* TEXT */
|
|
@@ -27375,6 +27375,371 @@
|
|
|
27375
27375
|
}
|
|
27376
27376
|
});
|
|
27377
27377
|
|
|
27378
|
+
const _hoisted_1$l = { style: { "color": "#fff" } };
|
|
27379
|
+
const _hoisted_2$e = { style: { "margin-top": "10px" } };
|
|
27380
|
+
const _hoisted_3$8 = { class: "dialog-footer" };
|
|
27381
|
+
var _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
27382
|
+
__name: "supplierSelectDialog",
|
|
27383
|
+
props: {
|
|
27384
|
+
visible: {
|
|
27385
|
+
type: Boolean,
|
|
27386
|
+
default: false
|
|
27387
|
+
},
|
|
27388
|
+
title: {
|
|
27389
|
+
type: String,
|
|
27390
|
+
default: ""
|
|
27391
|
+
},
|
|
27392
|
+
data: {
|
|
27393
|
+
type: Array,
|
|
27394
|
+
default: () => []
|
|
27395
|
+
},
|
|
27396
|
+
userService: {
|
|
27397
|
+
type: String,
|
|
27398
|
+
default: "autoRes"
|
|
27399
|
+
},
|
|
27400
|
+
userAction: {
|
|
27401
|
+
type: String,
|
|
27402
|
+
default: "UserTable"
|
|
27403
|
+
},
|
|
27404
|
+
userParams: {
|
|
27405
|
+
type: Object,
|
|
27406
|
+
default: () => {
|
|
27407
|
+
}
|
|
27408
|
+
}
|
|
27409
|
+
},
|
|
27410
|
+
emits: ["update:visible", "change"],
|
|
27411
|
+
setup(__props, { emit: __emit }) {
|
|
27412
|
+
let emits = __emit;
|
|
27413
|
+
const props = __props;
|
|
27414
|
+
const userList = vue.ref([]);
|
|
27415
|
+
let checkedUsersList = vue.ref([]);
|
|
27416
|
+
const state = vue.reactive({
|
|
27417
|
+
total: 0,
|
|
27418
|
+
queryParams: {
|
|
27419
|
+
orgId: -1,
|
|
27420
|
+
page: 1,
|
|
27421
|
+
pageSize: 50
|
|
27422
|
+
}
|
|
27423
|
+
});
|
|
27424
|
+
let visibleDialog = vue.computed({
|
|
27425
|
+
get() {
|
|
27426
|
+
return props.visible;
|
|
27427
|
+
},
|
|
27428
|
+
set() {
|
|
27429
|
+
closeDialog();
|
|
27430
|
+
}
|
|
27431
|
+
});
|
|
27432
|
+
vue.onMounted(async () => {
|
|
27433
|
+
await getUserList();
|
|
27434
|
+
});
|
|
27435
|
+
const resetQuery = () => {
|
|
27436
|
+
state.queryParams = {};
|
|
27437
|
+
handleQuery();
|
|
27438
|
+
};
|
|
27439
|
+
const getUserList = async () => {
|
|
27440
|
+
var _a, _b, _c, _d;
|
|
27441
|
+
let res = await useBaseApi(props.userService).post({ ...state.queryParams, ...props.userParams }, props.userAction);
|
|
27442
|
+
userList.value = (_b = (_a = res.data.result) == null ? void 0 : _a.items) != null ? _b : [];
|
|
27443
|
+
state.queryParams.total = (_d = (_c = res.data.result) == null ? void 0 : _c.total) != null ? _d : 0;
|
|
27444
|
+
};
|
|
27445
|
+
async function handleQuery() {
|
|
27446
|
+
state.queryParams.pageNum = 1;
|
|
27447
|
+
await getUserList();
|
|
27448
|
+
}
|
|
27449
|
+
function handleSelectUser(row) {
|
|
27450
|
+
if (!row || row.id == "") return;
|
|
27451
|
+
emits("change", { id: row.id, name: row.supplierName, data: row });
|
|
27452
|
+
}
|
|
27453
|
+
const handledbclick = (row) => {
|
|
27454
|
+
handleSelectUser(row);
|
|
27455
|
+
};
|
|
27456
|
+
const handleSizeChange = (val) => {
|
|
27457
|
+
state.queryParams.pageSize = val;
|
|
27458
|
+
handleQuery();
|
|
27459
|
+
};
|
|
27460
|
+
const handleCurrentChange = (val) => {
|
|
27461
|
+
state.queryParams.page = val;
|
|
27462
|
+
handleQuery();
|
|
27463
|
+
};
|
|
27464
|
+
const closeDialog = () => {
|
|
27465
|
+
checkedUsersList.value = [];
|
|
27466
|
+
emits("update:visible", false);
|
|
27467
|
+
};
|
|
27468
|
+
return (_ctx, _cache) => {
|
|
27469
|
+
const _component_ele_Edit = vue.resolveComponent("ele-Edit");
|
|
27470
|
+
const _component_el_icon = vue.resolveComponent("el-icon");
|
|
27471
|
+
const _component_el_input = vue.resolveComponent("el-input");
|
|
27472
|
+
const _component_el_form_item = vue.resolveComponent("el-form-item");
|
|
27473
|
+
const _component_el_button = vue.resolveComponent("el-button");
|
|
27474
|
+
const _component_el_button_group = vue.resolveComponent("el-button-group");
|
|
27475
|
+
const _component_el_form = vue.resolveComponent("el-form");
|
|
27476
|
+
const _component_ele_Plus = vue.resolveComponent("ele-Plus");
|
|
27477
|
+
const _component_el_table_column = vue.resolveComponent("el-table-column");
|
|
27478
|
+
const _component_el_table = vue.resolveComponent("el-table");
|
|
27479
|
+
const _component_el_pagination = vue.resolveComponent("el-pagination");
|
|
27480
|
+
const _component_el_card = vue.resolveComponent("el-card");
|
|
27481
|
+
const _component_el_col = vue.resolveComponent("el-col");
|
|
27482
|
+
const _component_el_row = vue.resolveComponent("el-row");
|
|
27483
|
+
const _component_el_dialog = vue.resolveComponent("el-dialog");
|
|
27484
|
+
return vue.openBlock(), vue.createBlock(_component_el_dialog, {
|
|
27485
|
+
modelValue: vue.unref(visibleDialog),
|
|
27486
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(visibleDialog) ? visibleDialog.value = $event : visibleDialog = $event),
|
|
27487
|
+
style: { "width": "70vw" },
|
|
27488
|
+
"append-to-body": "",
|
|
27489
|
+
draggable: "",
|
|
27490
|
+
"close-on-click-modal": false
|
|
27491
|
+
}, {
|
|
27492
|
+
header: vue.withCtx(() => [
|
|
27493
|
+
vue.createElementVNode("div", _hoisted_1$l, [
|
|
27494
|
+
vue.createVNode(_component_el_icon, {
|
|
27495
|
+
size: "16",
|
|
27496
|
+
style: { "margin-right": "3px", "display": "inline", "vertical-align": "middle" }
|
|
27497
|
+
}, {
|
|
27498
|
+
default: vue.withCtx(() => [
|
|
27499
|
+
vue.createVNode(_component_ele_Edit)
|
|
27500
|
+
]),
|
|
27501
|
+
_: 1
|
|
27502
|
+
/* STABLE */
|
|
27503
|
+
}),
|
|
27504
|
+
vue.createElementVNode(
|
|
27505
|
+
"span",
|
|
27506
|
+
null,
|
|
27507
|
+
vue.toDisplayString(_ctx.$t("\u9009\u62E9")) + vue.toDisplayString(_ctx.$t(__props.title)),
|
|
27508
|
+
1
|
|
27509
|
+
/* TEXT */
|
|
27510
|
+
)
|
|
27511
|
+
])
|
|
27512
|
+
]),
|
|
27513
|
+
footer: vue.withCtx(() => [
|
|
27514
|
+
vue.createElementVNode("div", _hoisted_3$8, [
|
|
27515
|
+
vue.createVNode(_component_el_button, {
|
|
27516
|
+
icon: "ele-CircleCloseFilled",
|
|
27517
|
+
onClick: closeDialog
|
|
27518
|
+
}, {
|
|
27519
|
+
default: vue.withCtx(() => [
|
|
27520
|
+
vue.createTextVNode(
|
|
27521
|
+
vue.toDisplayString(_ctx.$t("\u53D6\u6D88")),
|
|
27522
|
+
1
|
|
27523
|
+
/* TEXT */
|
|
27524
|
+
)
|
|
27525
|
+
]),
|
|
27526
|
+
_: 1
|
|
27527
|
+
/* STABLE */
|
|
27528
|
+
}),
|
|
27529
|
+
vue.createCommentVNode(' <el-button type="primary" icon="ele-CircleCheckFilled" @click="saveDialog">\u786E\u5B9A</el-button> ')
|
|
27530
|
+
])
|
|
27531
|
+
]),
|
|
27532
|
+
default: vue.withCtx(() => [
|
|
27533
|
+
vue.createVNode(_component_el_row, { gutter: 10 }, {
|
|
27534
|
+
default: vue.withCtx(() => [
|
|
27535
|
+
vue.createVNode(_component_el_col, { span: 24 }, {
|
|
27536
|
+
default: vue.withCtx(() => [
|
|
27537
|
+
vue.createElementVNode("div", _hoisted_2$e, [
|
|
27538
|
+
vue.createVNode(_component_el_form, {
|
|
27539
|
+
model: state.queryParams,
|
|
27540
|
+
ref: "queryRef",
|
|
27541
|
+
inline: true
|
|
27542
|
+
}, {
|
|
27543
|
+
default: vue.withCtx(() => [
|
|
27544
|
+
vue.createVNode(_component_el_form_item, {
|
|
27545
|
+
label: _ctx.$t("\u5173\u952E\u5B57")
|
|
27546
|
+
}, {
|
|
27547
|
+
default: vue.withCtx(() => [
|
|
27548
|
+
vue.createVNode(_component_el_input, {
|
|
27549
|
+
modelValue: state.queryParams.keyword,
|
|
27550
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.queryParams.keyword = $event),
|
|
27551
|
+
clearable: "",
|
|
27552
|
+
style: { "width": "150px" },
|
|
27553
|
+
onKeyup: vue.withKeys(handleQuery, ["enter"])
|
|
27554
|
+
}, null, 8, ["modelValue"])
|
|
27555
|
+
]),
|
|
27556
|
+
_: 1
|
|
27557
|
+
/* STABLE */
|
|
27558
|
+
}, 8, ["label"]),
|
|
27559
|
+
vue.createVNode(_component_el_form_item, null, {
|
|
27560
|
+
default: vue.withCtx(() => [
|
|
27561
|
+
vue.createVNode(_component_el_button_group, null, {
|
|
27562
|
+
default: vue.withCtx(() => [
|
|
27563
|
+
vue.createVNode(_component_el_button, {
|
|
27564
|
+
type: "primary",
|
|
27565
|
+
icon: "ele-Search",
|
|
27566
|
+
onClick: handleQuery
|
|
27567
|
+
}, {
|
|
27568
|
+
default: vue.withCtx(() => [
|
|
27569
|
+
vue.createTextVNode(
|
|
27570
|
+
vue.toDisplayString(_ctx.$t("\u67E5\u8BE2")),
|
|
27571
|
+
1
|
|
27572
|
+
/* TEXT */
|
|
27573
|
+
)
|
|
27574
|
+
]),
|
|
27575
|
+
_: 1
|
|
27576
|
+
/* STABLE */
|
|
27577
|
+
}),
|
|
27578
|
+
vue.createVNode(_component_el_button, {
|
|
27579
|
+
icon: "ele-Refresh",
|
|
27580
|
+
onClick: resetQuery
|
|
27581
|
+
}, {
|
|
27582
|
+
default: vue.withCtx(() => [
|
|
27583
|
+
vue.createTextVNode(
|
|
27584
|
+
vue.toDisplayString(_ctx.$t("\u91CD\u7F6E")),
|
|
27585
|
+
1
|
|
27586
|
+
/* TEXT */
|
|
27587
|
+
)
|
|
27588
|
+
]),
|
|
27589
|
+
_: 1
|
|
27590
|
+
/* STABLE */
|
|
27591
|
+
})
|
|
27592
|
+
]),
|
|
27593
|
+
_: 1
|
|
27594
|
+
/* STABLE */
|
|
27595
|
+
}),
|
|
27596
|
+
vue.createCommentVNode(' <el-button type="primary" icon="ele-DArrowRight" plain style="margin-left: 10px" @click="handleSelectAllUser"> \u5168\u9009 </el-button> ')
|
|
27597
|
+
]),
|
|
27598
|
+
_: 1
|
|
27599
|
+
/* STABLE */
|
|
27600
|
+
})
|
|
27601
|
+
]),
|
|
27602
|
+
_: 1
|
|
27603
|
+
/* STABLE */
|
|
27604
|
+
}, 8, ["model"]),
|
|
27605
|
+
vue.createVNode(_component_el_card, {
|
|
27606
|
+
class: "full-table",
|
|
27607
|
+
shadow: "hover"
|
|
27608
|
+
}, {
|
|
27609
|
+
default: vue.withCtx(() => [
|
|
27610
|
+
vue.createVNode(_component_el_table, {
|
|
27611
|
+
ref: "refTable",
|
|
27612
|
+
data: userList.value,
|
|
27613
|
+
style: { "height": "calc(70vh - 96px)" },
|
|
27614
|
+
onRowDblclick: handledbclick
|
|
27615
|
+
}, {
|
|
27616
|
+
default: vue.withCtx(() => [
|
|
27617
|
+
vue.createVNode(_component_el_table_column, {
|
|
27618
|
+
label: "\u64CD\u4F5C",
|
|
27619
|
+
width: "60",
|
|
27620
|
+
align: "center"
|
|
27621
|
+
}, {
|
|
27622
|
+
default: vue.withCtx((scope) => [
|
|
27623
|
+
vue.createVNode(_component_el_button, {
|
|
27624
|
+
link: "",
|
|
27625
|
+
type: "primary",
|
|
27626
|
+
onClick: ($event) => handleSelectUser(scope.row)
|
|
27627
|
+
}, {
|
|
27628
|
+
default: vue.withCtx(() => [
|
|
27629
|
+
vue.createVNode(_component_el_icon, null, {
|
|
27630
|
+
default: vue.withCtx(() => [
|
|
27631
|
+
vue.createVNode(_component_ele_Plus)
|
|
27632
|
+
]),
|
|
27633
|
+
_: 1
|
|
27634
|
+
/* STABLE */
|
|
27635
|
+
})
|
|
27636
|
+
]),
|
|
27637
|
+
_: 1
|
|
27638
|
+
/* STABLE */
|
|
27639
|
+
}, 8, ["onClick"])
|
|
27640
|
+
]),
|
|
27641
|
+
_: 1
|
|
27642
|
+
/* STABLE */
|
|
27643
|
+
}),
|
|
27644
|
+
vue.createVNode(_component_el_table_column, {
|
|
27645
|
+
label: _ctx.$t("\u540D\u79F0"),
|
|
27646
|
+
prop: "supplierName",
|
|
27647
|
+
align: "center",
|
|
27648
|
+
"show-overflow-tooltip": true
|
|
27649
|
+
}, null, 8, ["label"]),
|
|
27650
|
+
vue.createVNode(_component_el_table_column, {
|
|
27651
|
+
label: _ctx.$t("\u8D1F\u8D23\u4EBA"),
|
|
27652
|
+
prop: "mainuser",
|
|
27653
|
+
align: "center",
|
|
27654
|
+
"show-overflow-tooltip": true
|
|
27655
|
+
}, {
|
|
27656
|
+
default: vue.withCtx((scope) => {
|
|
27657
|
+
var _a, _b;
|
|
27658
|
+
return [
|
|
27659
|
+
vue.createTextVNode(
|
|
27660
|
+
vue.toDisplayString((_b = (_a = scope.row) == null ? void 0 : _a.mainManager) == null ? void 0 : _b.Contact),
|
|
27661
|
+
1
|
|
27662
|
+
/* TEXT */
|
|
27663
|
+
)
|
|
27664
|
+
];
|
|
27665
|
+
}),
|
|
27666
|
+
_: 1
|
|
27667
|
+
/* STABLE */
|
|
27668
|
+
}, 8, ["label"]),
|
|
27669
|
+
vue.createVNode(_component_el_table_column, {
|
|
27670
|
+
label: _ctx.$t("\u7535\u8BDD"),
|
|
27671
|
+
prop: "mainusertel",
|
|
27672
|
+
align: "center",
|
|
27673
|
+
"show-overflow-tooltip": true
|
|
27674
|
+
}, {
|
|
27675
|
+
default: vue.withCtx((scope) => {
|
|
27676
|
+
var _a, _b;
|
|
27677
|
+
return [
|
|
27678
|
+
vue.createTextVNode(
|
|
27679
|
+
vue.toDisplayString((_b = (_a = scope.row) == null ? void 0 : _a.mainManager) == null ? void 0 : _b.tel),
|
|
27680
|
+
1
|
|
27681
|
+
/* TEXT */
|
|
27682
|
+
)
|
|
27683
|
+
];
|
|
27684
|
+
}),
|
|
27685
|
+
_: 1
|
|
27686
|
+
/* STABLE */
|
|
27687
|
+
}, 8, ["label"]),
|
|
27688
|
+
vue.createVNode(_component_el_table_column, {
|
|
27689
|
+
label: _ctx.$t("\u6240\u5728\u533A\u57DF"),
|
|
27690
|
+
prop: "mainusertel",
|
|
27691
|
+
align: "center",
|
|
27692
|
+
"show-overflow-tooltip": true
|
|
27693
|
+
}, {
|
|
27694
|
+
default: vue.withCtx((scope) => {
|
|
27695
|
+
var _a, _b, _c, _d, _e, _f;
|
|
27696
|
+
return [
|
|
27697
|
+
vue.createTextVNode(
|
|
27698
|
+
vue.toDisplayString((_b = (_a = scope.row) == null ? void 0 : _a.mainManager) == null ? void 0 : _b.province) + vue.toDisplayString((_d = (_c = scope.row) == null ? void 0 : _c.mainManager) == null ? void 0 : _d.city) + vue.toDisplayString((_f = (_e = scope.row) == null ? void 0 : _e.mainManager) == null ? void 0 : _f.district),
|
|
27699
|
+
1
|
|
27700
|
+
/* TEXT */
|
|
27701
|
+
)
|
|
27702
|
+
];
|
|
27703
|
+
}),
|
|
27704
|
+
_: 1
|
|
27705
|
+
/* STABLE */
|
|
27706
|
+
}, 8, ["label"])
|
|
27707
|
+
]),
|
|
27708
|
+
_: 1
|
|
27709
|
+
/* STABLE */
|
|
27710
|
+
}, 8, ["data"]),
|
|
27711
|
+
vue.createVNode(_component_el_pagination, {
|
|
27712
|
+
currentPage: state.queryParams.page,
|
|
27713
|
+
"page-size": state.queryParams.pageSize,
|
|
27714
|
+
total: state.queryParams.total,
|
|
27715
|
+
"page-sizes": [10, 20, 50, 100],
|
|
27716
|
+
background: "",
|
|
27717
|
+
onSizeChange: handleSizeChange,
|
|
27718
|
+
onCurrentChange: handleCurrentChange,
|
|
27719
|
+
layout: "total, sizes, prev, pager, next, jumper",
|
|
27720
|
+
style: { "padding-bottom": "8px" }
|
|
27721
|
+
}, null, 8, ["currentPage", "page-size", "total"])
|
|
27722
|
+
]),
|
|
27723
|
+
_: 1
|
|
27724
|
+
/* STABLE */
|
|
27725
|
+
})
|
|
27726
|
+
])
|
|
27727
|
+
]),
|
|
27728
|
+
_: 1
|
|
27729
|
+
/* STABLE */
|
|
27730
|
+
})
|
|
27731
|
+
]),
|
|
27732
|
+
_: 1
|
|
27733
|
+
/* STABLE */
|
|
27734
|
+
})
|
|
27735
|
+
]),
|
|
27736
|
+
_: 1
|
|
27737
|
+
/* STABLE */
|
|
27738
|
+
}, 8, ["modelValue"]);
|
|
27739
|
+
};
|
|
27740
|
+
}
|
|
27741
|
+
});
|
|
27742
|
+
|
|
27378
27743
|
const _hoisted_1$k = { style: { "font-size": "14px", "line-height": "30px" } };
|
|
27379
27744
|
var _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
27380
27745
|
...{
|
|
@@ -27439,12 +27804,12 @@
|
|
|
27439
27804
|
}
|
|
27440
27805
|
},
|
|
27441
27806
|
/**
|
|
27442
|
-
* 打开类型 1
|
|
27807
|
+
* 打开类型 0--用户加机构 1 联系人 2 单位
|
|
27443
27808
|
* @default 1
|
|
27444
27809
|
*/
|
|
27445
27810
|
openType: {
|
|
27446
27811
|
type: Number,
|
|
27447
|
-
default:
|
|
27812
|
+
default: 0
|
|
27448
27813
|
},
|
|
27449
27814
|
orgService: {
|
|
27450
27815
|
type: String,
|
|
@@ -27518,7 +27883,7 @@
|
|
|
27518
27883
|
const _component_el_autocomplete = vue.resolveComponent("el-autocomplete");
|
|
27519
27884
|
return vue.openBlock(), vue.createBlock(_component_el_autocomplete, {
|
|
27520
27885
|
modelValue: autoName.value,
|
|
27521
|
-
"onUpdate:modelValue": _cache[
|
|
27886
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => autoName.value = $event),
|
|
27522
27887
|
debounce: 500,
|
|
27523
27888
|
"fetch-suggestions": querySearchAsync,
|
|
27524
27889
|
placeholder: props.placeholder,
|
|
@@ -27547,7 +27912,8 @@
|
|
|
27547
27912
|
_: 1
|
|
27548
27913
|
/* STABLE */
|
|
27549
27914
|
}, 8, ["size"]),
|
|
27550
|
-
vue.
|
|
27915
|
+
__props.openType == 0 ? (vue.openBlock(), vue.createBlock(_sfc_main$r, {
|
|
27916
|
+
key: 0,
|
|
27551
27917
|
visible: visibleopenDialog.value,
|
|
27552
27918
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => visibleopenDialog.value = $event),
|
|
27553
27919
|
orgService: __props.orgService,
|
|
@@ -27558,7 +27924,17 @@
|
|
|
27558
27924
|
userAction: __props.userAction,
|
|
27559
27925
|
userParams: __props.params,
|
|
27560
27926
|
onChange: handleSelectDialogChange
|
|
27561
|
-
}, null, 8, ["visible", "orgService", "orgAction", "orgparas", "title", "userService", "userAction", "userParams"])
|
|
27927
|
+
}, null, 8, ["visible", "orgService", "orgAction", "orgparas", "title", "userService", "userAction", "userParams"])) : vue.createCommentVNode("v-if", true),
|
|
27928
|
+
__props.openType == 2 ? (vue.openBlock(), vue.createBlock(_sfc_main$q, {
|
|
27929
|
+
key: 1,
|
|
27930
|
+
visible: visibleopenDialog.value,
|
|
27931
|
+
"onUpdate:visible": _cache[2] || (_cache[2] = ($event) => visibleopenDialog.value = $event),
|
|
27932
|
+
title: __props.title,
|
|
27933
|
+
userService: __props.userService,
|
|
27934
|
+
userAction: __props.userAction,
|
|
27935
|
+
userParams: __props.params,
|
|
27936
|
+
onChange: handleSelectDialogChange
|
|
27937
|
+
}, null, 8, ["visible", "title", "userService", "userAction", "userParams"])) : vue.createCommentVNode("v-if", true)
|
|
27562
27938
|
]),
|
|
27563
27939
|
_: 1
|
|
27564
27940
|
/* STABLE */
|