mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-11 01:10:29 +08:00
7b2bd307f1
- backend/: 13 Maven modules (cw-elevator-application, cloudwalk-cloud, intelligent-cwoscomponent, ninca-crk, etc.) - frontend/: 4 Vue projects (elevator-front, cwos-portal, alarm-front, front_acs) + decompiled + scripts - scripts/: build, test-env, tools (Docker Compose, service templates, API parity) - docs/: AGENTS.md, superpowers specs, architecture docs - .gitignore: standard Java/Maven exclusions Moved from legacy maven-*/ root layout to backend/ organized structure.
1 line
3.7 KiB
JavaScript
1 line
3.7 KiB
JavaScript
webpackJsonp([103],{GzCP:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r("Xxa5"),a=r.n(n),o=r("exGp"),s=r.n(o),i=(r("yfAY"),r("rRm/")),l={components:{cGroup:r("XmFl").a},data:function(){var e,t,r=this;return{curType:1,forbidden:!1,editId:this.$route.query.id,createdLoading:!1,activeApp:"first",form:{type:null,name:null,code:null,address:null,sdkVersion:null,modelVersion:null,serveVersion:null,xxtables:[]},bases:[],fetchBases:(t=s()(a.a.mark(function e(){return a.a.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",[{label:1,value:1},{label:2,value:2}]);case 1:case"end":return e.stop()}},e,r)})),function(){return t.apply(this,arguments)}),scenes:[],fetchScenes:(e=s()(a.a.mark(function e(){return a.a.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",[{label:"小智考勤",value:3},{label:"VIP",value:4}]);case 1:case"end":return e.stop()}},e,r)})),function(){return e.apply(this,arguments)}),loading:!1}},computed:{ifEdit:function(){return this.editId},apps:function(){return this.form.appList&&this.form.appList.length?this.form.appList.map(function(e){return e.name}).join("、"):""}},created:function(){this.fetchEditInfo()},methods:{fetchEditInfo:function(){var e=this;this.editId&&(this.loading=!0,i.a.detail(this.editId).then(function(t){e.loading=!1,e.form=t.data}).catch(function(t){e.loading=!1}))},handleCancel:function(){this.$router.go(-1)},handleConfirm:function(){var e=this;this.$refs.ruleForm.validate(function(t){if(!t)return!1;e.fetchCreateData()})}}},d={render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"app-container"},[r("div",{},[r("el-form",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"ruleForm",attrs:{disabled:e.forbidden,model:e.form,"label-width":"140px","label-position":"left"}},[r("el-card",{attrs:{shadow:"never"}},[r("div",{staticClass:"clearfix",attrs:{slot:"header"},slot:"header"},[r("span",[e._v("基本信息")])]),e._v(" "),r("el-row",{staticStyle:{width:"605px"}},[r("el-form-item",{attrs:{label:"企业状态:",prop:"code"}},[e._v("\n "+e._s(1===e.form.status?"已启用":"已禁用("+e.form.remark+")")+"\n ")]),e._v(" "),r("el-form-item",{attrs:{label:"所属应用:",prop:"code"}},[e._v("\n "+e._s(e.apps)+"\n ")]),e._v(" "),r("el-form-item",{attrs:{label:"企业名称:",prop:"code"}},[e._v("\n "+e._s(e.form.corpName)+"\n ")]),e._v(" "),r("el-form-item",{attrs:{label:"企业编码:",prop:"code"}},[e._v("\n "+e._s(e.form.corpCode)+"\n ")]),e._v(" "),r("el-form-item",{attrs:{label:"管理员账号:",prop:"code"}},[e._v("\n "+e._s(e.form.loginName)+"\n ")]),e._v(" "),r("el-form-item",{attrs:{label:"管理员姓名:",prop:"code"}},[e._v("\n "+e._s(e.form.name)+"\n ")]),e._v(" "),r("el-form-item",{attrs:{label:"管理员联系方式:",prop:"code"}},[e._v("\n "+e._s(e.form.telephone)+"\n ")]),e._v(" "),r("el-form-item",{attrs:{label:"管理员邮箱:",prop:"code"}},[e._v("\n "+e._s(e.form.email)+"\n ")]),e._v(" "),r("el-form-item",{attrs:{label:"企业后台地址:",prop:"code"}},[r("a",{attrs:{href:e.form.address,target:"_blank"}},[e._v(e._s(e.form.address))])])],1)],1),e._v(" "),e._e()],1)],1)])},staticRenderFns:[]};var c=r("VU/8")(l,d,!1,function(e){r("MmsQ")},"data-v-1ccfd0fe",null);t.default=c.exports},MmsQ:function(e,t,r){var n=r("liZE");"string"==typeof n&&(n=[[e.i,n,""]]),n.locals&&(e.exports=n.locals);r("rjj0")("335e1de8",n,!0)},liZE:function(e,t,r){(e.exports=r("FZ+f")(!1)).push([e.i,"",""])}}); |