部署更新

This commit is contained in:
pengjie 2023-02-21 16:58:52 +08:00
parent 5932da6876
commit 9eed71ff61
423 changed files with 1173 additions and 3 deletions

View File

@ -1 +1 @@
EWEPEPEOGMGTELIZJUGECKIUJDBCJTCNISGPBNHLJTJUBHEWGNAKGEGAIOHJDQAJGNCFDRFZJEDMJTGEDVIQGKEJIKACHIIXDEELIWCCEEELCVCEHFHAJGIPGIIKJRASJFEHAMIKCIGXAPGEHIIZGFBBJMFJJNGFHUGDGDFGFAITGDAXBGAZGKAMBMDABKBAERDUHDAUDOEBIBGBBMCUIZGABKCABIDMFHFRILIIANEBEWBOAIJHBYFAIREBFQFFCHHREKFTFJJQIAGFDSDZHMHUCGBVHIAUENBCJIBBJDIHHDIQFKFNDEBJCKCFGLJKBMHFAZHTHOIRGLJFDUHWEVFGFHDKIBEKFVCGAQJGCYBZAMHDJBJREAIOJPIAJDCJFXHKHPJTHUBTJPDWISESIEIPISDWDRAMFVFFBJCTFVFAARGJHFIMELIQJEAHFRFQDTERDCCGDCIKCAGBJVDLGHEXEBAWAMAFITJDANGBCRDPBPEECBAVAEBNILDWDRHMIZGWHJGTJTEECKHUFCDZHHGKDHAFGACPBSHVEBGQGKGCIYDZBFFQJJCKINAFFSIKBDECHHBWHKFKJCCVCLJVHBJFGSAKEXBECRBNBGAZIXAFESGTCODYHSCCETAQJUCGBKCGFWBCEGHZCRDZJPALDCASJNGFGTJTEBEZBPIWCFDOINCHGKHOITFKBIEJGHISEWHVGXHPGPDOEKCLCEHLFDCQFTEFEVAUIGICIVHKGIGMHMEAFTGJDDBAENGVFZDQDPCPEOCQCQHAHDCVFEGUHAJAIQABENDXFAGYFDGXEAEKGDCGGNILJLGKBVGHCLHDGPDOECEFCNDBEJHOFOAGHVBWFVIHEWIOEHIUIRJEAKFBAKIKCJFAHKASHHECGIHBCUDSIXHHBEFICXJACIAYDKAIHPFDBRGICDHJFTJEAJEECZDZFAGYHQJOCQBHCPIYJTAEDRGEAGDOEPFYDOBIGREOHXGMHTHIEQJQEBDRIXEKFRBJHFJICTADGPJVEGGNEGAHAXBHGSAEFWCUGPCLFNFHBGEZCBAPAWFNGOFAAHCMDKAFHLITCYHUAWAHADEJBZHRGNEVCKGJGCBGAZIDGZIFICAHFLEKHADXGGAXIPGDGUEFFECACQDSCZBVAIGUJEIHHCAXBMJUHBFKHAJVFMHOFZJFGTGDCVCTCQASGVDTDM
EWEPEPEOGMGTELIZJUGECKIUJDBCJTCNISGPBNHLJTJUBHEWGNAKGEGAIOHJDQAJGNCFDRFZJEDMJTGEDVIQGKEJIKACHIIXDEELIWCCEEELCVCEHFHAJGIPGIIKJRASJFEHAMIKCIGXAPGEHIIZGFBBJMFJJNGFHUGDGDFGFAITGDAXBGAZGKAMBMDABKBAERDUHDAUDOEBIBGBBMCUIZGABKCABIDMFHFRILIIANEBEWBOAIJHBYFAIREBFQFFCHHREKFTFJJQIAGFDSDZHMHUCGBVHIAUENBCJIBBJDIHHDIQFKFNDEBJCKCFGLJKBMHFAZHTHOIRGLJFDUHWEVFGFHDKIBEKFVCGAQJGCYBZAMHDJBJREAIOJPIAJDCJFXHKHPJTHUBTJPDWISESIEIPISDWDRAMFVFFBJCTFVFAARGJHFIMELIQJEAHFRFQDTERDCCGDCIKCAGBJVDLGHEXEBAWAMAFITJDANGBCRDPBPEECBAVAEAYJVHCBNCPHOFUJNGGJFFREZFAAKGEGQCQHDBZBWENDKCGHTFXCXAIEHGWEPFOGYFIFSHOCRJCBOHDDLDCCAJGBGAPCXDMHMAYAHBFHNCYJTEHENIJEBDNBPFLBDBUGADIGTEWEAHEEGHGJBDXEEJMBLAKHYJHBPEKBEHHHQDECQEMGEFRCIHLIVGXBXFQBTJECKEPCSDRGPFLAZADHCENEJCQJIHPDNJTCBDXCCAFEFGIJNEBBIHSFFFMEEDADRCHFKEXHNEIAFHAAGHAJQCTGDGVFOIYBRJEJVEUJJDOEIJCIQBMCUASHBIVHNDADKALISDXFADZICEJCPASDRGSERDWHXIGAYBJFVELGJGXEHDQJTHYBXHVHNIAIWIOIJGRCBAXAIIHFJGGAHGDAPAHCHHHJHETHBBDIUJOJBCVIMJLEKDJIUBDHHBRAEGMEBBUHKHKCABLHQARARFTFRCZGTEGANJTBGJTFTCJGXHDHXEHEGBMGDABADDCAFABHKFRAWDQJAEFCNGMCTBWADCGCUACALIAHFDEAEJUESGFCTFAHZFOFKHSILFFIHJLAWHEFMFJFKBODTCDJGEPBXHQHYBSHWBADOJCIAHLJJCUBYFLHPDMJTJGJVFZEEDKIMGJHUBTJDATAKFICECEBMHBIKJQCTFDEZFBAHJNFLJGIKAJCGDOIHJSEE

View File

@ -22,6 +22,7 @@ import com.zhgd.xmgl.modules.project.service.ProjectJqmDevService;
import com.zhgd.xmgl.util.JinqianmaoUtil;
import lombok.extern.slf4j.Slf4j;
import net.javacrumbs.shedlock.core.SchedulerLock;
import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.scheduling.annotation.Scheduled;
@ -75,6 +76,9 @@ public class JinqianmaoTask {
public void setCallBack() {
List<CompanyConfig> companyConfigs = companyConfigMapper.selectList(new QueryWrapper<>());
for (CompanyConfig companyConfig:companyConfigs){
if (StringUtils.isBlank(companyConfig.getUrl())) {
return;
}
JSONObject jsonInfo = new JSONObject();
jsonInfo.put("URL", serverUrl + "/api/main/alarm");
HttpResponse httpResponse = HttpRequest.post(getUrl("setCallBack/alarm",companyConfig.getUrl(),companyConfig.getAk(),companyConfig.getSecret()))

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-02d152a0"],{"009e":function(t,e,n){"use strict";n.r(e);var s=[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"right"},[e("a",{staticClass:"closeBtn",attrs:{href:"javascript:window.opener=null;window.close();"}},[e("img",{attrs:{src:n("6c99"),alt:""}})])])}],i=(n("4160"),n("c975"),n("159b"),{data:function(){return{moduleList:[{menuList:[{menuList:[{menuList:[]}]}]}]}},watch:{$route:function(t,e){}},mounted:function(){var t=this.$store.state.userInfo.menuAuthority.moduleList,e=[];t.forEach((function(t){2==t.moduleType&&e.push(t)})),this.moduleList=e},methods:{hasSubMenu:function(t){var e=!1;return t&&t.length>0&&t.forEach((function(t){t.menuName&&(e=!0)})),e},selectSecondMenu:function(t,e){this.$store.commit("changeSecondMenuIndex",t);var n="";e.path?n=e.path:-1!=e.menuList[0].path.indexOf("/")&&""!=e.menuList[0].path?n=e.menuList[0].path:""!=e.menuList[0].menuList[0].path&&-1!=e.menuList[0].menuList[0].path.indexOf("/")&&(n=e.menuList[0].menuList[0].path),-1!=n.indexOf("http")?(routeUrl=n,window.open(routeUrl,"_blank")):-1!=n.indexOf("/")&&this.$router.push(n)}}}),u=(n("d22d"),n("2877")),a=Object(u.a)(i,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"fullHeight jyjzPage"},[n("div",{staticClass:"headerBox"},[n("div",{staticClass:"left fullHeight"},[n("h1",[t._v("安全管理")]),n("div",{staticClass:"topMenuBox"},[n("ul",t._l(t.moduleList[t.$store.state.mouduleIndex].menuList,(function(e,s){return n("li",{key:e.menuId,class:t.$store.state.secondMenuIndex==s?"active":"",on:{click:function(n){return t.selectSecondMenu(s,e)}}},[n("span",[t._v(t._s(e.menuName))])])})),0)])]),t._m(0)]),n("div",{staticClass:"jyjzPageContent"},[n("div",{staticClass:"leftMenu fullHeight"},[n("el-menu",{ref:"menu",staticClass:"el-menu-vertical",attrs:{"default-active":t.$route.path,"text-color":"#fff","background-color":"transparent","active-text-color":"#88E7F0",router:""}},[t._l(t.moduleList[t.$store.state.mouduleIndex].menuList[t.$store.state.secondMenuIndex].menuList,(function(e,s){return[t.hasSubMenu(e.menuList)?n("el-submenu",{key:s,attrs:{index:e.path}},[n("template",{slot:"title"},[n("i",{staticClass:"icon-arrow"}),t._v(t._s(e.menuName))]),t._l(e.menuList,(function(e,s){return n("el-menu-item",{key:s+"child",attrs:{index:e.path,route:e.path}},[t._v(t._s(e.menuName))])}))],2):n("el-menu-item",{key:s,attrs:{index:e.path,route:t.data.path}},[n("i",{staticClass:"icon-arrow"}),t._v(t._s(e.menuName)+" ")])]}))],2)],1),n("div",{staticClass:"jyjzDataContent"},[n("router-view")],1)])])}),s,!1,null,"8c26490c",null);e.default=a.exports},"259e":function(t,e,n){},"6c99":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEaADAAQAAAABAAAAEgAAAADJM+nRAAACSUlEQVQ4EY1TQWsTQRR+b3aTNClpWi0asbSIiD9CqAdvnixFUETw5E3RKrRCPamQREGI9eBdPYg/wEsUBQ8Fj570GMWN0pCNMWndzj6/t7hhm4TQgWTefu/7vjczb4ZozHgmkir9aL1/6PWOjaGRGZf0G7+fIL9oZeftON6QSeWnfyIWiMhnIt5mpk6MJfMxtsek5PnV0MoXzBeUIEZsTNS53Gif+5+vJvG+CYT3SOiqJlloNkmKY4e5GcUi1ype60WMRyYVz79IIutQO8TmzuqRwkZMSM63D+U/EPN9xURoKdIhNti3EaINZtRnrq0Vp0pJ4WC8VizcBfcjiqVg9FQ7aB55nUUYpUh4O5czlwdF+o0i2SSenTRLAAOs3G17nVPGGnuSiVwQ69fz+V9JMox9WExAcDyJKw+F68Bd1RsEM9hHxnD4LUnUGEt/ifaus1uYGsyRg6Mg1gIzLjH5CHaF+egQEcBqcfrBKByrt8K6JfJNypgaAqKQ58tb3blRgkFMeRLSAhNb1ZuV2fxX7DsQkgwFwZt3Iu6gKPkd5cFDh9KoTKo3UWsNn8dJd3G4C5ueH1S3ZPgM4KT4ptduoOCcSNgVw8uq141Eo9zwL0koz7HEvyD9YcfcJMetTR/INlrN3mGyu2fEho9xnyex8rTrOKejywd130Sd8LjOhpZeoSMOPh20MQAlA9GO5jEm8OvB4AoMXkcI/vaYKBgdWhCsMMkybqR2DE+GLe75d8Sf3HT6xq2Dubpy9zX0EEvN3jxW1H+oo4T/ADBQAVw9gsZJAAAAAElFTkSuQmCC"},d22d:function(t,e,n){"use strict";var s=n("259e");n.n(s).a}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-0591e48a"],{"11e3":function(t,e,a){"use strict";a.r(e);var i=a("302b"),s=a("e5e4"),n=a("d20d"),o={components:{Card:s.a,VideoModule:n.a},data:function(){return{devList:[],selectList:[],dataType:1,activeNames:[0],screens:{},pluginType:"",current:-1,threeIndex:-1,currentTwo:-1,dataList:[],defaultProps:{children:"list",label:"videoName"}}},mounted:function(){6!=this.$store.state.userInfo.accountType?this.loadData():this.loadData2()},methods:{changeVideo:function(t){this.selectList=[t]},loadData:function(){var t=this;Object(i.v)({projectSn:this.$store.state.projectSn}).then((function(e){t.dataList=e.result.videoList;for(var a=1;a<=t.dataList.length;a++)t.dataList[a-1].videoName=a+"."+t.dataList[a-1].videoName;t.selectList=[t.dataList[0],t.dataList[1],t.dataList[2],t.dataList[3]],t.dataType=e.result.type}))},loadData2:function(){var t=this;Object(i.w)({projectSn:this.$store.state.projectSn,userId:this.$store.state.userInfo.userId}).then((function(e){var a=e.result.videoList;t.devList=a,t.dataType=e.result.type}))},showThree:function(t,e){},next2:function(t){},next:function(t,e,a,i){this.currentTwo=-1,this.current!=t&&(this.threeIndex=-1),this.threeData=[],this.type=i,this.parentid1=a.id,this.current==t?this.current=-1:this.current=t}}},c=(a("4cd8"),a("2877")),r=Object(c.a)(o,(function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"monitor"},[i("div",{staticClass:"title"},[i("Card",{staticStyle:{width:"390%"},attrs:{title:"总平面图"}},[i("div",{staticStyle:{width:"326px",height:"170px",position:"absolute"}},[i("img",{staticStyle:{width:"310px",height:"170px","margin-top":"20px"},attrs:{src:a("a7d9"),alt:""}})])])],1),i("Card",{staticStyle:{width:"16% !important",margin:"13% 0px 0 -100px"},attrs:{title:"监控设备列表"}},[i("div",{staticClass:"videoLeft"},[1==t.dataType?i("div",{staticClass:"videoList"},[i("vue-scroll",{staticStyle:{height:"630px",width:"320px"}},[i("el-tree",{attrs:{data:t.dataList,props:t.defaultProps},on:{"node-click":t.changeVideo}})],1)],1):i("div",{staticClass:"videoBox"},[i("vue-scroll",{staticStyle:{height:"200px"}},[i("el-collapse",{staticStyle:{padding:"0 20px"},model:{value:t.activeNames,callback:function(e){t.activeNames=e},expression:"activeNames"}},t._l(t.devList,(function(e,s){return i("el-collapse-item",{key:s,attrs:{title:e.name,name:s}},[e.list.length>0?i("ul",t._l(e.list,(function(e,s){return i("li",{key:s,on:{click:function(a){return t.changeVideo(e)}}},[2==e.deviceType?i("img",{attrs:{src:a("8755")}}):i("img",{attrs:{src:a("d4a7")}}),t._v(" "+t._s(e.videoName)+" ")])})),0):t._e()])})),1)],1)],1)])]),i("Card",{staticStyle:{width:"80%","margin-right":"40px"},attrs:{title:"视频监控"}},[i("div",{staticClass:"videoTight"},[i("VideoModule",{staticClass:"playVideoBox",attrs:{type:"project",value:t.selectList,displayBottomMod:!1,winNumBer:9,autoplay:!1,showCaptrue:!1,showControl:!1,showPlayback:!1,xxx:7}})],1)])],1)}),[],!1,null,"c943f172",null);e.default=r.exports},"47a0":function(t,e,a){},"4cd8":function(t,e,a){"use strict";var i=a("68b4");a.n(i).a},"68b4":function(t,e,a){},8755:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAAXNSR0IArs4c6QAAAM9JREFUGBldkD8LQVEYxh0sBoMyUAYMZkrZ3JJBWRjMFsMtg69hl53yDQwG+QTuYKL8W0gpu4Wu36N7lnvqd5/3PO973nPuayIs3/cN0oM2FOAOG5gbYz5KqmiMNBWH1o69G6OgRTAIJe02Q/CO82kEzgudwAGKMIIsOLpqAR7UMOz7pKXAX0XxL0qyzpjqvEZT6BW+cNKJCmzh/y40R0J+B3SDY/+ujz8ED/agMdRhxgimtkimOlQhDzfQgQdFR0O7JJslJEBzeUIayqAm3R/UqmOVkalhPwAAAABJRU5ErkJggg=="},a7d9:function(t,e,a){t.exports=a.p+"img/monitor.51fb1a08.jpg"},c6eb:function(t,e,a){"use strict";var i=a("47a0");a.n(i).a},d4a7:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAAXNSR0IArs4c6QAAAFxJREFUCB1j/P///zoGBgY5IEYHb4ACvlDBaBYgA5sikLwIEIsDcQ8QqzABCXxAACipAlJASOEvoJq/MIV/QAwc4ClQPBGI7zECPWMCZEhjUfiakZHxGEgcqIYJALEzE60m599yAAAAAElFTkSuQmCC"},e5e4:function(t,e,a){"use strict";var i={props:{title:{type:String,default:""}}},s=(a("c6eb"),a("2877")),n=Object(s.a)(i,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"h-card"},[a("div",{staticClass:"title"},[t._v(t._s(t.title))]),a("div",{staticClass:"content"},[t._t("default")],2)])}),[],!1,null,"4bef653a",null);e.a=n.exports}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-10d772a6","chunk-1f082b08"],{"1a5d":function(t,n,a){},"21b2":function(t,n,a){"use strict";a.d(n,"a",(function(){return e})),a.d(n,"b",(function(){return c}));var e=function(){var t=this;t.$createElement;return t._self._c,t._m(0)},c=[function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"content flex"},[e("div",[e("img",{staticClass:"noData",attrs:{src:a("6642")}}),e("p",{staticClass:"pnoData"},[t._v("暂无数据")])])])}]},"443e":function(t,n){},6642:function(t,n,a){t.exports=a.p+"img/noData.36aac8f1.png"},"78a1":function(t,n,a){"use strict";a.r(n);var e=a("21b2"),c=a("7c61");for(var u in c)["default"].indexOf(u)<0&&function(t){a.d(n,t,(function(){return c[t]}))}(u);a("c617");var r=a("2877"),i=Object(r.a)(c.default,e.a,e.b,!1,null,"c34087a8",null);n.default=i.exports},"7c61":function(t,n,a){"use strict";a.r(n);var e=a("443e"),c=a.n(e);for(var u in e)["default"].indexOf(u)<0&&function(t){a.d(n,t,(function(){return e[t]}))}(u);n.default=c.a},b674:function(t,n,a){"use strict";a.r(n);var e={components:{noData:a("78a1").default}},c=a("2877"),u=Object(c.a)(e,(function(){var t=this.$createElement,n=this._self._c||t;return n("div",[n("noData")],1)}),[],!1,null,null,null);n.default=u.exports},c617:function(t,n,a){"use strict";var e=a("1a5d");a.n(e).a}}]);

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-122c0d13","chunk-1f082b08"],{"1a5d":function(t,n,a){},"21b2":function(t,n,a){"use strict";a.d(n,"a",(function(){return e})),a.d(n,"b",(function(){return c}));var e=function(){var t=this;t.$createElement;return t._self._c,t._m(0)},c=[function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"content flex"},[e("div",[e("img",{staticClass:"noData",attrs:{src:a("6642")}}),e("p",{staticClass:"pnoData"},[t._v("暂无数据")])])])}]},"443e":function(t,n){},6642:function(t,n,a){t.exports=a.p+"img/noData.36aac8f1.png"},"78a1":function(t,n,a){"use strict";a.r(n);var e=a("21b2"),c=a("7c61");for(var u in c)["default"].indexOf(u)<0&&function(t){a.d(n,t,(function(){return c[t]}))}(u);a("c617");var r=a("2877"),i=Object(r.a)(c.default,e.a,e.b,!1,null,"c34087a8",null);n.default=i.exports},"7c61":function(t,n,a){"use strict";a.r(n);var e=a("443e"),c=a.n(e);for(var u in e)["default"].indexOf(u)<0&&function(t){a.d(n,t,(function(){return e[t]}))}(u);n.default=c.a},af21:function(t,n,a){"use strict";a.r(n);var e={components:{noData:a("78a1").default}},c=a("2877"),u=Object(c.a)(e,(function(){var t=this.$createElement,n=this._self._c||t;return n("div",[n("noData")],1)}),[],!1,null,null,null);n.default=u.exports},c617:function(t,n,a){"use strict";var e=a("1a5d");a.n(e).a}}]);

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-13859ee4"],{"2b4c":function(e,s,t){"use strict";var r=t("d4c0");t.n(r).a},7835:function(e,s,t){"use strict";t.r(s);var r=t("0416"),a={name:"signIn",components:{getcode:t("465a").a},data:function(){return{LOGO:LOGO,ruleForm:{account:"",companyName:"",password:"",confirmPassword:"",verificationCode:""},rules:{companyName:[{required:!0,message:this.$t("message.sign.required"),trigger:"blur"}],companyTel:[{required:!0,message:this.$t("message.sign.required"),trigger:"blur"}],password:[{required:!0,message:this.$t("message.sign.required"),trigger:"blur"}],confirmPassword:[{required:!0,message:this.$t("message.sign.required"),trigger:"blur"}],verificationCode:[{required:!0,message:this.$t("message.sign.required"),trigger:"blur"}]}}},methods:{submitForm:function(e){var s=this;this.$refs[e].validate((function(e){if(!e)return!1;s.ruleForm.account=s.ruleForm.companyTel,Object(r.i)(s.ruleForm).then((function(e){s.$message.success(s.$t("message.sign.success")),s.$router.push("/login")}))}))},gologin:function(){this.$router.push({path:"/login"})},goHome:function(){this.$router.push({path:"/"})}}},i=(t("2b4c"),t("2877")),o=Object(i.a)(a,(function(){var e=this,s=e.$createElement,t=e._self._c||s;return t("div",{staticClass:"signIn"},[t("div",{staticClass:"signInBox"},[t("div",{staticClass:"title flex2"},[t("div",{staticClass:"title_l flex"},[e.LOGO?t("img",{staticStyle:{height:"25px","margin-right":"12px"},attrs:{src:"./img/logo/"+e.LOGO+".png"}}):e._e(),t("span",[e._v(e._s(e.$t("message.sign.title")))])]),t("div",{staticClass:"title_r"},[t("div",{staticClass:"flex"},[t("span",[e._v(e._s(e.$t("message.sign.existing_account_number")))]),t("span",{staticClass:"color_5181F6",on:{click:e.gologin}},[e._v(e._s(e.$t("message.sign.gologin")))]),t("span",{staticClass:"placeholder"}),t("span",{staticClass:"color_5181F6",on:{click:e.goHome}},[e._v(e._s(e.$t("message.sign.goHome")))])])])]),t("div",{staticClass:"content_form"},[t("div",{staticClass:"user_info"},[e._v(e._s(e.$t("message.sign.user_registration")))]),t("el-form",{ref:"ruleForm",staticClass:"demo-ruleForm",attrs:{model:e.ruleForm,rules:e.rules,"label-width":"140px",size:"medium"}},[t("el-form-item",{attrs:{label:e.$t("message.sign.companyName"),prop:"companyName"}},[t("el-input",{staticClass:"input",attrs:{placeholder:e.$t("message.sign.placeholder")},model:{value:e.ruleForm.companyName,callback:function(s){e.$set(e.ruleForm,"companyName",s)},expression:"ruleForm.companyName"}})],1),t("el-form-item",{attrs:{label:e.$t("message.sign.companyTel"),prop:"companyTel"}},[t("el-input",{staticClass:"input",attrs:{placeholder:e.$t("message.sign.placeholder")},model:{value:e.ruleForm.companyTel,callback:function(s){e.$set(e.ruleForm,"companyTel",s)},expression:"ruleForm.companyTel"}})],1),t("el-form-item",{attrs:{label:e.$t("message.sign.verificationCode"),prop:"verificationCode"}},[t("el-input",{staticClass:"input auth_code",attrs:{placeholder:e.$t("message.sign.placeholder")},model:{value:e.ruleForm.verificationCode,callback:function(s){e.$set(e.ruleForm,"verificationCode",s)},expression:"ruleForm.verificationCode"}},[t("div",{attrs:{slot:"suffix"},slot:"suffix"},[t("getcode",{attrs:{phone:e.ruleForm.companyTel,type:"theme1"}})],1)])],1),t("el-form-item",{attrs:{label:e.$t("message.sign.password"),prop:"password"}},[t("el-input",{staticClass:"input",attrs:{type:"password","show-password":"",placeholder:e.$t("message.sign.placeholder")},model:{value:e.ruleForm.password,callback:function(s){e.$set(e.ruleForm,"password",s)},expression:"ruleForm.password"}})],1),t("el-form-item",{attrs:{label:e.$t("message.sign.confirmPassword"),prop:"confirmPassword"}},[t("el-input",{staticClass:"input",attrs:{type:"password","show-password":"",placeholder:e.$t("message.sign.placeholder")},model:{value:e.ruleForm.confirmPassword,callback:function(s){e.$set(e.ruleForm,"confirmPassword",s)},expression:"ruleForm.confirmPassword"}})],1),t("el-form-item",[t("el-button",{staticClass:"signIn_btn",attrs:{type:"primary"},on:{click:function(s){return e.submitForm("ruleForm")}}},[e._v(" "+e._s(e.$t("message.sign.register"))+" ")])],1)],1)],1)])])}),[],!1,null,"0b2debae",null);s.default=o.exports},d4c0:function(e,s,t){}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-15e51a08"],{"52a6":function(t,e,a){"use strict";var n=a("b36e");a.n(n).a},"5b3a":function(t,e,a){"use strict";a.r(e);var n={data:function(){return{currentUrl:"",menuList:[{name:"评估任务",url:"/companyAdmin/qualityAndSafety/evaluate"},{name:"检查统计",url:"/companyAdmin/qualityAndSafety/statistics"},{name:"问题分类",url:"/companyAdmin/qualityAndSafety/classify"}]}},mounted:function(){},methods:{handleSelect:function(t){}}},i=(a("52a6"),a("2877")),u=Object(i.a)(n,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"fullHeight pages"},[a("div",{staticClass:"menuBox"},[a("el-menu",{staticClass:"el-menu-demo",attrs:{"default-active":t.$route.path,mode:"horizontal","active-text-color":"#5181F6",router:""},on:{select:t.handleSelect}},t._l(t.menuList,(function(e,n){return a("el-menu-item",{key:n,attrs:{index:e.url}},[t._v(t._s(e.name))])})),1)],1),a("div",{staticClass:"pageContainer"},[a("div",{staticClass:"pageDataContainer"},[a("router-view")],1)])])}),[],!1,null,"30da4d04",null);e.default=u.exports},b36e:function(t,e,a){}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-16931d62"],{"09ed":function(e,t,a){"use strict";a.r(t);var r=(a("ac1f"),a("1276"),{data:function(){return{baseURL:"",projectSn:"",userId:"",tasks:[{id:99,label:"地基与基础工程",user:'<a href="https://www.google.com/search?q=John+Doe" target="_blank" style="color:#0077c0;">John Doe</a>',start:"2020-12-01",duration:432e6,progress:85,type:"task",style:{base:{fill:"#1EBC61",stroke:"#0EAC51"}},progressBarStyle:{bar:{fill:"#ff0"}}},{id:100,label:"无支护土方工程",user:'<a href="https://www.google.com/search?q=John+Doe" target="_blank" style="color:#0077c0;">John Doe</a>',start:"2020-12-01",duration:432e6,progress:85,type:"task",parentId:99},{id:101,label:"有支护土方工程",user:'<a href="https://www.google.com/search?q=John+Doe" target="_blank" style="color:#0077c0;">John Doe</a>',start:"2020-12-01",duration:432e6,progress:85,type:"task",parentId:99},{id:102,label:"地基与基础处理工程",user:'<a href="https://www.google.com/search?q=John+Doe" target="_blank" style="color:#0077c0;">John Doe</a>',start:"2020-12-01",duration:432e6,progress:85,type:"task",parentId:99},{id:103,label:"桩基工程",user:'<a href="https://www.google.com/search?q=John+Doe" target="_blank" style="color:#0077c0;">John Doe</a>',start:"2020-12-01",duration:432e6,progress:85,type:"task",parentId:99},{id:1,label:"主体结构",user:'<a href="https://www.google.com/search?q=John+Doe" target="_blank" style="color:#0077c0;">John Doe</a>',start:"2020-12-10",duration:6048e5,progress:85,type:"project"},{id:2,label:"混泥土结构",user:'<a href="https://www.google.com/search?q=Peter+Parker" target="_blank" style="color:#0077c0;">Peter Parker</a>',parentId:1,start:"2020-12-11",duration:3456e5,progress:50,type:"milestone",style:{base:{fill:"#1EBC61",stroke:"#0EAC51"}}},{id:3,label:"Courage is being scared to death, but saddling up anyway.",user:'<a href="https://www.google.com/search?q=John+Wayne" target="_blank" style="color:#0077c0;">John Wayne</a>',parentId:2,start:"2020-12-12",duration:1728e5,progress:100,type:"task"},{id:4,label:"Put that toy AWAY!",user:'<a href="https://www.google.com/search?q=Clark+Kent" target="_blank" style="color:#0077c0;">Clark Kent</a>',start:"2020-12-13",duration:1728e5,progress:50,type:"task",dependentOn:[3]}],options:{maxRows:100,maxHeight:500,title:{label:"Your project title as html (link or whatever...)",html:!1},row:{height:12},calendar:{hour:{display:!1}},chart:{progress:{bar:!1},expander:{display:!0}},taskList:{expander:{straight:!1},columns:[{id:1,label:"ID",value:"id",width:40},{id:2,label:"分部分项工程名称",value:"label",width:200,expander:!0,html:!0,events:{click:function(e){var t=e.data;e.column,alert("description clicked!\n"+t.label)}}},{id:3,label:"开始日期",value:"start",width:85},{id:6,label:"结束日期",value:"start",width:85},{id:5,label:"当前进度(%)",value:"progress",width:80,style:{"task-list-header-label":{"text-align":"center",width:"100%"},"task-list-item-value-container":{"text-align":"center",width:"100%"}}}]},locale:{name:"en",weekdays:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"周日_周一_周二_周三_周四_周五_周六".split("_"),months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_")}},dynamicStyle:{"task-list-header-label":{"font-weight":"bold"}}}},created:function(){this.baseURL=this.$http.defaults.baseURL,this.projectSn=this.$store.state.projectSn,this.userId=this.$store.state.userInfo.userId},methods:{load:function(){document.getElementById("iframe").contentWindow.postMessage(this.userId)}}}),s=(a("8ac5"),a("2877")),o=Object(s.a)(r,(function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"fullHeight whiteBlock"},[a("div",{staticClass:"inner"},[a("iframe",{staticClass:"Extgantt",attrs:{src:"doc/ExtGantt/Ext甘特图.html?url="+e.baseURL+"&projectSn="+e.projectSn+"&token="+e.$store.state.userInfo.token,id:"iframe"},on:{load:e.load}})])])}),[],!1,null,"baca5de2",null);t.default=o.exports},"8ac5":function(e,t,a){"use strict";var r=a("fa6d");a.n(r).a},fa6d:function(e,t,a){}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-185c9502","chunk-1f082b08"],{"1a5d":function(t,n,a){},"21b2":function(t,n,a){"use strict";a.d(n,"a",(function(){return e})),a.d(n,"b",(function(){return c}));var e=function(){var t=this;t.$createElement;return t._self._c,t._m(0)},c=[function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"content flex"},[e("div",[e("img",{staticClass:"noData",attrs:{src:a("6642")}}),e("p",{staticClass:"pnoData"},[t._v("暂无数据")])])])}]},"443e":function(t,n){},6642:function(t,n,a){t.exports=a.p+"img/noData.36aac8f1.png"},"6faf":function(t,n,a){"use strict";a.r(n);var e={components:{noData:a("78a1").default}},c=a("2877"),u=Object(c.a)(e,(function(){var t=this.$createElement,n=this._self._c||t;return n("div",[n("noData")],1)}),[],!1,null,null,null);n.default=u.exports},"78a1":function(t,n,a){"use strict";a.r(n);var e=a("21b2"),c=a("7c61");for(var u in c)["default"].indexOf(u)<0&&function(t){a.d(n,t,(function(){return c[t]}))}(u);a("c617");var r=a("2877"),i=Object(r.a)(c.default,e.a,e.b,!1,null,"c34087a8",null);n.default=i.exports},"7c61":function(t,n,a){"use strict";a.r(n);var e=a("443e"),c=a.n(e);for(var u in e)["default"].indexOf(u)<0&&function(t){a.d(n,t,(function(){return e[t]}))}(u);n.default=c.a},c617:function(t,n,a){"use strict";var e=a("1a5d");a.n(e).a}}]);

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More