Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
f30165c9
Commit
f30165c9
authored
Jul 02, 2019
by
frank.xa.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed org -- frank
parent
da552a57
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
562 additions
and
29 deletions
+562
-29
RegionMapper.xml
.../src/main/resources/pwc/taxtech/atms/dao/RegionMapper.xml
+402
-0
DimensionValueOrgExtendsMapper.xml
...xtech/atms/dao/extends/DimensionValueOrgExtendsMapper.xml
+118
-0
app.js
atms-web/src/main/webapp/Scripts/app.js
+9
-9
organization-list-view.ctrl.js
...cture/organizationListView/organization-list-view.ctrl.js
+4
-3
organization-list-view.html
...tructure/organizationListView/organization-list-view.html
+9
-10
organization-list-view.less
...tructure/organizationListView/organization-list-view.less
+13
-0
organization-manage.html
...nfrastructure/organizationManage/organization-manage.html
+0
-0
organization-view-infrastructure.ctrl.js
...ewInfrastructure/organization-view-infrastructure.ctrl.js
+1
-1
edit-organization-modal.ctrl.js
...s/edit-organization-modal/edit-organization-modal.ctrl.js
+6
-6
No files found.
atms-dao/src/main/resources/pwc/taxtech/atms/dao/RegionMapper.xml
0 → 100644
View file @
f30165c9
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"pwc.taxtech.atms.dao.RegionMapper"
>
<resultMap
id=
"BaseResultMap"
type=
"pwc.taxtech.atms.entity.Region"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
<id
column=
"id"
jdbcType=
"VARCHAR"
property=
"id"
/>
<result
column=
"parent_id"
jdbcType=
"VARCHAR"
property=
"parentId"
/>
<result
column=
"name"
jdbcType=
"VARCHAR"
property=
"name"
/>
<result
column=
"short_name"
jdbcType=
"VARCHAR"
property=
"shortName"
/>
<result
column=
"merger_name"
jdbcType=
"VARCHAR"
property=
"mergerName"
/>
<result
column=
"level_type"
jdbcType=
"INTEGER"
property=
"levelType"
/>
<result
column=
"tel_code"
jdbcType=
"VARCHAR"
property=
"telCode"
/>
<result
column=
"zip_code"
jdbcType=
"VARCHAR"
property=
"zipCode"
/>
<result
column=
"pin_yin"
jdbcType=
"VARCHAR"
property=
"pinYin"
/>
<result
column=
"longitude"
jdbcType=
"REAL"
property=
"longitude"
/>
<result
column=
"latitude"
jdbcType=
"REAL"
property=
"latitude"
/>
<result
column=
"is_active"
jdbcType=
"BIT"
property=
"isActive"
/>
</resultMap>
<sql
id=
"Example_Where_Clause"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
<where>
<foreach
collection=
"oredCriteria"
item=
"criteria"
separator=
"or"
>
<if
test=
"criteria.valid"
>
<trim
prefix=
"("
prefixOverrides=
"and"
suffix=
")"
>
<foreach
collection=
"criteria.criteria"
item=
"criterion"
>
<choose>
<when
test=
"criterion.noValue"
>
and ${criterion.condition}
</when>
<when
test=
"criterion.singleValue"
>
and ${criterion.condition} #{criterion.value}
</when>
<when
test=
"criterion.betweenValue"
>
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
</when>
<when
test=
"criterion.listValue"
>
and ${criterion.condition}
<foreach
close=
")"
collection=
"criterion.value"
item=
"listItem"
open=
"("
separator=
","
>
#{listItem}
</foreach>
</when>
</choose>
</foreach>
</trim>
</if>
</foreach>
</where>
</sql>
<sql
id=
"Update_By_Example_Where_Clause"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
<where>
<foreach
collection=
"example.oredCriteria"
item=
"criteria"
separator=
"or"
>
<if
test=
"criteria.valid"
>
<trim
prefix=
"("
prefixOverrides=
"and"
suffix=
")"
>
<foreach
collection=
"criteria.criteria"
item=
"criterion"
>
<choose>
<when
test=
"criterion.noValue"
>
and ${criterion.condition}
</when>
<when
test=
"criterion.singleValue"
>
and ${criterion.condition} #{criterion.value}
</when>
<when
test=
"criterion.betweenValue"
>
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
</when>
<when
test=
"criterion.listValue"
>
and ${criterion.condition}
<foreach
close=
")"
collection=
"criterion.value"
item=
"listItem"
open=
"("
separator=
","
>
#{listItem}
</foreach>
</when>
</choose>
</foreach>
</trim>
</if>
</foreach>
</where>
</sql>
<sql
id=
"Base_Column_List"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
id, parent_id, name, short_name, merger_name, level_type, tel_code, zip_code, pin_yin,
longitude, latitude, is_active
</sql>
<select
id=
"selectByExample"
parameterType=
"pwc.taxtech.atms.entity.RegionExample"
resultMap=
"BaseResultMap"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
select
<if
test=
"distinct"
>
distinct
</if>
<include
refid=
"Base_Column_List"
/>
from region
<if
test=
"_parameter != null"
>
<include
refid=
"Example_Where_Clause"
/>
</if>
<if
test=
"orderByClause != null"
>
order by ${orderByClause}
</if>
</select>
<select
id=
"selectByPrimaryKey"
parameterType=
"java.lang.String"
resultMap=
"BaseResultMap"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
select
<include
refid=
"Base_Column_List"
/>
from region
where id = #{id,jdbcType=VARCHAR}
</select>
<delete
id=
"deleteByPrimaryKey"
parameterType=
"java.lang.String"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
delete from region
where id = #{id,jdbcType=VARCHAR}
</delete>
<delete
id=
"deleteByExample"
parameterType=
"pwc.taxtech.atms.entity.RegionExample"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
delete from region
<if
test=
"_parameter != null"
>
<include
refid=
"Example_Where_Clause"
/>
</if>
</delete>
<insert
id=
"insert"
parameterType=
"pwc.taxtech.atms.entity.Region"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
insert into region (id, parent_id, name,
short_name, merger_name, level_type,
tel_code, zip_code, pin_yin,
longitude, latitude, is_active
)
values (#{id,jdbcType=VARCHAR}, #{parentId,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
#{shortName,jdbcType=VARCHAR}, #{mergerName,jdbcType=VARCHAR}, #{levelType,jdbcType=INTEGER},
#{telCode,jdbcType=VARCHAR}, #{zipCode,jdbcType=VARCHAR}, #{pinYin,jdbcType=VARCHAR},
#{longitude,jdbcType=REAL}, #{latitude,jdbcType=REAL}, #{isActive,jdbcType=BIT}
)
</insert>
<insert
id=
"insertSelective"
parameterType=
"pwc.taxtech.atms.entity.Region"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
insert into region
<trim
prefix=
"("
suffix=
")"
suffixOverrides=
","
>
<if
test=
"id != null"
>
id,
</if>
<if
test=
"parentId != null"
>
parent_id,
</if>
<if
test=
"name != null"
>
name,
</if>
<if
test=
"shortName != null"
>
short_name,
</if>
<if
test=
"mergerName != null"
>
merger_name,
</if>
<if
test=
"levelType != null"
>
level_type,
</if>
<if
test=
"telCode != null"
>
tel_code,
</if>
<if
test=
"zipCode != null"
>
zip_code,
</if>
<if
test=
"pinYin != null"
>
pin_yin,
</if>
<if
test=
"longitude != null"
>
longitude,
</if>
<if
test=
"latitude != null"
>
latitude,
</if>
<if
test=
"isActive != null"
>
is_active,
</if>
</trim>
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
<if
test=
"id != null"
>
#{id,jdbcType=VARCHAR},
</if>
<if
test=
"parentId != null"
>
#{parentId,jdbcType=VARCHAR},
</if>
<if
test=
"name != null"
>
#{name,jdbcType=VARCHAR},
</if>
<if
test=
"shortName != null"
>
#{shortName,jdbcType=VARCHAR},
</if>
<if
test=
"mergerName != null"
>
#{mergerName,jdbcType=VARCHAR},
</if>
<if
test=
"levelType != null"
>
#{levelType,jdbcType=INTEGER},
</if>
<if
test=
"telCode != null"
>
#{telCode,jdbcType=VARCHAR},
</if>
<if
test=
"zipCode != null"
>
#{zipCode,jdbcType=VARCHAR},
</if>
<if
test=
"pinYin != null"
>
#{pinYin,jdbcType=VARCHAR},
</if>
<if
test=
"longitude != null"
>
#{longitude,jdbcType=REAL},
</if>
<if
test=
"latitude != null"
>
#{latitude,jdbcType=REAL},
</if>
<if
test=
"isActive != null"
>
#{isActive,jdbcType=BIT},
</if>
</trim>
</insert>
<select
id=
"countByExample"
parameterType=
"pwc.taxtech.atms.entity.RegionExample"
resultType=
"java.lang.Long"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
select count(*) from region
<if
test=
"_parameter != null"
>
<include
refid=
"Example_Where_Clause"
/>
</if>
</select>
<update
id=
"updateByExampleSelective"
parameterType=
"map"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
update region
<set>
<if
test=
"record.id != null"
>
id = #{record.id,jdbcType=VARCHAR},
</if>
<if
test=
"record.parentId != null"
>
parent_id = #{record.parentId,jdbcType=VARCHAR},
</if>
<if
test=
"record.name != null"
>
name = #{record.name,jdbcType=VARCHAR},
</if>
<if
test=
"record.shortName != null"
>
short_name = #{record.shortName,jdbcType=VARCHAR},
</if>
<if
test=
"record.mergerName != null"
>
merger_name = #{record.mergerName,jdbcType=VARCHAR},
</if>
<if
test=
"record.levelType != null"
>
level_type = #{record.levelType,jdbcType=INTEGER},
</if>
<if
test=
"record.telCode != null"
>
tel_code = #{record.telCode,jdbcType=VARCHAR},
</if>
<if
test=
"record.zipCode != null"
>
zip_code = #{record.zipCode,jdbcType=VARCHAR},
</if>
<if
test=
"record.pinYin != null"
>
pin_yin = #{record.pinYin,jdbcType=VARCHAR},
</if>
<if
test=
"record.longitude != null"
>
longitude = #{record.longitude,jdbcType=REAL},
</if>
<if
test=
"record.latitude != null"
>
latitude = #{record.latitude,jdbcType=REAL},
</if>
<if
test=
"record.isActive != null"
>
is_active = #{record.isActive,jdbcType=BIT},
</if>
</set>
<if
test=
"_parameter != null"
>
<include
refid=
"Update_By_Example_Where_Clause"
/>
</if>
</update>
<update
id=
"updateByExample"
parameterType=
"map"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
update region
set id = #{record.id,jdbcType=VARCHAR},
parent_id = #{record.parentId,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
short_name = #{record.shortName,jdbcType=VARCHAR},
merger_name = #{record.mergerName,jdbcType=VARCHAR},
level_type = #{record.levelType,jdbcType=INTEGER},
tel_code = #{record.telCode,jdbcType=VARCHAR},
zip_code = #{record.zipCode,jdbcType=VARCHAR},
pin_yin = #{record.pinYin,jdbcType=VARCHAR},
longitude = #{record.longitude,jdbcType=REAL},
latitude = #{record.latitude,jdbcType=REAL},
is_active = #{record.isActive,jdbcType=BIT}
<if
test=
"_parameter != null"
>
<include
refid=
"Update_By_Example_Where_Clause"
/>
</if>
</update>
<update
id=
"updateByPrimaryKeySelective"
parameterType=
"pwc.taxtech.atms.entity.Region"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
update region
<set>
<if
test=
"parentId != null"
>
parent_id = #{parentId,jdbcType=VARCHAR},
</if>
<if
test=
"name != null"
>
name = #{name,jdbcType=VARCHAR},
</if>
<if
test=
"shortName != null"
>
short_name = #{shortName,jdbcType=VARCHAR},
</if>
<if
test=
"mergerName != null"
>
merger_name = #{mergerName,jdbcType=VARCHAR},
</if>
<if
test=
"levelType != null"
>
level_type = #{levelType,jdbcType=INTEGER},
</if>
<if
test=
"telCode != null"
>
tel_code = #{telCode,jdbcType=VARCHAR},
</if>
<if
test=
"zipCode != null"
>
zip_code = #{zipCode,jdbcType=VARCHAR},
</if>
<if
test=
"pinYin != null"
>
pin_yin = #{pinYin,jdbcType=VARCHAR},
</if>
<if
test=
"longitude != null"
>
longitude = #{longitude,jdbcType=REAL},
</if>
<if
test=
"latitude != null"
>
latitude = #{latitude,jdbcType=REAL},
</if>
<if
test=
"isActive != null"
>
is_active = #{isActive,jdbcType=BIT},
</if>
</set>
where id = #{id,jdbcType=VARCHAR}
</update>
<update
id=
"updateByPrimaryKey"
parameterType=
"pwc.taxtech.atms.entity.Region"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
update region
set parent_id = #{parentId,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
short_name = #{shortName,jdbcType=VARCHAR},
merger_name = #{mergerName,jdbcType=VARCHAR},
level_type = #{levelType,jdbcType=INTEGER},
tel_code = #{telCode,jdbcType=VARCHAR},
zip_code = #{zipCode,jdbcType=VARCHAR},
pin_yin = #{pinYin,jdbcType=VARCHAR},
longitude = #{longitude,jdbcType=REAL},
latitude = #{latitude,jdbcType=REAL},
is_active = #{isActive,jdbcType=BIT}
where id = #{id,jdbcType=VARCHAR}
</update>
<select
id=
"selectByExampleWithRowbounds"
parameterType=
"pwc.taxtech.atms.entity.RegionExample"
resultMap=
"BaseResultMap"
>
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
-->
select
<if
test=
"distinct"
>
distinct
</if>
<include
refid=
"Base_Column_List"
/>
from region
<if
test=
"_parameter != null"
>
<include
refid=
"Example_Where_Clause"
/>
</if>
<if
test=
"orderByClause != null"
>
order by ${orderByClause}
</if>
</select>
</mapper>
\ No newline at end of file
atms-dao/src/main/resources/pwc/taxtech/atms/dao/extends/DimensionValueOrgExtendsMapper.xml
0 → 100644
View file @
f30165c9
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"pwc.taxtech.atms.dao.DimensionValueOrgMapper"
>
<resultMap
id=
"UnionDimensionValueOrg"
type=
"pwc.taxtech.atms.dto.dimension.UnionDimensionValueOrg"
>
<id
column=
"ID"
jdbcType=
"VARCHAR"
property=
"id"
/>
<result
column=
"DIMENSION_VALUE_ID"
jdbcType=
"VARCHAR"
property=
"dimensionValueId"
/>
<result
column=
"ORGANIZATION_ID"
jdbcType=
"VARCHAR"
property=
"organizationId"
/>
<result
column=
"DIMENSION_ID"
jdbcType=
"VARCHAR"
property=
"dimensionId"
/>
<result
column=
"DIMENSION_VALUE_NAME"
jdbcType=
"VARCHAR"
property=
"dimensionValueName"
/>
</resultMap>
<select
id=
"selectUnionDimensionValueOrgByDimension"
parameterType=
"pwc.taxtech.atms.dto.DimensionParamDto"
resultMap=
"UnionDimensionValueOrg"
>
SELECT
*
FROM
(
SELECT
#{organizationStructureId} AS ID,
structure_id AS DIMENSION_VALUE_ID,
id AS ORGANIZATION_ID
FROM
organization
UNION
SELECT
#{businessUnitId} AS ID,
business_unit_id AS DIMENSION_VALUE_ID,
id AS ORGANIZATION_ID
FROM
organization
UNION
SELECT
#{areaId} AS ID,
area_id AS DIMENSION_VALUE_ID,
id AS ORGANIZATION_ID
FROM
organization
UNION
SELECT
id as ID,
dimension_value_id as DimensionValueID,
organization_id as OrganizationID
FROM
dimension_value_org
)
Q
JOIN
(
SELECT
id AS DIMENSION_VALUE_ID,
name AS DIMENSION_VALUE_NAME,
is_active AS IS_ACTIVE,
#{organizationStructureId} AS DIMENSION_ID,
create_time AS CREATE_TIME,
update_time AS UPDATE_TIME
FROM
organization_structure
WHERE
is_active=1
UNION
SELECT
id AS DIMENSION_VALUE_ID,
name AS DIMENSION_VALUE_NAME,
is_active AS IS_ACTIVE,
#{businessUnitId} AS DIMENSION_ID,
create_time AS CREATE_TIME,
update_time AS UPDATE_TIME
FROM
business_unit
WHERE
is_active=1
UNION
SELECT
id AS DIMENSION_VALUE_ID,
name AS DIMENSION_VALUE_NAME,
is_active AS IS_ACTIVE,
#{areaId} AS DIMENSION_ID,
SYSDATE() AS CREATE_TIME,
SYSDATE() AS UPDATE_TIME
FROM
area
WHERE
is_active=1
UNION
SELECT
id AS DIMENSION_VALUE_ID,
name AS DIMENSION_VALUE_NAME,
is_active AS IS_ACTIVE,
dimension_id AS DIMENSION_ID,
create_time AS CREATE_TIME,
update_time AS UPDATE_TIME
FROM
dimension_value
WHERE
is_active=1
)
P
ON
P.dimension_value_id = Q.dimension_value_id
JOIN
dimension R
ON
R.is_active = 1
AND P.dimension_id = R.id
</select>
</mapper>
\ No newline at end of file
atms-web/src/main/webapp/Scripts/app.js
View file @
f30165c9
...
...
@@ -360,15 +360,15 @@ var app = angular.module('app', ['ui.tree', 'ui.bootstrap', 'ui.bootstrap.tpls',
};
$rootScope
.
changeLanguage
(
region
);
waterMark
({
systemId
:
'2500'
,
//当前用户ID
userId
:
loginContext
.
localName
,
textStyle
:
'rgba(0,0,0,0.05)'
,
imgHeightDis
:
230
,
imgWidthDis
:
230
,
containerEl
:
document
.
querySelector
(
'body'
)
});
//
waterMark({
//
systemId: '2500',
//
//当前用户ID
//
userId: loginContext.localName,
//
textStyle: 'rgba(0,0,0,0.05)',
//
imgHeightDis: 230,
//
imgWidthDis: 230,
//
containerEl: document.querySelector('body')
//
});
// publish unbeforeunload event to child scopes
$scope
.
onbeforeunload
=
function
()
{
...
...
atms-web/src/main/webapp/app/admin/infrastructure/organizationListView/organization-list-view.ctrl.js
View file @
f30165c9
...
...
@@ -313,7 +313,8 @@
$log
.
error
(
e
);
}
}
},
{
},
{
dataField
:
"code"
,
allowHeaderFiltering
:
false
,
caption
:
$translate
.
instant
(
'OrganizationCode'
)
...
...
@@ -780,7 +781,7 @@
}
],
masterDetail
:
{
enabled
:
tru
e
,
enabled
:
fals
e
,
template
:
"detail"
},
onContentReady
:
function
(
e
)
{
...
...
@@ -826,7 +827,7 @@
cancel
:
$translate
.
instant
(
'Cancel'
),
ok
:
$translate
.
instant
(
'Confirm'
),
emptyValue
:
$translate
.
instant
(
'Empty'
),
selectAllText
:
$translate
.
instant
(
'SelectAll'
)
,
selectAllText
:
$translate
.
instant
(
'SelectAll'
)
}
}
//columnHidingEnabled: true, //自定义显示列
...
...
atms-web/src/main/webapp/app/admin/infrastructure/organizationListView/organization-list-view.html
View file @
f30165c9
...
...
@@ -52,21 +52,20 @@
</div>
<div
class=
"user-grid"
style=
"margin-top: 10px;"
>
<span
style=
"margin-left:30px; position: absolute;left: 249px;top: 132px;z-index: 999;"
>
{{'TotalHave'| translate}}
<span
style=
"color:red; padding:0px 2px
"
>
{{totalCount}}
</span>
{{'Records'| translate}}
</span>
<span
class=
"totalHave"
>
{{'TotalHave'| translate}}
<span
class=
"totalCount
"
>
{{totalCount}}
</span>
{{'Records'| translate}}
</span>
<div
class=
"dx-viewport grid-container"
>
<div
id=
"orgGridContainer"
dx-data-grid=
"orgUserGridOptions"
dx-item-alias=
"orgInfo"
style=
"margin-top: -9px;"
>
<
div
data-options=
"dxTemplate: {name: 'detail'}"
>
<
div
dx-data-grid=
"getDetailGridSettings(orgInfo)"
></div
>
<
/div
>
<
!--<div data-options="dxTemplate: {name: 'detail'}">--
>
<
!--<div dx-data-grid="getDetailGridSettings(orgInfo)"></div>--
>
<
!--</div>--
>
</div>
<!--分页栏 方便搜索机构,前台分页-->
<!--<div class="form-group page-form-group">
<
div class="page-footer"
>
<
ack-pagination page-options="pagingOptions" refresh-table="pagingService.refreshOrgDataGrid()" hide-page-size-selector="true"></ack-pagination
>
<
/div
>
</div>-->
<!--<div class="form-group page-form-group">
-->
<
!--<div class="page-footer">--
>
<
!--<ack-pagination page-options="pagingOptions" refresh-table="pagingService.refreshOrgDataGrid()" hide-page-size-selector="true"></ack-pagination>--
>
<
!--</div>--
>
<
!--<
/div>-->
</div>
</div>
</div>
...
...
atms-web/src/main/webapp/app/admin/infrastructure/organizationListView/organization-list-view.less
View file @
f30165c9
...
...
@@ -94,6 +94,19 @@
border-radius: 5px;*/
margin-bottom: 6px;
.totalHave{
margin-left:30px;
position: absolute;
left: 249px;
top: 132px;
z-index: 999;
}
.totalCount{
color:red;
padding:0px 2px;
}
.master-detail-caption {
padding: 0 0 5px 10px;
font-size: 14px;
...
...
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.html
View file @
f30165c9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
atms-web/src/main/webapp/app/admin/infrastructure/organizationViewInfrastructure/organization-view-infrastructure.ctrl.js
View file @
f30165c9
...
...
@@ -54,7 +54,7 @@
id
:
i
,
color
:
tabColor
[
row
.
dimensionType
],
isEdit
:
true
,
data
:
row
,
data
:
row
};
// 变成灰色
...
...
atms-web/src/main/webapp/app/common/controls/edit-organization-modal/edit-organization-modal.ctrl.js
View file @
f30165c9
...
...
@@ -69,11 +69,11 @@ controller('editOrganizationModalController', ['$scope', '$log', '$translate', '
}
$scope
.
orgAccountList
=
[];
//
$scope.orgAccountList = [];
$scope
.
serviceList
=
[];
$scope
.
isCheckedServiceList
=
[];
$scope
.
OrgAccountRowIndex
=
1
;
$scope
.
newOrgAccountRow
();
//
$scope.OrgAccountRowIndex = 1;
//
$scope.newOrgAccountRow();
$scope
.
selfDimensionModel
=
getAddOrgSetDimension
();
// initIsCheckedServiceList();
...
...
@@ -895,13 +895,13 @@ controller('editOrganizationModalController', ['$scope', '$log', '$translate', '
// 添加一行账套设置
$scope
.
newOrgAccountRow
=
function
()
{
var
index
=
$scope
.
OrgAccountRowIndex
;
var
enterpriseAccountSetList
=
copyArray
(
$scope
.
enterpriseAccountSetList
);
//
var enterpriseAccountSetList = copyArray($scope.enterpriseAccountSetList);
var
d
=
new
Date
();
var
now
=
d
.
formatDateTime
(
'yyyy-MM'
);
var
row
=
{
enterpriseAccountSetList
:
enterpriseAccountSetList
,
enterpriseAccountSetSelect
:
null
,
//
enterpriseAccountSetList: enterpriseAccountSetList,
//
enterpriseAccountSetSelect: null,
startDate
:
null
,
endDate
:
null
,
fromID
:
'orgFrom'
+
index
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment