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
d978f2c9
Commit
d978f2c9
authored
Nov 02, 2018
by
sherlock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xxfp\去掉导出按钮
parent
c0d2b961
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
12 deletions
+6
-12
FunctionBase.java
.../atms/vat/service/impl/report/functions/FunctionBase.java
+1
-1
XXFP.java
.../taxtech/atms/vat/service/impl/report/functions/XXFP.java
+3
-0
applicationContext.xml
atms-api/src/main/resources/applicationContext.xml
+1
-1
OutputInvoiceExtendsMapper.xml
...xtech/atms/invoice/extends/OutputInvoiceExtendsMapper.xml
+0
-0
business-unit.html
...dmin/basicData/masterData/businessUnit/business-unit.html
+0
-1
organization-list-view.html
...tructure/organizationListView/organization-list-view.html
+1
-4
organization-manage.html
...nfrastructure/organizationManage/organization-manage.html
+0
-5
No files found.
atms-api/src/main/java/pwc/taxtech/atms/vat/service/impl/report/functions/FunctionBase.java
View file @
d978f2c9
...
...
@@ -119,7 +119,7 @@ public class FunctionBase {
dataSource
.
setId
(
dataSourceId
);
dataSource
.
setType
(
FormulaDataSourceType
.
Report
.
getCode
());
dataSource
.
setName
(
"ReportDataSource"
);
dataSource
.
setAmount
(
val
);
dataSource
.
setAmount
(
val
.
setScale
(
0
,
BigDecimal
.
ROUND_HALF_DOWN
)
);
dataSource
.
setDescription
(
"描述"
);
dataSource
.
setCreateBy
(
"Admin"
);
dataSource
.
setUpdateBy
(
"Admin"
);
...
...
atms-api/src/main/java/pwc/taxtech/atms/vat/service/impl/report/functions/XXFP.java
View file @
d978f2c9
...
...
@@ -140,6 +140,9 @@ public class XXFP extends FunctionBase implements FreeRefFunction {
}
private
int
getPeriodFromDate
(
String
dateStr
){
if
(
StringUtils
.
isBlank
(
dateStr
)){
return
-
1
;
}
Date
date
=
DateUtils
.
strToDate
(
dateStr
);
Calendar
cal
=
Calendar
.
getInstance
();
cal
.
setTime
(
date
);
...
...
atms-api/src/main/resources/applicationContext.xml
View file @
d978f2c9
...
...
@@ -43,7 +43,7 @@
<bean
id=
"sqlSessionFactory2"
class=
"org.mybatis.spring.SqlSessionFactoryBean"
>
<property
name=
"dataSource"
ref=
"datasource2"
/>
<property
name=
"configLocation"
value=
"classpath:sqlMapConfig.xml"
/>
<property
name=
"mapperLocations"
value=
"classpath*:pwc/taxtech/atms/
invoice
/*Mapper.xml"
/>
<property
name=
"mapperLocations"
value=
"classpath*:pwc/taxtech/atms/
**
/*Mapper.xml"
/>
</bean>
<bean
id=
"sqlSessionFactory"
class=
"org.mybatis.spring.SqlSessionFactoryBean"
>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/invoice/extends/OutputInvoiceExtendsMapper.xml
View file @
d978f2c9
This diff is collapsed.
Click to expand it.
atms-web/src/main/webapp/app/admin/basicData/masterData/businessUnit/business-unit.html
View file @
d978f2c9
...
...
@@ -8,7 +8,6 @@
permission-code=
"{{$root.adminPermission.basicData.businessUnit.editCode}}"
>
<i
class=
" material-icons"
>
add_circle_outline
</i>
<span
translate=
"BusinessUnitAddNew"
></span>
</button>
<export-button
style=
"float: right; margin-right: 15px; margin-top: 9px;"
><export-button>
</div>
<div
class=
"list-container"
>
...
...
atms-web/src/main/webapp/app/admin/infrastructure/organizationListView/organization-list-view.html
View file @
d978f2c9
...
...
@@ -35,10 +35,7 @@
</div>
</div>
<div
class=
"align-right"
style=
"margin-top:5px;"
>
<!--<button class="btn btn-export" type="button" ng-click="" translate="Export"></button>-->
<!--<export-button style="float: right; margin-left: 0px; margin-top: 7px"><export-button>-->
</div>
<div
class=
"right-operate "
>
<!-- board展示 -->
...
...
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.html
View file @
d978f2c9
...
...
@@ -45,11 +45,6 @@
<button
type=
"button"
id=
"organizationIsActiveBtn"
ng-if=
"hasEditPermission"
class=
"btn"
ng-class=
"{true:'btn-secondary', false:'btn-in-grid'}[!selectCompany.isActive]"
ng-click=
"updateIsActive()"
ng-disabled=
"!isCanOrganizationIsActiveBtn"
><i
ng-show=
"selectCompany.isActive"
class=
"material-icons stop"
>
block
</i>
{{selectCompany.isActiveStr}}
</button>
<span
class=
"align-right"
>
<!--<button class="btn btn-export" type="button" ng-click="" translate="Export"></button>-->
<export-button
style=
"float: right; margin-left: 0px; margin-top: 7px"
><export-button>
</span>
<span
class=
"right-operate "
>
<!-- board展示 -->
<a
class=
"display-user"
href=
"#/organizationViewInfrastructure/organizationBusinessUnitView"
title=
"{{'ShowAsCard' | translate}}"
><i
class=
"fa fa-th"
aria-hidden=
"true"
></i></a>
...
...
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