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
6a7c0f5a
Commit
6a7c0f5a
authored
Mar 01, 2019
by
gary
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、fixbug
parent
babc14ff
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
42 additions
and
20 deletions
+42
-20
InvoiceDataHeader.java
...axtech/atms/dto/vatdto/excelheader/InvoiceDataHeader.java
+24
-0
cit-import-asset-list.less
...t/import/cit-import-asset-list/cit-import-asset-list.less
+1
-1
cit-old-import-asset-list.less
.../cit-old-import-asset-list/cit-old-import-asset-list.less
+0
-0
vat-import-custom-invoice.less
.../vat-import-custom-invoice/vat-import-custom-invoice.less
+0
-0
vat-invoice-mapping.less
...p/cit/import/vat-invoice-mapping/vat-invoice-mapping.less
+0
-0
vat-voucher-mapping.less
...p/cit/import/vat-voucher-mapping/vat-voucher-mapping.less
+0
-0
edit-organization-modal.ctrl.js
...s/edit-organization-modal/edit-organization-modal.ctrl.js
+3
-1
edit-organization-modal.html
...rols/edit-organization-modal/edit-organization-modal.html
+0
-1
import-balance-sheet.less
...ols/import/import-balance-sheet/import-balance-sheet.less
+1
-1
import-journal-entry.less
...ols/import/import-journal-entry/import-journal-entry.less
+1
-1
import-profit-loss.less
...ontrols/import/import-profit-loss/import-profit-loss.less
+1
-1
import-trialbalance.less
...trols/import/import-trialbalance/import-trialbalance.less
+1
-1
app-data-import.html
...webapp/app/framework/app-data-import/app-data-import.html
+3
-3
app-data-import.less
...webapp/app/framework/app-data-import/app-data-import.less
+1
-1
app-overview.ctrl.js
...in/webapp/app/framework/app-overview/app-overview.ctrl.js
+0
-2
product-item-import.less
...p/vat/import/product-item-import/product-item-import.less
+1
-1
vat-import-custom-invoice.less
.../vat-import-custom-invoice/vat-import-custom-invoice.less
+1
-1
vat-import-income-invoice.less
.../vat-import-income-invoice/vat-import-income-invoice.less
+1
-1
vat-import-output-invoice.less
.../vat-import-output-invoice/vat-import-output-invoice.less
+1
-1
vat-invoice-mapping.less
...p/vat/import/vat-invoice-mapping/vat-invoice-mapping.less
+1
-1
vat-voucher-mapping.less
...p/vat/import/vat-voucher-mapping/vat-voucher-mapping.less
+1
-1
vat-preview-certified-invoices-list.ctrl.js
...invoices-list/vat-preview-certified-invoices-list.ctrl.js
+0
-1
No files found.
atms-api/src/main/java/pwc/taxtech/atms/dto/vatdto/excelheader/InvoiceDataHeader.java
0 → 100644
View file @
6a7c0f5a
package
pwc
.
taxtech
.
atms
.
dto
.
vatdto
.
excelheader
;
public
class
InvoiceDataHeader
{
private
String
taxPayerNumber
;
private
Integer
period
;
public
String
getTaxPayerNumber
()
{
return
taxPayerNumber
;
}
public
void
setTaxPayerNumber
(
String
taxPayerNumber
)
{
this
.
taxPayerNumber
=
taxPayerNumber
;
}
public
Integer
getPeriod
()
{
return
period
;
}
public
void
setPeriod
(
Integer
period
)
{
this
.
period
=
period
;
}
}
atms-web/src/main/webapp/app/cit/import/cit-import-asset-list/cit-import-asset-list.less
View file @
6a7c0f5a
...
...
@@ -169,7 +169,7 @@
.dt-init-wrapper {
margin: 10px 0;
max-width: 99%;
height: calc(
~'100% - 80px'
);
height: calc(
100% - 200px
);
position: relative;
z-index: 1;
...
...
atms-web/src/main/webapp/app/cit/import/cit-old-import-asset-list/cit-old-import-asset-list.less
View file @
6a7c0f5a
This diff is collapsed.
Click to expand it.
atms-web/src/main/webapp/app/cit/import/vat-import-custom-invoice/vat-import-custom-invoice.less
View file @
6a7c0f5a
This diff is collapsed.
Click to expand it.
atms-web/src/main/webapp/app/cit/import/vat-invoice-mapping/vat-invoice-mapping.less
View file @
6a7c0f5a
This diff is collapsed.
Click to expand it.
atms-web/src/main/webapp/app/cit/import/vat-voucher-mapping/vat-voucher-mapping.less
View file @
6a7c0f5a
This diff is collapsed.
Click to expand it.
atms-web/src/main/webapp/app/common/controls/edit-organization-modal/edit-organization-modal.ctrl.js
View file @
6a7c0f5a
...
...
@@ -945,6 +945,7 @@ controller('editOrganizationModalController', ['$scope', '$log', '$translate', '
// $('.international').removeAttr('hidden');
$scope
.
isLocal
=
false
;
$scope
.
isInternational
=
true
;
$
(
'.localRequired'
).
removeAttr
(
"required"
);
};
$scope
.
changeLocal
=
function
()
{
...
...
@@ -952,7 +953,7 @@ controller('editOrganizationModalController', ['$scope', '$log', '$translate', '
// $('.local').removeAttr('hidden');
$scope
.
isLocal
=
true
;
$scope
.
isInternational
=
false
;
$
(
'.localRequired'
).
attr
(
"required"
);
$
(
'.localRequired'
).
attr
(
"required"
,
"true"
);
};
// 强制刷新机构控件里的机构
...
...
@@ -981,6 +982,7 @@ controller('editOrganizationModalController', ['$scope', '$log', '$translate', '
$scope
.
regStatusList
=
constant
.
RegStatusList
;
$scope
.
architectureTypeList
=
constant
.
ArchitectureTypeList
;
$scope
.
trueFalse
=
constant
.
trueFalse
;
$
(
'.localRequired'
).
attr
(
"required"
,
"true"
);
};
// 省改变时联动市
...
...
atms-web/src/main/webapp/app/common/controls/edit-organization-modal/edit-organization-modal.html
View file @
6a7c0f5a
...
...
@@ -575,7 +575,6 @@
</div>
<div
class=
"modal-footer"
id=
"orgModalFooter"
style=
"padding-left:139px;"
>
<button
type=
"submit"
class=
"btn btn-primary"
ng-click=
"saveOrg()"
>
{{'Confirm' | translate}}
</button>
...
...
atms-web/src/main/webapp/app/common/controls/import/import-balance-sheet/import-balance-sheet.less
View file @
6a7c0f5a
...
...
@@ -177,7 +177,7 @@
.dt-init-wrapper {
margin: 60px 0;
max-width: 99%;
height: calc(
~'100% - 25px'
);
height: calc(
100% - 200px
);
position: relative;
.dropdown {
...
...
atms-web/src/main/webapp/app/common/controls/import/import-journal-entry/import-journal-entry.less
View file @
6a7c0f5a
...
...
@@ -151,7 +151,7 @@
.dt-init-wrapper {
margin: 40px 0;
max-width: 99%;
height: calc(
~'100% - 25px'
);
height: calc(
100% - 200px
);
position: relative;
.dropdown {
...
...
atms-web/src/main/webapp/app/common/controls/import/import-profit-loss/import-profit-loss.less
View file @
6a7c0f5a
...
...
@@ -177,7 +177,7 @@
.dt-init-wrapper {
margin: 60px 0;
max-width: 99%;
height: calc(
~'100% - 25px'
);
height: calc(
100% - 200px
);
position: relative;
.dropdown {
...
...
atms-web/src/main/webapp/app/common/controls/import/import-trialbalance/import-trialbalance.less
View file @
6a7c0f5a
...
...
@@ -152,7 +152,7 @@
.dt-init-wrapper {
margin: 60px 0;
max-width: 99%;
height: calc(
~'100% - 25px'
);
height: calc(
100% - 200px
);
position: relative;
.dropdown {
...
...
atms-web/src/main/webapp/app/framework/app-data-import/app-data-import.html
View file @
6a7c0f5a
<div
id=
"app-data-import"
class=
"app-data-import "
>
<nav
class=
"navbar navbar-custom"
role=
"navigation"
style=
"margin-bottom: 0; border-radius: 0px; background-image:url(../../../app-resources/images/leftbarbg.png); height:
auto
;width: 260px"
>
<div
class=
"sidebar navbarfix"
role=
"navigation"
>
style=
"margin-bottom: 0; border-radius: 0px; background-image:url(../../../app-resources/images/leftbarbg.png); height:
100%
;width: 260px"
>
<div
class=
"sidebar navbarfix"
role=
"navigation"
style=
"height: 100%;"
>
<div
class=
"sidebar-nav navbar-collapse"
id=
"sidebar-area"
style=
"height:100%;width: 260px"
>
<div
class=
"app-data-import-side-bar"
style=
"height: 100%"
>
<perfect-scrollbar
class=
"scroller"
wheel-propagation=
"true"
wheel-speed=
"1"
min-scrollbar-length=
"20"
style=
"position: relative;height: calc(100% -
2
50px)!important;margin-top:15px;"
>
style=
"position: relative;height: calc(100% - 50px)!important;margin-top:15px;"
>
<ul
class=
"nav"
id=
"sidebar"
>
<li
ng-repeat=
"menuItem in menuData"
ng-include=
"'menuTree'"
>
</li>
...
...
atms-web/src/main/webapp/app/framework/app-data-import/app-data-import.less
View file @
6a7c0f5a
...
...
@@ -19,7 +19,7 @@
}
.app-data-import-side-bar {
padding: 10px 0px 0px;
//
padding: 10px 0px 0px;
/* margin: auto; */
height: 100%;
...
...
atms-web/src/main/webapp/app/framework/app-overview/app-overview.ctrl.js
View file @
6a7c0f5a
...
...
@@ -1176,8 +1176,6 @@
getOrgData
:
function
()
{
debugger
;
var
data
=
vatSessionService
.
orgTree
;
if
(
!
data
)
{
...
...
atms-web/src/main/webapp/app/vat/import/product-item-import/product-item-import.less
View file @
6a7c0f5a
...
...
@@ -151,7 +151,7 @@
.dt-init-wrapper {
margin: 10px 0;
max-width: 99%;
height: calc(
~'100% - 25px'
);
height: calc(
100% - 200px
);
position: relative;
.dropdown {
...
...
atms-web/src/main/webapp/app/vat/import/vat-import-custom-invoice/vat-import-custom-invoice.less
View file @
6a7c0f5a
...
...
@@ -214,7 +214,7 @@
.dt-init-wrapper {
margin: 10px 0;
max-width: 99%;
height: calc(
~'100% - 60px'
);
height: calc(
100% - 200px
);
position: relative;
.dropdown {
...
...
atms-web/src/main/webapp/app/vat/import/vat-import-income-invoice/vat-import-income-invoice.less
View file @
6a7c0f5a
...
...
@@ -188,7 +188,7 @@
.dt-init-wrapper {
margin: 45px 0;
max-width: 99%;
height: calc(
~'100% - 50px'
);
height: calc(
100% - 200px
);
position: relative;
.dropdown {
...
...
atms-web/src/main/webapp/app/vat/import/vat-import-output-invoice/vat-import-output-invoice.less
View file @
6a7c0f5a
...
...
@@ -158,7 +158,7 @@
.dt-init-wrapper {
margin: 45px 0;
max-width: 99%;
height: calc(
~'100% - 70px'
);
height: calc(
100% - 200px
);
position: relative;
.dropdown {
...
...
atms-web/src/main/webapp/app/vat/import/vat-invoice-mapping/vat-invoice-mapping.less
View file @
6a7c0f5a
...
...
@@ -191,7 +191,7 @@
.dt-init-wrapper {
margin: 10px 0;
max-width: 99%;
height: calc(
~'100% - 60px'
);
height: calc(
100% - 200px
);
position: relative;
.dropdown {
...
...
atms-web/src/main/webapp/app/vat/import/vat-voucher-mapping/vat-voucher-mapping.less
View file @
6a7c0f5a
...
...
@@ -190,7 +190,7 @@
.dt-init-wrapper {
margin: 10px 0;
max-width: 99%;
height: calc(
~'100% - 60px'
);
height: calc(
100% - 200px
);
position: relative;
.dropdown {
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-certified-invoices-list/vat-preview-certified-invoices-list.ctrl.js
View file @
6a7c0f5a
...
...
@@ -114,7 +114,6 @@
//计算页数,创建分页栏
var
computeCertifiedInvoicesListPage
=
function
()
{
debugger
;
if
(
$scope
.
queryCertifiedInvoicesListResult
.
pageInfo
&&
$scope
.
queryCertifiedInvoicesListResult
.
pageInfo
.
total
>
0
)
{
var
totalPage
=
parseInt
(
$scope
.
queryCertifiedInvoicesListResult
.
pageInfo
.
total
/
$scope
.
queryCertifiedInvoicesListResult
.
pageInfo
.
pageSize
);
...
...
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