Commit 8ece5cc3 authored by xuwenhui's avatar xuwenhui

小区

parent 705dea6a
......@@ -40,7 +40,7 @@
</div>
<div class="col-lg-6">
<div class="box3">
<div class="title">小区资产</div>
<div class="title">项目资产</div>
<div class="box3_con">
<div class="box3_con_right">
<div class="box3_con_right_top">
......
......@@ -46,7 +46,7 @@
_loadAssetInspection();
/********************************今日巡检 end****************************************** */
/********************************小区资产 start****************************************** */
/********************************项目资产 start****************************************** */
/**
* 查询 资产信息
*/
......@@ -83,7 +83,7 @@
_loadAssets();
/********************************小区资产 end****************************************** */
/********************************项目资产 end****************************************** */
/********************************开门次数 start****************************************** */
function _initOpenDoorChart(_data) {
var dom = document.getElementById("box3_right");
......
<!doctype html>
<meta charset="utf-8">
<title>小区大屏</title>
<title>项目大屏</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<script src="js/echarts.min.js" charset="utf-8"></script>
......@@ -92,7 +92,7 @@
<div class="fl pt6 puleft2">
<div class="pmidd_bott">
<div class="pumiddboxttop1 fl">
<h2 class="tith2 pt3">小区资产</h2>
<h2 class="tith2 pt3">项目资产</h2>
<div class="lefttoday_tit">
<p class="fl">状态:在用</p>
<p class="fr">
......
/**
入驻小区
入驻项目
https://www.cnblogs.com/zsg88/p/12552378.html
**/
(function(vc) {
......
......@@ -11,11 +11,11 @@
<div>
<div class="form-group row">
<label class="col-sm-2 col-form-label"><span>
<vc:i18n name='授权小区' namespace='addMarketRuleCommunity'></vc:i18n>
<vc:i18n name='授权项目' namespace='addMarketRuleCommunity'></vc:i18n>
</span></label>
<div class="col-sm-10">
<select class="custom-select" v-model="addMarketRuleCommunityInfo.communityId">
<option selected disabled value="">{{vc.i18n('必填,请选择授权小区','addMarketRuleCommunity')}}
<option selected disabled value="">{{vc.i18n('必填,请选择授权项目','addMarketRuleCommunity')}}
</option>
<option :value="item.communityId" v-for="(item,index) in addMarketRuleCommunityInfo.communitys">{{item.name}}</option> </select>
</div>
......
......@@ -45,7 +45,7 @@
{
limit: "required",
param: "",
errInfo: "小区不能为空"
errInfo: "项目不能为空"
},
],
'addMarketRuleCommunityInfo.remark': [
......
......@@ -7,7 +7,7 @@
<div>
<div>
<div class="form-group row">
<label class="col-sm-2 col-form-label"><span><vc:i18n name="开通小区" namespace="addPropertyCommunity"></vc:i18n></span></label>
<label class="col-sm-2 col-form-label"><span><vc:i18n name="开通项目" namespace="addPropertyCommunity"></vc:i18n></span></label>
<div class="col-sm-10">
<select class="selectpicker" id="communityCommunityIds" v-model="addPropertyCommunityInfo.communityIds" multiple>
<option v-for="(item,index) in addPropertyCommunityInfo.communitys" :key="index"
......
......@@ -15,7 +15,7 @@
'addPropertyCommunityInfo.communitys': function() { //'goodList'是我要渲染的对象,也就是我要等到它渲染完才能调用函数
this.$nextTick(function() {
$('#communityCommunityIds').selectpicker({
title: '选填,请选择开通小区',
title: '选填,请选择开通项目',
styleBase: 'form-control',
width: 'auto'
});
......
......@@ -46,7 +46,7 @@
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label"><span><vc:i18n name="开通小区" namespace="addPropertyCompany"></vc:i18n></span></label>
<label class="col-sm-2 col-form-label"><span><vc:i18n name="开通项目" namespace="addPropertyCompany"></vc:i18n></span></label>
<div class="col-sm-10">
<select class="selectpicker" id="communityIds" v-model="addPropertyCompanyInfo.communityIds" multiple>
<option v-for="(item,index) in addPropertyCompanyInfo.communitys" :key="index"
......
......@@ -26,7 +26,7 @@
console.log('addPropertyCompanyInfo.communitys')
this.$nextTick(function() {
$('#communityIds').selectpicker({
title: '选填,请选择开通小区',
title: '选填,请选择开通项目',
styleBase: 'form-control',
width: 'auto'
});
......
......@@ -37,10 +37,10 @@
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label"><span><vc:i18n name="小区" namespace="addRentingAppointment"></vc:i18n></span></label>
<label class="col-sm-2 col-form-label"><span><vc:i18n name="项目" namespace="addRentingAppointment"></vc:i18n></span></label>
<div class="col-sm-10">
<select class="custom-select" v-model="addRentingAppointmentInfo.communityId">
<option selected disabled value="">{{vc.i18n('必填,请选择小区','addRentingAppointment')}}</option>
<option selected disabled value="">{{vc.i18n('必填,请选择项目','addRentingAppointment')}}</option>
<option v-for="(item,index) in addRentingAppointmentInfo.communitys" :value="item.communityId">
{{item.name}}</option>
</select>
......
......@@ -193,7 +193,7 @@
return ;
}
if($that.addRentingAppointmentInfo.communityId == ''){
vc.toast('请先选择小区');
vc.toast('请先选择项目');
$that.addRentingAppointmentInfo.appointmentRoomNum = '';
return ;
}
......
......@@ -15,10 +15,10 @@
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label"><span><vc:i18n name="小区" namespace="confirmRenting"></vc:i18n></span></label>
<label class="col-sm-2 col-form-label"><span><vc:i18n name="项目" namespace="confirmRenting"></vc:i18n></span></label>
<div class="col-sm-10">
<select class="custom-select" v-model="confirmRentingInfo.communityId" @change="_changeCommunity()">
<option selected disabled value="">{{vc.i18n('必填','confirmRenting')}},请选择小区</option>
<option selected disabled value="">{{vc.i18n('必填','confirmRenting')}},请选择项目</option>
<option v-for="(item,index) in confirmRentingInfo.communitys"
:value="item.communityId">
{{item.name}}</option>
......
......@@ -2,12 +2,12 @@
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body">
<h3 class="m-t-none m-b "><span><vc:i18n name="修改小区功能" namespace="editPropertyCommunity"></vc:i18n></span></h3>
<h3 class="m-t-none m-b "><span><vc:i18n name="修改项目功能" namespace="editPropertyCommunity"></vc:i18n></span></h3>
<div class="ibox-content">
<div>
<div>
<div class="form-group row">
<label class="col-sm-2 col-form-label"><span><vc:i18n name="开通小区" namespace="editPropertyCommunity"></vc:i18n></span></label>
<label class="col-sm-2 col-form-label"><span><vc:i18n name="开通项目" namespace="editPropertyCommunity"></vc:i18n></span></label>
<div class="col-sm-10">
<input type="text" disabled class="form-control" v-model="editPropertyCommunityInfo.name">
</div>
......
......@@ -3,7 +3,7 @@
<button type="button" class="btn btn-primary btn-sm"
v-on:click="_openAddMarketRuleCommunityModal()">
<span>
<vc:i18n name="关联小区"></vc:i18n>
<vc:i18n name="关联项目"></vc:i18n>
</span>
</button>
</div>
......@@ -11,10 +11,10 @@
<thead>
<tr>
<th class="text-center"><span>
<vc:i18n name='小区名称' namespace='marketRuleCommunity'></vc:i18n>
<vc:i18n name='项目名称' namespace='marketRuleCommunity'></vc:i18n>
</span></th>
<th class="text-center"><span>
<vc:i18n name='小区编号' namespace='marketRuleCommunity'></vc:i18n>
<vc:i18n name='项目编号' namespace='marketRuleCommunity'></vc:i18n>
</span></th>
<th class="text-center"><span>
<vc:i18n name='备注' namespace='marketRuleCommunity'></vc:i18n>
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
vc.extends({
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function(vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
......@@ -3,19 +3,19 @@
<div class="modal-content">
<div class="modal-body">
<h3 class="m-t-none m-b ">
<span><vc:i18n name="添加小区" namespace="addCommunity"></vc:i18n></span>
<span><vc:i18n name="添加项目" namespace="addCommunity"></vc:i18n></span>
</h3>
<div class="ibox-content">
<div>
<div>
<div class="form-group row">
<label class="col-sm-2 col-form-label"><span><vc:i18n name="小区名称" namespace="addCommunity"></vc:i18n></span></label>
<label class="col-sm-2 col-form-label"><span><vc:i18n name="项目名称" namespace="addCommunity"></vc:i18n></span></label>
<div class="col-sm-10">
<input v-model="addCommunityInfo.name" type="text" :placeholder="vc.i18n('必填,请填写小区名称','addCommunity')" class="form-control">
<input v-model="addCommunityInfo.name" type="text" :placeholder="vc.i18n('必填,请填写项目名称','addCommunity')" class="form-control">
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label"><span><vc:i18n name="小区地区" namespace="addCommunity"></vc:i18n></span></label>
<label class="col-sm-2 col-form-label"><span><vc:i18n name="项目地区" namespace="addCommunity"></vc:i18n></span></label>
<div class="col-sm-10">
<select id="pro" class="form-control form-control-sm" style="width: 30%;display: inline;" v-model="selectProv" @change="getProv(selectProv)">
<option value='' disabled selected style='display:none;'>{{vc.i18n('请选择省','addCommunity')}}</option>
......@@ -38,9 +38,9 @@
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label"><span><vc:i18n name="小区地址" namespace="addCommunity"></vc:i18n></span></label>
<label class="col-sm-2 col-form-label"><span><vc:i18n name="项目地址" namespace="addCommunity"></vc:i18n></span></label>
<div class="col-sm-10">
<input v-model="addCommunityInfo.tmpAddress" type="text" :placeholder="vc.i18n('必填,请填写小区地址','addCommunity')" class="form-control">
<input v-model="addCommunityInfo.tmpAddress" type="text" :placeholder="vc.i18n('必填,请填写项目地址','addCommunity')" class="form-control">
</div>
</div>
<div class="form-group row">
......
......@@ -40,23 +40,23 @@
'addCommunityInfo.name': [{
limit: "required",
param: "",
errInfo: "小区名称不能为空"
errInfo: "项目名称不能为空"
},
{
limit: "maxin",
param: "1,20",
errInfo: "小区名称必须在1至20字符之间"
errInfo: "项目名称必须在1至20字符之间"
},
],
'addCommunityInfo.address': [{
limit: "required",
param: "",
errInfo: "小区地址不能为空"
errInfo: "项目地址不能为空"
},
{
limit: "maxLength",
param: "200",
errInfo: "小区地址不能大于200个字符"
errInfo: "项目地址不能大于200个字符"
},
],
'addCommunityInfo.nearbyLandmarks': [{
......@@ -67,29 +67,29 @@
{
limit: "maxLength",
param: "50",
errInfo: "小区附近地标不能大于50个字符"
errInfo: "项目附近地标不能大于50个字符"
},
],
'addCommunityInfo.cityCode': [{
limit: "required",
param: "",
errInfo: "小区城市编码不能为空"
errInfo: "项目城市编码不能为空"
},
{
limit: "maxLength",
param: "12",
errInfo: "小区城市编码不能大于4个字符"
errInfo: "项目城市编码不能大于4个字符"
},
],
'addCommunityInfo.mapX': [{
limit: "maxLength",
param: "20",
errInfo: "小区城市编码不能大于4个字符"
errInfo: "项目城市编码不能大于4个字符"
}, ],
'addCommunityInfo.mapY': [{
limit: "maxLength",
param: "20",
errInfo: "小区城市编码不能大于4个字符"
errInfo: "项目城市编码不能大于4个字符"
}, ],
'addCommunityInfo.tel': [{
limit: "required",
......
......@@ -23,7 +23,7 @@
<option selected disabled value="">{{vc.i18n('必填','addNotice')}},请选择公告类型</option>
<option value="1000">{{vc.i18n('业主通知','addNotice')}}</option>
<option value="1001">{{vc.i18n('员工通知','addNotice')}}</option>
<option value="1002">{{vc.i18n('小区通知','addNotice')}}</option>
<option value="1002">{{vc.i18n('项目通知','addNotice')}}</option>
</select></div>
</div>
<div class="form-group row">
......
......@@ -25,7 +25,7 @@
<option selected disabled value="">{{vc.i18n('必填,请选择公告类型','addNoticeView')}}</option>
<option value="1000">{{vc.i18n('业主通知','addNoticeView')}}</option>
<option value="1001">{{vc.i18n('员工通知','addNoticeView')}}</option>
<option value="1002">{{vc.i18n('小区通知','addNoticeView')}}</option>
<option value="1002">{{vc.i18n('项目通知','addNoticeView')}}</option>
<option value="1003">{{vc.i18n('业主微信','addNoticeView')}}</option>
</select>
</div>
......@@ -38,7 +38,7 @@
<select class="custom-select" v-model="addNoticeViewInfo.objType" @change="_changeObjType()">
<option selected disabled value="">{{vc.i18n('必填,请选择公告范围','addNoticeView')}}</option>
<option value="005">{{vc.i18n('关注用户','addNoticeView')}}</option>
<option value="001">{{vc.i18n('小区','addNoticeView')}}</option>
<option value="001">{{vc.i18n('项目','addNoticeView')}}</option>
<option value="002">{{vc.i18n('楼栋','addNoticeView')}}</option>
<option value="003">{{vc.i18n('单元','addNoticeView')}}</option>
<option value="004">{{vc.i18n('房屋','addNoticeView')}}</option>
......@@ -47,11 +47,11 @@
</div>
<div class="form-group row" v-if="addNoticeViewInfo.objType != '002' && addNoticeViewInfo.objType != '003' && addNoticeViewInfo.objType != '004'">
<label class="col-sm-2 col-form-label">
<span><vc:i18n name="全小区公告" namespace="addNoticeView"></vc:i18n></span>
<span><vc:i18n name="全项目公告" namespace="addNoticeView"></vc:i18n></span>
</label>
<div class="col-sm-10">
<select class="custom-select" v-model="addNoticeViewInfo.isAll">
<option selected disabled value="">{{vc.i18n('必填,请选择是否全部小区公告','addNoticeView')}}</option>
<option selected disabled value="">{{vc.i18n('必填,请选择是否全部项目公告','addNoticeView')}}</option>
<option value="N">{{vc.i18n('否','addNoticeView')}}</option>
<option value="Y">{{vc.i18n('是','addNoticeView')}}</option>
</select>
......
......@@ -3,7 +3,7 @@
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="addOrgCommunityModelLabel">
<span><vc:i18n name="添加隶属小区" namespace="addOrgCommunity"></vc:i18n></span>
<span><vc:i18n name="添加隶属项目" namespace="addOrgCommunity"></vc:i18n></span>
</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
......@@ -19,7 +19,7 @@
</div>
<div class="col-sm-5">
<div class="input-group">
<input :placeholder="vc.i18n('输入小区名称','addOrgCommunity')" type="text" v-model="addOrgCommunityInfo.communityName" class="form-control form-control-sm">
<input :placeholder="vc.i18n('输入项目名称','addOrgCommunity')" type="text" v-model="addOrgCommunityInfo.communityName" class="form-control form-control-sm">
<span class="input-group-append">
<button type="button" class="btn btn-sm btn-primary"
v-on:click="queryCommunitys()"><span><vc:i18n name="查询" namespace="addOrgCommunity"></vc:i18n></span></button>
......@@ -35,12 +35,12 @@
<input type="checkbox" class="i-checks " @click="checkAll($event)" id="quan">
</th>
<th class="text-center">
<span><vc:i18n name="小区" namespace="addOrgCommunity"></vc:i18n></span>ID</th>
<span><vc:i18n name="项目" namespace="addOrgCommunity"></vc:i18n></span>ID</th>
<th class="text-center">
<span><vc:i18n name="小区名称" namespace="addOrgCommunity"></vc:i18n></span>
<span><vc:i18n name="项目名称" namespace="addOrgCommunity"></vc:i18n></span>
</th>
<th class="text-center">
<span><vc:i18n name="小区地址" namespace="addOrgCommunity"></vc:i18n></span>
<span><vc:i18n name="项目地址" namespace="addOrgCommunity"></vc:i18n></span>
</th>
</tr>
......
......@@ -70,7 +70,7 @@
var _selectCommunitys = vc.component.addOrgCommunityInfo.selectCommunitys;
var _tmpCommunitys = vc.component.addOrgCommunityInfo.communitys;
if (_selectCommunitys.length < 1) {
vc.toast("请选择隶属小区");
vc.toast("请选择隶属项目");
return;
}
var _communitys = [];
......
......@@ -3,7 +3,7 @@
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="addPrivilegeModalLabel"><span><vc:i18n name="切换小区" namespace="chooseEnterCommunity"></vc:i18n></span></h3>
<h3 class="modal-title" id="addPrivilegeModalLabel"><span><vc:i18n name="切换项目" namespace="chooseEnterCommunity"></vc:i18n></span></h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
......@@ -18,7 +18,7 @@
</div>
<div class="col-sm-5">
<div class="input-group">
<input :placeholder="vc.i18n('输入小区名称','chooseEnterCommunity')" v-model="navCommunityInfo.searchCommunityName" type="text" class="form-control form-control-sm">
<input :placeholder="vc.i18n('输入项目名称','chooseEnterCommunity')" v-model="navCommunityInfo.searchCommunityName" type="text" class="form-control form-control-sm">
<span class="input-group-append">
<button type="button" class="btn btn-sm btn-primary"
v-on:click="_queryEnterCommunity()"><span><vc:i18n name="查询" namespace="chooseEnterCommunity"></vc:i18n></span></button>
......@@ -30,7 +30,7 @@
<table class="table table-striped">
<thead>
<tr>
<th class="text-center"><span><vc:i18n name="小区" namespace="chooseEnterCommunity"></vc:i18n></span>ID</th>
<th class="text-center"><span><vc:i18n name="项目" namespace="chooseEnterCommunity"></vc:i18n></span>ID</th>
<th data-hide="phone" class="text-center"><span><vc:i18n name="名称" namespace="chooseEnterCommunity"></vc:i18n></span></th>
<th data-hide="phone" class="text-center"><span><vc:i18n name="地址" namespace="chooseEnterCommunity"></vc:i18n></span></th>
<th class="text-center"><span><vc:i18n name="操作" namespace="chooseEnterCommunity"></vc:i18n></span></th>
......
......@@ -61,7 +61,7 @@
_loadAllResourceStoreInfo: function (_page, _row) {
let _resOrderType = vc.component.chooseResourceStoreInfo2.resOrderType;
//let _shType = '2806';
//这里根据客户需求 调整 为 可以从小区仓库采购
//这里根据客户需求 调整 为 可以从项目仓库采购
let _shType = '';
if (_resOrderType == '20000') {
_shType = '2807';
......@@ -135,7 +135,7 @@
_listStorehouses: function (_page, _rows) {
let _resOrderType = vc.component.chooseResourceStoreInfo2.resOrderType;
//let _shType = '2806';
//这里根据客户需求 调整 为 可以从小区仓库采购
//这里根据客户需求 调整 为 可以从项目仓库采购
let _shType = '';
if (_resOrderType == '20000') {
_shType = '2807';
......
......@@ -64,7 +64,7 @@
_loadAllResourceStoreInfo: function(_page, _row) {
let _resOrderType = vc.component.chooseResourceStoreInfo3.resOrderType;
//let _shType = '2806';
//这里根据客户需求 调整 为 可以从小区仓库采购
//这里根据客户需求 调整 为 可以从项目仓库采购
let _shType = '';
// 2022-3-7新增请求标识
let operationType = '';
......@@ -141,7 +141,7 @@
_listStorehouses: function(_page, _rows) {
let _resOrderType = vc.component.chooseResourceStoreInfo3.resOrderType;
//let _shType = '2806';
//这里根据客户需求 调整 为 可以从小区仓库采购
//这里根据客户需求 调整 为 可以从项目仓库采购
let _shType = '';
// 2022-3-7新增请求标识
let operationType = '';
......
......@@ -62,7 +62,7 @@
let _resOrderType = vc.component.chooseResourceStoreInfo4.resOrderType;
//let _shType = '2806';
//这里根据客户需求 调整 为 可以从小区仓库采购
//这里根据客户需求 调整 为 可以从项目仓库采购
let _shType = '';
if (_resOrderType == '20000') {
......
......@@ -8,7 +8,7 @@
</button>
</div>
<div class="modal-body">
<tr align="center"><th><span><vc:i18n name="确定删除小区" namespace="deleteCommunity"></vc:i18n></span></th></tr>
<tr align="center"><th><span><vc:i18n name="确定删除项目" namespace="deleteCommunity"></vc:i18n></span></th></tr>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal" v-on:click="closeDeleteCommunityModel()"><span><vc:i18n name="点错了" namespace="deleteCommunity"></vc:i18n></span></button>
......
......@@ -8,7 +8,7 @@
</button>
</div>
<div class="modal-body">
<tr align="center"><th><span><vc:i18n name="确定删除隶属小区" namespace="deleteOrgCommunity"></vc:i18n></span></th></tr>
<tr align="center"><th><span><vc:i18n name="确定删除隶属项目" namespace="deleteOrgCommunity"></vc:i18n></span></th></tr>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal" v-on:click="closeDeleteOrgCommunityModel()"><span><vc:i18n name="点错了" namespace="deleteOrgCommunity"></vc:i18n></span></button>
......
......@@ -9,7 +9,7 @@
</div>
<div class="modal-body">
<tr align="center">
<th><span><vc:i18n name="确定退出小区" namespace="deletePropertyCommunity"></vc:i18n></span></th>
<th><span><vc:i18n name="确定退出项目" namespace="deletePropertyCommunity"></vc:i18n></span></th>
</tr>
</div>
<div class="modal-footer">
......
......@@ -3,21 +3,21 @@
<div class="modal-content">
<div class="modal-body">
<h3 class="m-t-none m-b ">
<span><vc:i18n name="修改小区" namespace="editCommunity"></vc:i18n></span>
<span><vc:i18n name="修改项目" namespace="editCommunity"></vc:i18n></span>
</h3>
<div class="ibox-content">
<div>
<div>
<div class="form-group row">
<label class="col-sm-2 col-form-label"><span><vc:i18n name="小区名称" namespace="editCommunity"></vc:i18n></span></label>
<label class="col-sm-2 col-form-label"><span><vc:i18n name="项目名称" namespace="editCommunity"></vc:i18n></span></label>
<div class="col-sm-10">
<input v-model="editCommunityInfo.name" type="text" :placeholder="vc.i18n('必填,请填写小区名称','editCommunity')" class="form-control">
<input v-model="editCommunityInfo.name" type="text" :placeholder="vc.i18n('必填,请填写项目名称','editCommunity')" class="form-control">
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label"><span><vc:i18n name="小区地址" namespace="editCommunity"></vc:i18n></span></label>
<label class="col-sm-2 col-form-label"><span><vc:i18n name="项目地址" namespace="editCommunity"></vc:i18n></span></label>
<div class="col-sm-10">
<input v-model="editCommunityInfo.address" type="text" :placeholder="vc.i18n('必填,请填写小区地址','editCommunity')" class="form-control">
<input v-model="editCommunityInfo.address" type="text" :placeholder="vc.i18n('必填,请填写项目地址','editCommunity')" class="form-control">
</div>
</div>
<div class="form-group row">
......
......@@ -46,23 +46,23 @@
'editCommunityInfo.name': [{
limit: "required",
param: "",
errInfo: "小区名称不能为空"
errInfo: "项目名称不能为空"
},
{
limit: "maxin",
param: "1,20",
errInfo: "小区名称必须在1至20字符之间"
errInfo: "项目名称必须在1至20字符之间"
},
],
'editCommunityInfo.address': [{
limit: "required",
param: "",
errInfo: "小区地址不能为空"
errInfo: "项目地址不能为空"
},
{
limit: "maxLength",
param: "200",
errInfo: "小区地址不能大于200个字符"
errInfo: "项目地址不能大于200个字符"
},
],
'editCommunityInfo.nearbyLandmarks': [{
......@@ -73,28 +73,28 @@
{
limit: "maxLength",
param: "50",
errInfo: "小区附近地标不能大于50个字符"
errInfo: "项目附近地标不能大于50个字符"
},
],
'editCommunityInfo.cityCode': [{
limit: "maxLength",
param: "12",
errInfo: "小区城市编码不能大于4个字符"
errInfo: "项目城市编码不能大于4个字符"
}, ],
'editCommunityInfo.mapX': [{
limit: "maxLength",
param: "20",
errInfo: "小区城市编码不能大于4个字符"
errInfo: "项目城市编码不能大于4个字符"
}, ],
'editCommunityInfo.mapY': [{
limit: "maxLength",
param: "20",
errInfo: "小区城市编码不能大于4个字符"
errInfo: "项目城市编码不能大于4个字符"
}, ],
'editCommunityInfo.communityId': [{
limit: "required",
param: "",
errInfo: "小区ID不能为空"
errInfo: "项目ID不能为空"
}]
});
......
......@@ -5,7 +5,7 @@
<div class="modal-body">
<h3 class="m-t-none m-b ">
<span>
<vc:i18n name="修改小区" namespace="editCommunityArea"></vc:i18n>
<vc:i18n name="修改项目" namespace="editCommunityArea"></vc:i18n>
</span>
</h3>
<div class="ibox-content">
......@@ -14,7 +14,7 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">
<span>
<vc:i18n name="小区名称" namespace="editCommunityArea"></vc:i18n>
<vc:i18n name="项目名称" namespace="editCommunityArea"></vc:i18n>
</span>
</label>
<div class="col-sm-10">
......@@ -25,7 +25,7 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">
<span>
<vc:i18n name="小区地址" namespace="editCommunityArea"></vc:i18n>
<vc:i18n name="项目地址" namespace="editCommunityArea"></vc:i18n>
</span>
</label>
<div class="col-sm-10">
......@@ -36,7 +36,7 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">
<span>
<vc:i18n name="小区地标" namespace="editCommunityArea"></vc:i18n>
<vc:i18n name="项目地标" namespace="editCommunityArea"></vc:i18n>
</span>
</label>
<div class="col-sm-10">
......@@ -104,12 +104,12 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">
<span>
<vc:i18n name="小区面积" namespace="editCommunityArea"></vc:i18n>
<vc:i18n name="项目面积" namespace="editCommunityArea"></vc:i18n>
</span>
</label>
<div class="col-sm-10">
<input v-model="editCommunityAreaInfo.communityArea" type="text"
:placeholder="vc.i18n('必填,请填写小区面积','editCommunityArea')" class="form-control">
:placeholder="vc.i18n('必填,请填写项目面积','editCommunityArea')" class="form-control">
</div>
</div>
<div class="ibox-content">
......
......@@ -45,36 +45,36 @@
{
limit: "required",
param: "",
errInfo: "小区名称不能为空"
errInfo: "项目名称不能为空"
},
{
limit: "maxLength",
param: "64",
errInfo: "小区名称格式错误"
errInfo: "项目名称格式错误"
},
],
'editCommunityAreaInfo.address': [
{
limit: "required",
param: "",
errInfo: "小区地址不能为空"
errInfo: "项目地址不能为空"
},
{
limit: "maxLength",
param: "512",
errInfo: "小区地址错误"
errInfo: "项目地址错误"
},
],
'editCommunityAreaInfo.nearbyLandmarks': [
{
limit: "required",
param: "",
errInfo: "小区地标不能为空"
errInfo: "项目地标不能为空"
},
{
limit: "maxLength",
param: "512",
errInfo: "小区地标错误"
errInfo: "项目地标错误"
},
],
'editCommunityAreaInfo.cityCode': [
......@@ -109,19 +109,19 @@
{
limit: "required",
param: "",
errInfo: "小区面积不能为空"
errInfo: "项目面积不能为空"
},
{
limit: "money",
param: "",
errInfo: "小区面积必须是3.00 格式"
errInfo: "项目面积必须是3.00 格式"
},
],
'editCommunityAreaInfo.communityId': [
{
limit: "required",
param: "",
errInfo: "小区ID不能为空"
errInfo: "项目ID不能为空"
}
]
});
......
/**
入驻小区
入驻项目
**/
(function(vc) {
vc.extends({
......
......@@ -18,7 +18,7 @@
</div>
<div class="col-sm-5">
<div class="input-group">
<input :placeholder="vc.i18n('输入小区名称','storeEnterCommunity')"
<input :placeholder="vc.i18n('输入项目名称','storeEnterCommunity')"
v-model="storeEnterCommunityInfo.searchCommunityName" type="text"
class="form-control form-control-sm">
<span class="input-group-append">
......@@ -32,7 +32,7 @@
<table class="table table-striped">
<thead>
<tr>
<th class="text-center"><span><vc:i18n name="小区" namespace="storeEnterCommunity"></vc:i18n></span>ID</th>
<th class="text-center"><span><vc:i18n name="项目" namespace="storeEnterCommunity"></vc:i18n></span>ID</th>
<th data-hide="phone" class="text-center"><span><vc:i18n name="名称" namespace="storeEnterCommunity"></vc:i18n></span></th>
<!-- <th data-hide="phone"><span><vc:i18n name="联系方式" namespace="storeEnterCommunity"></vc:i18n></span></th>-->
<th data-hide="phone" class="text-center"><span><vc:i18n name="地址" namespace="storeEnterCommunity"></vc:i18n></span></th>
......
......@@ -8,7 +8,7 @@
</button>
</div>
<div class="modal-body">
<tr align="center"><th><span><vc:i18n name="确认退出小区" namespace="storeExitCommunity"></vc:i18n></span>,退出后不可恢复!</th></tr>
<tr align="center"><th><span><vc:i18n name="确认退出项目" namespace="storeExitCommunity"></vc:i18n></span>,退出后不可恢复!</th></tr>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal" v-on:click="closeStoreExitCommunityModal()"><span><vc:i18n name="点错了" namespace="storeExitCommunity"></vc:i18n></span></button>
......
......@@ -2,7 +2,7 @@
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="addPrivilegeModalLabel"><span><vc:i18n name="商户小区" namespace="storesCommunity"></vc:i18n></span></h3>
<h3 class="modal-title" id="addPrivilegeModalLabel"><span><vc:i18n name="商户项目" namespace="storesCommunity"></vc:i18n></span></h3>
</div>
<div class="modal-body">
<div class="row">
......@@ -15,7 +15,7 @@
</div>
<div class="col-sm-5">
<div class="input-group">
<input :placeholder="vc.i18n('输入小区名称','storesCommunity')" v-model="storesCommunityInfo.searchCommunityName" type="text" class="form-control form-control-sm">
<input :placeholder="vc.i18n('输入项目名称','storesCommunity')" v-model="storesCommunityInfo.searchCommunityName" type="text" class="form-control form-control-sm">
<span class="input-group-append">
<button type="button" class="btn btn-sm btn-primary" v-on:click="listMyCommunity(1,10)"><span><vc:i18n name="查询" namespace="storesCommunity"></vc:i18n></span></button>
</span>
......@@ -26,7 +26,7 @@
<table class="table table-striped">
<thead>
<tr>
<th><span><vc:i18n name="小区" namespace="storesCommunity"></vc:i18n></span>ID</th>
<th><span><vc:i18n name="项目" namespace="storesCommunity"></vc:i18n></span>ID</th>
<th data-hide="phone"><span><vc:i18n name="名称" namespace="storesCommunity"></vc:i18n></span></th>
<th data-hide="phone"><span><vc:i18n name="地址" namespace="storesCommunity"></vc:i18n></span></th>
<th data-hide="phone"><span><vc:i18n name="状态" namespace="storesCommunity"></vc:i18n></span></th>
......
......@@ -2,7 +2,7 @@
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body">
<h3 class="m-t-none m-b "><span><vc:i18n name="添加小区公开" namespace="addCommunityPublicity"></vc:i18n></span></h3>
<h3 class="m-t-none m-b "><span><vc:i18n name="添加项目公开" namespace="addCommunityPublicity"></vc:i18n></span></h3>
<div class="ibox-content">
<div>
<div>
......@@ -17,7 +17,7 @@
<div class="col-sm-10">
<select class="custom-select" v-model="addCommunityPublicityInfo.pubType">
<option selected disabled value="">{{vc.i18n('必填,请选择公示类型','addCommunityPublicity')}}</option>
<option value="10001">{{vc.i18n('小区文化','addCommunityPublicity')}}</option>
<option value="10001">{{vc.i18n('项目文化','addCommunityPublicity')}}</option>
<option value="10002">{{vc.i18n('其他','addCommunityPublicity')}}</option>
</select> </div>
</div>
......
......@@ -8,7 +8,7 @@
</button>
</div>
<div class="modal-body">
<tr align="center"><th><span><vc:i18n name="确定删除小区公开" namespace="deleteCommunityPublicity"></vc:i18n></span></th></tr>
<tr align="center"><th><span><vc:i18n name="确定删除项目公开" namespace="deleteCommunityPublicity"></vc:i18n></span></th></tr>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal" v-on:click="closeDeleteCommunityPublicityModel()"><span><vc:i18n name="点错了"></vc:i18n></span></button>
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function(vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
......@@ -21,7 +21,7 @@
<option value="building_room_attr">{{vc.i18n('房屋属性','addAttrSpec')}}</option>
<option value="building_owner_attr">{{vc.i18n('业主属性','addAttrSpec')}}</option>
<option value="building_community_attr">
{{vc.i18n('小区属性','addAttrSpec')}}
{{vc.i18n('项目属性','addAttrSpec')}}
</option>
<option value="machine_attr">{{vc.i18n('设备属性','addAttrSpec')}}</option>
<option value="parking_area_attr">{{vc.i18n('停车场属性','addAttrSpec')}}</option>
......
......@@ -12,7 +12,7 @@
</div>
<div class="modal-body">
<li style="color: red;">
<span><vc:i18n name="请慎重操作" namespace="chooseinitializeCommunity"></vc:i18n></span>,此操作将清空所有【{{chooseinitializeCommunityInfo.communityName}}】小区数据,小区编码为【{{chooseinitializeCommunityInfo.communityId}}】。谨慎期间,请再次跟相关人员核实确认!
<span><vc:i18n name="请慎重操作" namespace="chooseinitializeCommunity"></vc:i18n></span>,此操作将清空所有【{{chooseinitializeCommunityInfo.communityName}}】项目数据,项目编码为【{{chooseinitializeCommunityInfo.communityId}}】。谨慎期间,请再次跟相关人员核实确认!
</li>
</br>
<input :placeholder="vc.i18n('请输入开发者密码','chooseinitializeCommunity')" type="text"
......
......@@ -21,7 +21,7 @@
<option value="building_room_attr">{{vc.i18n('房屋属性','editAttrSpec')}}</option>
<option value="building_owner_attr">{{vc.i18n('业主属性','editAttrSpec')}}</option>
<option value="building_community_attr">
{{vc.i18n('小区属性','editAttrSpec')}}
{{vc.i18n('项目属性','editAttrSpec')}}
</option>
<option value="machine_attr">{{vc.i18n('设备属性','editAttrSpec')}}</option>
<option value="parking_area_attr">{{vc.i18n('停车场属性','editAttrSpec')}}</option>
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function(vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
......@@ -58,7 +58,7 @@
'roomsImportTempFeeInfo.communityId': [{
limit: "required",
param: "",
errInfo: "数据异常还没有入驻小区"
errInfo: "数据异常还没有入驻项目"
}],
'roomsImportTempFeeInfo.feeTypeCd': [{
limit: "required",
......
......@@ -4,7 +4,7 @@
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="addRoleCommunityModelLabel">
<span><vc:i18n name="小区" namespace="addRoleCommunity"></vc:i18n></span>
<span><vc:i18n name="项目" namespace="addRoleCommunity"></vc:i18n></span>
</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
......@@ -18,7 +18,7 @@
<div class="col-sm-7 m-b-xs"></div>
<div class="col-sm-5">
<div class="input-group">
<input :placeholder="vc.i18n('输入小区名称','addRoleCommunity')" type="text"
<input :placeholder="vc.i18n('输入项目名称','addRoleCommunity')" type="text"
v-model="addRoleCommunityInfo.communityName"
class="form-control form-control-sm">
<span class="input-group-append">
......@@ -39,13 +39,13 @@
id="quan">
</th>
<th class="text-center">
<span><vc:i18n name="小区" namespace="addRoleCommunity"></vc:i18n></span>ID
<span><vc:i18n name="项目" namespace="addRoleCommunity"></vc:i18n></span>ID
</th>
<th class="text-center">
<span><vc:i18n name="小区名称" namespace="addRoleCommunity"></vc:i18n></span>
<span><vc:i18n name="项目名称" namespace="addRoleCommunity"></vc:i18n></span>
</th>
<th class="text-center">
<span><vc:i18n name="小区地址" namespace="addRoleCommunity"></vc:i18n></span>
<span><vc:i18n name="项目地址" namespace="addRoleCommunity"></vc:i18n></span>
</th>
</tr>
</thead>
......
......@@ -69,7 +69,7 @@
var _selectCommunitys = vc.component.addRoleCommunityInfo.selectCommunitys;
var _tmpCommunitys = vc.component.addRoleCommunityInfo.communitys;
if (_selectCommunitys.length < 1) {
vc.toast("请选择小区");
vc.toast("请选择项目");
return;
}
var _communitys = [];
......
......@@ -74,7 +74,7 @@
var _selectStaffs = vc.component.addRoleStaffInfo.selectStaffs;
var _tmpStaffs = vc.component.addRoleStaffInfo.staffs;
if (_selectStaffs.length < 1) {
vc.toast("请选择小区");
vc.toast("请选择项目");
return;
}
let _staffs = [];
......
/**
入驻小区
入驻项目
**/
(function(vc) {
vc.extends({
......
/**
入驻小区
入驻项目
**/
(function(vc) {
vc.extends({
......
......@@ -5,7 +5,7 @@
<script type="text/javascript">
console.log('############################################################');
console.log('# HC小区项目开源于https://gitee.com/wuxw7/MicroCommunity #');
console.log('# HC项目项目开源于https://gitee.com/wuxw7/MicroCommunity #');
console.log('# HC智慧家园项目开源于https://gitee.com/wuxw7/MicroCommunity #');
console.log('# 开源不易,请star #');
console.log('# 官网:http://www.homecommunity.cn/ #');
......
console.log('############################################################');
console.log('# HC小区项目开源于https://gitee.com/wuxw7/MicroCommunity #');
console.log('# HC项目项目开源于https://gitee.com/wuxw7/MicroCommunity #');
console.log('# HC智慧家园项目开源于https://gitee.com/wuxw7/MicroCommunity #');
console.log('# 开源不易,请star #');
console.log('# 官网:http://www.homecommunity.cn/ #');
......
/**
入驻小区
入驻项目
**/
(function (vc) {
vc.extends({
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
/**
入驻小区
入驻项目
**/
(function(vc) {
var DEFAULT_PAGE = 1;
......
......@@ -58,10 +58,10 @@
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">
<span><vc:i18n name='默认小区编号' namespace='editSystemInfo'></vc:i18n></span>
<span><vc:i18n name='默认项目编号' namespace='editSystemInfo'></vc:i18n></span>
</label>
<div class="col-sm-10">
<input v-model="editSystemInfoInfo.defaultCommunityId" type="text" :placeholder="vc.i18n('必填,请填写默认小区编号','editSystemInfo')" class="form-control">
<input v-model="editSystemInfoInfo.defaultCommunityId" type="text" :placeholder="vc.i18n('必填,请填写默认项目编号','editSystemInfo')" class="form-control">
</div>
</div>
<div class="form-group row">
......
......@@ -99,7 +99,7 @@
'editSystemInfoInfo.defaultCommunityId': [{
limit: "required",
param: "",
errInfo: "默认小区编号不能为空"
errInfo: "默认项目编号不能为空"
}],
'editSystemInfoInfo.ownerTitle': [{
limit: "required",
......
......@@ -30,7 +30,7 @@
vc.setCurrentCommunity(_communityInfos[0]);
vc.setCommunitys(_communityInfos);
} else {
vc.toast('运营团队未分配小区,请联系运营团队');
vc.toast('运营团队未分配项目,请联系运营团队');
return;
}
vc.jumpToPage(_param.url);
......
......@@ -121,7 +121,7 @@
//说明缓存中没有数据
//发送get请求
/**
[{community:"123123",name:"测试1小区"},{community:"223123",name:"测试2小区"}]
[{community:"123123",name:"测试1项目"},{community:"223123",name:"测试2项目"}]
**/
let param = {
params: {
......@@ -137,14 +137,14 @@
vm.nav.communityInfos = JSON.parse(json).communitys;
if (vm.nav.communityInfos == null || vm.nav.communityInfos.length == 0) {
vm.nav._currentCommunity = {
name: "还没有入驻小区"
name: "还没有入驻项目"
};
return;
}
vm.nav._currentCommunity = vm.nav.communityInfos[0];
vc.setCurrentCommunity(vm.nav._currentCommunity);
vc.setCommunitys(vm.nav.communityInfos);
//对首页做特殊处理,因为首页在加载数据时还没有小区信息 会报错
//对首页做特殊处理,因为首页在加载数据时还没有项目信息 会报错
if (vm.nav.communityInfos != null && vm.nav.communityInfos.length > 0) {
vc.emit("indexContext", "_queryIndexContextData", {});
vc.emit("indexArrears", "_listArrearsData", {});
......
......@@ -126,7 +126,7 @@
//说明缓存中没有数据
//发送get请求
/**
[{community:"123123",name:"测试1小区"},{community:"223123",name:"测试2小区"}]
[{community:"123123",name:"测试1项目"},{community:"223123",name:"测试2项目"}]
**/
let param = {
params: {
......@@ -143,14 +143,14 @@
vm.nav.communityInfos = JSON.parse(json).communitys;
if (vm.nav.communityInfos == null || vm.nav.communityInfos.length == 0) {
vm.nav._currentCommunity = {
name: "还没有入驻小区"
name: "还没有入驻项目"
};
return;
}
vm.nav._currentCommunity = vm.nav.communityInfos[0];
vc.setCurrentCommunity(vm.nav._currentCommunity);
vc.setCommunitys(vm.nav.communityInfos);
//对首页做特殊处理,因为首页在加载数据时还没有小区信息 会报错
//对首页做特殊处理,因为首页在加载数据时还没有项目信息 会报错
if (vm.nav.communityInfos != null && vm.nav.communityInfos.length > 0) {
vc.emit("indexContext", "_queryIndexContextData", {});
vc.emit("indexArrears", "_listArrearsData", {});
......
/**
入驻小区
入驻项目
**/
(function (vc) {
vc.extends({
......
/**
入驻小区
入驻项目
**/
(function(vc) {
vc.extends({
......
/**
入驻小区
入驻项目
**/
(function (vc) {
vc.extends({
......
<div class=" margin-top">
<div class="text-left">
<button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddRoleCommunityModal()">
<span><vc:i18n name="关联小区"></vc:i18n></span>
<span><vc:i18n name="关联项目"></vc:i18n></span>
</button>
</div>
<table class="footable table table-stripped toggle-arrow-tiny margin-top" data-page-size="15">
<thead>
<tr>
<th class="text-center">
<span><vc:i18n name="小区编号" namespace="roleCommunity"></vc:i18n></span>
<span><vc:i18n name="项目编号" namespace="roleCommunity"></vc:i18n></span>
</th>
<th class="text-center">
<span><vc:i18n name="小区名称" namespace="roleCommunity"></vc:i18n></span>
<span><vc:i18n name="项目名称" namespace="roleCommunity"></vc:i18n></span>
</th>
<th class="text-center">
<span><vc:i18n name="操作" namespace="roleCommunity"></vc:i18n></span>
......
/**
入驻小区
入驻项目
**/
(function (vc) {
var DEFAULT_PAGE = 1;
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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