Commit dfb1e75f by 无尘

fix: 修改策略

parent 719e1a20
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>好办管理平台</title><link rel=stylesheet type=text/css href=//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.28.css><link href=./static/css/app.e41f42aeba077b0ee1e1a02e4ee1eede.css rel=stylesheet></head><body style="min-width: 1400px;" class=damolish><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script type=text/javascript src=./static/js/manifest.170cad8a5807916d2cfb.js></script><script type=text/javascript src=./static/js/vendor.694f8850ed5112713591.js></script><script type=text/javascript src=./static/js/app.b77638998d726192b971.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>好办管理平台</title><link rel=stylesheet type=text/css href=//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.28.css><link href=./static/css/app.63d5e3cac20643acc211ef8f75c5c36f.css rel=stylesheet></head><body style="min-width: 1400px;" class=damolish><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script type=text/javascript src=./static/js/manifest.aea78c371f49e665492c.js></script><script type=text/javascript src=./static/js/vendor.694f8850ed5112713591.js></script><script type=text/javascript src=./static/js/app.904d35c9ad73ada1e9fe.js></script></body></html>
\ No newline at end of file
......@@ -31,6 +31,24 @@
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont">&#xe619;</span>
<div class="name">模板</div>
<div class="code-name">&amp;#xe619;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe605;</span>
<div class="name">策略</div>
<div class="code-name">&amp;#xe605;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61c;</span>
<div class="name">投放</div>
<div class="code-name">&amp;#xe61c;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe64e;</span>
<div class="name">通讯录</div>
<div class="code-name">&amp;#xe64e;</div>
......@@ -345,6 +363,33 @@
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont iconmoban"></span>
<div class="name">
模板
</div>
<div class="code-name">.iconmoban
</div>
</li>
<li class="dib">
<span class="icon iconfont icons"></span>
<div class="name">
策略
</div>
<div class="code-name">.icons
</div>
</li>
<li class="dib">
<span class="icon iconfont icontoufang"></span>
<div class="name">
投放
</div>
<div class="code-name">.icontoufang
</div>
</li>
<li class="dib">
<span class="icon iconfont icontongxunlu"></span>
<div class="name">
通讯录
......@@ -771,6 +816,30 @@
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconmoban"></use>
</svg>
<div class="name">模板</div>
<div class="code-name">#iconmoban</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icons"></use>
</svg>
<div class="name">策略</div>
<div class="code-name">#icons</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icontoufang"></use>
</svg>
<div class="name">投放</div>
<div class="code-name">#icontoufang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icontongxunlu"></use>
</svg>
<div class="name">通讯录</div>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -6,6 +6,27 @@
"description": "",
"glyphs": [
{
"icon_id": "3355206",
"name": "模板",
"font_class": "moban",
"unicode": "e619",
"unicode_decimal": 58905
},
{
"icon_id": "9000600",
"name": "策略",
"font_class": "s",
"unicode": "e605",
"unicode_decimal": 58885
},
{
"icon_id": "12322572",
"name": "投放",
"font_class": "toufang",
"unicode": "e61c",
"unicode_decimal": 58908
},
{
"icon_id": "6590542",
"name": "通讯录",
"font_class": "tongxunlu",
......
......@@ -20,6 +20,15 @@ Created by iconfont
/>
<missing-glyph />
<glyph glyph-name="moban" unicode="&#58905;" d="M357.4272-97.28H141.1072a78.2336 78.2336 0 0 0-78.1312 77.9264v378.5728a78.2336 78.2336 0 0 0 78.1312 78.1312h216.32a78.2336 78.2336 0 0 0 78.1312-78.1312v-378.5728A78.2336 78.2336 0 0 0 357.4272-97.28zM141.1072 389.12a30.0544 30.0544 0 0 1-30.0032-30.0032v-378.5728a30.0544 30.0544 0 0 1 30.0032-30.0032h216.32a30.0544 30.0544 0 0 1 30.0032 30.0032v378.6752A30.0544 30.0544 0 0 1 357.4272 389.12zM898.2528 487.7824H141.1072A78.2336 78.2336 0 0 0 62.976 565.9136V782.2336A78.2336 78.2336 0 0 0 141.1072 860.16h757.1456a78.2336 78.2336 0 0 0 78.1312-77.9264v-216.32a78.2336 78.2336 0 0 0-78.1312-78.1312zM141.1072 812.2368a30.0544 30.0544 0 0 1-30.0032-30.0032v-216.32a30.0544 30.0544 0 0 1 30.0032-30.0032h757.1456a30.0544 30.0544 0 0 1 30.0032 30.0032V782.2336a30.0544 30.0544 0 0 1-30.0032 30.0032zM502.8352 388.6592l438.016 0 0-48.128-438.016 0 0 48.128ZM502.8352 200.96l438.016 0 0-48.128-438.016 0 0 48.128ZM502.8352 13.2096l438.016 0 0-48.128-438.016 0 0 48.128Z" horiz-adv-x="1024" />
<glyph glyph-name="s" unicode="&#58885;" d="M4.5 892.1h1015.1V-124H4.5zM856.9 311.4c64 90.4 13.4 268.3-93.7 368.7-135 126.5-354.6 134.4-502.9 18.2-146.2-114.6-188.1-333-94.8-494.2C241.7 72.4 410-15.3 524.4 32c-262.6 44.8-409 179.6-360.9 447.4 25.3 140.9 125.9 241.7 269.2 257.5 299.4 33 419.9-138.5 424.2-425.5zM481.8 162.2c9.5-5 18.9-9.9 28.4-14.9 51 88.1 102 176.2 153.1 264.3H409.1c29.5 102.3 119.5 160.4 102.5 266-57.2-99.3-114.4-198.7-171.6-298h260.2c-44.4-81.4-81.4-149.4-118.4-217.4zM761.5 20.9l15.2-0.1V233.1l-15.2 0.1zM877.4 188.6h-14.9v-167.7h14.9zM660.2 20.8l15.2 1.4v96l-15.2-0.4zM859.5 311.4c-4.3 287-124.7 458.5-424.2 425.5C292 721.1 191.4 620.3 166.1 479.4 117.9 211.5 264.3 76.8 527 32c-114.3-47.3-282.7 40.4-358.9 172.1-93.3 161.2-51.4 379.6 94.8 494.2C411.2 814.5 630.7 806.5 765.8 680.1c107.1-100.4 157.7-278.3 93.7-368.7zM484.4 162.2c37 68 74 135.9 118.4 217.5H342.6c57.2 99.3 114.4 198.7 171.6 298 17-105.6-73-163.7-102.5-266h254.1c-51-88.1-102-176.2-153.1-264.3-9.4 4.9-18.9 9.9-28.3 14.8zM764.1 20.9V233.2l15.2-0.1v-212.3zM880 188.6v-167.7h-14.9V188.6zM662.8 20.8v97l15.2 0.4v-96z" horiz-adv-x="1024" />
<glyph glyph-name="toufang" unicode="&#58908;" d="M751.483871 459.974194c0 13.212903-8.258065 24.774194-21.470968 29.729032l-173.419355 74.32258c-9.909677 4.954839-21.470968 0-26.425806-9.909677-4.954839-9.909677 0-21.470968 9.909677-24.774194l160.206452-67.716129-208.103226-87.535483L289.032258 459.974194l161.858065 67.716129c9.909677 4.954839 14.864516 14.864516 9.909677 24.774193-4.954839 9.909677-16.516129 14.864516-26.425806 9.909678l-173.419355-72.670968c-13.212903-4.954839-21.470968-16.516129-21.470968-29.729032v-198.193549c0-28.077419 16.516129-54.503226 41.290323-69.367742l176.72258-97.445161c11.56129-6.606452 26.425806-9.909677 39.63871-9.909677 13.212903 0 28.077419 3.303226 39.63871 9.909677l175.070967 97.445161c24.774194 13.212903 41.290323 39.63871 41.290323 69.367742V458.322581c-1.651613 0-1.651613 0-1.651613 1.651613zM300.593548 227.096774c-13.212903 6.606452-21.470968 21.470968-21.470967 36.335484v160.206452l194.890322-82.580645v-209.754839l-173.419355 95.793548z m391.432258 0l-175.070967-97.445161c-1.651613 0-1.651613-1.651613-3.303226-1.651613V339.406452l199.845161 84.232258v-160.206452c-1.651613-14.864516-9.909677-29.729032-21.470968-36.335484zM422.812903 602.012903l59.458065 61.109678v-191.587097c0-11.56129 8.258065-19.819355 19.819355-19.819355s19.819355 8.258065 19.819354 19.819355V663.122581l62.761291-61.109678c3.303226-3.303226 8.258065-4.954839 14.864516-4.954838 4.954839 0 9.909677 1.651613 14.864516 6.606451 8.258065 8.258065 8.258065 21.470968 0 28.077419l-95.793548 94.141936c-8.258065 8.258065-19.819355 8.258065-28.07742 0l-95.793548-95.793548c-8.258065-8.258065-8.258065-21.470968 0-28.07742 6.606452-8.258065 19.819355-8.258065 28.077419 0z" horiz-adv-x="1024" />
<glyph glyph-name="tongxunlu" unicode="&#58958;" d="M419 735.5h159.5c26.7 0 47.9 21.7 47.9 47.9 0 26.7-21.7 47.9-47.9 47.9H419c-26.7 0-47.9-21.7-47.9-47.9 0.1-26.7 21.3-47.9 47.9-47.9zM288.5 543.5h447.2c17.6 0 32.1 14.5 32.1 32.1s-14.5 32.1-32.1 32.1H288.5c-17.6 0-32.1-14.5-32.1-32.1 0-17.7 14.5-32.1 32.1-32.1zM735.7 416.5H288.5c-17.6 0-32.1-14.5-32.1-32.1s14.5-32.1 32.1-32.1h447.2c17.6 0 32.1 14.5 32.1 32.1-0.5 17.7-14.5 32.1-32.1 32.1zM735.7 224.5H288.5c-17.6 0-32.1-14.5-32.1-32.1s14.5-32.1 32.1-32.1h447.2c17.6 0 32.1 14.5 32.1 32.1-0.5 18.1-14.5 32.1-32.1 32.1zM831.5 799.2h-32.1c-17.6 0-32.1-14.5-32.1-32.1s14.5-32.1 32.1-32.1h32.1c35.2 0 63.7-28.5 63.7-63.7v-606.7c0-35.2-28.5-63.7-63.7-63.7H192.7c-35.2 0-63.7 28.5-63.7 63.7V671.3c0 35.2 28.5 63.7 63.7 63.7h32.1c17.6 0 32.1 14.5 32.1 32.1s-14.5 32.1-32.1 32.1h-32.1c-70.5 0-127.8-56.9-127.8-127.8v-606.7c0-70.5 57.4-127.8 127.8-127.8h638.8c70.5 0 127.8 57.4 127.8 127.8V671.3c0 70.9-57.3 127.9-127.8 127.9z" horiz-adv-x="1024" />
......
......@@ -20,6 +20,15 @@ Created by iconfont
/>
<missing-glyph />
<glyph glyph-name="moban" unicode="&#58905;" d="M357.4272-97.28H141.1072a78.2336 78.2336 0 0 0-78.1312 77.9264v378.5728a78.2336 78.2336 0 0 0 78.1312 78.1312h216.32a78.2336 78.2336 0 0 0 78.1312-78.1312v-378.5728A78.2336 78.2336 0 0 0 357.4272-97.28zM141.1072 389.12a30.0544 30.0544 0 0 1-30.0032-30.0032v-378.5728a30.0544 30.0544 0 0 1 30.0032-30.0032h216.32a30.0544 30.0544 0 0 1 30.0032 30.0032v378.6752A30.0544 30.0544 0 0 1 357.4272 389.12zM898.2528 487.7824H141.1072A78.2336 78.2336 0 0 0 62.976 565.9136V782.2336A78.2336 78.2336 0 0 0 141.1072 860.16h757.1456a78.2336 78.2336 0 0 0 78.1312-77.9264v-216.32a78.2336 78.2336 0 0 0-78.1312-78.1312zM141.1072 812.2368a30.0544 30.0544 0 0 1-30.0032-30.0032v-216.32a30.0544 30.0544 0 0 1 30.0032-30.0032h757.1456a30.0544 30.0544 0 0 1 30.0032 30.0032V782.2336a30.0544 30.0544 0 0 1-30.0032 30.0032zM502.8352 388.6592l438.016 0 0-48.128-438.016 0 0 48.128ZM502.8352 200.96l438.016 0 0-48.128-438.016 0 0 48.128ZM502.8352 13.2096l438.016 0 0-48.128-438.016 0 0 48.128Z" horiz-adv-x="1024" />
<glyph glyph-name="s" unicode="&#58885;" d="M4.5 892.1h1015.1V-124H4.5zM856.9 311.4c64 90.4 13.4 268.3-93.7 368.7-135 126.5-354.6 134.4-502.9 18.2-146.2-114.6-188.1-333-94.8-494.2C241.7 72.4 410-15.3 524.4 32c-262.6 44.8-409 179.6-360.9 447.4 25.3 140.9 125.9 241.7 269.2 257.5 299.4 33 419.9-138.5 424.2-425.5zM481.8 162.2c9.5-5 18.9-9.9 28.4-14.9 51 88.1 102 176.2 153.1 264.3H409.1c29.5 102.3 119.5 160.4 102.5 266-57.2-99.3-114.4-198.7-171.6-298h260.2c-44.4-81.4-81.4-149.4-118.4-217.4zM761.5 20.9l15.2-0.1V233.1l-15.2 0.1zM877.4 188.6h-14.9v-167.7h14.9zM660.2 20.8l15.2 1.4v96l-15.2-0.4zM859.5 311.4c-4.3 287-124.7 458.5-424.2 425.5C292 721.1 191.4 620.3 166.1 479.4 117.9 211.5 264.3 76.8 527 32c-114.3-47.3-282.7 40.4-358.9 172.1-93.3 161.2-51.4 379.6 94.8 494.2C411.2 814.5 630.7 806.5 765.8 680.1c107.1-100.4 157.7-278.3 93.7-368.7zM484.4 162.2c37 68 74 135.9 118.4 217.5H342.6c57.2 99.3 114.4 198.7 171.6 298 17-105.6-73-163.7-102.5-266h254.1c-51-88.1-102-176.2-153.1-264.3-9.4 4.9-18.9 9.9-28.3 14.8zM764.1 20.9V233.2l15.2-0.1v-212.3zM880 188.6v-167.7h-14.9V188.6zM662.8 20.8v97l15.2 0.4v-96z" horiz-adv-x="1024" />
<glyph glyph-name="toufang" unicode="&#58908;" d="M751.483871 459.974194c0 13.212903-8.258065 24.774194-21.470968 29.729032l-173.419355 74.32258c-9.909677 4.954839-21.470968 0-26.425806-9.909677-4.954839-9.909677 0-21.470968 9.909677-24.774194l160.206452-67.716129-208.103226-87.535483L289.032258 459.974194l161.858065 67.716129c9.909677 4.954839 14.864516 14.864516 9.909677 24.774193-4.954839 9.909677-16.516129 14.864516-26.425806 9.909678l-173.419355-72.670968c-13.212903-4.954839-21.470968-16.516129-21.470968-29.729032v-198.193549c0-28.077419 16.516129-54.503226 41.290323-69.367742l176.72258-97.445161c11.56129-6.606452 26.425806-9.909677 39.63871-9.909677 13.212903 0 28.077419 3.303226 39.63871 9.909677l175.070967 97.445161c24.774194 13.212903 41.290323 39.63871 41.290323 69.367742V458.322581c-1.651613 0-1.651613 0-1.651613 1.651613zM300.593548 227.096774c-13.212903 6.606452-21.470968 21.470968-21.470967 36.335484v160.206452l194.890322-82.580645v-209.754839l-173.419355 95.793548z m391.432258 0l-175.070967-97.445161c-1.651613 0-1.651613-1.651613-3.303226-1.651613V339.406452l199.845161 84.232258v-160.206452c-1.651613-14.864516-9.909677-29.729032-21.470968-36.335484zM422.812903 602.012903l59.458065 61.109678v-191.587097c0-11.56129 8.258065-19.819355 19.819355-19.819355s19.819355 8.258065 19.819354 19.819355V663.122581l62.761291-61.109678c3.303226-3.303226 8.258065-4.954839 14.864516-4.954838 4.954839 0 9.909677 1.651613 14.864516 6.606451 8.258065 8.258065 8.258065 21.470968 0 28.077419l-95.793548 94.141936c-8.258065 8.258065-19.819355 8.258065-28.07742 0l-95.793548-95.793548c-8.258065-8.258065-8.258065-21.470968 0-28.07742 6.606452-8.258065 19.819355-8.258065 28.077419 0z" horiz-adv-x="1024" />
<glyph glyph-name="tongxunlu" unicode="&#58958;" d="M419 735.5h159.5c26.7 0 47.9 21.7 47.9 47.9 0 26.7-21.7 47.9-47.9 47.9H419c-26.7 0-47.9-21.7-47.9-47.9 0.1-26.7 21.3-47.9 47.9-47.9zM288.5 543.5h447.2c17.6 0 32.1 14.5 32.1 32.1s-14.5 32.1-32.1 32.1H288.5c-17.6 0-32.1-14.5-32.1-32.1 0-17.7 14.5-32.1 32.1-32.1zM735.7 416.5H288.5c-17.6 0-32.1-14.5-32.1-32.1s14.5-32.1 32.1-32.1h447.2c17.6 0 32.1 14.5 32.1 32.1-0.5 17.7-14.5 32.1-32.1 32.1zM735.7 224.5H288.5c-17.6 0-32.1-14.5-32.1-32.1s14.5-32.1 32.1-32.1h447.2c17.6 0 32.1 14.5 32.1 32.1-0.5 18.1-14.5 32.1-32.1 32.1zM831.5 799.2h-32.1c-17.6 0-32.1-14.5-32.1-32.1s14.5-32.1 32.1-32.1h32.1c35.2 0 63.7-28.5 63.7-63.7v-606.7c0-35.2-28.5-63.7-63.7-63.7H192.7c-35.2 0-63.7 28.5-63.7 63.7V671.3c0 35.2 28.5 63.7 63.7 63.7h32.1c17.6 0 32.1 14.5 32.1 32.1s-14.5 32.1-32.1 32.1h-32.1c-70.5 0-127.8-56.9-127.8-127.8v-606.7c0-70.5 57.4-127.8 127.8-127.8h638.8c70.5 0 127.8 57.4 127.8 127.8V671.3c0 70.9-57.3 127.9-127.8 127.9z" horiz-adv-x="1024" />
......
This source diff could not be displayed because it is too large. You can view the blob instead.
webpackJsonp([64],{bFR8:function(t,e){},c7iB:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a("Xxa5"),r=a.n(n),o=a("exGp"),s=a.n(o),i=a("Ch4/"),c=a("3E4D"),l=a("PI0u"),u=a("P9l9"),d={components:{},props:{brandId:{type:String,default:""}},data:function(){return{activeId:"2",searchInput:"",tableData:[],currentPage:1,pageSize:20,total:0}},watch:{brandId:function(t){t&&this.getTableList()}},methods:{toDel:function(t,e){var a=this;a.$confirm("是否要删除选中的卡券模板?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){a.delCardList(e.coupCardId)}).catch(function(){})},delCardList:function(t){var e=this,a={gicEnterpriseId:e.brandId,coupCardId:t};Object(u.d)("/haoban-app-customer-web/cardCoupon/del-card-coup",a).then(function(t){var a=t.data;if(1==a.errorCode)return c.a.showmsg("删除成功","success"),void e.getTableList(e.brandId);i.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},toEdit:function(t,e){this.$router.push("/newCardTemp?coupCardId="+e.coupCardId)},toInput:Object(l.a)(function(t,e){this.currentPage=1,this.getTableList(this.brandId)},500),clearInput:function(){this.currentPage=1,this.getTableList(this.brandId)},toNewCard:function(){this.$router.push("/newCardTemp")},handleSizeChange:function(t){this.pageSize=t,this.getTableList()},handleCurrentChange:function(t){this.currentPage=t,this.getTableList()},changeYear:function(){this.currentPage=1,this.getTableList()},getTableList:function(){var t=this;return s()(r.a.mark(function e(){var a,n;return r.a.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:n={gicEnterpriseId:(a=t).brandId,search:a.searchInput||"",pageNum:a.currentPage,pageSize:a.pageSize},Object(u.d)("/haoban-app-customer-web/cardCoupon/find-card-page",n).then(function(t){var e=t.data;if(1==e.errorCode)return a.tableData=e.result.list||[],void(a.total=e.result.pageInfo.total);i.a.errorMsg(e)}).catch(function(t){a.$message.error({duration:1e3,message:t.message})});case 3:case"end":return e.stop()}},e,t)}))()}},mounted:function(){this.$emit("showTab","1"),this.brandId&&this.getTableList()}},p={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"common-right-wrap"},[a("div",{staticClass:"p-20"},[a("div",{staticClass:"flex flex-space-between m-b-20"},[a("div",[a("el-input",{staticClass:"w-264",staticStyle:{width:"264px"},attrs:{placeholder:"请输入模板名称",clearable:""},on:{clear:t.clearInput},nativeOn:{keyup:function(e){return a=e,t.toInput(a,t.searchInput);var a}},model:{value:t.searchInput,callback:function(e){t.searchInput=e},expression:"searchInput"}},[a("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})]),t._v(" "),a("span",{staticClass:"font-14 color-909399 p-l-10"},[t._v("内购券是选取GIC中针对企业内部员工发下的,最多创建20个模板")])],1),t._v(" "),t.tableData.length>=20?a("el-button",{attrs:{type:"primary"},on:{click:t.toNewCard}},[t._v("新增模板")]):t._e()],1),t._v(" "),a("el-table",{ref:"multipleTable",staticClass:"select-table",staticStyle:{width:"calc(100% - 3px)"},attrs:{data:t.tableData,"tooltip-effect":"dark"}},[a("el-table-column",{attrs:{prop:"",label:"卡券模板名称","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.cardName)+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"卡券类型"},scopedSlots:t._u([{key:"default",fn:function(e){return[0==e.row.cardType?a("span",[t._v("抵金券")]):t._e(),t._v(" "),1==e.row.cardType?a("span",[t._v("折扣券")]):t._e(),t._v(" "),2==e.row.cardType?a("span",[t._v("兑换券")]):t._e()]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"提交人","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.effectDateString||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"最近编辑时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.sendTime)))]),t._v(" "),a("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.sendTime)))])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"操作","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){t.toEdit(e.$index,e.row)}}},[t._v("编辑")]),t._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){t.toDel(e.$index,e.row)}}},[t._v("删除")])]}}])})],1)],1)])},staticRenderFns:[]};var f=a("VU/8")(d,p,!1,function(t){a("bFR8")},"data-v-1004abda",null);e.default=f.exports}});
\ No newline at end of file
webpackJsonp([63],{bFR8:function(t,e){},c7iB:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a("Xxa5"),r=a.n(n),o=a("exGp"),s=a.n(o),i=a("Ch4/"),c=a("3E4D"),l=a("PI0u"),u=a("P9l9"),d={components:{},props:{brandId:{type:String,default:""}},data:function(){return{activeId:"2",searchInput:"",tableData:[],currentPage:1,pageSize:20,total:0}},watch:{brandId:function(t){t&&this.getTableList()}},methods:{toDel:function(t,e){var a=this;a.$confirm("是否要删除选中的卡券模板?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){a.delCardList(e.coupCardId)}).catch(function(){})},delCardList:function(t){var e=this,a={gicEnterpriseId:e.brandId,coupCardId:t};Object(u.d)("/haoban-app-customer-web/cardCoupon/del-card-coup",a).then(function(t){var a=t.data;if(1==a.errorCode)return c.a.showmsg("删除成功","success"),void e.getTableList(e.brandId);i.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},toEdit:function(t,e){this.$router.push("/newCardTemp?coupCardId="+e.coupCardId)},toInput:Object(l.a)(function(t,e){this.currentPage=1,this.getTableList(this.brandId)},500),clearInput:function(){this.currentPage=1,this.getTableList(this.brandId)},toNewCard:function(){this.$router.push("/newCardTemp")},handleSizeChange:function(t){this.pageSize=t,this.getTableList()},handleCurrentChange:function(t){this.currentPage=t,this.getTableList()},changeYear:function(){this.currentPage=1,this.getTableList()},getTableList:function(){var t=this;return s()(r.a.mark(function e(){var a,n;return r.a.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:n={gicEnterpriseId:(a=t).brandId,search:a.searchInput||"",pageNum:a.currentPage,pageSize:a.pageSize},Object(u.d)("/haoban-app-customer-web/cardCoupon/find-card-page",n).then(function(t){var e=t.data;if(1==e.errorCode)return a.tableData=e.result.list||[],void(a.total=e.result.pageInfo.total);i.a.errorMsg(e)}).catch(function(t){a.$message.error({duration:1e3,message:t.message})});case 3:case"end":return e.stop()}},e,t)}))()}},mounted:function(){this.$emit("showTab","1"),this.brandId&&this.getTableList()}},p={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"common-right-wrap"},[a("div",{staticClass:"p-20"},[a("div",{staticClass:"flex flex-space-between m-b-20"},[a("div",[a("el-input",{staticClass:"w-264",staticStyle:{width:"264px"},attrs:{placeholder:"请输入模板名称",clearable:""},on:{clear:t.clearInput},nativeOn:{keyup:function(e){return a=e,t.toInput(a,t.searchInput);var a}},model:{value:t.searchInput,callback:function(e){t.searchInput=e},expression:"searchInput"}},[a("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"prefix"},slot:"prefix"})]),t._v(" "),a("span",{staticClass:"font-14 color-909399 p-l-10"},[t._v("内购券是选取GIC中针对企业内部员工发下的,最多创建20个模板")])],1),t._v(" "),t.tableData.length>=20?a("el-button",{attrs:{type:"primary"},on:{click:t.toNewCard}},[t._v("新增模板")]):t._e()],1),t._v(" "),a("el-table",{ref:"multipleTable",staticClass:"select-table",staticStyle:{width:"calc(100% - 3px)"},attrs:{data:t.tableData,"tooltip-effect":"dark"}},[a("el-table-column",{attrs:{prop:"",label:"卡券模板名称","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.cardName)+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"卡券类型"},scopedSlots:t._u([{key:"default",fn:function(e){return[0==e.row.cardType?a("span",[t._v("抵金券")]):t._e(),t._v(" "),1==e.row.cardType?a("span",[t._v("折扣券")]):t._e(),t._v(" "),2==e.row.cardType?a("span",[t._v("兑换券")]):t._e()]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"提交人","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(t._s(e.row.effectDateString||"--"))]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"最近编辑时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToYmd")(e.row.sendTime)))]),t._v(" "),a("div",{staticClass:"color-606266 line-18"},[t._v(t._s(t._f("timeStampToHms")(e.row.sendTime)))])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"",label:"操作","show-overflow-tooltip":""},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"text"},on:{click:function(a){t.toEdit(e.$index,e.row)}}},[t._v("编辑")]),t._v(" "),a("el-button",{attrs:{type:"text"},on:{click:function(a){t.toDel(e.$index,e.row)}}},[t._v("删除")])]}}])})],1)],1)])},staticRenderFns:[]};var f=a("VU/8")(d,p,!1,function(t){a("bFR8")},"data-v-1004abda",null);e.default=f.exports}});
\ No newline at end of file
webpackJsonp([65],{Fpg1:function(t,e){},jPcV:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a={name:"enterprise",components:{vueOfficeHeader:n("NKg7").a},data:function(){return{projectName:"haoban-manage-web",collapseFlag:!1,contentHeight:window.screen.availHeight-5+"px"}},computed:{},methods:{toRouterView:function(t){this.$router.push({path:t.path})},collapseTag:function(t){this.collapseFlag=t}},mounted:function(){this.contentHeight=(document.documentElement.clientHeight||document.body.clientHeight)-64+"px"}},i={render:function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"enterprise-wrap"},[e("vue-office-header",{attrs:{projectName:this.projectName},on:{collapseTag:this.collapseTag,toRouterView:this.toRouterView}}),this._v(" "),e("div",{staticClass:"enterprise-wrap__body"},[e("div",{staticClass:"content",attrs:{id:"content"}},[e("div",{staticClass:"content-body",style:{height:this.contentHeight}},[e("transition",{attrs:{name:"fade",mode:"out-in"}},[e("router-view")],1)],1)])])],1)},staticRenderFns:[]};var o=n("VU/8")(a,i,!1,function(t){n("Fpg1")},"data-v-0a3b7ba4",null);e.default=o.exports}});
\ No newline at end of file
webpackJsonp([64],{Fpg1:function(t,e){},jPcV:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a={name:"enterprise",components:{vueOfficeHeader:n("NKg7").a},data:function(){return{projectName:"haoban-manage-web",collapseFlag:!1,contentHeight:window.screen.availHeight-5+"px"}},computed:{},methods:{toRouterView:function(t){this.$router.push({path:t.path})},collapseTag:function(t){this.collapseFlag=t}},mounted:function(){this.contentHeight=(document.documentElement.clientHeight||document.body.clientHeight)-64+"px"}},i={render:function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"enterprise-wrap"},[e("vue-office-header",{attrs:{projectName:this.projectName},on:{collapseTag:this.collapseTag,toRouterView:this.toRouterView}}),this._v(" "),e("div",{staticClass:"enterprise-wrap__body"},[e("div",{staticClass:"content",attrs:{id:"content"}},[e("div",{staticClass:"content-body",style:{height:this.contentHeight}},[e("transition",{attrs:{name:"fade",mode:"out-in"}},[e("router-view")],1)],1)])])],1)},staticRenderFns:[]};var o=n("VU/8")(a,i,!1,function(t){n("Fpg1")},"data-v-0a3b7ba4",null);e.default=o.exports}});
\ No newline at end of file
webpackJsonp([66],{k7oF:function(t,e){},zHtI:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l={name:"input-com",props:{childItem:{type:[Object,Array],default:function(){return{}}}},methods:{getZhLen:function(t){for(var e=0,i=0;i<t.length;i++){null!=t.charAt(i).match(/[^\x00-\xff]/gi)?e+=1:e+=.5}return Math.ceil(e)}}},a={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{class:[2==t.childItem.type?"h-66":""]},[9!=t.childItem.type?i("div",{class:["opencard-item-title",t.getZhLen(t.childItem.title)>=6?"title-pre-wrap":""]},[t._v(t._s(t.childItem.title))]):t._e(),t._v(" "),i("div",{staticClass:"draged-item-show"},[i("span",{staticClass:"show-warm-text show-warm-text-flag",style:{"padding-left":9==t.childItem.type?"15px":"0"}},[t._v(t._s(t.childItem.placeholder)+" "+t._s(t.childItem.isMust?"(必填)":""))])]),t._v(" "),10==t.childItem.type&&t.childItem.openCapitalize?i("div",{staticClass:"show-capitalize font-12 color-909399 p-l-10 border-box"},[t._v("大写:壹万元整(示例)")]):t._e()])},staticRenderFns:[]};var c=i("VU/8")(l,a,!1,function(t){i("k7oF")},"data-v-09e8bcce",null);e.default=c.exports}});
\ No newline at end of file
webpackJsonp([65],{k7oF:function(t,e){},zHtI:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l={name:"input-com",props:{childItem:{type:[Object,Array],default:function(){return{}}}},methods:{getZhLen:function(t){for(var e=0,i=0;i<t.length;i++){null!=t.charAt(i).match(/[^\x00-\xff]/gi)?e+=1:e+=.5}return Math.ceil(e)}}},a={render:function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{class:[2==t.childItem.type?"h-66":""]},[9!=t.childItem.type?i("div",{class:["opencard-item-title",t.getZhLen(t.childItem.title)>=6?"title-pre-wrap":""]},[t._v(t._s(t.childItem.title))]):t._e(),t._v(" "),i("div",{staticClass:"draged-item-show"},[i("span",{staticClass:"show-warm-text show-warm-text-flag",style:{"padding-left":9==t.childItem.type?"15px":"0"}},[t._v(t._s(t.childItem.placeholder)+" "+t._s(t.childItem.isMust?"(必填)":""))])]),t._v(" "),10==t.childItem.type&&t.childItem.openCapitalize?i("div",{staticClass:"show-capitalize font-12 color-909399 p-l-10 border-box"},[t._v("大写:壹万元整(示例)")]):t._e()])},staticRenderFns:[]};var c=i("VU/8")(l,a,!1,function(t){i("k7oF")},"data-v-09e8bcce",null);e.default=c.exports}});
\ No newline at end of file
!function(e){var c=window.webpackJsonp;window.webpackJsonp=function(f,d,n){for(var r,t,o,i=0,u=[];i<f.length;i++)t=f[i],a[t]&&u.push(a[t][0]),a[t]=0;for(r in d)Object.prototype.hasOwnProperty.call(d,r)&&(e[r]=d[r]);for(c&&c(f,d,n);u.length;)u.shift()();if(n)for(i=0;i<n.length;i++)o=b(b.s=n[i]);return o};var f={},a={72:0};function b(c){if(f[c])return f[c].exports;var a=f[c]={i:c,l:!1,exports:{}};return e[c].call(a.exports,a,a.exports,b),a.l=!0,a.exports}b.e=function(e){var c=a[e];if(0===c)return new Promise(function(e){e()});if(c)return c[2];var f=new Promise(function(f,b){c=a[e]=[f,b]});c[2]=f;var d=document.getElementsByTagName("head")[0],n=document.createElement("script");n.type="text/javascript",n.charset="utf-8",n.async=!0,n.timeout=12e4,b.nc&&n.setAttribute("nonce",b.nc),n.src=b.p+"static/js/"+e+"."+{0:"db7fcfd49071bf8a7e4e",1:"06c4e42e62c1f75191f0",2:"3527d92b4250c040f53c",3:"a82a0b7945e1b3a1d374",4:"2d5a7dc86751cd05d83e",5:"bf21cfa1832c94ed8d4c",6:"b559d7c450cafcef2cc6",7:"e0c1956cf72584a9caaf",8:"c00e5ecf68d76bf168c9",9:"09f7932301ded7229789",10:"62eecd9e2e85ea911ebd",11:"59c87174f09911b8256b",12:"e8cd784bf481f550c766",13:"2b65cdb3d875eca1b6fd",14:"2c29119d13dc5fff8f2b",15:"b646de33eca64e94b02c",16:"5e81daf3550937d71920",17:"a315ec3bb42a1a5f0ab3",18:"aac9552544b8aaf4d59f",19:"5c01b5259828e3c1889f",20:"0f96177cb5fd1bb77419",21:"d3de2ecd37f4d39cc396",22:"961cd55348752b933219",23:"651b185e2044c2807304",24:"2eda35461eaa66a95420",25:"7549e1d07154cb68ad21",26:"4a9b3d64a1064ee4d046",27:"66bd69de59b8deab4ddb",28:"110ab7e5f64abacf9778",29:"cebf604cf1225f47e634",30:"7c1e52b5c0d36e8632c1",31:"23b563051fe459d90853",32:"4de4968d6e57140dee2d",33:"4d3acec09b21e4bb12c9",34:"335593327f59f50ba24f",35:"7dc15ac53ff6451b1ce4",36:"016ee9d9e7ef1ff8c15b",37:"5250bd90920b928718d6",38:"d34b5cfa10bdec3aff24",39:"78a93cc4665d1c8493b2",40:"1e635f263206df0ac797",41:"9b2686ccf000bbd81f9e",42:"e09526366f36f7a15a4c",43:"9b418f83353fc3a7742c",44:"5ace94d525caa6bceb8e",45:"ff02eb876d0090ecf8fd",46:"9b118ff00e438fb60b55",47:"ee289bf28d0b62cdbd74",48:"1919c6abf5a0a18c7860",49:"c11e4ff91e3e45a0e01a",50:"adf06e778b3bb59a4314",51:"10da031ace08e3b2f0ec",52:"3d733ded8368c35c7db7",53:"464efb5dbd1f1a75c07d",54:"4c49723130a02a35341c",55:"a59eb69795468eaccdab",56:"44a19541b1d9d5510256",57:"bb35aa59b73ea983662f",58:"f4362bcb70641f953b1a",59:"35cc1a5bf8e67c4f3717",60:"26251b1473ea21594e14",61:"742bd7a1091391c56ce6",62:"05adb6c241f89640c470",63:"2ad48d54f41ff9ce636f",64:"3452e3505fcb3beb4b79",65:"a13a30bf6fc4768fa5b9",66:"b359edf7ae3be460e9f8",67:"6320af8ae26ddc0bc8c9",68:"33235a28bed976a3e05e",69:"b7a1dbc4c26f669ccf29"}[e]+".js";var r=setTimeout(t,12e4);function t(){n.onerror=n.onload=null,clearTimeout(r);var c=a[e];0!==c&&(c&&c[1](new Error("Loading chunk "+e+" failed.")),a[e]=void 0)}return n.onerror=n.onload=t,d.appendChild(n),f},b.m=e,b.c=f,b.d=function(e,c,f){b.o(e,c)||Object.defineProperty(e,c,{configurable:!1,enumerable:!0,get:f})},b.n=function(e){var c=e&&e.__esModule?function(){return e.default}:function(){return e};return b.d(c,"a",c),c},b.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},b.p="./",b.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
!function(e){var c=window.webpackJsonp;window.webpackJsonp=function(a,d,n){for(var r,t,o,i=0,u=[];i<a.length;i++)t=a[i],f[t]&&u.push(f[t][0]),f[t]=0;for(r in d)Object.prototype.hasOwnProperty.call(d,r)&&(e[r]=d[r]);for(c&&c(a,d,n);u.length;)u.shift()();if(n)for(i=0;i<n.length;i++)o=b(b.s=n[i]);return o};var a={},f={72:0};function b(c){if(a[c])return a[c].exports;var f=a[c]={i:c,l:!1,exports:{}};return e[c].call(f.exports,f,f.exports,b),f.l=!0,f.exports}b.e=function(e){var c=f[e];if(0===c)return new Promise(function(e){e()});if(c)return c[2];var a=new Promise(function(a,b){c=f[e]=[a,b]});c[2]=a;var d=document.getElementsByTagName("head")[0],n=document.createElement("script");n.type="text/javascript",n.charset="utf-8",n.async=!0,n.timeout=12e4,b.nc&&n.setAttribute("nonce",b.nc),n.src=b.p+"static/js/"+e+"."+{0:"db7fcfd49071bf8a7e4e",1:"06c4e42e62c1f75191f0",2:"3527d92b4250c040f53c",3:"a82a0b7945e1b3a1d374",4:"252779c1e666ec398a87",5:"bf21cfa1832c94ed8d4c",6:"b559d7c450cafcef2cc6",7:"e0c1956cf72584a9caaf",8:"cb03e8494e272a9faa1b",9:"224791acb772e13d1d79",10:"62eecd9e2e85ea911ebd",11:"59c87174f09911b8256b",12:"e8cd784bf481f550c766",13:"2b65cdb3d875eca1b6fd",14:"2c29119d13dc5fff8f2b",15:"b646de33eca64e94b02c",16:"5e81daf3550937d71920",17:"a315ec3bb42a1a5f0ab3",18:"aac9552544b8aaf4d59f",19:"5c01b5259828e3c1889f",20:"0f96177cb5fd1bb77419",21:"d3de2ecd37f4d39cc396",22:"961cd55348752b933219",23:"651b185e2044c2807304",24:"2eda35461eaa66a95420",25:"7549e1d07154cb68ad21",26:"4a9b3d64a1064ee4d046",27:"66bd69de59b8deab4ddb",28:"110ab7e5f64abacf9778",29:"cebf604cf1225f47e634",30:"7c1e52b5c0d36e8632c1",31:"23b563051fe459d90853",32:"4de4968d6e57140dee2d",33:"4d3acec09b21e4bb12c9",34:"335593327f59f50ba24f",35:"7dc15ac53ff6451b1ce4",36:"016ee9d9e7ef1ff8c15b",37:"5250bd90920b928718d6",38:"d34b5cfa10bdec3aff24",39:"78a93cc4665d1c8493b2",40:"1e635f263206df0ac797",41:"9b2686ccf000bbd81f9e",42:"e09526366f36f7a15a4c",43:"9b418f83353fc3a7742c",44:"5ace94d525caa6bceb8e",45:"ff02eb876d0090ecf8fd",46:"9b118ff00e438fb60b55",47:"ee289bf28d0b62cdbd74",48:"1919c6abf5a0a18c7860",49:"c11e4ff91e3e45a0e01a",50:"adf06e778b3bb59a4314",51:"10da031ace08e3b2f0ec",52:"3d733ded8368c35c7db7",53:"464efb5dbd1f1a75c07d",54:"4c49723130a02a35341c",55:"a59eb69795468eaccdab",56:"44a19541b1d9d5510256",57:"bb35aa59b73ea983662f",58:"f4362bcb70641f953b1a",59:"35cc1a5bf8e67c4f3717",60:"26251b1473ea21594e14",61:"546eb6f21413100b354f",62:"79bc422b829d3efa5158",63:"cce43b49af145ee143b0",64:"c32170be4e3a5886e248",65:"37df5a0fbbf0fca93437",66:"e609fee1fe2f65d80693",67:"e9727b8a22c821b587a0",68:"33235a28bed976a3e05e",69:"b7a1dbc4c26f669ccf29"}[e]+".js";var r=setTimeout(t,12e4);function t(){n.onerror=n.onload=null,clearTimeout(r);var c=f[e];0!==c&&(c&&c[1](new Error("Loading chunk "+e+" failed.")),f[e]=void 0)}return n.onerror=n.onload=t,d.appendChild(n),a},b.m=e,b.c=a,b.d=function(e,c,a){b.o(e,c)||Object.defineProperty(e,c,{configurable:!1,enumerable:!0,get:a})},b.n=function(e){var c=e&&e.__esModule?function(){return e.default}:function(){return e};return b.d(c,"a",c),c},b.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},b.p="./",b.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
......@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-02-13 16:13:59
* @LastEditors: 无尘
* @LastEditTime: 2020-04-22 20:33:55
* @LastEditTime: 2020-04-23 10:44:18
-->
<!--
......@@ -30,8 +30,8 @@
</div>
</div>
<div class="depart-transfor-middle">
<div class="m-b-10"><el-button type="primary" icon="el-icon-arrow-right" @click="toRight">转入</el-button></div>
<div><el-button type="primary" icon="el-icon-arrow-left" @click="toLeft">移除</el-button></div>
<div class="m-b-10"><el-button :disabled="!groupNodes.length ? true : false" type="primary" icon="el-icon-arrow-right" @click="toRight">转入</el-button></div>
<div><el-button :disabled="!checkList.length ? true : false" type="primary" icon="el-icon-arrow-left" @click="toLeft">移除</el-button></div>
</div>
<div class="depart-transfor-right">
<div class="transfor-header flex flex-space-between">
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘
* @LastEditTime: 2020-04-20 14:18:41
* @LastEditTime: 2020-04-23 09:41:18
-->
<template>
<div class="unreview-wrap common-set-wrap">
......@@ -559,7 +559,7 @@ export default {
.then(res => {
let resData = res.data;
if (resData.errorCode == 1) {
resolve(resData.result);
resolve(resData.result.wxEnterpriseId);
return;
}
errMsg.errorMsg(resData);
......
......@@ -31,6 +31,24 @@
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont">&#xe619;</span>
<div class="name">模板</div>
<div class="code-name">&amp;#xe619;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe605;</span>
<div class="name">策略</div>
<div class="code-name">&amp;#xe605;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61c;</span>
<div class="name">投放</div>
<div class="code-name">&amp;#xe61c;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe64e;</span>
<div class="name">通讯录</div>
<div class="code-name">&amp;#xe64e;</div>
......@@ -345,6 +363,33 @@
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont iconmoban"></span>
<div class="name">
模板
</div>
<div class="code-name">.iconmoban
</div>
</li>
<li class="dib">
<span class="icon iconfont icons"></span>
<div class="name">
策略
</div>
<div class="code-name">.icons
</div>
</li>
<li class="dib">
<span class="icon iconfont icontoufang"></span>
<div class="name">
投放
</div>
<div class="code-name">.icontoufang
</div>
</li>
<li class="dib">
<span class="icon iconfont icontongxunlu"></span>
<div class="name">
通讯录
......@@ -771,6 +816,30 @@
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconmoban"></use>
</svg>
<div class="name">模板</div>
<div class="code-name">#iconmoban</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icons"></use>
</svg>
<div class="name">策略</div>
<div class="code-name">#icons</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icontoufang"></use>
</svg>
<div class="name">投放</div>
<div class="code-name">#icontoufang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icontongxunlu"></use>
</svg>
<div class="name">通讯录</div>
......
No preview for this file type
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -6,6 +6,27 @@
"description": "",
"glyphs": [
{
"icon_id": "3355206",
"name": "模板",
"font_class": "moban",
"unicode": "e619",
"unicode_decimal": 58905
},
{
"icon_id": "9000600",
"name": "策略",
"font_class": "s",
"unicode": "e605",
"unicode_decimal": 58885
},
{
"icon_id": "12322572",
"name": "投放",
"font_class": "toufang",
"unicode": "e61c",
"unicode_decimal": 58908
},
{
"icon_id": "6590542",
"name": "通讯录",
"font_class": "tongxunlu",
......
......@@ -20,6 +20,15 @@ Created by iconfont
/>
<missing-glyph />
<glyph glyph-name="moban" unicode="&#58905;" d="M357.4272-97.28H141.1072a78.2336 78.2336 0 0 0-78.1312 77.9264v378.5728a78.2336 78.2336 0 0 0 78.1312 78.1312h216.32a78.2336 78.2336 0 0 0 78.1312-78.1312v-378.5728A78.2336 78.2336 0 0 0 357.4272-97.28zM141.1072 389.12a30.0544 30.0544 0 0 1-30.0032-30.0032v-378.5728a30.0544 30.0544 0 0 1 30.0032-30.0032h216.32a30.0544 30.0544 0 0 1 30.0032 30.0032v378.6752A30.0544 30.0544 0 0 1 357.4272 389.12zM898.2528 487.7824H141.1072A78.2336 78.2336 0 0 0 62.976 565.9136V782.2336A78.2336 78.2336 0 0 0 141.1072 860.16h757.1456a78.2336 78.2336 0 0 0 78.1312-77.9264v-216.32a78.2336 78.2336 0 0 0-78.1312-78.1312zM141.1072 812.2368a30.0544 30.0544 0 0 1-30.0032-30.0032v-216.32a30.0544 30.0544 0 0 1 30.0032-30.0032h757.1456a30.0544 30.0544 0 0 1 30.0032 30.0032V782.2336a30.0544 30.0544 0 0 1-30.0032 30.0032zM502.8352 388.6592l438.016 0 0-48.128-438.016 0 0 48.128ZM502.8352 200.96l438.016 0 0-48.128-438.016 0 0 48.128ZM502.8352 13.2096l438.016 0 0-48.128-438.016 0 0 48.128Z" horiz-adv-x="1024" />
<glyph glyph-name="s" unicode="&#58885;" d="M4.5 892.1h1015.1V-124H4.5zM856.9 311.4c64 90.4 13.4 268.3-93.7 368.7-135 126.5-354.6 134.4-502.9 18.2-146.2-114.6-188.1-333-94.8-494.2C241.7 72.4 410-15.3 524.4 32c-262.6 44.8-409 179.6-360.9 447.4 25.3 140.9 125.9 241.7 269.2 257.5 299.4 33 419.9-138.5 424.2-425.5zM481.8 162.2c9.5-5 18.9-9.9 28.4-14.9 51 88.1 102 176.2 153.1 264.3H409.1c29.5 102.3 119.5 160.4 102.5 266-57.2-99.3-114.4-198.7-171.6-298h260.2c-44.4-81.4-81.4-149.4-118.4-217.4zM761.5 20.9l15.2-0.1V233.1l-15.2 0.1zM877.4 188.6h-14.9v-167.7h14.9zM660.2 20.8l15.2 1.4v96l-15.2-0.4zM859.5 311.4c-4.3 287-124.7 458.5-424.2 425.5C292 721.1 191.4 620.3 166.1 479.4 117.9 211.5 264.3 76.8 527 32c-114.3-47.3-282.7 40.4-358.9 172.1-93.3 161.2-51.4 379.6 94.8 494.2C411.2 814.5 630.7 806.5 765.8 680.1c107.1-100.4 157.7-278.3 93.7-368.7zM484.4 162.2c37 68 74 135.9 118.4 217.5H342.6c57.2 99.3 114.4 198.7 171.6 298 17-105.6-73-163.7-102.5-266h254.1c-51-88.1-102-176.2-153.1-264.3-9.4 4.9-18.9 9.9-28.3 14.8zM764.1 20.9V233.2l15.2-0.1v-212.3zM880 188.6v-167.7h-14.9V188.6zM662.8 20.8v97l15.2 0.4v-96z" horiz-adv-x="1024" />
<glyph glyph-name="toufang" unicode="&#58908;" d="M751.483871 459.974194c0 13.212903-8.258065 24.774194-21.470968 29.729032l-173.419355 74.32258c-9.909677 4.954839-21.470968 0-26.425806-9.909677-4.954839-9.909677 0-21.470968 9.909677-24.774194l160.206452-67.716129-208.103226-87.535483L289.032258 459.974194l161.858065 67.716129c9.909677 4.954839 14.864516 14.864516 9.909677 24.774193-4.954839 9.909677-16.516129 14.864516-26.425806 9.909678l-173.419355-72.670968c-13.212903-4.954839-21.470968-16.516129-21.470968-29.729032v-198.193549c0-28.077419 16.516129-54.503226 41.290323-69.367742l176.72258-97.445161c11.56129-6.606452 26.425806-9.909677 39.63871-9.909677 13.212903 0 28.077419 3.303226 39.63871 9.909677l175.070967 97.445161c24.774194 13.212903 41.290323 39.63871 41.290323 69.367742V458.322581c-1.651613 0-1.651613 0-1.651613 1.651613zM300.593548 227.096774c-13.212903 6.606452-21.470968 21.470968-21.470967 36.335484v160.206452l194.890322-82.580645v-209.754839l-173.419355 95.793548z m391.432258 0l-175.070967-97.445161c-1.651613 0-1.651613-1.651613-3.303226-1.651613V339.406452l199.845161 84.232258v-160.206452c-1.651613-14.864516-9.909677-29.729032-21.470968-36.335484zM422.812903 602.012903l59.458065 61.109678v-191.587097c0-11.56129 8.258065-19.819355 19.819355-19.819355s19.819355 8.258065 19.819354 19.819355V663.122581l62.761291-61.109678c3.303226-3.303226 8.258065-4.954839 14.864516-4.954838 4.954839 0 9.909677 1.651613 14.864516 6.606451 8.258065 8.258065 8.258065 21.470968 0 28.077419l-95.793548 94.141936c-8.258065 8.258065-19.819355 8.258065-28.07742 0l-95.793548-95.793548c-8.258065-8.258065-8.258065-21.470968 0-28.07742 6.606452-8.258065 19.819355-8.258065 28.077419 0z" horiz-adv-x="1024" />
<glyph glyph-name="tongxunlu" unicode="&#58958;" d="M419 735.5h159.5c26.7 0 47.9 21.7 47.9 47.9 0 26.7-21.7 47.9-47.9 47.9H419c-26.7 0-47.9-21.7-47.9-47.9 0.1-26.7 21.3-47.9 47.9-47.9zM288.5 543.5h447.2c17.6 0 32.1 14.5 32.1 32.1s-14.5 32.1-32.1 32.1H288.5c-17.6 0-32.1-14.5-32.1-32.1 0-17.7 14.5-32.1 32.1-32.1zM735.7 416.5H288.5c-17.6 0-32.1-14.5-32.1-32.1s14.5-32.1 32.1-32.1h447.2c17.6 0 32.1 14.5 32.1 32.1-0.5 17.7-14.5 32.1-32.1 32.1zM735.7 224.5H288.5c-17.6 0-32.1-14.5-32.1-32.1s14.5-32.1 32.1-32.1h447.2c17.6 0 32.1 14.5 32.1 32.1-0.5 18.1-14.5 32.1-32.1 32.1zM831.5 799.2h-32.1c-17.6 0-32.1-14.5-32.1-32.1s14.5-32.1 32.1-32.1h32.1c35.2 0 63.7-28.5 63.7-63.7v-606.7c0-35.2-28.5-63.7-63.7-63.7H192.7c-35.2 0-63.7 28.5-63.7 63.7V671.3c0 35.2 28.5 63.7 63.7 63.7h32.1c17.6 0 32.1 14.5 32.1 32.1s-14.5 32.1-32.1 32.1h-32.1c-70.5 0-127.8-56.9-127.8-127.8v-606.7c0-70.5 57.4-127.8 127.8-127.8h638.8c70.5 0 127.8 57.4 127.8 127.8V671.3c0 70.9-57.3 127.9-127.8 127.9z" horiz-adv-x="1024" />
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment