iv-npm 1.2.59 → 1.2.64
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/package.json +6 -4
- package/packages/ui/dist/api/api.config.d.ts +10 -0
- package/packages/ui/dist/business-ui/component/IVContractSelector.d.ts +56 -0
- package/packages/ui/dist/business-ui/index.d.ts +2 -1
- package/packages/ui/dist/index.cjs.js +840 -351
- package/packages/ui/dist/index.d.ts +2 -2
- package/packages/ui/dist/index.esm.js +817 -329
- package/packages/ui/dist/index.umd.js +840 -351
- package/packages/ui/dist/index.umd.js.map +1 -1
- package/scripts/changeVersion.js +14 -21
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, resolveComponent, openBlock, createElementBlock, createVNode, unref, isRef, withCtx, renderSlot, ref, onMounted, onBeforeUnmount, Fragment, createCommentVNode, createElementVNode, normalizeStyle, renderList, normalizeClass, createTextVNode, toDisplayString, createBlock, createStaticVNode, reactive, watch, pushScopeId, popScopeId, watchEffect, mergeProps, onBeforeMount, withKeys, withModifiers, toRefs } from 'vue';
|
|
2
2
|
|
|
3
|
-
var _hoisted_1$
|
|
3
|
+
var _hoisted_1$n = {
|
|
4
4
|
id: "IVModal"
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
@@ -17,7 +17,7 @@ var _hoisted_1$m = {
|
|
|
17
17
|
*
|
|
18
18
|
* */
|
|
19
19
|
|
|
20
|
-
var script$
|
|
20
|
+
var script$p = /*#__PURE__*/defineComponent({
|
|
21
21
|
__name: 'IVModal',
|
|
22
22
|
props: {
|
|
23
23
|
show: {
|
|
@@ -47,7 +47,7 @@ var script$o = /*#__PURE__*/defineComponent({
|
|
|
47
47
|
|
|
48
48
|
var _component_a_modal = resolveComponent("a-modal");
|
|
49
49
|
|
|
50
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
50
|
+
return openBlock(), createElementBlock("div", _hoisted_1$n, [createVNode(_component_a_modal, {
|
|
51
51
|
wrapClassName: [__props.removePadding ? '' : 'not-padding', 'module-class modal-components'],
|
|
52
52
|
visible: unref(inputV),
|
|
53
53
|
"onUpdate:visible": _cache[0] || (_cache[0] = function ($event) {
|
|
@@ -77,7 +77,7 @@ var script$o = /*#__PURE__*/defineComponent({
|
|
|
77
77
|
}
|
|
78
78
|
});
|
|
79
79
|
|
|
80
|
-
script$
|
|
80
|
+
script$p.__file = "src/function-ui/component/IVModal.vue";
|
|
81
81
|
|
|
82
82
|
function ownKeys(object, enumerableOnly) {
|
|
83
83
|
var keys = Object.keys(object);
|
|
@@ -544,24 +544,24 @@ function _nonIterableSpread() {
|
|
|
544
544
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
545
545
|
}
|
|
546
546
|
|
|
547
|
-
var _hoisted_1$
|
|
547
|
+
var _hoisted_1$m = {
|
|
548
548
|
key: 0,
|
|
549
549
|
id: "top"
|
|
550
550
|
};
|
|
551
|
-
var _hoisted_2$
|
|
551
|
+
var _hoisted_2$c = {
|
|
552
552
|
"class": "flex items-center justify-center"
|
|
553
553
|
};
|
|
554
|
-
var _hoisted_3$
|
|
554
|
+
var _hoisted_3$a = {
|
|
555
555
|
key: 0,
|
|
556
556
|
style: {
|
|
557
557
|
"color": "#ff0066"
|
|
558
558
|
}
|
|
559
559
|
};
|
|
560
|
-
var _hoisted_4$
|
|
560
|
+
var _hoisted_4$a = {
|
|
561
561
|
key: 0
|
|
562
562
|
};
|
|
563
563
|
|
|
564
|
-
var _hoisted_5$
|
|
564
|
+
var _hoisted_5$9 = /*#__PURE__*/createElementVNode("div", {
|
|
565
565
|
"class": "h-2 flex items-center"
|
|
566
566
|
}, [/*#__PURE__*/createElementVNode("span", {
|
|
567
567
|
"class": "bg-[#d9d9d9] h-[1px] w-full"
|
|
@@ -569,39 +569,39 @@ var _hoisted_5$8 = /*#__PURE__*/createElementVNode("div", {
|
|
|
569
569
|
/* HOISTED */
|
|
570
570
|
);
|
|
571
571
|
|
|
572
|
-
var _hoisted_6$
|
|
572
|
+
var _hoisted_6$9 = {
|
|
573
573
|
"class": "flex items-center justify-between h-1/2"
|
|
574
574
|
};
|
|
575
|
-
var _hoisted_7$
|
|
575
|
+
var _hoisted_7$9 = {
|
|
576
576
|
key: 0,
|
|
577
577
|
style: {
|
|
578
578
|
"color": "#ff0066"
|
|
579
579
|
}
|
|
580
580
|
};
|
|
581
|
-
var _hoisted_8$
|
|
581
|
+
var _hoisted_8$7 = {
|
|
582
582
|
"class": "mrpTable",
|
|
583
583
|
id: "IVTable"
|
|
584
584
|
};
|
|
585
|
-
var _hoisted_9$
|
|
585
|
+
var _hoisted_9$7 = {
|
|
586
586
|
"class": "relative w-full mb-[24px]",
|
|
587
587
|
style: {
|
|
588
588
|
"table-layout": "fixed"
|
|
589
589
|
}
|
|
590
590
|
};
|
|
591
|
-
var _hoisted_10$
|
|
591
|
+
var _hoisted_10$6 = {
|
|
592
592
|
"class": "flex items-center justify-center"
|
|
593
593
|
};
|
|
594
|
-
var _hoisted_11$
|
|
594
|
+
var _hoisted_11$6 = {
|
|
595
595
|
key: 0,
|
|
596
596
|
style: {
|
|
597
597
|
"color": "#ff0066"
|
|
598
598
|
}
|
|
599
599
|
};
|
|
600
|
-
var _hoisted_12$
|
|
600
|
+
var _hoisted_12$6 = {
|
|
601
601
|
key: 1
|
|
602
602
|
};
|
|
603
603
|
|
|
604
|
-
var _hoisted_13$
|
|
604
|
+
var _hoisted_13$6 = /*#__PURE__*/createElementVNode("div", {
|
|
605
605
|
"class": "h-2 flex items-center"
|
|
606
606
|
}, [/*#__PURE__*/createElementVNode("span", {
|
|
607
607
|
"class": "bg-[#d9d9d9] h-[1px] w-full"
|
|
@@ -609,34 +609,34 @@ var _hoisted_13$5 = /*#__PURE__*/createElementVNode("div", {
|
|
|
609
609
|
/* HOISTED */
|
|
610
610
|
);
|
|
611
611
|
|
|
612
|
-
var _hoisted_14$
|
|
612
|
+
var _hoisted_14$6 = {
|
|
613
613
|
"class": "flex items-center justify-between h-1/2"
|
|
614
614
|
};
|
|
615
|
-
var _hoisted_15$
|
|
615
|
+
var _hoisted_15$6 = {
|
|
616
616
|
key: 0,
|
|
617
617
|
style: {
|
|
618
618
|
"color": "#ff0066"
|
|
619
619
|
}
|
|
620
620
|
};
|
|
621
|
-
var _hoisted_16$
|
|
621
|
+
var _hoisted_16$6 = {
|
|
622
622
|
key: 0
|
|
623
623
|
};
|
|
624
|
-
var _hoisted_17$
|
|
624
|
+
var _hoisted_17$6 = {
|
|
625
625
|
key: 1
|
|
626
626
|
};
|
|
627
|
-
var _hoisted_18$
|
|
627
|
+
var _hoisted_18$6 = {
|
|
628
628
|
key: 2,
|
|
629
629
|
"class": "flex justify-center items-center relative"
|
|
630
630
|
};
|
|
631
|
-
var _hoisted_19$
|
|
631
|
+
var _hoisted_19$6 = {
|
|
632
632
|
key: 1,
|
|
633
633
|
"class": "table-footer"
|
|
634
634
|
};
|
|
635
635
|
|
|
636
|
-
var _hoisted_20$
|
|
636
|
+
var _hoisted_20$5 = /*#__PURE__*/createStaticVNode("<div class=\"centent\"><svg class=\"ant-empty-img-simple\" width=\"64\" height=\"41\" viewBox=\"0 0 64 41\"><g transform=\"translate(0 1)\" fill=\"none\" fill-rule=\"evenodd\"><ellipse class=\"ant-empty-img-simple-ellipse\" fill=\"#F5F5F5\" cx=\"32\" cy=\"33\" rx=\"32\" ry=\"7\"></ellipse><g class=\"ant-empty-img-simple-g\" fill-rule=\"nonzero\" stroke=\"#D9D9D9\"><path d=\"M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z\"></path><path d=\"M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z\" fill=\"#FAFAFA\" class=\"ant-empty-img-simple-path\"></path></g></g></svg> 没有数据 </div>", 1);
|
|
637
637
|
|
|
638
|
-
var _hoisted_21$4 = [_hoisted_20$
|
|
639
|
-
var script$
|
|
638
|
+
var _hoisted_21$4 = [_hoisted_20$5];
|
|
639
|
+
var script$o = /*#__PURE__*/defineComponent({
|
|
640
640
|
__name: 'IVTable',
|
|
641
641
|
props: {
|
|
642
642
|
dataTh: {
|
|
@@ -752,7 +752,7 @@ var script$n = /*#__PURE__*/defineComponent({
|
|
|
752
752
|
|
|
753
753
|
var _component_a_pagination = resolveComponent("a-pagination");
|
|
754
754
|
|
|
755
|
-
return openBlock(), createElementBlock(Fragment, null, [createCommentVNode(" 主体 "), offsetWidth.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
755
|
+
return openBlock(), createElementBlock(Fragment, null, [createCommentVNode(" 主体 "), offsetWidth.value ? (openBlock(), createElementBlock("div", _hoisted_1$m, [createElementVNode("table", {
|
|
756
756
|
"class": "relative w-full mb-[24px]",
|
|
757
757
|
style: normalizeStyle([{
|
|
758
758
|
"table-layout": "fixed"
|
|
@@ -767,11 +767,11 @@ var script$n = /*#__PURE__*/defineComponent({
|
|
|
767
767
|
height: __props.setHeight && !clickDensity.value ? __props.setHeight + 'px' : tableH.value ? tableH.value + 'px' : '',
|
|
768
768
|
width: item.w ? item.w : ''
|
|
769
769
|
})
|
|
770
|
-
}, [createElementVNode("div", _hoisted_2$
|
|
770
|
+
}, [createElementVNode("div", _hoisted_2$c, [createTextVNode(toDisplayString(item.title == "操作" ? "" : item.title) + " ", 1
|
|
771
771
|
/* TEXT */
|
|
772
|
-
), item.unit ? (openBlock(), createElementBlock("span", _hoisted_3$
|
|
772
|
+
), item.unit ? (openBlock(), createElementBlock("span", _hoisted_3$a, toDisplayString(item.unit), 1
|
|
773
773
|
/* TEXT */
|
|
774
|
-
)) : createCommentVNode("v-if", true)]), item.header ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
774
|
+
)) : createCommentVNode("v-if", true)]), item.header ? (openBlock(), createElementBlock("div", _hoisted_4$a, [_hoisted_5$9, createElementVNode("div", _hoisted_6$9, [(openBlock(true), createElementBlock(Fragment, null, renderList(item.header, function (e, i) {
|
|
775
775
|
return openBlock(), createElementBlock("div", {
|
|
776
776
|
key: i,
|
|
777
777
|
style: normalizeStyle({
|
|
@@ -779,7 +779,7 @@ var script$n = /*#__PURE__*/defineComponent({
|
|
|
779
779
|
})
|
|
780
780
|
}, [createTextVNode(toDisplayString(e.title == "操作" ? "" : e.title) + " ", 1
|
|
781
781
|
/* TEXT */
|
|
782
|
-
), e.unit ? (openBlock(), createElementBlock("span", _hoisted_7$
|
|
782
|
+
), e.unit ? (openBlock(), createElementBlock("span", _hoisted_7$9, toDisplayString(e.unit), 1
|
|
783
783
|
/* TEXT */
|
|
784
784
|
)) : createCommentVNode("v-if", true)], 4
|
|
785
785
|
/* STYLE */
|
|
@@ -795,14 +795,14 @@ var script$n = /*#__PURE__*/defineComponent({
|
|
|
795
795
|
/* UNKEYED_FRAGMENT */
|
|
796
796
|
))])], 4
|
|
797
797
|
/* STYLE */
|
|
798
|
-
), __props.isTableControl ? (openBlock(), createBlock(unref(script$
|
|
798
|
+
), __props.isTableControl ? (openBlock(), createBlock(unref(script$n), {
|
|
799
799
|
key: 0,
|
|
800
800
|
setHeight: __props.setHeight,
|
|
801
801
|
onDensity: density,
|
|
802
802
|
onChangeS: tableControlChange
|
|
803
803
|
}, null, 8
|
|
804
804
|
/* PROPS */
|
|
805
|
-
, ["setHeight"])) : createCommentVNode("v-if", true)])) : createCommentVNode("v-if", true), createElementVNode("div", _hoisted_8$
|
|
805
|
+
, ["setHeight"])) : createCommentVNode("v-if", true)])) : createCommentVNode("v-if", true), createElementVNode("div", _hoisted_8$7, [createElementVNode("table", _hoisted_9$7, [createElementVNode("tr", null, [(openBlock(true), createElementBlock(Fragment, null, renderList(__props.dataTh, function (item, index) {
|
|
806
806
|
return openBlock(), createElementBlock(Fragment, {
|
|
807
807
|
key: index
|
|
808
808
|
}, [item.show ? (openBlock(), createElementBlock("th", {
|
|
@@ -814,11 +814,11 @@ var script$n = /*#__PURE__*/defineComponent({
|
|
|
814
814
|
})
|
|
815
815
|
}, [item.key == 'select' ? renderSlot(_ctx.$slots, "selectAll", {
|
|
816
816
|
key: 0
|
|
817
|
-
}) : createCommentVNode("v-if", true), createElementVNode("div", _hoisted_10$
|
|
817
|
+
}) : createCommentVNode("v-if", true), createElementVNode("div", _hoisted_10$6, [createTextVNode(toDisplayString(item.key == "select" ? "" : item.title == "操作" ? "" : item.title) + " ", 1
|
|
818
818
|
/* TEXT */
|
|
819
|
-
), item.unit ? (openBlock(), createElementBlock("span", _hoisted_11$
|
|
819
|
+
), item.unit ? (openBlock(), createElementBlock("span", _hoisted_11$6, toDisplayString(item.unit), 1
|
|
820
820
|
/* TEXT */
|
|
821
|
-
)) : createCommentVNode("v-if", true), createCommentVNode(" <span class=\"flex flex-col\"\r\n ><caret-up-filled /><caret-down-filled\r\n /></span> ")]), item.header ? (openBlock(), createElementBlock("div", _hoisted_12$
|
|
821
|
+
)) : createCommentVNode("v-if", true), createCommentVNode(" <span class=\"flex flex-col\"\r\n ><caret-up-filled /><caret-down-filled\r\n /></span> ")]), item.header ? (openBlock(), createElementBlock("div", _hoisted_12$6, [_hoisted_13$6, createElementVNode("div", _hoisted_14$6, [(openBlock(true), createElementBlock(Fragment, null, renderList(item.header, function (e, i) {
|
|
822
822
|
return openBlock(), createElementBlock("div", {
|
|
823
823
|
key: i,
|
|
824
824
|
style: normalizeStyle({
|
|
@@ -826,7 +826,7 @@ var script$n = /*#__PURE__*/defineComponent({
|
|
|
826
826
|
})
|
|
827
827
|
}, [createTextVNode(toDisplayString(e.title == "操作" ? "" : e.title) + " ", 1
|
|
828
828
|
/* TEXT */
|
|
829
|
-
), e.unit ? (openBlock(), createElementBlock("span", _hoisted_15$
|
|
829
|
+
), e.unit ? (openBlock(), createElementBlock("span", _hoisted_15$6, toDisplayString(e.unit), 1
|
|
830
830
|
/* TEXT */
|
|
831
831
|
)) : createCommentVNode("v-if", true)], 4
|
|
832
832
|
/* STYLE */
|
|
@@ -854,11 +854,11 @@ var script$n = /*#__PURE__*/defineComponent({
|
|
|
854
854
|
style: normalizeStyle({
|
|
855
855
|
height: __props.setHeight && !clickDensity.value ? __props.setHeight + 'px' : tableH.value ? tableH.value + 'px' : ''
|
|
856
856
|
})
|
|
857
|
-
}, [createCommentVNode(" 序号 "), item.key == 'index' ? (openBlock(), createElementBlock("div", _hoisted_16$
|
|
857
|
+
}, [createCommentVNode(" 序号 "), item.key == 'index' ? (openBlock(), createElementBlock("div", _hoisted_16$6, toDisplayString(Props.currentPages - 1 == 0 ? i + 1 : (Props.currentPages - 1) * 10 + i + 1), 1
|
|
858
858
|
/* TEXT */
|
|
859
|
-
)) : createCommentVNode("v-if", true), createCommentVNode(" 常规 "), item.key != 'index' && item.key != 'pictures' && item.key != 'buttonSlot' && item.key != 'select' && !item.custom ? (openBlock(), createElementBlock("div", _hoisted_17$
|
|
859
|
+
)) : createCommentVNode("v-if", true), createCommentVNode(" 常规 "), item.key != 'index' && item.key != 'pictures' && item.key != 'buttonSlot' && item.key != 'select' && !item.custom ? (openBlock(), createElementBlock("div", _hoisted_17$6, toDisplayString(e[item.key]), 1
|
|
860
860
|
/* TEXT */
|
|
861
|
-
)) : createCommentVNode("v-if", true), createCommentVNode(" 图片数据特殊处理 "), item.key == 'pictures' ? (openBlock(), createElementBlock("div", _hoisted_18$
|
|
861
|
+
)) : createCommentVNode("v-if", true), createCommentVNode(" 图片数据特殊处理 "), item.key == 'pictures' ? (openBlock(), createElementBlock("div", _hoisted_18$6, [createCommentVNode(" <img\r\n v-for=\"(e1, i1) in e.pictures\"\r\n :key=\"i1\"\r\n :src=\"e1\"\r\n width=\"30\"\r\n height=\"32\"\r\n class=\"mx-4\"\r\n /> "), (openBlock(true), createElementBlock(Fragment, null, renderList(e.pictures, function (e1, i1) {
|
|
862
862
|
return openBlock(), createBlock(_component_a_image, {
|
|
863
863
|
key: i1,
|
|
864
864
|
src: e1,
|
|
@@ -902,7 +902,7 @@ var script$n = /*#__PURE__*/defineComponent({
|
|
|
902
902
|
))]);
|
|
903
903
|
}), 128
|
|
904
904
|
/* KEYED_FRAGMENT */
|
|
905
|
-
)) : (openBlock(), createElementBlock("div", _hoisted_19$
|
|
905
|
+
)) : (openBlock(), createElementBlock("div", _hoisted_19$6, _hoisted_21$4))]), __props.isTableControl ? (openBlock(), createBlock(unref(script$n), {
|
|
906
906
|
key: 0,
|
|
907
907
|
setHeight: __props.setHeight,
|
|
908
908
|
onDensity: density,
|
|
@@ -937,37 +937,37 @@ var script$n = /*#__PURE__*/defineComponent({
|
|
|
937
937
|
}
|
|
938
938
|
});
|
|
939
939
|
|
|
940
|
-
script$
|
|
940
|
+
script$o.__file = "src/function-ui/component/IVTable.vue";
|
|
941
941
|
|
|
942
942
|
var _withScopeId$2 = function _withScopeId(n) {
|
|
943
943
|
return pushScopeId("data-v-c0e90666"), n = n(), popScopeId(), n;
|
|
944
944
|
};
|
|
945
945
|
|
|
946
|
-
var _hoisted_1$
|
|
946
|
+
var _hoisted_1$l = {
|
|
947
947
|
"class": "tableControl"
|
|
948
948
|
};
|
|
949
949
|
|
|
950
|
-
var _hoisted_2$
|
|
950
|
+
var _hoisted_2$b = /*#__PURE__*/_withScopeId$2(function () {
|
|
951
951
|
return /*#__PURE__*/createElementVNode("div", null, "密度", -1
|
|
952
952
|
/* HOISTED */
|
|
953
953
|
);
|
|
954
954
|
});
|
|
955
955
|
|
|
956
|
-
var _hoisted_3$
|
|
956
|
+
var _hoisted_3$9 = /*#__PURE__*/createTextVNode(" 默认 ");
|
|
957
957
|
|
|
958
|
-
var _hoisted_4$
|
|
958
|
+
var _hoisted_4$9 = /*#__PURE__*/createTextVNode(" 中等 ");
|
|
959
959
|
|
|
960
|
-
var _hoisted_5$
|
|
960
|
+
var _hoisted_5$8 = /*#__PURE__*/createTextVNode(" 紧凑 ");
|
|
961
961
|
|
|
962
|
-
var _hoisted_6$
|
|
962
|
+
var _hoisted_6$8 = /*#__PURE__*/_withScopeId$2(function () {
|
|
963
963
|
return /*#__PURE__*/createElementVNode("div", null, "列设置", -1
|
|
964
964
|
/* HOISTED */
|
|
965
965
|
);
|
|
966
966
|
});
|
|
967
967
|
|
|
968
|
-
var _hoisted_7$
|
|
968
|
+
var _hoisted_7$8 = /*#__PURE__*/createTextVNode(" 全选 ");
|
|
969
969
|
|
|
970
|
-
var script$
|
|
970
|
+
var script$n = /*#__PURE__*/defineComponent({
|
|
971
971
|
__name: 'IVTableControl',
|
|
972
972
|
props: {
|
|
973
973
|
setHeight: {
|
|
@@ -1062,13 +1062,13 @@ var script$m = /*#__PURE__*/defineComponent({
|
|
|
1062
1062
|
|
|
1063
1063
|
var _component_setting_outlined = resolveComponent("setting-outlined");
|
|
1064
1064
|
|
|
1065
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1065
|
+
return openBlock(), createElementBlock("div", _hoisted_1$l, [createVNode(_component_a_popover, {
|
|
1066
1066
|
trigger: "hover",
|
|
1067
1067
|
visible: hovered.value,
|
|
1068
1068
|
onVisibleChange: handleHoverChange
|
|
1069
1069
|
}, {
|
|
1070
1070
|
content: withCtx(function () {
|
|
1071
|
-
return [_hoisted_2$
|
|
1071
|
+
return [_hoisted_2$b];
|
|
1072
1072
|
}),
|
|
1073
1073
|
"default": withCtx(function () {
|
|
1074
1074
|
return [createVNode(_component_a_popover, {
|
|
@@ -1094,7 +1094,7 @@ var script$m = /*#__PURE__*/defineComponent({
|
|
|
1094
1094
|
key: "0"
|
|
1095
1095
|
}, {
|
|
1096
1096
|
"default": withCtx(function () {
|
|
1097
|
-
return [_hoisted_3$
|
|
1097
|
+
return [_hoisted_3$9];
|
|
1098
1098
|
}),
|
|
1099
1099
|
_: 1
|
|
1100
1100
|
/* STABLE */
|
|
@@ -1103,7 +1103,7 @@ var script$m = /*#__PURE__*/defineComponent({
|
|
|
1103
1103
|
key: "1"
|
|
1104
1104
|
}, {
|
|
1105
1105
|
"default": withCtx(function () {
|
|
1106
|
-
return [_hoisted_4$
|
|
1106
|
+
return [_hoisted_4$9];
|
|
1107
1107
|
}),
|
|
1108
1108
|
_: 1
|
|
1109
1109
|
/* STABLE */
|
|
@@ -1112,7 +1112,7 @@ var script$m = /*#__PURE__*/defineComponent({
|
|
|
1112
1112
|
key: "2"
|
|
1113
1113
|
}, {
|
|
1114
1114
|
"default": withCtx(function () {
|
|
1115
|
-
return [_hoisted_5$
|
|
1115
|
+
return [_hoisted_5$8];
|
|
1116
1116
|
}),
|
|
1117
1117
|
_: 1
|
|
1118
1118
|
/* STABLE */
|
|
@@ -1150,7 +1150,7 @@ var script$m = /*#__PURE__*/defineComponent({
|
|
|
1150
1150
|
trigger: "hover"
|
|
1151
1151
|
}, {
|
|
1152
1152
|
content: withCtx(function () {
|
|
1153
|
-
return [_hoisted_6$
|
|
1153
|
+
return [_hoisted_6$8];
|
|
1154
1154
|
}),
|
|
1155
1155
|
"default": withCtx(function () {
|
|
1156
1156
|
return [createVNode(_component_a_popover, {
|
|
@@ -1172,7 +1172,7 @@ var script$m = /*#__PURE__*/defineComponent({
|
|
|
1172
1172
|
onChange: onCheckAllChange
|
|
1173
1173
|
}, {
|
|
1174
1174
|
"default": withCtx(function () {
|
|
1175
|
-
return [_hoisted_7$
|
|
1175
|
+
return [_hoisted_7$8];
|
|
1176
1176
|
}),
|
|
1177
1177
|
_: 1
|
|
1178
1178
|
/* STABLE */
|
|
@@ -1213,8 +1213,8 @@ var script$m = /*#__PURE__*/defineComponent({
|
|
|
1213
1213
|
}
|
|
1214
1214
|
});
|
|
1215
1215
|
|
|
1216
|
-
script$
|
|
1217
|
-
script$
|
|
1216
|
+
script$n.__scopeId = "data-v-c0e90666";
|
|
1217
|
+
script$n.__file = "src/function-ui/component/IVTableControl.vue";
|
|
1218
1218
|
|
|
1219
1219
|
function _loadChildren(obj, list) {
|
|
1220
1220
|
var arr = list.filter(function (x) {
|
|
@@ -1493,6 +1493,13 @@ var API_OPTION = {
|
|
|
1493
1493
|
method: "get"
|
|
1494
1494
|
}, DEFIND_OPTION),
|
|
1495
1495
|
baseUrl: hostConfiger("MRP_URL")
|
|
1496
|
+
},
|
|
1497
|
+
getContract: {
|
|
1498
|
+
url: "/api/contract-management/contract",
|
|
1499
|
+
option: _objectSpread2({
|
|
1500
|
+
method: "get"
|
|
1501
|
+
}, DEFIND_OPTION),
|
|
1502
|
+
baseUrl: hostConfiger("MRP2_URL")
|
|
1496
1503
|
}
|
|
1497
1504
|
};
|
|
1498
1505
|
var formatHTTP = function formatHTTP(fetch) {
|
|
@@ -1512,7 +1519,7 @@ var formatUrl = function formatUrl(base, api, params) {
|
|
|
1512
1519
|
return buildURL(base + api, params);
|
|
1513
1520
|
};
|
|
1514
1521
|
|
|
1515
|
-
var _hoisted_1$
|
|
1522
|
+
var _hoisted_1$k = {
|
|
1516
1523
|
key: 0,
|
|
1517
1524
|
"class": "text-[#0000006D] text-[14px]"
|
|
1518
1525
|
};
|
|
@@ -1520,7 +1527,7 @@ var _hoisted_1$j = {
|
|
|
1520
1527
|
* 组件定义-------------------------------------
|
|
1521
1528
|
* */
|
|
1522
1529
|
|
|
1523
|
-
var script$
|
|
1530
|
+
var script$m = /*#__PURE__*/defineComponent({
|
|
1524
1531
|
__name: 'IVOrgDropdown',
|
|
1525
1532
|
props: {
|
|
1526
1533
|
value: {
|
|
@@ -1694,7 +1701,7 @@ var script$l = /*#__PURE__*/defineComponent({
|
|
|
1694
1701
|
colon: __props.isTitle
|
|
1695
1702
|
}, {
|
|
1696
1703
|
label: withCtx(function () {
|
|
1697
|
-
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
1704
|
+
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$k, toDisplayString(__props.title), 1
|
|
1698
1705
|
/* TEXT */
|
|
1699
1706
|
)) : createCommentVNode("v-if", true)];
|
|
1700
1707
|
}),
|
|
@@ -1734,9 +1741,9 @@ var script$l = /*#__PURE__*/defineComponent({
|
|
|
1734
1741
|
}
|
|
1735
1742
|
});
|
|
1736
1743
|
|
|
1737
|
-
script$
|
|
1744
|
+
script$m.__file = "src/business-ui/component/IVOrgDropdown.vue";
|
|
1738
1745
|
|
|
1739
|
-
var _hoisted_1$
|
|
1746
|
+
var _hoisted_1$j = {
|
|
1740
1747
|
key: 0,
|
|
1741
1748
|
"class": "text-[#0000006D] text-[14px]"
|
|
1742
1749
|
};
|
|
@@ -1744,7 +1751,7 @@ var _hoisted_1$i = {
|
|
|
1744
1751
|
* 组件定义-------------------------------------
|
|
1745
1752
|
* */
|
|
1746
1753
|
|
|
1747
|
-
var script$
|
|
1754
|
+
var script$l = /*#__PURE__*/defineComponent({
|
|
1748
1755
|
__name: 'IVProdBaseDropdown',
|
|
1749
1756
|
props: {
|
|
1750
1757
|
value: {
|
|
@@ -1922,7 +1929,7 @@ var script$k = /*#__PURE__*/defineComponent({
|
|
|
1922
1929
|
colon: __props.isTitle
|
|
1923
1930
|
}, {
|
|
1924
1931
|
label: withCtx(function () {
|
|
1925
|
-
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
1932
|
+
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$j, toDisplayString(__props.title), 1
|
|
1926
1933
|
/* TEXT */
|
|
1927
1934
|
)) : createCommentVNode("v-if", true)];
|
|
1928
1935
|
}),
|
|
@@ -1961,9 +1968,9 @@ var script$k = /*#__PURE__*/defineComponent({
|
|
|
1961
1968
|
}
|
|
1962
1969
|
});
|
|
1963
1970
|
|
|
1964
|
-
script$
|
|
1971
|
+
script$l.__file = "src/business-ui/component/IVProdBaseDropdown.vue";
|
|
1965
1972
|
|
|
1966
|
-
var _hoisted_1$
|
|
1973
|
+
var _hoisted_1$i = {
|
|
1967
1974
|
key: 0,
|
|
1968
1975
|
"class": "text-[#0000006D] text-[14px]"
|
|
1969
1976
|
};
|
|
@@ -1971,7 +1978,7 @@ var _hoisted_1$h = {
|
|
|
1971
1978
|
* 组件定义-------------------------------------
|
|
1972
1979
|
* */
|
|
1973
1980
|
|
|
1974
|
-
var script$
|
|
1981
|
+
var script$k = /*#__PURE__*/defineComponent({
|
|
1975
1982
|
__name: 'IVLineDropdown',
|
|
1976
1983
|
props: {
|
|
1977
1984
|
value: {
|
|
@@ -2146,7 +2153,7 @@ var script$j = /*#__PURE__*/defineComponent({
|
|
|
2146
2153
|
colon: __props.isTitle
|
|
2147
2154
|
}, {
|
|
2148
2155
|
label: withCtx(function () {
|
|
2149
|
-
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2156
|
+
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$i, toDisplayString(__props.title), 1
|
|
2150
2157
|
/* TEXT */
|
|
2151
2158
|
)) : createCommentVNode("v-if", true)];
|
|
2152
2159
|
}),
|
|
@@ -2184,20 +2191,20 @@ var script$j = /*#__PURE__*/defineComponent({
|
|
|
2184
2191
|
}
|
|
2185
2192
|
});
|
|
2186
2193
|
|
|
2187
|
-
script$
|
|
2194
|
+
script$k.__file = "src/business-ui/component/IVLineDropdown.vue";
|
|
2188
2195
|
|
|
2189
|
-
var _hoisted_1$
|
|
2196
|
+
var _hoisted_1$h = {
|
|
2190
2197
|
key: 0,
|
|
2191
2198
|
"class": "text-[#0000006D] text-[14px]"
|
|
2192
2199
|
};
|
|
2193
|
-
var _hoisted_2$
|
|
2200
|
+
var _hoisted_2$a = {
|
|
2194
2201
|
"class": "absolute right-rull top-1/2 -translate-y-1/2 w-[410px] px-2 text-[#0000006D] text-[12px]"
|
|
2195
2202
|
};
|
|
2196
2203
|
/**
|
|
2197
2204
|
* 组件定义-------------------------------------
|
|
2198
2205
|
* */
|
|
2199
2206
|
|
|
2200
|
-
var script$
|
|
2207
|
+
var script$j = /*#__PURE__*/defineComponent({
|
|
2201
2208
|
__name: 'IVSetofbookDropdown',
|
|
2202
2209
|
props: {
|
|
2203
2210
|
value: {
|
|
@@ -2392,7 +2399,7 @@ var script$i = /*#__PURE__*/defineComponent({
|
|
|
2392
2399
|
"class": "relative"
|
|
2393
2400
|
}, {
|
|
2394
2401
|
label: withCtx(function () {
|
|
2395
|
-
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2402
|
+
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$h, toDisplayString(__props.title), 1
|
|
2396
2403
|
/* TEXT */
|
|
2397
2404
|
)) : createCommentVNode("v-if", true)];
|
|
2398
2405
|
}),
|
|
@@ -2421,7 +2428,7 @@ var script$i = /*#__PURE__*/defineComponent({
|
|
|
2421
2428
|
replaceFields: __props.replaceFields
|
|
2422
2429
|
}), null, 16
|
|
2423
2430
|
/* FULL_PROPS */
|
|
2424
|
-
, ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "filterOption", "fieldNames", "multiple", "style", "replaceFields"]), createElementVNode("span", _hoisted_2$
|
|
2431
|
+
, ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "filterOption", "fieldNames", "multiple", "style", "replaceFields"]), createElementVNode("span", _hoisted_2$a, [renderSlot(_ctx.$slots, "notes")])];
|
|
2425
2432
|
}),
|
|
2426
2433
|
_: 3
|
|
2427
2434
|
/* FORWARDED */
|
|
@@ -2433,9 +2440,9 @@ var script$i = /*#__PURE__*/defineComponent({
|
|
|
2433
2440
|
}
|
|
2434
2441
|
});
|
|
2435
2442
|
|
|
2436
|
-
script$
|
|
2443
|
+
script$j.__file = "src/business-ui/component/IVSetofbookDropdown.vue";
|
|
2437
2444
|
|
|
2438
|
-
var _hoisted_1$
|
|
2445
|
+
var _hoisted_1$g = {
|
|
2439
2446
|
key: 0,
|
|
2440
2447
|
"class": "text-[#0000006D] text-[14px]"
|
|
2441
2448
|
};
|
|
@@ -2443,7 +2450,7 @@ var _hoisted_1$f = {
|
|
|
2443
2450
|
* 组件定义-------------------------------------
|
|
2444
2451
|
* */
|
|
2445
2452
|
|
|
2446
|
-
var script$
|
|
2453
|
+
var script$i = /*#__PURE__*/defineComponent({
|
|
2447
2454
|
__name: 'IVPostDropdown',
|
|
2448
2455
|
props: {
|
|
2449
2456
|
value: {
|
|
@@ -2613,7 +2620,7 @@ var script$h = /*#__PURE__*/defineComponent({
|
|
|
2613
2620
|
colon: __props.isTitle
|
|
2614
2621
|
}, {
|
|
2615
2622
|
label: withCtx(function () {
|
|
2616
|
-
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2623
|
+
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$g, toDisplayString(__props.title), 1
|
|
2617
2624
|
/* TEXT */
|
|
2618
2625
|
)) : createCommentVNode("v-if", true)];
|
|
2619
2626
|
}),
|
|
@@ -2652,9 +2659,9 @@ var script$h = /*#__PURE__*/defineComponent({
|
|
|
2652
2659
|
}
|
|
2653
2660
|
});
|
|
2654
2661
|
|
|
2655
|
-
script$
|
|
2662
|
+
script$i.__file = "src/business-ui/component/IVPostDropdown.vue";
|
|
2656
2663
|
|
|
2657
|
-
var _hoisted_1$
|
|
2664
|
+
var _hoisted_1$f = {
|
|
2658
2665
|
key: 0,
|
|
2659
2666
|
"class": "text-[#0000006D] text-[14px]"
|
|
2660
2667
|
};
|
|
@@ -2662,7 +2669,7 @@ var _hoisted_1$e = {
|
|
|
2662
2669
|
* 组件定义-------------------------------------
|
|
2663
2670
|
* */
|
|
2664
2671
|
|
|
2665
|
-
var script$
|
|
2672
|
+
var script$h = /*#__PURE__*/defineComponent({
|
|
2666
2673
|
__name: 'IVManagDropdown',
|
|
2667
2674
|
props: {
|
|
2668
2675
|
value: {
|
|
@@ -2823,7 +2830,7 @@ var script$g = /*#__PURE__*/defineComponent({
|
|
|
2823
2830
|
colon: __props.isTitle
|
|
2824
2831
|
}, {
|
|
2825
2832
|
label: withCtx(function () {
|
|
2826
|
-
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2833
|
+
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$f, toDisplayString(__props.title), 1
|
|
2827
2834
|
/* TEXT */
|
|
2828
2835
|
)) : createCommentVNode("v-if", true)];
|
|
2829
2836
|
}),
|
|
@@ -2861,13 +2868,13 @@ var script$g = /*#__PURE__*/defineComponent({
|
|
|
2861
2868
|
}
|
|
2862
2869
|
});
|
|
2863
2870
|
|
|
2864
|
-
script$
|
|
2871
|
+
script$h.__file = "src/business-ui/component/IVManagDropdown.vue";
|
|
2865
2872
|
|
|
2866
2873
|
/**
|
|
2867
2874
|
* 组件定义-------------------------------------
|
|
2868
2875
|
* */
|
|
2869
2876
|
|
|
2870
|
-
var script$
|
|
2877
|
+
var script$g = /*#__PURE__*/defineComponent({
|
|
2871
2878
|
__name: 'IVRateDropdown',
|
|
2872
2879
|
props: {
|
|
2873
2880
|
value: {
|
|
@@ -2950,13 +2957,13 @@ var script$f = /*#__PURE__*/defineComponent({
|
|
|
2950
2957
|
}
|
|
2951
2958
|
});
|
|
2952
2959
|
|
|
2953
|
-
script$
|
|
2960
|
+
script$g.__file = "src/business-ui/component/IVRateDropdown.vue";
|
|
2954
2961
|
|
|
2955
2962
|
/**
|
|
2956
2963
|
* 组件定义-------------------------------------
|
|
2957
2964
|
* */
|
|
2958
2965
|
|
|
2959
|
-
var script$
|
|
2966
|
+
var script$f = /*#__PURE__*/defineComponent({
|
|
2960
2967
|
__name: 'IVUnitDropdown',
|
|
2961
2968
|
props: {
|
|
2962
2969
|
value: {
|
|
@@ -3094,9 +3101,9 @@ var script$e = /*#__PURE__*/defineComponent({
|
|
|
3094
3101
|
}
|
|
3095
3102
|
});
|
|
3096
3103
|
|
|
3097
|
-
script$
|
|
3104
|
+
script$f.__file = "src/business-ui/component/IVUnitDropdown.vue";
|
|
3098
3105
|
|
|
3099
|
-
var _hoisted_1$
|
|
3106
|
+
var _hoisted_1$e = {
|
|
3100
3107
|
key: 0,
|
|
3101
3108
|
"class": "text-[#0000006D] text-[14px]"
|
|
3102
3109
|
};
|
|
@@ -3104,7 +3111,7 @@ var _hoisted_1$d = {
|
|
|
3104
3111
|
* 组件定义-------------------------------------
|
|
3105
3112
|
* */
|
|
3106
3113
|
|
|
3107
|
-
var script$
|
|
3114
|
+
var script$e = /*#__PURE__*/defineComponent({
|
|
3108
3115
|
__name: 'IVMaterialTypeDropdown',
|
|
3109
3116
|
props: {
|
|
3110
3117
|
value: {
|
|
@@ -3279,7 +3286,7 @@ var script$d = /*#__PURE__*/defineComponent({
|
|
|
3279
3286
|
colon: __props.isTitle
|
|
3280
3287
|
}, {
|
|
3281
3288
|
label: withCtx(function () {
|
|
3282
|
-
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
3289
|
+
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$e, toDisplayString(__props.title), 1
|
|
3283
3290
|
/* TEXT */
|
|
3284
3291
|
)) : createCommentVNode("v-if", true)];
|
|
3285
3292
|
}),
|
|
@@ -3323,9 +3330,9 @@ var script$d = /*#__PURE__*/defineComponent({
|
|
|
3323
3330
|
}
|
|
3324
3331
|
});
|
|
3325
3332
|
|
|
3326
|
-
script$
|
|
3333
|
+
script$e.__file = "src/business-ui/component/IVMaterialTypeDropdown.vue";
|
|
3327
3334
|
|
|
3328
|
-
var _hoisted_1$
|
|
3335
|
+
var _hoisted_1$d = {
|
|
3329
3336
|
style: {
|
|
3330
3337
|
"position": "relative",
|
|
3331
3338
|
"margin-top": "8px",
|
|
@@ -3333,7 +3340,7 @@ var _hoisted_1$c = {
|
|
|
3333
3340
|
"height": "23px"
|
|
3334
3341
|
}
|
|
3335
3342
|
};
|
|
3336
|
-
var _hoisted_2$
|
|
3343
|
+
var _hoisted_2$9 = {
|
|
3337
3344
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
3338
3345
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3339
3346
|
version: "1.1",
|
|
@@ -3343,7 +3350,7 @@ var _hoisted_2$8 = {
|
|
|
3343
3350
|
"position": "absolute"
|
|
3344
3351
|
}
|
|
3345
3352
|
};
|
|
3346
|
-
var _hoisted_3$
|
|
3353
|
+
var _hoisted_3$8 = createElementVNode("g", {
|
|
3347
3354
|
transform: "matrix(1 0 0 1 -256 -275 )"
|
|
3348
3355
|
}, [createElementVNode("path", {
|
|
3349
3356
|
d: "M 2.8482972136223452 0 C 1.2746130030959648 0.028482972136316675 0 1.3030959752322815 0 2.8767801857584345 L 0 20.151702786377655 C 0 21.725386996904035 1.2746130030959648 23 2.8482972136223452 23 L 20.123219814241565 23 C 21.69690402476772 23 22.971517027863683 21.725386996904035 23 20.151702786377655 L 23 2.8767801857584345 C 22.971517027863683 1.3030959752322815 21.69690402476772 0.028482972136316675 20.123219814241565 0 L 2.8482972136223452 0 Z ",
|
|
@@ -3353,8 +3360,8 @@ var _hoisted_3$7 = createElementVNode("g", {
|
|
|
3353
3360
|
transform: "matrix(1 0 0 1 256 275 )"
|
|
3354
3361
|
})], -1
|
|
3355
3362
|
);
|
|
3356
|
-
var _hoisted_4$
|
|
3357
|
-
var _hoisted_5$
|
|
3363
|
+
var _hoisted_4$8 = [_hoisted_3$8];
|
|
3364
|
+
var _hoisted_5$7 = {
|
|
3358
3365
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
3359
3366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3360
3367
|
version: "1.1",
|
|
@@ -3366,7 +3373,7 @@ var _hoisted_5$6 = {
|
|
|
3366
3373
|
"bottom": "7px"
|
|
3367
3374
|
}
|
|
3368
3375
|
};
|
|
3369
|
-
var _hoisted_6$
|
|
3376
|
+
var _hoisted_6$7 = createElementVNode("g", {
|
|
3370
3377
|
transform: "matrix(1 0 0 1 -263 -268 )"
|
|
3371
3378
|
}, [createElementVNode("path", {
|
|
3372
3379
|
d: "M 2.8767801857584345 0 C 1.3030959752322815 0 0.028482972136316675 1.2746130030959648 0.028482972136316675 2.8482972136223452 L 0.028482972136316675 4.870588235294008 C 0.028482972136316675 5.027244582043295 0.15665634674928697 5.155417956656265 0.31331269349834656 5.155417956656265 L 14.426625386996877 5.155417956656265 C 16.306501547987637 5.155417956656265 17.844582043343735 6.693498452012363 17.844582043343735 8.573374613003125 L 17.844582043343735 22.686687306501653 C 17.844582043343735 22.843343653250713 17.972755417956705 22.971517027863683 18.129411764705992 22.971517027863683 L 20.151702786377655 22.971517027863683 C 21.725386996904035 22.971517027863683 23 21.69690402476772 23 20.123219814241565 L 23 2.8482972136223452 C 23 1.2746130030959648 21.725386996904035 0 20.151702786377655 0 L 2.8767801857584345 0 Z ",
|
|
@@ -3376,80 +3383,80 @@ var _hoisted_6$6 = createElementVNode("g", {
|
|
|
3376
3383
|
transform: "matrix(1 0 0 1 263 268 )"
|
|
3377
3384
|
})], -1
|
|
3378
3385
|
);
|
|
3379
|
-
var _hoisted_7$
|
|
3386
|
+
var _hoisted_7$7 = [_hoisted_6$7];
|
|
3380
3387
|
function render$1(_ctx, _cache) {
|
|
3381
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
3388
|
+
return openBlock(), createElementBlock("div", _hoisted_1$d, [(openBlock(), createElementBlock("svg", _hoisted_2$9, _hoisted_4$8)), (openBlock(), createElementBlock("svg", _hoisted_5$7, _hoisted_7$7))]);
|
|
3382
3389
|
}
|
|
3383
3390
|
|
|
3384
|
-
var script$
|
|
3385
|
-
script$
|
|
3386
|
-
script$
|
|
3391
|
+
var script$d = {};
|
|
3392
|
+
script$d.render = render$1;
|
|
3393
|
+
script$d.__file = "src/business-ui/component/icon/SelectorIcon.vue";
|
|
3387
3394
|
|
|
3388
|
-
var _hoisted_1$
|
|
3395
|
+
var _hoisted_1$c = {
|
|
3389
3396
|
"class": "flex items-center h-[60px] pl-[40px] bg-[#97D2FD]"
|
|
3390
3397
|
};
|
|
3391
3398
|
|
|
3392
|
-
var _hoisted_2$
|
|
3399
|
+
var _hoisted_2$8 = /*#__PURE__*/createElementVNode("span", {
|
|
3393
3400
|
"class": "text-xl text-[#bd9e55] pl-2"
|
|
3394
3401
|
}, "选择项目", -1
|
|
3395
3402
|
/* HOISTED */
|
|
3396
3403
|
);
|
|
3397
3404
|
|
|
3398
|
-
var _hoisted_3$
|
|
3405
|
+
var _hoisted_3$7 = {
|
|
3399
3406
|
"class": "px-[150px]",
|
|
3400
3407
|
id: "IVUserSelector"
|
|
3401
3408
|
};
|
|
3402
|
-
var _hoisted_4$
|
|
3409
|
+
var _hoisted_4$7 = {
|
|
3403
3410
|
"class": "mx-10"
|
|
3404
3411
|
};
|
|
3405
|
-
var _hoisted_5$
|
|
3412
|
+
var _hoisted_5$6 = {
|
|
3406
3413
|
"class": "flex items-center my-4 justify-center"
|
|
3407
3414
|
};
|
|
3408
3415
|
|
|
3409
|
-
var _hoisted_6$
|
|
3416
|
+
var _hoisted_6$6 = /*#__PURE__*/createTextVNode(" 搜索 ");
|
|
3410
3417
|
|
|
3411
|
-
var _hoisted_7$
|
|
3418
|
+
var _hoisted_7$6 = {
|
|
3412
3419
|
"class": "mt-10"
|
|
3413
3420
|
};
|
|
3414
|
-
var _hoisted_8$
|
|
3421
|
+
var _hoisted_8$6 = {
|
|
3415
3422
|
"class": "flex justify-between mb-2"
|
|
3416
3423
|
};
|
|
3417
|
-
var _hoisted_9$
|
|
3424
|
+
var _hoisted_9$6 = {
|
|
3418
3425
|
"class": "text-[#999999]"
|
|
3419
3426
|
};
|
|
3420
3427
|
|
|
3421
|
-
var _hoisted_10$
|
|
3428
|
+
var _hoisted_10$5 = /*#__PURE__*/createTextVNode(" 共有 ");
|
|
3422
3429
|
|
|
3423
|
-
var _hoisted_11$
|
|
3430
|
+
var _hoisted_11$5 = {
|
|
3424
3431
|
"class": "text-[#BD9E55] text-[16px]"
|
|
3425
3432
|
};
|
|
3426
3433
|
|
|
3427
|
-
var _hoisted_12$
|
|
3434
|
+
var _hoisted_12$5 = /*#__PURE__*/createTextVNode(" 个记录满足条件,当前第 ");
|
|
3428
3435
|
|
|
3429
|
-
var _hoisted_13$
|
|
3436
|
+
var _hoisted_13$5 = {
|
|
3430
3437
|
"class": "text-[#BD9E55] text-[16px]"
|
|
3431
3438
|
};
|
|
3432
3439
|
|
|
3433
|
-
var _hoisted_14$
|
|
3440
|
+
var _hoisted_14$5 = /*#__PURE__*/createTextVNode(" 页,跳转到第 ");
|
|
3434
3441
|
|
|
3435
|
-
var _hoisted_15$
|
|
3442
|
+
var _hoisted_15$5 = {
|
|
3436
3443
|
"class": "text-[#BD9E55] text-[16px]"
|
|
3437
3444
|
};
|
|
3438
3445
|
|
|
3439
|
-
var _hoisted_16$
|
|
3446
|
+
var _hoisted_16$5 = /*#__PURE__*/createTextVNode(" 页 ");
|
|
3440
3447
|
|
|
3441
|
-
var _hoisted_17$
|
|
3448
|
+
var _hoisted_17$5 = {
|
|
3442
3449
|
"class": "contentList"
|
|
3443
3450
|
};
|
|
3444
|
-
var _hoisted_18$
|
|
3451
|
+
var _hoisted_18$5 = {
|
|
3445
3452
|
"class": "flex items-center justify-around text-[#006AB2] text-[13px]"
|
|
3446
3453
|
};
|
|
3447
|
-
var _hoisted_19$
|
|
3454
|
+
var _hoisted_19$5 = ["onClick"];
|
|
3448
3455
|
/**
|
|
3449
3456
|
* 组件定义-------------------------------------
|
|
3450
3457
|
* */
|
|
3451
3458
|
|
|
3452
|
-
var script$
|
|
3459
|
+
var script$c = /*#__PURE__*/defineComponent({
|
|
3453
3460
|
__name: 'IVProjectSelector',
|
|
3454
3461
|
props: {
|
|
3455
3462
|
show: {
|
|
@@ -3719,7 +3726,7 @@ var script$b = /*#__PURE__*/defineComponent({
|
|
|
3719
3726
|
|
|
3720
3727
|
var _component_a_dropdown = resolveComponent("a-dropdown");
|
|
3721
3728
|
|
|
3722
|
-
return openBlock(), createBlock(script$
|
|
3729
|
+
return openBlock(), createBlock(script$p, {
|
|
3723
3730
|
show: unref(inputV),
|
|
3724
3731
|
"onUpdate:show": _cache[4] || (_cache[4] = function ($event) {
|
|
3725
3732
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -3727,10 +3734,10 @@ var script$b = /*#__PURE__*/defineComponent({
|
|
|
3727
3734
|
"remove-padding": false
|
|
3728
3735
|
}, {
|
|
3729
3736
|
title: withCtx(function () {
|
|
3730
|
-
return [createElementVNode("div", _hoisted_1$
|
|
3737
|
+
return [createElementVNode("div", _hoisted_1$c, [createVNode(script$d), _hoisted_2$8])];
|
|
3731
3738
|
}),
|
|
3732
3739
|
body: withCtx(function () {
|
|
3733
|
-
return [createElementVNode("div", _hoisted_3$
|
|
3740
|
+
return [createElementVNode("div", _hoisted_3$7, [createCommentVNode(" 搜索 "), createElementVNode("div", _hoisted_4$7, [createElementVNode("div", _hoisted_5$6, [createVNode(unref(script$j), {
|
|
3734
3741
|
value: formData.setOfBookId,
|
|
3735
3742
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
3736
3743
|
return formData.setOfBookId = $event;
|
|
@@ -3800,16 +3807,16 @@ var script$b = /*#__PURE__*/defineComponent({
|
|
|
3800
3807
|
onClick: onSearch
|
|
3801
3808
|
}, {
|
|
3802
3809
|
"default": withCtx(function () {
|
|
3803
|
-
return [_hoisted_6$
|
|
3810
|
+
return [_hoisted_6$6];
|
|
3804
3811
|
}),
|
|
3805
3812
|
_: 1
|
|
3806
3813
|
/* STABLE */
|
|
3807
3814
|
|
|
3808
|
-
})])]), createCommentVNode(" 主体 "), createElementVNode("div", _hoisted_7$
|
|
3815
|
+
})])]), createCommentVNode(" 主体 "), createElementVNode("div", _hoisted_7$6, [createCommentVNode(" 分页 "), createElementVNode("div", _hoisted_8$6, [createElementVNode("div", _hoisted_9$6, [_hoisted_10$5, createElementVNode("span", _hoisted_11$5, toDisplayString(totalPages.value), 1
|
|
3809
3816
|
/* TEXT */
|
|
3810
|
-
), _hoisted_12$
|
|
3817
|
+
), _hoisted_12$5, createElementVNode("span", _hoisted_13$5, toDisplayString(topCurrentPages.value), 1
|
|
3811
3818
|
/* TEXT */
|
|
3812
|
-
), _hoisted_14$
|
|
3819
|
+
), _hoisted_14$5, createVNode(_component_a_dropdown, {
|
|
3813
3820
|
trigger: ['click']
|
|
3814
3821
|
}, {
|
|
3815
3822
|
overlay: withCtx(function () {
|
|
@@ -3853,7 +3860,7 @@ var script$b = /*#__PURE__*/defineComponent({
|
|
|
3853
3860
|
return [createElementVNode("a", {
|
|
3854
3861
|
"class": "pl-2 ant-dropdown-link border-b border-[#BD9E55]",
|
|
3855
3862
|
onClick: _cache[3] || (_cache[3] = withModifiers(function () {}, ["prevent"]))
|
|
3856
|
-
}, [createElementVNode("span", _hoisted_15$
|
|
3863
|
+
}, [createElementVNode("span", _hoisted_15$5, toDisplayString(topSelectPages.value), 1
|
|
3857
3864
|
/* TEXT */
|
|
3858
3865
|
), createVNode(_component_DownOutlined, {
|
|
3859
3866
|
"class": "align-middle ml-1 mb-[4px]",
|
|
@@ -3865,7 +3872,7 @@ var script$b = /*#__PURE__*/defineComponent({
|
|
|
3865
3872
|
_: 1
|
|
3866
3873
|
/* STABLE */
|
|
3867
3874
|
|
|
3868
|
-
}), _hoisted_16$
|
|
3875
|
+
}), _hoisted_16$5])]), createElementVNode("div", _hoisted_17$5, [createVNode(unref(script$o), {
|
|
3869
3876
|
dataTh: unref(th),
|
|
3870
3877
|
contractExecDocList: dataV.value,
|
|
3871
3878
|
currentPages: currentPages.value,
|
|
@@ -3878,14 +3885,14 @@ var script$b = /*#__PURE__*/defineComponent({
|
|
|
3878
3885
|
onUpth: upth
|
|
3879
3886
|
}, {
|
|
3880
3887
|
buttonSlot: withCtx(function (buttonSlot) {
|
|
3881
|
-
return [createElementVNode("div", _hoisted_18$
|
|
3888
|
+
return [createElementVNode("div", _hoisted_18$5, [createElementVNode("span", {
|
|
3882
3889
|
"class": "cursor-pointer",
|
|
3883
3890
|
onClick: function onClick($event) {
|
|
3884
3891
|
return sendItem(buttonSlot.item);
|
|
3885
3892
|
}
|
|
3886
3893
|
}, "选择", 8
|
|
3887
3894
|
/* PROPS */
|
|
3888
|
-
, _hoisted_19$
|
|
3895
|
+
, _hoisted_19$5)])];
|
|
3889
3896
|
}),
|
|
3890
3897
|
_: 1
|
|
3891
3898
|
/* STABLE */
|
|
@@ -3904,14 +3911,14 @@ var script$b = /*#__PURE__*/defineComponent({
|
|
|
3904
3911
|
}
|
|
3905
3912
|
});
|
|
3906
3913
|
|
|
3907
|
-
script$
|
|
3914
|
+
script$c.__file = "src/business-ui/component/IVProjectSelector.vue";
|
|
3908
3915
|
|
|
3909
|
-
var _hoisted_1$
|
|
3916
|
+
var _hoisted_1$b = {
|
|
3910
3917
|
key: 0,
|
|
3911
3918
|
"class": "text-[#0000006D] text-[14px]"
|
|
3912
3919
|
};
|
|
3913
3920
|
|
|
3914
|
-
var _hoisted_2$
|
|
3921
|
+
var _hoisted_2$7 = /*#__PURE__*/createElementVNode("span", {
|
|
3915
3922
|
"class": "absolute right-rull top-1/2 -translate-y-1/2 w-[480px] px-2 text-[#0000006D] text-[12px]"
|
|
3916
3923
|
}, " 根据基本信息中的所属账套,筛选账套下的合同,同时状态是在建项目的工程项目合同 ", -1
|
|
3917
3924
|
/* HOISTED */
|
|
@@ -3920,7 +3927,7 @@ var _hoisted_2$6 = /*#__PURE__*/createElementVNode("span", {
|
|
|
3920
3927
|
* 组件定义-------------------------------------
|
|
3921
3928
|
* */
|
|
3922
3929
|
|
|
3923
|
-
var script$
|
|
3930
|
+
var script$b = /*#__PURE__*/defineComponent({
|
|
3924
3931
|
__name: 'IVMainContractSelector',
|
|
3925
3932
|
props: {
|
|
3926
3933
|
value: {
|
|
@@ -4099,7 +4106,7 @@ var script$a = /*#__PURE__*/defineComponent({
|
|
|
4099
4106
|
colon: __props.isTitle
|
|
4100
4107
|
}, {
|
|
4101
4108
|
label: withCtx(function () {
|
|
4102
|
-
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4109
|
+
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$b, toDisplayString(__props.title), 1
|
|
4103
4110
|
/* TEXT */
|
|
4104
4111
|
)) : createCommentVNode("v-if", true)];
|
|
4105
4112
|
}),
|
|
@@ -4125,7 +4132,7 @@ var script$a = /*#__PURE__*/defineComponent({
|
|
|
4125
4132
|
filterOption: unref(filterOption)
|
|
4126
4133
|
}), null, 16
|
|
4127
4134
|
/* FULL_PROPS */
|
|
4128
|
-
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filterOption"]), _hoisted_2$
|
|
4135
|
+
, ["getPopupContainer", "value", "style", "placeholder", "options", "mode", "fieldNames", "allowClear", "filterOption"]), _hoisted_2$7];
|
|
4129
4136
|
}),
|
|
4130
4137
|
_: 1
|
|
4131
4138
|
/* STABLE */
|
|
@@ -4137,9 +4144,9 @@ var script$a = /*#__PURE__*/defineComponent({
|
|
|
4137
4144
|
}
|
|
4138
4145
|
});
|
|
4139
4146
|
|
|
4140
|
-
script$
|
|
4147
|
+
script$b.__file = "src/business-ui/component/IVMainContractSelector.vue";
|
|
4141
4148
|
|
|
4142
|
-
var _hoisted_1$
|
|
4149
|
+
var _hoisted_1$a = {
|
|
4143
4150
|
key: 0,
|
|
4144
4151
|
"class": "text-[#0000006D] text-[14px]"
|
|
4145
4152
|
};
|
|
@@ -4147,7 +4154,7 @@ var _hoisted_1$9 = {
|
|
|
4147
4154
|
* 组件定义-------------------------------------
|
|
4148
4155
|
* */
|
|
4149
4156
|
|
|
4150
|
-
var script$
|
|
4157
|
+
var script$a = /*#__PURE__*/defineComponent({
|
|
4151
4158
|
__name: 'IVInnerContractSelector',
|
|
4152
4159
|
props: {
|
|
4153
4160
|
value: {
|
|
@@ -4321,7 +4328,7 @@ var script$9 = /*#__PURE__*/defineComponent({
|
|
|
4321
4328
|
colon: __props.isTitle
|
|
4322
4329
|
}, {
|
|
4323
4330
|
label: withCtx(function () {
|
|
4324
|
-
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4331
|
+
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$a, toDisplayString(__props.title), 1
|
|
4325
4332
|
/* TEXT */
|
|
4326
4333
|
)) : createCommentVNode("v-if", true)];
|
|
4327
4334
|
}),
|
|
@@ -4359,9 +4366,9 @@ var script$9 = /*#__PURE__*/defineComponent({
|
|
|
4359
4366
|
}
|
|
4360
4367
|
});
|
|
4361
4368
|
|
|
4362
|
-
script$
|
|
4369
|
+
script$a.__file = "src/business-ui/component/IVInnerContractSelector.vue";
|
|
4363
4370
|
|
|
4364
|
-
var _hoisted_1$
|
|
4371
|
+
var _hoisted_1$9 = {
|
|
4365
4372
|
key: 0,
|
|
4366
4373
|
"class": "text-[#0000006D] text-[14px]"
|
|
4367
4374
|
};
|
|
@@ -4369,7 +4376,7 @@ var _hoisted_1$8 = {
|
|
|
4369
4376
|
* 组件定义-------------------------------------
|
|
4370
4377
|
* */
|
|
4371
4378
|
|
|
4372
|
-
var script$
|
|
4379
|
+
var script$9 = /*#__PURE__*/defineComponent({
|
|
4373
4380
|
__name: 'IVOuterContractSelector',
|
|
4374
4381
|
props: {
|
|
4375
4382
|
value: {
|
|
@@ -4543,7 +4550,7 @@ var script$8 = /*#__PURE__*/defineComponent({
|
|
|
4543
4550
|
colon: __props.isTitle
|
|
4544
4551
|
}, {
|
|
4545
4552
|
label: withCtx(function () {
|
|
4546
|
-
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4553
|
+
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$9, toDisplayString(__props.title), 1
|
|
4547
4554
|
/* TEXT */
|
|
4548
4555
|
)) : createCommentVNode("v-if", true)];
|
|
4549
4556
|
}),
|
|
@@ -4581,13 +4588,13 @@ var script$8 = /*#__PURE__*/defineComponent({
|
|
|
4581
4588
|
}
|
|
4582
4589
|
});
|
|
4583
4590
|
|
|
4584
|
-
script$
|
|
4591
|
+
script$9.__file = "src/business-ui/component/IVOuterContractSelector.vue";
|
|
4585
4592
|
|
|
4586
4593
|
var _withScopeId$1 = function _withScopeId(n) {
|
|
4587
4594
|
return pushScopeId("data-v-44290c60"), n = n(), popScopeId(), n;
|
|
4588
4595
|
};
|
|
4589
4596
|
|
|
4590
|
-
var _hoisted_1$
|
|
4597
|
+
var _hoisted_1$8 = /*#__PURE__*/_withScopeId$1(function () {
|
|
4591
4598
|
return /*#__PURE__*/createElementVNode("div", {
|
|
4592
4599
|
"class": "flex items-center h-[60px] pl-[40px] bg-[#97D2FD]"
|
|
4593
4600
|
}, [/*#__PURE__*/createCommentVNode(" <UnorderedListOutlined class=\"text-xl text-[#bd9e55]\" /> "), /*#__PURE__*/createElementVNode("span", {
|
|
@@ -4597,11 +4604,11 @@ var _hoisted_1$7 = /*#__PURE__*/_withScopeId$1(function () {
|
|
|
4597
4604
|
);
|
|
4598
4605
|
});
|
|
4599
4606
|
|
|
4600
|
-
var _hoisted_2$
|
|
4607
|
+
var _hoisted_2$6 = {
|
|
4601
4608
|
"class": "Altimeter"
|
|
4602
4609
|
};
|
|
4603
4610
|
|
|
4604
|
-
var _hoisted_3$
|
|
4611
|
+
var _hoisted_3$6 = /*#__PURE__*/_withScopeId$1(function () {
|
|
4605
4612
|
return /*#__PURE__*/createElementVNode("div", {
|
|
4606
4613
|
"class": "text-[#0000006D] mt-2 text-[14px]"
|
|
4607
4614
|
}, "图片预览:", -1
|
|
@@ -4609,10 +4616,10 @@ var _hoisted_3$5 = /*#__PURE__*/_withScopeId$1(function () {
|
|
|
4609
4616
|
);
|
|
4610
4617
|
});
|
|
4611
4618
|
|
|
4612
|
-
var _hoisted_4$
|
|
4619
|
+
var _hoisted_4$6 = {
|
|
4613
4620
|
"class": "imgBox mt-8 ml-[-58px]"
|
|
4614
4621
|
};
|
|
4615
|
-
var script$
|
|
4622
|
+
var script$8 = /*#__PURE__*/defineComponent({
|
|
4616
4623
|
__name: 'Altimeter',
|
|
4617
4624
|
props: {
|
|
4618
4625
|
// 是否显示弹窗
|
|
@@ -4783,7 +4790,7 @@ var script$7 = /*#__PURE__*/defineComponent({
|
|
|
4783
4790
|
|
|
4784
4791
|
var _component_CloseCircleOutlined = resolveComponent("CloseCircleOutlined");
|
|
4785
4792
|
|
|
4786
|
-
return openBlock(), createBlock(script$
|
|
4793
|
+
return openBlock(), createBlock(script$p, {
|
|
4787
4794
|
show: detailVisible.value,
|
|
4788
4795
|
"onUpdate:show": _cache[0] || (_cache[0] = function ($event) {
|
|
4789
4796
|
return detailVisible.value = $event;
|
|
@@ -4792,10 +4799,10 @@ var script$7 = /*#__PURE__*/defineComponent({
|
|
|
4792
4799
|
onCancelHandle: cancelHandle
|
|
4793
4800
|
}, {
|
|
4794
4801
|
title: withCtx(function () {
|
|
4795
|
-
return [_hoisted_1$
|
|
4802
|
+
return [_hoisted_1$8];
|
|
4796
4803
|
}),
|
|
4797
4804
|
body: withCtx(function () {
|
|
4798
|
-
return [createElementVNode("div", _hoisted_2$
|
|
4805
|
+
return [createElementVNode("div", _hoisted_2$6, [createCommentVNode(" src=\"/node_modules/iv-npm/packages/ui/dist/Altimeter/index.html\" "), createElementVNode("iframe", {
|
|
4799
4806
|
src: "/Altimeter/index.html",
|
|
4800
4807
|
id: "iframe",
|
|
4801
4808
|
ref_key: "iframe",
|
|
@@ -4805,7 +4812,7 @@ var script$7 = /*#__PURE__*/defineComponent({
|
|
|
4805
4812
|
onLoad: load
|
|
4806
4813
|
}, null, 544
|
|
4807
4814
|
/* HYDRATE_EVENTS, NEED_PATCH */
|
|
4808
|
-
), _hoisted_3$
|
|
4815
|
+
), _hoisted_3$6, createElementVNode("div", _hoisted_4$6, [(openBlock(true), createElementBlock(Fragment, null, renderList(pictures.value, function (e, i) {
|
|
4809
4816
|
return openBlock(), createElementBlock("div", {
|
|
4810
4817
|
key: i,
|
|
4811
4818
|
"class": "imgList"
|
|
@@ -4835,21 +4842,21 @@ var script$7 = /*#__PURE__*/defineComponent({
|
|
|
4835
4842
|
}
|
|
4836
4843
|
});
|
|
4837
4844
|
|
|
4838
|
-
script$
|
|
4839
|
-
script$
|
|
4845
|
+
script$8.__scopeId = "data-v-44290c60";
|
|
4846
|
+
script$8.__file = "src/business-ui/component/Altimeter.vue";
|
|
4840
4847
|
|
|
4841
4848
|
var _withScopeId = function _withScopeId(n) {
|
|
4842
4849
|
return pushScopeId("data-v-3f5c8a23"), n = n(), popScopeId(), n;
|
|
4843
4850
|
};
|
|
4844
4851
|
|
|
4845
|
-
var _hoisted_1$
|
|
4852
|
+
var _hoisted_1$7 = {
|
|
4846
4853
|
"class": "MrpUpload"
|
|
4847
4854
|
};
|
|
4848
|
-
var _hoisted_2$
|
|
4855
|
+
var _hoisted_2$5 = {
|
|
4849
4856
|
key: 0
|
|
4850
4857
|
};
|
|
4851
4858
|
|
|
4852
|
-
var _hoisted_3$
|
|
4859
|
+
var _hoisted_3$5 = /*#__PURE__*/_withScopeId(function () {
|
|
4853
4860
|
return /*#__PURE__*/createElementVNode("img", {
|
|
4854
4861
|
src: "https://stec.oss-cn-shanghai.aliyuncs.com/host/purchasecontract/2022-8-16/85429f9734db4d1385af4c84d75cc99e.png",
|
|
4855
4862
|
style: {
|
|
@@ -4860,7 +4867,7 @@ var _hoisted_3$4 = /*#__PURE__*/_withScopeId(function () {
|
|
|
4860
4867
|
);
|
|
4861
4868
|
});
|
|
4862
4869
|
|
|
4863
|
-
var _hoisted_4$
|
|
4870
|
+
var _hoisted_4$5 = /*#__PURE__*/_withScopeId(function () {
|
|
4864
4871
|
return /*#__PURE__*/createElementVNode("div", {
|
|
4865
4872
|
"class": "ant-upload-text"
|
|
4866
4873
|
}, "电脑文件上传", -1
|
|
@@ -4868,17 +4875,17 @@ var _hoisted_4$4 = /*#__PURE__*/_withScopeId(function () {
|
|
|
4868
4875
|
);
|
|
4869
4876
|
});
|
|
4870
4877
|
|
|
4871
|
-
var _hoisted_5$
|
|
4872
|
-
var _hoisted_6$
|
|
4878
|
+
var _hoisted_5$5 = [_hoisted_3$5, _hoisted_4$5];
|
|
4879
|
+
var _hoisted_6$5 = {
|
|
4873
4880
|
key: 1
|
|
4874
4881
|
};
|
|
4875
|
-
var _hoisted_7$
|
|
4882
|
+
var _hoisted_7$5 = {
|
|
4876
4883
|
key: 0
|
|
4877
4884
|
};
|
|
4878
4885
|
|
|
4879
|
-
var _hoisted_8$
|
|
4886
|
+
var _hoisted_8$5 = /*#__PURE__*/createTextVNode(" 上传 ");
|
|
4880
4887
|
|
|
4881
|
-
var _hoisted_9$
|
|
4888
|
+
var _hoisted_9$5 = ["src"];
|
|
4882
4889
|
/**
|
|
4883
4890
|
* uploadApi:api接口
|
|
4884
4891
|
* uploadLength:最大上传文件数量
|
|
@@ -4891,7 +4898,7 @@ var _hoisted_9$4 = ["src"];
|
|
|
4891
4898
|
* @uploadChange:Function({ file: tempFile, fileList: tempFileList } 上传列表改变事件
|
|
4892
4899
|
*/
|
|
4893
4900
|
|
|
4894
|
-
var script$
|
|
4901
|
+
var script$7 = /*#__PURE__*/defineComponent({
|
|
4895
4902
|
__name: 'IVFileUpload',
|
|
4896
4903
|
props: {
|
|
4897
4904
|
uploadApi: {
|
|
@@ -5172,7 +5179,7 @@ var script$6 = /*#__PURE__*/defineComponent({
|
|
|
5172
5179
|
|
|
5173
5180
|
var _component_a_modal = resolveComponent("a-modal");
|
|
5174
5181
|
|
|
5175
|
-
return openBlock(), createElementBlock(Fragment, null, [createElementVNode("div", _hoisted_1$
|
|
5182
|
+
return openBlock(), createElementBlock(Fragment, null, [createElementVNode("div", _hoisted_1$7, [createVNode(_component_a_upload, {
|
|
5176
5183
|
"file-list": fileList.value,
|
|
5177
5184
|
"onUpdate:file-list": _cache[1] || (_cache[1] = function ($event) {
|
|
5178
5185
|
return fileList.value = $event;
|
|
@@ -5187,16 +5194,16 @@ var script$6 = /*#__PURE__*/defineComponent({
|
|
|
5187
5194
|
"default": withCtx(function () {
|
|
5188
5195
|
return [!__props.mini && __props.listType === 'picture-card' ? (openBlock(), createElementBlock(Fragment, {
|
|
5189
5196
|
key: 0
|
|
5190
|
-
}, [createCommentVNode(" :class=\"[listType === 'picture' ? 'upload-list-inline' : '']\" "), fileList.value.length < __props.uploadLength ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
5197
|
+
}, [createCommentVNode(" :class=\"[listType === 'picture' ? 'upload-list-inline' : '']\" "), fileList.value.length < __props.uploadLength ? (openBlock(), createElementBlock("div", _hoisted_2$5, _hoisted_5$5)) : createCommentVNode("v-if", true)], 64
|
|
5191
5198
|
/* STABLE_FRAGMENT */
|
|
5192
|
-
)) : __props.listType === 'icon' ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
5199
|
+
)) : __props.listType === 'icon' ? (openBlock(), createElementBlock("div", _hoisted_6$5, [createVNode(_component_instagram_outlined, {
|
|
5193
5200
|
"class": "text-[22px] text-[#006AB2] cursor-pointer mt-1",
|
|
5194
5201
|
onClick: _ctx.onUploadInvoice
|
|
5195
5202
|
}, null, 8
|
|
5196
5203
|
/* PROPS */
|
|
5197
5204
|
, ["onClick"])])) : __props.listType === 'textCustom' ? (openBlock(), createElementBlock(Fragment, {
|
|
5198
5205
|
key: 2
|
|
5199
|
-
}, [fileList.value.length < __props.uploadLength ? (openBlock(), createElementBlock("div", _hoisted_7$
|
|
5206
|
+
}, [fileList.value.length < __props.uploadLength ? (openBlock(), createElementBlock("div", _hoisted_7$5, [createElementVNode("span", {
|
|
5200
5207
|
"class": "inline-block text-[#006AB2] cursor-pointer mb-[2px]",
|
|
5201
5208
|
onClick: _cache[0] || (_cache[0] = //@ts-ignore
|
|
5202
5209
|
function () {
|
|
@@ -5208,7 +5215,7 @@ var script$6 = /*#__PURE__*/defineComponent({
|
|
|
5208
5215
|
key: 3
|
|
5209
5216
|
}, {
|
|
5210
5217
|
"default": withCtx(function () {
|
|
5211
|
-
return [createVNode(_component_upload_outlined), _hoisted_8$
|
|
5218
|
+
return [createVNode(_component_upload_outlined), _hoisted_8$5];
|
|
5212
5219
|
}),
|
|
5213
5220
|
_: 1
|
|
5214
5221
|
/* STABLE */
|
|
@@ -5234,14 +5241,14 @@ var script$6 = /*#__PURE__*/defineComponent({
|
|
|
5234
5241
|
src: previewImage.value
|
|
5235
5242
|
}, null, 8
|
|
5236
5243
|
/* PROPS */
|
|
5237
|
-
, _hoisted_9$
|
|
5244
|
+
, _hoisted_9$5)];
|
|
5238
5245
|
}),
|
|
5239
5246
|
_: 1
|
|
5240
5247
|
/* STABLE */
|
|
5241
5248
|
|
|
5242
5249
|
}, 8
|
|
5243
5250
|
/* PROPS */
|
|
5244
|
-
, ["visible"]), __props.showAltimeter ? (openBlock(), createBlock(script$
|
|
5251
|
+
, ["visible"]), __props.showAltimeter ? (openBlock(), createBlock(script$8, {
|
|
5245
5252
|
key: 0,
|
|
5246
5253
|
show: isAltimeter.value,
|
|
5247
5254
|
"onUpdate:show": _cache[2] || (_cache[2] = function ($event) {
|
|
@@ -5258,10 +5265,10 @@ var script$6 = /*#__PURE__*/defineComponent({
|
|
|
5258
5265
|
}
|
|
5259
5266
|
});
|
|
5260
5267
|
|
|
5261
|
-
script$
|
|
5262
|
-
script$
|
|
5268
|
+
script$7.__scopeId = "data-v-3f5c8a23";
|
|
5269
|
+
script$7.__file = "src/business-ui/component/IVFileUpload.vue";
|
|
5263
5270
|
|
|
5264
|
-
var script$
|
|
5271
|
+
var script$6 = {
|
|
5265
5272
|
name: "time",
|
|
5266
5273
|
props: {
|
|
5267
5274
|
timeType: Number
|
|
@@ -5370,7 +5377,7 @@ var script$5 = {
|
|
|
5370
5377
|
}
|
|
5371
5378
|
};
|
|
5372
5379
|
|
|
5373
|
-
var _hoisted_1$
|
|
5380
|
+
var _hoisted_1$6 = {
|
|
5374
5381
|
"class": "Mrp-time text-[18px] flex items-center"
|
|
5375
5382
|
};
|
|
5376
5383
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -5378,7 +5385,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5378
5385
|
var _component_a_radio_group = resolveComponent("a-radio-group");
|
|
5379
5386
|
var _component_FieldTimeOutlined = resolveComponent("FieldTimeOutlined");
|
|
5380
5387
|
var _component_a_range_picker = resolveComponent("a-range-picker");
|
|
5381
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5388
|
+
return openBlock(), createElementBlock("div", _hoisted_1$6, [createVNode(_component_a_radio_group, {
|
|
5382
5389
|
value: $setup.activeBtn,
|
|
5383
5390
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
5384
5391
|
return $setup.activeBtn = $event;
|
|
@@ -5428,76 +5435,76 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5428
5435
|
, ["value", "onChange"])]);
|
|
5429
5436
|
}
|
|
5430
5437
|
|
|
5431
|
-
script$
|
|
5432
|
-
script$
|
|
5433
|
-
script$
|
|
5438
|
+
script$6.render = render;
|
|
5439
|
+
script$6.__scopeId = "data-v-5f0fe252";
|
|
5440
|
+
script$6.__file = "src/business-ui/component/IVTimeSelector.vue";
|
|
5434
5441
|
|
|
5435
|
-
var _hoisted_1$
|
|
5442
|
+
var _hoisted_1$5 = {
|
|
5436
5443
|
"class": "flex items-center h-[60px] pl-[40px] bg-[#97D2FD]"
|
|
5437
5444
|
};
|
|
5438
5445
|
|
|
5439
|
-
var _hoisted_2$
|
|
5446
|
+
var _hoisted_2$4 = /*#__PURE__*/createElementVNode("span", {
|
|
5440
5447
|
"class": "text-xl text-[#bd9e55] pl-2"
|
|
5441
5448
|
}, "选择甲方", -1
|
|
5442
5449
|
/* HOISTED */
|
|
5443
5450
|
);
|
|
5444
5451
|
|
|
5445
|
-
var _hoisted_3$
|
|
5452
|
+
var _hoisted_3$4 = {
|
|
5446
5453
|
style: {
|
|
5447
5454
|
"padding-left": "150px",
|
|
5448
5455
|
"padding-right": "150px"
|
|
5449
5456
|
},
|
|
5450
5457
|
id: "IVUserSelector"
|
|
5451
5458
|
};
|
|
5452
|
-
var _hoisted_4$
|
|
5459
|
+
var _hoisted_4$4 = {
|
|
5453
5460
|
"class": "mx-10"
|
|
5454
5461
|
};
|
|
5455
|
-
var _hoisted_5$
|
|
5462
|
+
var _hoisted_5$4 = {
|
|
5456
5463
|
"class": "flex items-center my-4 justify-center"
|
|
5457
5464
|
};
|
|
5458
5465
|
|
|
5459
|
-
var _hoisted_6$
|
|
5466
|
+
var _hoisted_6$4 = /*#__PURE__*/createTextVNode(" 搜索 ");
|
|
5460
5467
|
|
|
5461
|
-
var _hoisted_7$
|
|
5468
|
+
var _hoisted_7$4 = {
|
|
5462
5469
|
"class": "mt-10"
|
|
5463
5470
|
};
|
|
5464
|
-
var _hoisted_8$
|
|
5471
|
+
var _hoisted_8$4 = {
|
|
5465
5472
|
"class": "flex justify-between mb-2"
|
|
5466
5473
|
};
|
|
5467
|
-
var _hoisted_9$
|
|
5474
|
+
var _hoisted_9$4 = {
|
|
5468
5475
|
"class": "text-[#999999]"
|
|
5469
5476
|
};
|
|
5470
5477
|
|
|
5471
|
-
var _hoisted_10$
|
|
5478
|
+
var _hoisted_10$4 = /*#__PURE__*/createTextVNode(" 共有 ");
|
|
5472
5479
|
|
|
5473
|
-
var _hoisted_11$
|
|
5480
|
+
var _hoisted_11$4 = {
|
|
5474
5481
|
"class": "text-[#BD9E55] text-[16px]"
|
|
5475
5482
|
};
|
|
5476
5483
|
|
|
5477
|
-
var _hoisted_12$
|
|
5484
|
+
var _hoisted_12$4 = /*#__PURE__*/createTextVNode(" 个记录满足条件,当前第 ");
|
|
5478
5485
|
|
|
5479
|
-
var _hoisted_13$
|
|
5486
|
+
var _hoisted_13$4 = {
|
|
5480
5487
|
"class": "text-[#BD9E55] text-[16px]"
|
|
5481
5488
|
};
|
|
5482
5489
|
|
|
5483
|
-
var _hoisted_14$
|
|
5490
|
+
var _hoisted_14$4 = /*#__PURE__*/createTextVNode(" 页,跳转到第 ");
|
|
5484
5491
|
|
|
5485
|
-
var _hoisted_15$
|
|
5492
|
+
var _hoisted_15$4 = {
|
|
5486
5493
|
"class": "text-[#BD9E55] text-[16px]"
|
|
5487
5494
|
};
|
|
5488
5495
|
|
|
5489
|
-
var _hoisted_16$
|
|
5496
|
+
var _hoisted_16$4 = /*#__PURE__*/createTextVNode(" 页 ");
|
|
5490
5497
|
|
|
5491
|
-
var _hoisted_17$
|
|
5498
|
+
var _hoisted_17$4 = {
|
|
5492
5499
|
"class": "contentList"
|
|
5493
5500
|
};
|
|
5494
|
-
var _hoisted_18$
|
|
5501
|
+
var _hoisted_18$4 = {
|
|
5495
5502
|
key: 0
|
|
5496
5503
|
};
|
|
5497
|
-
var _hoisted_19$
|
|
5504
|
+
var _hoisted_19$4 = {
|
|
5498
5505
|
key: 1
|
|
5499
5506
|
};
|
|
5500
|
-
var _hoisted_20$
|
|
5507
|
+
var _hoisted_20$4 = {
|
|
5501
5508
|
key: 2
|
|
5502
5509
|
};
|
|
5503
5510
|
var _hoisted_21$3 = ["onClick"];
|
|
@@ -5509,7 +5516,7 @@ var _hoisted_23$1 = ["onClick"];
|
|
|
5509
5516
|
* 组件定义-------------------------------------
|
|
5510
5517
|
* */
|
|
5511
5518
|
|
|
5512
|
-
var script$
|
|
5519
|
+
var script$5 = /*#__PURE__*/defineComponent({
|
|
5513
5520
|
__name: 'IVClientSelector',
|
|
5514
5521
|
props: {
|
|
5515
5522
|
show: {
|
|
@@ -5756,7 +5763,7 @@ var script$4 = /*#__PURE__*/defineComponent({
|
|
|
5756
5763
|
|
|
5757
5764
|
var _component_a_dropdown = resolveComponent("a-dropdown");
|
|
5758
5765
|
|
|
5759
|
-
return openBlock(), createBlock(script$
|
|
5766
|
+
return openBlock(), createBlock(script$p, {
|
|
5760
5767
|
show: unref(inputV),
|
|
5761
5768
|
"onUpdate:show": _cache[2] || (_cache[2] = function ($event) {
|
|
5762
5769
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -5764,10 +5771,10 @@ var script$4 = /*#__PURE__*/defineComponent({
|
|
|
5764
5771
|
"remove-padding": false
|
|
5765
5772
|
}, {
|
|
5766
5773
|
title: withCtx(function () {
|
|
5767
|
-
return [createElementVNode("div", _hoisted_1$
|
|
5774
|
+
return [createElementVNode("div", _hoisted_1$5, [createVNode(script$d), _hoisted_2$4])];
|
|
5768
5775
|
}),
|
|
5769
5776
|
body: withCtx(function () {
|
|
5770
|
-
return [createElementVNode("div", _hoisted_3$
|
|
5777
|
+
return [createElementVNode("div", _hoisted_3$4, [createCommentVNode(" 搜索 "), createElementVNode("div", _hoisted_4$4, [createElementVNode("div", _hoisted_5$4, [createVNode(_component_a_input, {
|
|
5771
5778
|
value: formData.name,
|
|
5772
5779
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
5773
5780
|
return formData.name = $event;
|
|
@@ -5792,16 +5799,16 @@ var script$4 = /*#__PURE__*/defineComponent({
|
|
|
5792
5799
|
onClick: onSearch
|
|
5793
5800
|
}, {
|
|
5794
5801
|
"default": withCtx(function () {
|
|
5795
|
-
return [_hoisted_6$
|
|
5802
|
+
return [_hoisted_6$4];
|
|
5796
5803
|
}),
|
|
5797
5804
|
_: 1
|
|
5798
5805
|
/* STABLE */
|
|
5799
5806
|
|
|
5800
|
-
})])]), createCommentVNode(" 主体 "), createElementVNode("div", _hoisted_7$
|
|
5807
|
+
})])]), createCommentVNode(" 主体 "), createElementVNode("div", _hoisted_7$4, [createCommentVNode(" 分页 "), createElementVNode("div", _hoisted_8$4, [createElementVNode("div", _hoisted_9$4, [_hoisted_10$4, createElementVNode("span", _hoisted_11$4, toDisplayString(totalPages.value), 1
|
|
5801
5808
|
/* TEXT */
|
|
5802
|
-
), _hoisted_12$
|
|
5809
|
+
), _hoisted_12$4, createElementVNode("span", _hoisted_13$4, toDisplayString(topCurrentPages.value), 1
|
|
5803
5810
|
/* TEXT */
|
|
5804
|
-
), _hoisted_14$
|
|
5811
|
+
), _hoisted_14$4, createVNode(_component_a_dropdown, {
|
|
5805
5812
|
trigger: ['click']
|
|
5806
5813
|
}, {
|
|
5807
5814
|
overlay: withCtx(function () {
|
|
@@ -5845,7 +5852,7 @@ var script$4 = /*#__PURE__*/defineComponent({
|
|
|
5845
5852
|
return [createElementVNode("a", {
|
|
5846
5853
|
"class": "pl-2 ant-dropdown-link border-b border-[#BD9E55]",
|
|
5847
5854
|
onClick: _cache[1] || (_cache[1] = withModifiers(function () {}, ["prevent"]))
|
|
5848
|
-
}, [createElementVNode("span", _hoisted_15$
|
|
5855
|
+
}, [createElementVNode("span", _hoisted_15$4, toDisplayString(topSelectPages.value), 1
|
|
5849
5856
|
/* TEXT */
|
|
5850
5857
|
), createVNode(_component_DownOutlined, {
|
|
5851
5858
|
"class": "align-middle ml-1 mb-[4px]",
|
|
@@ -5857,7 +5864,7 @@ var script$4 = /*#__PURE__*/defineComponent({
|
|
|
5857
5864
|
_: 1
|
|
5858
5865
|
/* STABLE */
|
|
5859
5866
|
|
|
5860
|
-
}), _hoisted_16$
|
|
5867
|
+
}), _hoisted_16$4])]), createElementVNode("div", _hoisted_17$4, [createVNode(unref(script$o), {
|
|
5861
5868
|
dataTh: unref(th),
|
|
5862
5869
|
contractExecDocList: dataV.value,
|
|
5863
5870
|
currentPages: currentPages.value,
|
|
@@ -5870,7 +5877,7 @@ var script$4 = /*#__PURE__*/defineComponent({
|
|
|
5870
5877
|
onUpth: upth
|
|
5871
5878
|
}, {
|
|
5872
5879
|
clientLevel: withCtx(function (e) {
|
|
5873
|
-
return [e.item.clientLevel === 0 ? (openBlock(), createElementBlock("span", _hoisted_18$
|
|
5880
|
+
return [e.item.clientLevel === 0 ? (openBlock(), createElementBlock("span", _hoisted_18$4, "优质")) : e.item.clientLevel === 1 ? (openBlock(), createElementBlock("span", _hoisted_19$4, "普通")) : e.item.clientLevel === 2 ? (openBlock(), createElementBlock("span", _hoisted_20$4, "差")) : createCommentVNode("v-if", true)];
|
|
5874
5881
|
}),
|
|
5875
5882
|
name: withCtx(function (e) {
|
|
5876
5883
|
return [createElementVNode("span", {
|
|
@@ -5909,9 +5916,9 @@ var script$4 = /*#__PURE__*/defineComponent({
|
|
|
5909
5916
|
}
|
|
5910
5917
|
});
|
|
5911
5918
|
|
|
5912
|
-
script$
|
|
5919
|
+
script$5.__file = "src/business-ui/component/IVClientSelector.vue";
|
|
5913
5920
|
|
|
5914
|
-
var _hoisted_1$
|
|
5921
|
+
var _hoisted_1$4 = {
|
|
5915
5922
|
key: 0,
|
|
5916
5923
|
"class": "text-[#0000006D] text-[14px]"
|
|
5917
5924
|
};
|
|
@@ -5919,7 +5926,7 @@ var _hoisted_1$3 = {
|
|
|
5919
5926
|
* 组件定义-------------------------------------
|
|
5920
5927
|
* */
|
|
5921
5928
|
|
|
5922
|
-
var script$
|
|
5929
|
+
var script$4 = /*#__PURE__*/defineComponent({
|
|
5923
5930
|
__name: 'IVPaytypeSelector',
|
|
5924
5931
|
props: {
|
|
5925
5932
|
value: {
|
|
@@ -6061,7 +6068,7 @@ var script$3 = /*#__PURE__*/defineComponent({
|
|
|
6061
6068
|
colon: __props.isTitle
|
|
6062
6069
|
}, {
|
|
6063
6070
|
label: withCtx(function () {
|
|
6064
|
-
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
6071
|
+
return [__props.isTitle ? (openBlock(), createElementBlock("div", _hoisted_1$4, toDisplayString(__props.title), 1
|
|
6065
6072
|
/* TEXT */
|
|
6066
6073
|
)) : createCommentVNode("v-if", true)];
|
|
6067
6074
|
}),
|
|
@@ -6086,72 +6093,72 @@ var script$3 = /*#__PURE__*/defineComponent({
|
|
|
6086
6093
|
}
|
|
6087
6094
|
});
|
|
6088
6095
|
|
|
6089
|
-
script$
|
|
6096
|
+
script$4.__file = "src/business-ui/component/IVPaytypeSelector.vue";
|
|
6090
6097
|
|
|
6091
|
-
var _hoisted_1$
|
|
6098
|
+
var _hoisted_1$3 = {
|
|
6092
6099
|
"class": "flex items-center h-[60px] pl-[40px] bg-[#97D2FD]"
|
|
6093
6100
|
};
|
|
6094
6101
|
|
|
6095
|
-
var _hoisted_2$
|
|
6102
|
+
var _hoisted_2$3 = /*#__PURE__*/createElementVNode("span", {
|
|
6096
6103
|
"class": "text-xl text-[#bd9e55] pl-2"
|
|
6097
6104
|
}, "选择人员", -1
|
|
6098
6105
|
/* HOISTED */
|
|
6099
6106
|
);
|
|
6100
6107
|
|
|
6101
|
-
var _hoisted_3$
|
|
6108
|
+
var _hoisted_3$3 = {
|
|
6102
6109
|
style: {
|
|
6103
6110
|
"padding-left": "150px",
|
|
6104
6111
|
"padding-right": "150px"
|
|
6105
6112
|
},
|
|
6106
6113
|
id: "IVUserSelector"
|
|
6107
6114
|
};
|
|
6108
|
-
var _hoisted_4$
|
|
6115
|
+
var _hoisted_4$3 = {
|
|
6109
6116
|
"class": "mx-10"
|
|
6110
6117
|
};
|
|
6111
|
-
var _hoisted_5$
|
|
6118
|
+
var _hoisted_5$3 = {
|
|
6112
6119
|
"class": "flex items-center my-4 justify-center"
|
|
6113
6120
|
};
|
|
6114
6121
|
|
|
6115
|
-
var _hoisted_6$
|
|
6122
|
+
var _hoisted_6$3 = /*#__PURE__*/createTextVNode(" 搜索 ");
|
|
6116
6123
|
|
|
6117
|
-
var _hoisted_7$
|
|
6124
|
+
var _hoisted_7$3 = {
|
|
6118
6125
|
"class": "mt-10"
|
|
6119
6126
|
};
|
|
6120
|
-
var _hoisted_8$
|
|
6127
|
+
var _hoisted_8$3 = {
|
|
6121
6128
|
"class": "flex justify-between mb-2"
|
|
6122
6129
|
};
|
|
6123
|
-
var _hoisted_9$
|
|
6130
|
+
var _hoisted_9$3 = {
|
|
6124
6131
|
"class": "text-[#999999]"
|
|
6125
6132
|
};
|
|
6126
6133
|
|
|
6127
|
-
var _hoisted_10$
|
|
6134
|
+
var _hoisted_10$3 = /*#__PURE__*/createTextVNode(" 共有 ");
|
|
6128
6135
|
|
|
6129
|
-
var _hoisted_11$
|
|
6136
|
+
var _hoisted_11$3 = {
|
|
6130
6137
|
"class": "text-[#BD9E55] text-[16px]"
|
|
6131
6138
|
};
|
|
6132
6139
|
|
|
6133
|
-
var _hoisted_12$
|
|
6140
|
+
var _hoisted_12$3 = /*#__PURE__*/createTextVNode(" 个记录满足条件,当前第 ");
|
|
6134
6141
|
|
|
6135
|
-
var _hoisted_13$
|
|
6142
|
+
var _hoisted_13$3 = {
|
|
6136
6143
|
"class": "text-[#BD9E55] text-[16px]"
|
|
6137
6144
|
};
|
|
6138
6145
|
|
|
6139
|
-
var _hoisted_14$
|
|
6146
|
+
var _hoisted_14$3 = /*#__PURE__*/createTextVNode(" 页,跳转到第 ");
|
|
6140
6147
|
|
|
6141
|
-
var _hoisted_15$
|
|
6148
|
+
var _hoisted_15$3 = {
|
|
6142
6149
|
"class": "text-[#BD9E55] text-[16px]"
|
|
6143
6150
|
};
|
|
6144
6151
|
|
|
6145
|
-
var _hoisted_16$
|
|
6152
|
+
var _hoisted_16$3 = /*#__PURE__*/createTextVNode(" 页 ");
|
|
6146
6153
|
|
|
6147
|
-
var _hoisted_17$
|
|
6154
|
+
var _hoisted_17$3 = {
|
|
6148
6155
|
"class": "contentList"
|
|
6149
6156
|
};
|
|
6150
|
-
var _hoisted_18$
|
|
6151
|
-
var _hoisted_19$
|
|
6157
|
+
var _hoisted_18$3 = ["onClick"];
|
|
6158
|
+
var _hoisted_19$3 = {
|
|
6152
6159
|
key: 0
|
|
6153
6160
|
};
|
|
6154
|
-
var _hoisted_20$
|
|
6161
|
+
var _hoisted_20$3 = {
|
|
6155
6162
|
"class": "flex items-center justify-around text-[#006AB2] text-[13px]"
|
|
6156
6163
|
};
|
|
6157
6164
|
var _hoisted_21$2 = ["onClick"];
|
|
@@ -6159,7 +6166,7 @@ var _hoisted_21$2 = ["onClick"];
|
|
|
6159
6166
|
* 组件定义-------------------------------------
|
|
6160
6167
|
* */
|
|
6161
6168
|
|
|
6162
|
-
var script$
|
|
6169
|
+
var script$3 = /*#__PURE__*/defineComponent({
|
|
6163
6170
|
__name: 'IVUserSelector',
|
|
6164
6171
|
props: {
|
|
6165
6172
|
show: {
|
|
@@ -6389,7 +6396,7 @@ var script$2 = /*#__PURE__*/defineComponent({
|
|
|
6389
6396
|
|
|
6390
6397
|
var _component_a_dropdown = resolveComponent("a-dropdown");
|
|
6391
6398
|
|
|
6392
|
-
return openBlock(), createBlock(script$
|
|
6399
|
+
return openBlock(), createBlock(script$p, {
|
|
6393
6400
|
show: unref(inputV),
|
|
6394
6401
|
"onUpdate:show": _cache[5] || (_cache[5] = function ($event) {
|
|
6395
6402
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -6397,10 +6404,10 @@ var script$2 = /*#__PURE__*/defineComponent({
|
|
|
6397
6404
|
"remove-padding": false
|
|
6398
6405
|
}, {
|
|
6399
6406
|
title: withCtx(function () {
|
|
6400
|
-
return [createElementVNode("div", _hoisted_1$
|
|
6407
|
+
return [createElementVNode("div", _hoisted_1$3, [createVNode(script$d), _hoisted_2$3])];
|
|
6401
6408
|
}),
|
|
6402
6409
|
body: withCtx(function () {
|
|
6403
|
-
return [createElementVNode("div", _hoisted_3$
|
|
6410
|
+
return [createElementVNode("div", _hoisted_3$3, [createCommentVNode(" 搜索 "), createElementVNode("div", _hoisted_4$3, [createElementVNode("div", _hoisted_5$3, [createVNode(unref(script$m), {
|
|
6404
6411
|
value: formData.organizationId,
|
|
6405
6412
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
6406
6413
|
return formData.organizationId = $event;
|
|
@@ -6418,7 +6425,7 @@ var script$2 = /*#__PURE__*/defineComponent({
|
|
|
6418
6425
|
}
|
|
6419
6426
|
}, null, 8
|
|
6420
6427
|
/* PROPS */
|
|
6421
|
-
, ["value"]), createVNode(unref(script$
|
|
6428
|
+
, ["value"]), createVNode(unref(script$k), {
|
|
6422
6429
|
value: formData.lineId,
|
|
6423
6430
|
"onUpdate:value": _cache[1] || (_cache[1] = function ($event) {
|
|
6424
6431
|
return formData.lineId = $event;
|
|
@@ -6437,7 +6444,7 @@ var script$2 = /*#__PURE__*/defineComponent({
|
|
|
6437
6444
|
}
|
|
6438
6445
|
}, null, 8
|
|
6439
6446
|
/* PROPS */
|
|
6440
|
-
, ["value"]), createVNode(unref(script$
|
|
6447
|
+
, ["value"]), createVNode(unref(script$i), {
|
|
6441
6448
|
value: formData.positionId,
|
|
6442
6449
|
"onUpdate:value": _cache[2] || (_cache[2] = function ($event) {
|
|
6443
6450
|
return formData.positionId = $event;
|
|
@@ -6480,16 +6487,16 @@ var script$2 = /*#__PURE__*/defineComponent({
|
|
|
6480
6487
|
onClick: onSearch
|
|
6481
6488
|
}, {
|
|
6482
6489
|
"default": withCtx(function () {
|
|
6483
|
-
return [_hoisted_6$
|
|
6490
|
+
return [_hoisted_6$3];
|
|
6484
6491
|
}),
|
|
6485
6492
|
_: 1
|
|
6486
6493
|
/* STABLE */
|
|
6487
6494
|
|
|
6488
|
-
})])]), createCommentVNode(" 主体 "), createElementVNode("div", _hoisted_7$
|
|
6495
|
+
})])]), createCommentVNode(" 主体 "), createElementVNode("div", _hoisted_7$3, [createCommentVNode(" 分页 "), createElementVNode("div", _hoisted_8$3, [createElementVNode("div", _hoisted_9$3, [_hoisted_10$3, createElementVNode("span", _hoisted_11$3, toDisplayString(totalPages.value), 1
|
|
6489
6496
|
/* TEXT */
|
|
6490
|
-
), _hoisted_12$
|
|
6497
|
+
), _hoisted_12$3, createElementVNode("span", _hoisted_13$3, toDisplayString(topCurrentPages.value), 1
|
|
6491
6498
|
/* TEXT */
|
|
6492
|
-
), _hoisted_14$
|
|
6499
|
+
), _hoisted_14$3, createVNode(_component_a_dropdown, {
|
|
6493
6500
|
trigger: ['click']
|
|
6494
6501
|
}, {
|
|
6495
6502
|
overlay: withCtx(function () {
|
|
@@ -6533,7 +6540,7 @@ var script$2 = /*#__PURE__*/defineComponent({
|
|
|
6533
6540
|
return [createElementVNode("a", {
|
|
6534
6541
|
"class": "pl-2 ant-dropdown-link border-b border-[#BD9E55]",
|
|
6535
6542
|
onClick: _cache[4] || (_cache[4] = withModifiers(function () {}, ["prevent"]))
|
|
6536
|
-
}, [createElementVNode("span", _hoisted_15$
|
|
6543
|
+
}, [createElementVNode("span", _hoisted_15$3, toDisplayString(topSelectPages.value), 1
|
|
6537
6544
|
/* TEXT */
|
|
6538
6545
|
), createVNode(_component_DownOutlined, {
|
|
6539
6546
|
"class": "align-middle ml-1 mb-[4px]",
|
|
@@ -6545,7 +6552,7 @@ var script$2 = /*#__PURE__*/defineComponent({
|
|
|
6545
6552
|
_: 1
|
|
6546
6553
|
/* STABLE */
|
|
6547
6554
|
|
|
6548
|
-
}), _hoisted_16$
|
|
6555
|
+
}), _hoisted_16$3])]), createElementVNode("div", _hoisted_17$3, [createVNode(unref(script$o), {
|
|
6549
6556
|
dataTh: unref(th),
|
|
6550
6557
|
contractExecDocList: dataV.value,
|
|
6551
6558
|
currentPages: currentPages.value,
|
|
@@ -6565,19 +6572,19 @@ var script$2 = /*#__PURE__*/defineComponent({
|
|
|
6565
6572
|
}
|
|
6566
6573
|
}, toDisplayString(e.item.name), 9
|
|
6567
6574
|
/* TEXT, PROPS */
|
|
6568
|
-
, _hoisted_18$
|
|
6575
|
+
, _hoisted_18$3)];
|
|
6569
6576
|
}),
|
|
6570
6577
|
lineNames: withCtx(function (e) {
|
|
6571
6578
|
return [(openBlock(true), createElementBlock(Fragment, null, renderList(e.item.lineNames, function (item, index) {
|
|
6572
6579
|
return openBlock(), createElementBlock("span", null, [createTextVNode(toDisplayString(item) + " ", 1
|
|
6573
6580
|
/* TEXT */
|
|
6574
|
-
), index !== e.item.lineNames.length - 1 ? (openBlock(), createElementBlock("span", _hoisted_19$
|
|
6581
|
+
), index !== e.item.lineNames.length - 1 ? (openBlock(), createElementBlock("span", _hoisted_19$3, ",")) : createCommentVNode("v-if", true)]);
|
|
6575
6582
|
}), 256
|
|
6576
6583
|
/* UNKEYED_FRAGMENT */
|
|
6577
6584
|
))];
|
|
6578
6585
|
}),
|
|
6579
6586
|
buttonSlot: withCtx(function (buttonSlot) {
|
|
6580
|
-
return [createElementVNode("div", _hoisted_20$
|
|
6587
|
+
return [createElementVNode("div", _hoisted_20$3, [createElementVNode("span", {
|
|
6581
6588
|
"class": "cursor-pointer",
|
|
6582
6589
|
onClick: function onClick($event) {
|
|
6583
6590
|
return sendItem(buttonSlot.item);
|
|
@@ -6603,74 +6610,74 @@ var script$2 = /*#__PURE__*/defineComponent({
|
|
|
6603
6610
|
}
|
|
6604
6611
|
});
|
|
6605
6612
|
|
|
6606
|
-
script$
|
|
6613
|
+
script$3.__file = "src/business-ui/component/IVUserSelector.vue";
|
|
6607
6614
|
|
|
6608
|
-
var _hoisted_1$
|
|
6615
|
+
var _hoisted_1$2 = {
|
|
6609
6616
|
"class": "flex items-center h-[60px] pl-[40px] bg-[#97D2FD]"
|
|
6610
6617
|
};
|
|
6611
6618
|
|
|
6612
|
-
var _hoisted_2$
|
|
6619
|
+
var _hoisted_2$2 = /*#__PURE__*/createElementVNode("span", {
|
|
6613
6620
|
"class": "text-xl text-[#bd9e55] pl-2"
|
|
6614
6621
|
}, "选择供应商", -1
|
|
6615
6622
|
/* HOISTED */
|
|
6616
6623
|
);
|
|
6617
6624
|
|
|
6618
|
-
var _hoisted_3$
|
|
6625
|
+
var _hoisted_3$2 = {
|
|
6619
6626
|
style: {
|
|
6620
6627
|
"padding-left": "150px",
|
|
6621
6628
|
"padding-right": "150px"
|
|
6622
6629
|
},
|
|
6623
6630
|
id: "IVUserSelector"
|
|
6624
6631
|
};
|
|
6625
|
-
var _hoisted_4$
|
|
6632
|
+
var _hoisted_4$2 = {
|
|
6626
6633
|
"class": "mx-10"
|
|
6627
6634
|
};
|
|
6628
|
-
var _hoisted_5$
|
|
6635
|
+
var _hoisted_5$2 = {
|
|
6629
6636
|
"class": "flex items-center my-4 justify-center"
|
|
6630
6637
|
};
|
|
6631
6638
|
|
|
6632
|
-
var _hoisted_6$
|
|
6639
|
+
var _hoisted_6$2 = /*#__PURE__*/createTextVNode(" 搜索 ");
|
|
6633
6640
|
|
|
6634
|
-
var _hoisted_7$
|
|
6641
|
+
var _hoisted_7$2 = {
|
|
6635
6642
|
"class": "mt-10"
|
|
6636
6643
|
};
|
|
6637
|
-
var _hoisted_8$
|
|
6644
|
+
var _hoisted_8$2 = {
|
|
6638
6645
|
"class": "flex justify-between mb-2"
|
|
6639
6646
|
};
|
|
6640
|
-
var _hoisted_9$
|
|
6647
|
+
var _hoisted_9$2 = {
|
|
6641
6648
|
"class": "text-[#999999]"
|
|
6642
6649
|
};
|
|
6643
6650
|
|
|
6644
|
-
var _hoisted_10$
|
|
6651
|
+
var _hoisted_10$2 = /*#__PURE__*/createTextVNode(" 共有 ");
|
|
6645
6652
|
|
|
6646
|
-
var _hoisted_11$
|
|
6653
|
+
var _hoisted_11$2 = {
|
|
6647
6654
|
"class": "text-[#BD9E55] text-[16px]"
|
|
6648
6655
|
};
|
|
6649
6656
|
|
|
6650
|
-
var _hoisted_12$
|
|
6657
|
+
var _hoisted_12$2 = /*#__PURE__*/createTextVNode(" 个记录满足条件,当前第 ");
|
|
6651
6658
|
|
|
6652
|
-
var _hoisted_13$
|
|
6659
|
+
var _hoisted_13$2 = {
|
|
6653
6660
|
"class": "text-[#BD9E55] text-[16px]"
|
|
6654
6661
|
};
|
|
6655
6662
|
|
|
6656
|
-
var _hoisted_14$
|
|
6663
|
+
var _hoisted_14$2 = /*#__PURE__*/createTextVNode(" 页,跳转到第 ");
|
|
6657
6664
|
|
|
6658
|
-
var _hoisted_15$
|
|
6665
|
+
var _hoisted_15$2 = {
|
|
6659
6666
|
"class": "text-[#BD9E55] text-[16px]"
|
|
6660
6667
|
};
|
|
6661
6668
|
|
|
6662
|
-
var _hoisted_16$
|
|
6669
|
+
var _hoisted_16$2 = /*#__PURE__*/createTextVNode(" 页 ");
|
|
6663
6670
|
|
|
6664
|
-
var _hoisted_17$
|
|
6671
|
+
var _hoisted_17$2 = {
|
|
6665
6672
|
"class": "contentList"
|
|
6666
6673
|
};
|
|
6667
|
-
var _hoisted_18$
|
|
6674
|
+
var _hoisted_18$2 = {
|
|
6668
6675
|
key: 0
|
|
6669
6676
|
};
|
|
6670
|
-
var _hoisted_19$
|
|
6677
|
+
var _hoisted_19$2 = {
|
|
6671
6678
|
key: 0
|
|
6672
6679
|
};
|
|
6673
|
-
var _hoisted_20$
|
|
6680
|
+
var _hoisted_20$2 = {
|
|
6674
6681
|
key: 0
|
|
6675
6682
|
};
|
|
6676
6683
|
var _hoisted_21$1 = {
|
|
@@ -6691,7 +6698,7 @@ var _hoisted_26 = ["onClick"];
|
|
|
6691
6698
|
* 组件定义-------------------------------------
|
|
6692
6699
|
* */
|
|
6693
6700
|
|
|
6694
|
-
var script$
|
|
6701
|
+
var script$2 = /*#__PURE__*/defineComponent({
|
|
6695
6702
|
__name: 'IVVendorSelector',
|
|
6696
6703
|
props: {
|
|
6697
6704
|
show: {
|
|
@@ -6974,7 +6981,7 @@ var script$1 = /*#__PURE__*/defineComponent({
|
|
|
6974
6981
|
|
|
6975
6982
|
var _component_a_dropdown = resolveComponent("a-dropdown");
|
|
6976
6983
|
|
|
6977
|
-
return openBlock(), createBlock(script$
|
|
6984
|
+
return openBlock(), createBlock(script$p, {
|
|
6978
6985
|
show: unref(inputV),
|
|
6979
6986
|
"onUpdate:show": _cache[5] || (_cache[5] = function ($event) {
|
|
6980
6987
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -6982,10 +6989,10 @@ var script$1 = /*#__PURE__*/defineComponent({
|
|
|
6982
6989
|
"remove-padding": false
|
|
6983
6990
|
}, {
|
|
6984
6991
|
title: withCtx(function () {
|
|
6985
|
-
return [createElementVNode("div", _hoisted_1$
|
|
6992
|
+
return [createElementVNode("div", _hoisted_1$2, [createVNode(script$d), _hoisted_2$2])];
|
|
6986
6993
|
}),
|
|
6987
6994
|
body: withCtx(function () {
|
|
6988
|
-
return [createElementVNode("div", _hoisted_3$
|
|
6995
|
+
return [createElementVNode("div", _hoisted_3$2, [createCommentVNode(" 搜索 "), createElementVNode("div", _hoisted_4$2, [createElementVNode("div", _hoisted_5$2, [createVNode(_component_a_select, {
|
|
6989
6996
|
value: formData.typeIds,
|
|
6990
6997
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
6991
6998
|
return formData.typeIds = $event;
|
|
@@ -7011,7 +7018,7 @@ var script$1 = /*#__PURE__*/defineComponent({
|
|
|
7011
7018
|
}
|
|
7012
7019
|
}, null, 8
|
|
7013
7020
|
/* PROPS */
|
|
7014
|
-
, ["value", "getPopupContainer", "filter-option", "options"]), createVNode(unref(script$
|
|
7021
|
+
, ["value", "getPopupContainer", "filter-option", "options"]), createVNode(unref(script$k), {
|
|
7015
7022
|
value: formData.lineIds,
|
|
7016
7023
|
"onUpdate:value": _cache[1] || (_cache[1] = function ($event) {
|
|
7017
7024
|
return formData.lineIds = $event;
|
|
@@ -7077,16 +7084,16 @@ var script$1 = /*#__PURE__*/defineComponent({
|
|
|
7077
7084
|
onClick: onSearch
|
|
7078
7085
|
}, {
|
|
7079
7086
|
"default": withCtx(function () {
|
|
7080
|
-
return [_hoisted_6$
|
|
7087
|
+
return [_hoisted_6$2];
|
|
7081
7088
|
}),
|
|
7082
7089
|
_: 1
|
|
7083
7090
|
/* STABLE */
|
|
7084
7091
|
|
|
7085
|
-
})])]), createCommentVNode(" 主体 "), createElementVNode("div", _hoisted_7$
|
|
7092
|
+
})])]), createCommentVNode(" 主体 "), createElementVNode("div", _hoisted_7$2, [createCommentVNode(" 分页 "), createElementVNode("div", _hoisted_8$2, [createElementVNode("div", _hoisted_9$2, [_hoisted_10$2, createElementVNode("span", _hoisted_11$2, toDisplayString(totalPages.value), 1
|
|
7086
7093
|
/* TEXT */
|
|
7087
|
-
), _hoisted_12$
|
|
7094
|
+
), _hoisted_12$2, createElementVNode("span", _hoisted_13$2, toDisplayString(topCurrentPages.value), 1
|
|
7088
7095
|
/* TEXT */
|
|
7089
|
-
), _hoisted_14$
|
|
7096
|
+
), _hoisted_14$2, createVNode(_component_a_dropdown, {
|
|
7090
7097
|
trigger: ['click']
|
|
7091
7098
|
}, {
|
|
7092
7099
|
overlay: withCtx(function () {
|
|
@@ -7130,7 +7137,7 @@ var script$1 = /*#__PURE__*/defineComponent({
|
|
|
7130
7137
|
return [createElementVNode("a", {
|
|
7131
7138
|
"class": "pl-2 ant-dropdown-link border-b border-[#BD9E55]",
|
|
7132
7139
|
onClick: _cache[4] || (_cache[4] = withModifiers(function () {}, ["prevent"]))
|
|
7133
|
-
}, [createElementVNode("span", _hoisted_15$
|
|
7140
|
+
}, [createElementVNode("span", _hoisted_15$2, toDisplayString(topSelectPages.value), 1
|
|
7134
7141
|
/* TEXT */
|
|
7135
7142
|
), createVNode(_component_DownOutlined, {
|
|
7136
7143
|
"class": "align-middle ml-1 mb-[4px]",
|
|
@@ -7142,7 +7149,7 @@ var script$1 = /*#__PURE__*/defineComponent({
|
|
|
7142
7149
|
_: 1
|
|
7143
7150
|
/* STABLE */
|
|
7144
7151
|
|
|
7145
|
-
}), _hoisted_16$
|
|
7152
|
+
}), _hoisted_16$2])]), createElementVNode("div", _hoisted_17$2, [createVNode(unref(script$o), {
|
|
7146
7153
|
dataTh: unref(th),
|
|
7147
7154
|
contractExecDocList: dataV.value,
|
|
7148
7155
|
currentPages: currentPages.value,
|
|
@@ -7158,7 +7165,7 @@ var script$1 = /*#__PURE__*/defineComponent({
|
|
|
7158
7165
|
return [(openBlock(true), createElementBlock(Fragment, null, renderList(e.item.vendorTypes, function (item, index) {
|
|
7159
7166
|
return openBlock(), createElementBlock("span", null, [createTextVNode(toDisplayString(item.name) + " ", 1
|
|
7160
7167
|
/* TEXT */
|
|
7161
|
-
), index !== e.item.vendorTypes.length - 1 ? (openBlock(), createElementBlock("span", _hoisted_18$
|
|
7168
|
+
), index !== e.item.vendorTypes.length - 1 ? (openBlock(), createElementBlock("span", _hoisted_18$2, ",")) : createCommentVNode("v-if", true)]);
|
|
7162
7169
|
}), 256
|
|
7163
7170
|
/* UNKEYED_FRAGMENT */
|
|
7164
7171
|
))];
|
|
@@ -7167,13 +7174,13 @@ var script$1 = /*#__PURE__*/defineComponent({
|
|
|
7167
7174
|
return [(openBlock(true), createElementBlock(Fragment, null, renderList(e.item.lines, function (item, index) {
|
|
7168
7175
|
return openBlock(), createElementBlock("span", null, [createTextVNode(toDisplayString(item.displayName) + " ", 1
|
|
7169
7176
|
/* TEXT */
|
|
7170
|
-
), index !== e.item.lines.length - 1 ? (openBlock(), createElementBlock("span", _hoisted_19$
|
|
7177
|
+
), index !== e.item.lines.length - 1 ? (openBlock(), createElementBlock("span", _hoisted_19$2, ",")) : createCommentVNode("v-if", true)]);
|
|
7171
7178
|
}), 256
|
|
7172
7179
|
/* UNKEYED_FRAGMENT */
|
|
7173
7180
|
))];
|
|
7174
7181
|
}),
|
|
7175
7182
|
vendorLevel: withCtx(function (e) {
|
|
7176
|
-
return [e.item.vendorLevel === 0 ? (openBlock(), createElementBlock("span", _hoisted_20$
|
|
7183
|
+
return [e.item.vendorLevel === 0 ? (openBlock(), createElementBlock("span", _hoisted_20$2, "优质")) : e.item.vendorLevel === 1 ? (openBlock(), createElementBlock("span", _hoisted_21$1, "普通")) : e.item.vendorLevel === 2 ? (openBlock(), createElementBlock("span", _hoisted_22$1, "差")) : e.item.vendorLevel === 3 ? (openBlock(), createElementBlock("span", _hoisted_23, "内部")) : createCommentVNode("v-if", true)];
|
|
7177
7184
|
}),
|
|
7178
7185
|
name: withCtx(function (e) {
|
|
7179
7186
|
return [createElementVNode("span", {
|
|
@@ -7212,80 +7219,80 @@ var script$1 = /*#__PURE__*/defineComponent({
|
|
|
7212
7219
|
}
|
|
7213
7220
|
});
|
|
7214
7221
|
|
|
7215
|
-
script$
|
|
7222
|
+
script$2.__file = "src/business-ui/component/IVVendorSelector.vue";
|
|
7216
7223
|
|
|
7217
|
-
var _hoisted_1 = {
|
|
7224
|
+
var _hoisted_1$1 = {
|
|
7218
7225
|
"class": "flex items-center h-[60px] pl-[40px] bg-[#97D2FD]"
|
|
7219
7226
|
};
|
|
7220
7227
|
|
|
7221
|
-
var _hoisted_2 = /*#__PURE__*/createElementVNode("span", {
|
|
7228
|
+
var _hoisted_2$1 = /*#__PURE__*/createElementVNode("span", {
|
|
7222
7229
|
"class": "text-xl text-[#bd9e55] pl-2"
|
|
7223
7230
|
}, "库存材料", -1
|
|
7224
7231
|
/* HOISTED */
|
|
7225
7232
|
);
|
|
7226
7233
|
|
|
7227
|
-
var _hoisted_3 = {
|
|
7234
|
+
var _hoisted_3$1 = {
|
|
7228
7235
|
style: {
|
|
7229
7236
|
"padding-left": "150px",
|
|
7230
7237
|
"padding-right": "150px"
|
|
7231
7238
|
},
|
|
7232
7239
|
id: "IVUserSelector"
|
|
7233
7240
|
};
|
|
7234
|
-
var _hoisted_4 = {
|
|
7241
|
+
var _hoisted_4$1 = {
|
|
7235
7242
|
"class": "mx-10"
|
|
7236
7243
|
};
|
|
7237
|
-
var _hoisted_5 = {
|
|
7244
|
+
var _hoisted_5$1 = {
|
|
7238
7245
|
"class": "flex items-center my-4 justify-center"
|
|
7239
7246
|
};
|
|
7240
7247
|
|
|
7241
|
-
var _hoisted_6 = /*#__PURE__*/createTextVNode("搜索");
|
|
7248
|
+
var _hoisted_6$1 = /*#__PURE__*/createTextVNode("搜索");
|
|
7242
7249
|
|
|
7243
|
-
var _hoisted_7 = {
|
|
7250
|
+
var _hoisted_7$1 = {
|
|
7244
7251
|
"class": "mt-10"
|
|
7245
7252
|
};
|
|
7246
|
-
var _hoisted_8 = {
|
|
7253
|
+
var _hoisted_8$1 = {
|
|
7247
7254
|
"class": "flex justify-between mb-2"
|
|
7248
7255
|
};
|
|
7249
|
-
var _hoisted_9 = {
|
|
7256
|
+
var _hoisted_9$1 = {
|
|
7250
7257
|
"class": "text-[#999999]"
|
|
7251
7258
|
};
|
|
7252
7259
|
|
|
7253
|
-
var _hoisted_10 = /*#__PURE__*/createTextVNode(" 共有 ");
|
|
7260
|
+
var _hoisted_10$1 = /*#__PURE__*/createTextVNode(" 共有 ");
|
|
7254
7261
|
|
|
7255
|
-
var _hoisted_11 = {
|
|
7262
|
+
var _hoisted_11$1 = {
|
|
7256
7263
|
"class": "text-[#BD9E55] text-[16px]"
|
|
7257
7264
|
};
|
|
7258
7265
|
|
|
7259
|
-
var _hoisted_12 = /*#__PURE__*/createTextVNode(" 个记录满足条件,当前第 ");
|
|
7266
|
+
var _hoisted_12$1 = /*#__PURE__*/createTextVNode(" 个记录满足条件,当前第 ");
|
|
7260
7267
|
|
|
7261
|
-
var _hoisted_13 = {
|
|
7268
|
+
var _hoisted_13$1 = {
|
|
7262
7269
|
"class": "text-[#BD9E55] text-[16px]"
|
|
7263
7270
|
};
|
|
7264
7271
|
|
|
7265
|
-
var _hoisted_14 = /*#__PURE__*/createTextVNode(" 页,跳转到第 ");
|
|
7272
|
+
var _hoisted_14$1 = /*#__PURE__*/createTextVNode(" 页,跳转到第 ");
|
|
7266
7273
|
|
|
7267
|
-
var _hoisted_15 = {
|
|
7274
|
+
var _hoisted_15$1 = {
|
|
7268
7275
|
"class": "text-[#BD9E55] text-[16px]"
|
|
7269
7276
|
};
|
|
7270
7277
|
|
|
7271
|
-
var _hoisted_16 = /*#__PURE__*/createTextVNode(" 页 ");
|
|
7278
|
+
var _hoisted_16$1 = /*#__PURE__*/createTextVNode(" 页 ");
|
|
7272
7279
|
|
|
7273
|
-
var _hoisted_17 = {
|
|
7280
|
+
var _hoisted_17$1 = {
|
|
7274
7281
|
"class": "contentList"
|
|
7275
7282
|
};
|
|
7276
|
-
var _hoisted_18 = {
|
|
7283
|
+
var _hoisted_18$1 = {
|
|
7277
7284
|
key: 0,
|
|
7278
7285
|
style: {
|
|
7279
7286
|
"color": "#27bc04"
|
|
7280
7287
|
}
|
|
7281
7288
|
};
|
|
7282
|
-
var _hoisted_19 = {
|
|
7289
|
+
var _hoisted_19$1 = {
|
|
7283
7290
|
key: 1,
|
|
7284
7291
|
style: {
|
|
7285
7292
|
"color": "#ff0066"
|
|
7286
7293
|
}
|
|
7287
7294
|
};
|
|
7288
|
-
var _hoisted_20 = {
|
|
7295
|
+
var _hoisted_20$1 = {
|
|
7289
7296
|
key: 2
|
|
7290
7297
|
};
|
|
7291
7298
|
var _hoisted_21 = {
|
|
@@ -7296,7 +7303,7 @@ var _hoisted_22 = ["onClick"];
|
|
|
7296
7303
|
* 组件定义-------------------------------------
|
|
7297
7304
|
* */
|
|
7298
7305
|
|
|
7299
|
-
var script = /*#__PURE__*/defineComponent({
|
|
7306
|
+
var script$1 = /*#__PURE__*/defineComponent({
|
|
7300
7307
|
__name: 'IVMaterialSelector',
|
|
7301
7308
|
props: {
|
|
7302
7309
|
show: {
|
|
@@ -7543,7 +7550,7 @@ var script = /*#__PURE__*/defineComponent({
|
|
|
7543
7550
|
|
|
7544
7551
|
var _component_a_dropdown = resolveComponent("a-dropdown");
|
|
7545
7552
|
|
|
7546
|
-
return openBlock(), createBlock(script$
|
|
7553
|
+
return openBlock(), createBlock(script$p, {
|
|
7547
7554
|
show: unref(inputV),
|
|
7548
7555
|
"onUpdate:show": _cache[2] || (_cache[2] = function ($event) {
|
|
7549
7556
|
return isRef(inputV) ? inputV.value = $event : null;
|
|
@@ -7551,10 +7558,10 @@ var script = /*#__PURE__*/defineComponent({
|
|
|
7551
7558
|
"remove-padding": false
|
|
7552
7559
|
}, {
|
|
7553
7560
|
title: withCtx(function () {
|
|
7554
|
-
return [createElementVNode("div", _hoisted_1, [createVNode(script$
|
|
7561
|
+
return [createElementVNode("div", _hoisted_1$1, [createVNode(script$d), _hoisted_2$1])];
|
|
7555
7562
|
}),
|
|
7556
7563
|
body: withCtx(function () {
|
|
7557
|
-
return [createElementVNode("div", _hoisted_3, [createCommentVNode(" 搜索 "), createElementVNode("div", _hoisted_4, [createElementVNode("div", _hoisted_5, [createVNode(_component_a_input, {
|
|
7564
|
+
return [createElementVNode("div", _hoisted_3$1, [createCommentVNode(" 搜索 "), createElementVNode("div", _hoisted_4$1, [createElementVNode("div", _hoisted_5$1, [createVNode(_component_a_input, {
|
|
7558
7565
|
value: formData.materialName,
|
|
7559
7566
|
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
7560
7567
|
return formData.materialName = $event;
|
|
@@ -7579,16 +7586,16 @@ var script = /*#__PURE__*/defineComponent({
|
|
|
7579
7586
|
onClick: onSearch
|
|
7580
7587
|
}, {
|
|
7581
7588
|
"default": withCtx(function () {
|
|
7582
|
-
return [_hoisted_6];
|
|
7589
|
+
return [_hoisted_6$1];
|
|
7583
7590
|
}),
|
|
7584
7591
|
_: 1
|
|
7585
7592
|
/* STABLE */
|
|
7586
7593
|
|
|
7587
|
-
})])]), createCommentVNode(" 主体 "), createElementVNode("div", _hoisted_7, [createCommentVNode(" 分页 "), createElementVNode("div", _hoisted_8, [createElementVNode("div", _hoisted_9, [_hoisted_10, createElementVNode("span", _hoisted_11, toDisplayString(totalPages.value), 1
|
|
7594
|
+
})])]), createCommentVNode(" 主体 "), createElementVNode("div", _hoisted_7$1, [createCommentVNode(" 分页 "), createElementVNode("div", _hoisted_8$1, [createElementVNode("div", _hoisted_9$1, [_hoisted_10$1, createElementVNode("span", _hoisted_11$1, toDisplayString(totalPages.value), 1
|
|
7588
7595
|
/* TEXT */
|
|
7589
|
-
), _hoisted_12, createElementVNode("span", _hoisted_13, toDisplayString(topCurrentPages.value), 1
|
|
7596
|
+
), _hoisted_12$1, createElementVNode("span", _hoisted_13$1, toDisplayString(topCurrentPages.value), 1
|
|
7590
7597
|
/* TEXT */
|
|
7591
|
-
), _hoisted_14, createVNode(_component_a_dropdown, {
|
|
7598
|
+
), _hoisted_14$1, createVNode(_component_a_dropdown, {
|
|
7592
7599
|
trigger: ['click']
|
|
7593
7600
|
}, {
|
|
7594
7601
|
overlay: withCtx(function () {
|
|
@@ -7632,7 +7639,7 @@ var script = /*#__PURE__*/defineComponent({
|
|
|
7632
7639
|
return [createElementVNode("a", {
|
|
7633
7640
|
"class": "pl-2 ant-dropdown-link border-b border-[#BD9E55]",
|
|
7634
7641
|
onClick: _cache[1] || (_cache[1] = withModifiers(function () {}, ["prevent"]))
|
|
7635
|
-
}, [createElementVNode("span", _hoisted_15, toDisplayString(topSelectPages.value), 1
|
|
7642
|
+
}, [createElementVNode("span", _hoisted_15$1, toDisplayString(topSelectPages.value), 1
|
|
7636
7643
|
/* TEXT */
|
|
7637
7644
|
), createVNode(_component_DownOutlined, {
|
|
7638
7645
|
"class": "align-middle ml-1 mb-[4px]",
|
|
@@ -7644,7 +7651,7 @@ var script = /*#__PURE__*/defineComponent({
|
|
|
7644
7651
|
_: 1
|
|
7645
7652
|
/* STABLE */
|
|
7646
7653
|
|
|
7647
|
-
}), _hoisted_16])]), createElementVNode("div", _hoisted_17, [createVNode(unref(script$
|
|
7654
|
+
}), _hoisted_16$1])]), createElementVNode("div", _hoisted_17$1, [createVNode(unref(script$o), {
|
|
7648
7655
|
dataTh: unref(th),
|
|
7649
7656
|
contractExecDocList: dataV.value,
|
|
7650
7657
|
currentPages: currentPages.value,
|
|
@@ -7657,11 +7664,11 @@ var script = /*#__PURE__*/defineComponent({
|
|
|
7657
7664
|
onUpth: upth
|
|
7658
7665
|
}, {
|
|
7659
7666
|
isverify: withCtx(function (e) {
|
|
7660
|
-
return [createElementVNode("div", null, [e.item.isverify == '审核通过' ? (openBlock(), createElementBlock("span", _hoisted_18, toDisplayString(e.item.isverify), 1
|
|
7667
|
+
return [createElementVNode("div", null, [e.item.isverify == '审核通过' ? (openBlock(), createElementBlock("span", _hoisted_18$1, toDisplayString(e.item.isverify), 1
|
|
7661
7668
|
/* TEXT */
|
|
7662
|
-
)) : e.item.isverify == '已拒绝' ? (openBlock(), createElementBlock("span", _hoisted_19, toDisplayString(e.item.isverify), 1
|
|
7669
|
+
)) : e.item.isverify == '已拒绝' ? (openBlock(), createElementBlock("span", _hoisted_19$1, toDisplayString(e.item.isverify), 1
|
|
7663
7670
|
/* TEXT */
|
|
7664
|
-
)) : (openBlock(), createElementBlock("span", _hoisted_20, "待审核"))])];
|
|
7671
|
+
)) : (openBlock(), createElementBlock("span", _hoisted_20$1, "待审核"))])];
|
|
7665
7672
|
}),
|
|
7666
7673
|
buttonSlot: withCtx(function (buttonSlot) {
|
|
7667
7674
|
return [createElementVNode("div", _hoisted_21, [createElementVNode("span", {
|
|
@@ -7690,9 +7697,490 @@ var script = /*#__PURE__*/defineComponent({
|
|
|
7690
7697
|
}
|
|
7691
7698
|
});
|
|
7692
7699
|
|
|
7693
|
-
script.__file = "src/business-ui/component/IVMaterialSelector.vue";
|
|
7700
|
+
script$1.__file = "src/business-ui/component/IVMaterialSelector.vue";
|
|
7701
|
+
|
|
7702
|
+
var _hoisted_1 = {
|
|
7703
|
+
"class": "flex items-center h-[60px] pl-[40px] bg-[#97D2FD]"
|
|
7704
|
+
};
|
|
7705
|
+
|
|
7706
|
+
var _hoisted_2 = /*#__PURE__*/createElementVNode("span", {
|
|
7707
|
+
"class": "text-xl text-[#bd9e55] pl-2"
|
|
7708
|
+
}, "选择合同", -1
|
|
7709
|
+
/* HOISTED */
|
|
7710
|
+
);
|
|
7711
|
+
|
|
7712
|
+
var _hoisted_3 = {
|
|
7713
|
+
"class": "px-[150px]",
|
|
7714
|
+
id: "IVUserSelector"
|
|
7715
|
+
};
|
|
7716
|
+
var _hoisted_4 = {
|
|
7717
|
+
key: 0,
|
|
7718
|
+
"class": "mx-10"
|
|
7719
|
+
};
|
|
7720
|
+
var _hoisted_5 = {
|
|
7721
|
+
"class": "flex items-center my-4 justify-center"
|
|
7722
|
+
};
|
|
7723
|
+
|
|
7724
|
+
var _hoisted_6 = /*#__PURE__*/createTextVNode(" /> --> ");
|
|
7725
|
+
|
|
7726
|
+
var _hoisted_7 = /*#__PURE__*/createTextVNode(" 搜索 ");
|
|
7727
|
+
|
|
7728
|
+
var _hoisted_8 = {
|
|
7729
|
+
"class": "mt-10"
|
|
7730
|
+
};
|
|
7731
|
+
var _hoisted_9 = {
|
|
7732
|
+
"class": "flex justify-between mb-2"
|
|
7733
|
+
};
|
|
7734
|
+
var _hoisted_10 = {
|
|
7735
|
+
"class": "text-[#999999]"
|
|
7736
|
+
};
|
|
7737
|
+
|
|
7738
|
+
var _hoisted_11 = /*#__PURE__*/createTextVNode(" 共有 ");
|
|
7739
|
+
|
|
7740
|
+
var _hoisted_12 = {
|
|
7741
|
+
"class": "text-[#BD9E55] text-[16px]"
|
|
7742
|
+
};
|
|
7743
|
+
|
|
7744
|
+
var _hoisted_13 = /*#__PURE__*/createTextVNode(" 个记录满足条件,当前第 ");
|
|
7745
|
+
|
|
7746
|
+
var _hoisted_14 = {
|
|
7747
|
+
"class": "text-[#BD9E55] text-[16px]"
|
|
7748
|
+
};
|
|
7749
|
+
|
|
7750
|
+
var _hoisted_15 = /*#__PURE__*/createTextVNode(" 页,跳转到第 ");
|
|
7751
|
+
|
|
7752
|
+
var _hoisted_16 = {
|
|
7753
|
+
"class": "text-[#BD9E55] text-[16px]"
|
|
7754
|
+
};
|
|
7755
|
+
|
|
7756
|
+
var _hoisted_17 = /*#__PURE__*/createTextVNode(" 页 ");
|
|
7757
|
+
|
|
7758
|
+
var _hoisted_18 = {
|
|
7759
|
+
"class": "contentList"
|
|
7760
|
+
};
|
|
7761
|
+
var _hoisted_19 = {
|
|
7762
|
+
"class": "flex items-center justify-around text-[#006AB2] text-[13px]"
|
|
7763
|
+
};
|
|
7764
|
+
var _hoisted_20 = ["onClick"];
|
|
7765
|
+
/**
|
|
7766
|
+
* 组件定义-------------------------------------
|
|
7767
|
+
* */
|
|
7768
|
+
|
|
7769
|
+
var script = /*#__PURE__*/defineComponent({
|
|
7770
|
+
__name: 'IVContractSelector',
|
|
7771
|
+
props: {
|
|
7772
|
+
show: {
|
|
7773
|
+
type: Boolean,
|
|
7774
|
+
required: true
|
|
7775
|
+
},
|
|
7776
|
+
isSearchShow: {
|
|
7777
|
+
type: Boolean,
|
|
7778
|
+
required: false,
|
|
7779
|
+
"default": true
|
|
7780
|
+
},
|
|
7781
|
+
params: {
|
|
7782
|
+
type: Object,
|
|
7783
|
+
required: false
|
|
7784
|
+
},
|
|
7785
|
+
data: {
|
|
7786
|
+
type: Object,
|
|
7787
|
+
required: false
|
|
7788
|
+
},
|
|
7789
|
+
setOfBookId: {
|
|
7790
|
+
type: String,
|
|
7791
|
+
required: false
|
|
7792
|
+
}
|
|
7793
|
+
},
|
|
7794
|
+
emits: ["update:show", "getItem"],
|
|
7795
|
+
setup: function setup(__props, _ref) {
|
|
7796
|
+
var emit = _ref.emit;
|
|
7797
|
+
var props = __props;
|
|
7798
|
+
/**
|
|
7799
|
+
* 搜索-------------------------------------
|
|
7800
|
+
* */
|
|
7801
|
+
|
|
7802
|
+
var formData = reactive({
|
|
7803
|
+
setOfBookId: null,
|
|
7804
|
+
skipCount: 0,
|
|
7805
|
+
maxResultCount: 10,
|
|
7806
|
+
key: null
|
|
7807
|
+
});
|
|
7808
|
+
/**
|
|
7809
|
+
* 获取数据-------------------------------------
|
|
7810
|
+
* */
|
|
7811
|
+
|
|
7812
|
+
var dataV = ref();
|
|
7813
|
+
|
|
7814
|
+
var getData = /*#__PURE__*/function () {
|
|
7815
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
7816
|
+
var _option,
|
|
7817
|
+
_a,
|
|
7818
|
+
_yield$formatHTTP,
|
|
7819
|
+
items,
|
|
7820
|
+
totalCount,
|
|
7821
|
+
_args = arguments;
|
|
7822
|
+
|
|
7823
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
7824
|
+
while (1) {
|
|
7825
|
+
switch (_context.prev = _context.next) {
|
|
7826
|
+
case 0:
|
|
7827
|
+
_option = _args.length > 0 && _args[0] !== undefined ? _args[0] : {};
|
|
7828
|
+
_context.next = 3;
|
|
7829
|
+
return formatHTTP(fetch(formatUrl(API_OPTION.getIVProjectSelector.baseUrl, API_OPTION.getIVProjectSelector.url, _option.params), assign({
|
|
7830
|
+
data: (_a = _option.data) !== null && _a !== void 0 ? _a : null
|
|
7831
|
+
}, API_OPTION.getIVProjectSelector.option)));
|
|
7832
|
+
|
|
7833
|
+
case 3:
|
|
7834
|
+
_yield$formatHTTP = _context.sent;
|
|
7835
|
+
items = _yield$formatHTTP.items;
|
|
7836
|
+
totalCount = _yield$formatHTTP.totalCount;
|
|
7837
|
+
dataV.value = items;
|
|
7838
|
+
totalPages.value = totalCount;
|
|
7839
|
+
topPages.value = Math.ceil(totalPages.value / formData.maxResultCount);
|
|
7840
|
+
|
|
7841
|
+
case 9:
|
|
7842
|
+
case "end":
|
|
7843
|
+
return _context.stop();
|
|
7844
|
+
}
|
|
7845
|
+
}
|
|
7846
|
+
}, _callee);
|
|
7847
|
+
}));
|
|
7848
|
+
|
|
7849
|
+
return function getData() {
|
|
7850
|
+
return _ref2.apply(this, arguments);
|
|
7851
|
+
};
|
|
7852
|
+
}();
|
|
7853
|
+
/**
|
|
7854
|
+
* 表格-------------------------------------
|
|
7855
|
+
* */
|
|
7856
|
+
|
|
7857
|
+
|
|
7858
|
+
var th = ref([{
|
|
7859
|
+
title: "序号",
|
|
7860
|
+
w: 54 / 1499 * 100 + "%",
|
|
7861
|
+
key: "index",
|
|
7862
|
+
show: true
|
|
7863
|
+
}, {
|
|
7864
|
+
title: "编号",
|
|
7865
|
+
w: 104 / 1499 * 100 + "%",
|
|
7866
|
+
key: "projectNumber",
|
|
7867
|
+
show: true
|
|
7868
|
+
}, {
|
|
7869
|
+
title: "合同名称",
|
|
7870
|
+
w: 212 / 1499 * 100 + "%",
|
|
7871
|
+
key: "contractName",
|
|
7872
|
+
show: true
|
|
7873
|
+
}, {
|
|
7874
|
+
title: "合同简称",
|
|
7875
|
+
w: 140 / 1499 * 100 + "%",
|
|
7876
|
+
key: "contractShortName",
|
|
7877
|
+
show: true
|
|
7878
|
+
}, {
|
|
7879
|
+
title: "账套名称",
|
|
7880
|
+
w: 212 / 1499 * 100 + "%",
|
|
7881
|
+
key: "setOfBookName",
|
|
7882
|
+
show: true
|
|
7883
|
+
}, {
|
|
7884
|
+
title: "账套简称",
|
|
7885
|
+
w: 140 / 1499 * 100 + "%",
|
|
7886
|
+
key: "setOfBookShortName",
|
|
7887
|
+
show: true
|
|
7888
|
+
}, {
|
|
7889
|
+
title: "",
|
|
7890
|
+
w: 45 / 1333 * 100 + "%",
|
|
7891
|
+
key: "buttonSlot",
|
|
7892
|
+
show: true
|
|
7893
|
+
}]); // 更新th
|
|
7894
|
+
|
|
7895
|
+
var upth = function upth(val) {
|
|
7896
|
+
th.value = val;
|
|
7897
|
+
}; //获取指定记录
|
|
7898
|
+
|
|
7899
|
+
|
|
7900
|
+
function sendItem(_x) {
|
|
7901
|
+
return _sendItem.apply(this, arguments);
|
|
7902
|
+
}
|
|
7903
|
+
/**
|
|
7904
|
+
* 分页-------------------------------------
|
|
7905
|
+
* */
|
|
7906
|
+
|
|
7907
|
+
|
|
7908
|
+
function _sendItem() {
|
|
7909
|
+
_sendItem = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(item) {
|
|
7910
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
7911
|
+
while (1) {
|
|
7912
|
+
switch (_context3.prev = _context3.next) {
|
|
7913
|
+
case 0:
|
|
7914
|
+
emit("getItem", JSON.stringify(item));
|
|
7915
|
+
inputV.value = false;
|
|
7916
|
+
|
|
7917
|
+
case 2:
|
|
7918
|
+
case "end":
|
|
7919
|
+
return _context3.stop();
|
|
7920
|
+
}
|
|
7921
|
+
}
|
|
7922
|
+
}, _callee3);
|
|
7923
|
+
}));
|
|
7924
|
+
return _sendItem.apply(this, arguments);
|
|
7925
|
+
}
|
|
7926
|
+
|
|
7927
|
+
var currentPages = ref(1);
|
|
7928
|
+
var topCurrentPages = ref(1);
|
|
7929
|
+
var topPages = ref(0);
|
|
7930
|
+
var topSelectPages = ref(1);
|
|
7931
|
+
var totalPages = ref(0); // 重置搜索分页
|
|
7932
|
+
|
|
7933
|
+
function resetPagination() {
|
|
7934
|
+
formData.skipCount = 0;
|
|
7935
|
+
currentPages.value = 1;
|
|
7936
|
+
topCurrentPages.value = 1;
|
|
7937
|
+
topPages.value = 0;
|
|
7938
|
+
topSelectPages.value = 1;
|
|
7939
|
+
}
|
|
7940
|
+
|
|
7941
|
+
function onPageChange(current, pageSize) {
|
|
7942
|
+
topCurrentPages.value = current;
|
|
7943
|
+
topSelectPages.value = current;
|
|
7944
|
+
currentPages.value = current;
|
|
7945
|
+
formData.skipCount = (current - 1) * pageSize;
|
|
7946
|
+
formData.maxResultCount = pageSize;
|
|
7947
|
+
getData({
|
|
7948
|
+
params: formData
|
|
7949
|
+
});
|
|
7950
|
+
}
|
|
7951
|
+
|
|
7952
|
+
function onShowSizeChange(current, pageSize) {
|
|
7953
|
+
topCurrentPages.value = current;
|
|
7954
|
+
topSelectPages.value = current;
|
|
7955
|
+
formData.maxResultCount = pageSize;
|
|
7956
|
+
getData({
|
|
7957
|
+
params: formData
|
|
7958
|
+
});
|
|
7959
|
+
}
|
|
7960
|
+
|
|
7961
|
+
function onSelectTopPage(id) {
|
|
7962
|
+
topSelectPages.value = id;
|
|
7963
|
+
currentPages.value = id;
|
|
7964
|
+
onPageChange(id, formData.maxResultCount);
|
|
7965
|
+
}
|
|
7966
|
+
|
|
7967
|
+
function onSearch() {
|
|
7968
|
+
resetPagination();
|
|
7969
|
+
getData({
|
|
7970
|
+
params: formData
|
|
7971
|
+
});
|
|
7972
|
+
}
|
|
7973
|
+
|
|
7974
|
+
onBeforeMount(function () {
|
|
7975
|
+
getData({
|
|
7976
|
+
params: formData
|
|
7977
|
+
});
|
|
7978
|
+
});
|
|
7979
|
+
var inputV = computed({
|
|
7980
|
+
get: function get() {
|
|
7981
|
+
return props.show;
|
|
7982
|
+
},
|
|
7983
|
+
set: function set(value) {
|
|
7984
|
+
emit("update:show", value);
|
|
7985
|
+
}
|
|
7986
|
+
});
|
|
7987
|
+
watchEffect( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
|
7988
|
+
var _a, _b;
|
|
7989
|
+
|
|
7990
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
7991
|
+
while (1) {
|
|
7992
|
+
switch (_context2.prev = _context2.next) {
|
|
7993
|
+
case 0:
|
|
7994
|
+
// 由于打包问题,侦听器一定要在最后,否则找不到getData方法
|
|
7995
|
+
getData({
|
|
7996
|
+
params: assign((_a = props.params) !== null && _a !== void 0 ? _a : {}, {
|
|
7997
|
+
type: 1
|
|
7998
|
+
}),
|
|
7999
|
+
data: (_b = props.data) !== null && _b !== void 0 ? _b : null
|
|
8000
|
+
});
|
|
8001
|
+
|
|
8002
|
+
case 1:
|
|
8003
|
+
case "end":
|
|
8004
|
+
return _context2.stop();
|
|
8005
|
+
}
|
|
8006
|
+
}
|
|
8007
|
+
}, _callee2);
|
|
8008
|
+
})));
|
|
8009
|
+
return function (_ctx, _cache) {
|
|
8010
|
+
var _component_a_input = resolveComponent("a-input");
|
|
8011
|
+
|
|
8012
|
+
var _component_a_button = resolveComponent("a-button");
|
|
8013
|
+
|
|
8014
|
+
var _component_DownOutlined = resolveComponent("DownOutlined");
|
|
8015
|
+
|
|
8016
|
+
var _component_a_menu_item = resolveComponent("a-menu-item");
|
|
8017
|
+
|
|
8018
|
+
var _component_a_menu = resolveComponent("a-menu");
|
|
8019
|
+
|
|
8020
|
+
var _component_a_dropdown = resolveComponent("a-dropdown");
|
|
8021
|
+
|
|
8022
|
+
return openBlock(), createBlock(script$p, {
|
|
8023
|
+
show: unref(inputV),
|
|
8024
|
+
"onUpdate:show": _cache[3] || (_cache[3] = function ($event) {
|
|
8025
|
+
return isRef(inputV) ? inputV.value = $event : null;
|
|
8026
|
+
}),
|
|
8027
|
+
"remove-padding": false
|
|
8028
|
+
}, {
|
|
8029
|
+
title: withCtx(function () {
|
|
8030
|
+
return [createElementVNode("div", _hoisted_1, [createVNode(script$d), _hoisted_2])];
|
|
8031
|
+
}),
|
|
8032
|
+
body: withCtx(function () {
|
|
8033
|
+
return [createElementVNode("div", _hoisted_3, [createCommentVNode(" 搜索 "), __props.isSearchShow ? (openBlock(), createElementBlock("div", _hoisted_4, [createElementVNode("div", _hoisted_5, [createVNode(unref(script$j), {
|
|
8034
|
+
value: formData.setOfBookId,
|
|
8035
|
+
"onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
|
|
8036
|
+
return formData.setOfBookId = $event;
|
|
8037
|
+
}),
|
|
8038
|
+
onChange: onSearch,
|
|
8039
|
+
multiple: false,
|
|
8040
|
+
"is-required": false,
|
|
8041
|
+
"is-title": false,
|
|
8042
|
+
placeholder: "请选择账套",
|
|
8043
|
+
"input-style": {
|
|
8044
|
+
width: '300px',
|
|
8045
|
+
marginRight: '15px'
|
|
8046
|
+
},
|
|
8047
|
+
"form-item-style": {
|
|
8048
|
+
marginBottom: '0'
|
|
8049
|
+
}
|
|
8050
|
+
}, null, 8
|
|
8051
|
+
/* PROPS */
|
|
8052
|
+
, ["value"]), _hoisted_6, createVNode(_component_a_input, {
|
|
8053
|
+
value: formData.key,
|
|
8054
|
+
"onUpdate:value": _cache[1] || (_cache[1] = function ($event) {
|
|
8055
|
+
return formData.key = $event;
|
|
8056
|
+
}),
|
|
8057
|
+
style: {
|
|
8058
|
+
"width": "300px",
|
|
8059
|
+
"margin-right": "15px"
|
|
8060
|
+
},
|
|
8061
|
+
"class": "mr-4",
|
|
8062
|
+
placeholder: "请输入项目名称",
|
|
8063
|
+
onKeyup: withKeys(onSearch, ["enter"])
|
|
8064
|
+
}, null, 8
|
|
8065
|
+
/* PROPS */
|
|
8066
|
+
, ["value", "onKeyup"]), createVNode(_component_a_button, {
|
|
8067
|
+
style: {
|
|
8068
|
+
"padding": "4px 10px",
|
|
8069
|
+
"border-radius": "4px",
|
|
8070
|
+
"background": "#006ab2",
|
|
8071
|
+
"margin-right": "15px",
|
|
8072
|
+
"color": "#fff"
|
|
8073
|
+
},
|
|
8074
|
+
onClick: onSearch
|
|
8075
|
+
}, {
|
|
8076
|
+
"default": withCtx(function () {
|
|
8077
|
+
return [_hoisted_7];
|
|
8078
|
+
}),
|
|
8079
|
+
_: 1
|
|
8080
|
+
/* STABLE */
|
|
8081
|
+
|
|
8082
|
+
})])])) : createCommentVNode("v-if", true), createCommentVNode(" 主体 "), createElementVNode("div", _hoisted_8, [createCommentVNode(" 分页 "), createElementVNode("div", _hoisted_9, [createElementVNode("div", _hoisted_10, [_hoisted_11, createElementVNode("span", _hoisted_12, toDisplayString(totalPages.value), 1
|
|
8083
|
+
/* TEXT */
|
|
8084
|
+
), _hoisted_13, createElementVNode("span", _hoisted_14, toDisplayString(topCurrentPages.value), 1
|
|
8085
|
+
/* TEXT */
|
|
8086
|
+
), _hoisted_15, createVNode(_component_a_dropdown, {
|
|
8087
|
+
trigger: ['click']
|
|
8088
|
+
}, {
|
|
8089
|
+
overlay: withCtx(function () {
|
|
8090
|
+
return [createVNode(_component_a_menu, {
|
|
8091
|
+
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
8092
|
+
return triggerNode.parentNode;
|
|
8093
|
+
},
|
|
8094
|
+
"class": "max-h-40 overflow-y-auto scrollbar"
|
|
8095
|
+
}, {
|
|
8096
|
+
"default": withCtx(function () {
|
|
8097
|
+
return [(openBlock(true), createElementBlock(Fragment, null, renderList(topPages.value, function (e) {
|
|
8098
|
+
return openBlock(), createBlock(_component_a_menu_item, {
|
|
8099
|
+
key: e,
|
|
8100
|
+
onClick: function onClick($event) {
|
|
8101
|
+
return onSelectTopPage(e);
|
|
8102
|
+
}
|
|
8103
|
+
}, {
|
|
8104
|
+
"default": withCtx(function () {
|
|
8105
|
+
return [createTextVNode(toDisplayString(e), 1
|
|
8106
|
+
/* TEXT */
|
|
8107
|
+
)];
|
|
8108
|
+
}),
|
|
8109
|
+
_: 2
|
|
8110
|
+
/* DYNAMIC */
|
|
8111
|
+
|
|
8112
|
+
}, 1032
|
|
8113
|
+
/* PROPS, DYNAMIC_SLOTS */
|
|
8114
|
+
, ["onClick"]);
|
|
8115
|
+
}), 128
|
|
8116
|
+
/* KEYED_FRAGMENT */
|
|
8117
|
+
))];
|
|
8118
|
+
}),
|
|
8119
|
+
_: 1
|
|
8120
|
+
/* STABLE */
|
|
8121
|
+
|
|
8122
|
+
}, 8
|
|
8123
|
+
/* PROPS */
|
|
8124
|
+
, ["getPopupContainer"])];
|
|
8125
|
+
}),
|
|
8126
|
+
"default": withCtx(function () {
|
|
8127
|
+
return [createElementVNode("a", {
|
|
8128
|
+
"class": "pl-2 ant-dropdown-link border-b border-[#BD9E55]",
|
|
8129
|
+
onClick: _cache[2] || (_cache[2] = withModifiers(function () {}, ["prevent"]))
|
|
8130
|
+
}, [createElementVNode("span", _hoisted_16, toDisplayString(topSelectPages.value), 1
|
|
8131
|
+
/* TEXT */
|
|
8132
|
+
), createVNode(_component_DownOutlined, {
|
|
8133
|
+
"class": "align-middle ml-1 mb-[4px]",
|
|
8134
|
+
style: {
|
|
8135
|
+
"font-size": "16px"
|
|
8136
|
+
}
|
|
8137
|
+
})])];
|
|
8138
|
+
}),
|
|
8139
|
+
_: 1
|
|
8140
|
+
/* STABLE */
|
|
8141
|
+
|
|
8142
|
+
}), _hoisted_17])]), createElementVNode("div", _hoisted_18, [createVNode(unref(script$o), {
|
|
8143
|
+
dataTh: unref(th),
|
|
8144
|
+
contractExecDocList: dataV.value,
|
|
8145
|
+
currentPages: currentPages.value,
|
|
8146
|
+
totalPages: totalPages.value,
|
|
8147
|
+
formData: formData,
|
|
8148
|
+
setHeight: 40,
|
|
8149
|
+
isTableControl: false,
|
|
8150
|
+
onOnPageChange: onPageChange,
|
|
8151
|
+
onOnShowSizeChange: onShowSizeChange,
|
|
8152
|
+
onUpth: upth
|
|
8153
|
+
}, {
|
|
8154
|
+
buttonSlot: withCtx(function (buttonSlot) {
|
|
8155
|
+
return [createElementVNode("div", _hoisted_19, [createElementVNode("span", {
|
|
8156
|
+
"class": "cursor-pointer",
|
|
8157
|
+
onClick: function onClick($event) {
|
|
8158
|
+
return sendItem(buttonSlot.item);
|
|
8159
|
+
}
|
|
8160
|
+
}, "选择", 8
|
|
8161
|
+
/* PROPS */
|
|
8162
|
+
, _hoisted_20)])];
|
|
8163
|
+
}),
|
|
8164
|
+
_: 1
|
|
8165
|
+
/* STABLE */
|
|
8166
|
+
|
|
8167
|
+
}, 8
|
|
8168
|
+
/* PROPS */
|
|
8169
|
+
, ["dataTh", "contractExecDocList", "currentPages", "totalPages", "formData"])])])])];
|
|
8170
|
+
}),
|
|
8171
|
+
_: 1
|
|
8172
|
+
/* STABLE */
|
|
8173
|
+
|
|
8174
|
+
}, 8
|
|
8175
|
+
/* PROPS */
|
|
8176
|
+
, ["show"]);
|
|
8177
|
+
};
|
|
8178
|
+
}
|
|
8179
|
+
});
|
|
8180
|
+
|
|
8181
|
+
script.__file = "src/business-ui/component/IVContractSelector.vue";
|
|
7694
8182
|
|
|
7695
|
-
var components = [script$
|
|
8183
|
+
var components = [script$p, script$m, script$l, script$k, script$j, script$i, script$h, script$o, script$n, script$g, script$f, script$e, script$c, script$3, script$2, script$1, script$b, script$a, script$9, script$7, script$6, script$5, script$4, script];
|
|
7696
8184
|
installComponents(); // 单独引用
|
|
7697
8185
|
|
|
7698
8186
|
function installComponents() {
|
|
@@ -7715,4 +8203,4 @@ var cAll = {
|
|
|
7715
8203
|
install: install
|
|
7716
8204
|
};
|
|
7717
8205
|
|
|
7718
|
-
export { script$
|
|
8206
|
+
export { script$5 as IVClientSelector, script as IVContractSelector, script$7 as IVFileUpload, script$a as IVInnerContractSelector, script$k as IVLineDropdown, script$b as IVMainContractSelector, script$h as IVManagDropdown, script$1 as IVMaterialSelector, script$e as IVMaterialTypeDropdown, script$p as IVModal, script$m as IVOrgDropdown, script$9 as IVOuterContractSelector, script$4 as IVPaytypeSelector, script$i as IVPostDropdown, script$l as IVProdBaseDropdown, script$c as IVProjectSelector, script$g as IVRateDropdown, script$j as IVSetofbookDropdown, script$o as IVTable, script$n as IVTableControl, script$6 as IVTimeSelector, script$f as IVUnitDropdown, script$3 as IVUserSelector, script$2 as IVVendorSelector, cAll as default };
|