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
94eb6b17
Commit
94eb6b17
authored
Mar 01, 2019
by
gary
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、css fix
parent
e2b00e71
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
46 additions
and
23 deletions
+46
-23
vat.json
atms-web/src/main/webapp/app-resources/i18n/en-us/vat.json
+6
-0
vat.json
atms-web/src/main/webapp/app-resources/i18n/zh-CN/vat.json
+7
-0
process-log.ctrl.js
...webapp/app/dataImport/log/process-log/process-log.ctrl.js
+16
-11
vat-import-layout.ctrl.js
...pp/vat/import/vat-import-layout/vat-import-layout.ctrl.js
+3
-3
vat-preview-cash-flow.ctrl.js
...eview/vat-preview-cash-flow/vat-preview-cash-flow.ctrl.js
+7
-2
vat-preview-cash-flow.html
.../preview/vat-preview-cash-flow/vat-preview-cash-flow.html
+1
-1
vat-preview-certified-invoices-list.ctrl.js
...invoices-list/vat-preview-certified-invoices-list.ctrl.js
+2
-2
vat-preview-invoice-data.ctrl.js
...vat-preview-invoice-data/vat-preview-invoice-data.ctrl.js
+1
-1
vat-preview-invoice-record.ctrl.js
...preview-invoice-record/vat-preview-invoice-record.ctrl.js
+1
-1
vat-preview-red-letter-info-tab.ctrl.js
...d-letter-info-tab/vat-preview-red-letter-info-tab.ctrl.js
+2
-2
No files found.
atms-web/src/main/webapp/app-resources/i18n/en-us/vat.json
View file @
94eb6b17
...
@@ -1884,6 +1884,11 @@
...
@@ -1884,6 +1884,11 @@
"DataProcessLog"
:
"Data Process Log"
,
"DataProcessLog"
:
"Data Process Log"
,
"DataProcessLogTitle"
:
"Data Process Log"
,
"DataProcessLogTitle"
:
"Data Process Log"
,
"ValidateContent"
:
"Validate Content"
,
"ValidateResult"
:
"Validate Result"
,
"ResultMsg"
:
"Result Message"
,
"Operater"
:
"Operater"
,
"OperateTime"
:
"Operate Time"
,
"~MustBeEndOneApp"
:
"I Must be the End One, please!"
"~MustBeEndOneApp"
:
"I Must be the End One, please!"
}
}
\ No newline at end of file
atms-web/src/main/webapp/app-resources/i18n/zh-CN/vat.json
View file @
94eb6b17
...
@@ -2207,5 +2207,12 @@
...
@@ -2207,5 +2207,12 @@
"BillDtlColNumber"
:
"发票号码"
,
"BillDtlColNumber"
:
"发票号码"
,
"BillDtlColRevenueType"
:
"收入类型"
,
"BillDtlColRevenueType"
:
"收入类型"
,
"BillDtlUpdateSuccess"
:
"更新成功"
,
"BillDtlUpdateSuccess"
:
"更新成功"
,
"ValidateContent"
:
"校验内容"
,
"ValidateResult"
:
"校验结果"
,
"ResultMsg"
:
"校验信息"
,
"Operater"
:
"操作员"
,
"OperateTime"
:
"操作时间"
,
"~MustBeEndOneApp"
:
"我必须是最后一个!"
"~MustBeEndOneApp"
:
"我必须是最后一个!"
}
}
atms-web/src/main/webapp/app/dataImport/log/process-log/process-log.ctrl.js
View file @
94eb6b17
...
@@ -66,42 +66,47 @@
...
@@ -66,42 +66,47 @@
dataField
:
"taxpayerIdNum"
,
dataField
:
"taxpayerIdNum"
,
width
:
'15%'
,
width
:
'15%'
,
allowHeaderFiltering
:
false
,
allowHeaderFiltering
:
false
,
caption
:
$translate
.
instant
(
'
TaxpayerIdNum
'
)
caption
:
$translate
.
instant
(
'
CompanyCode
'
)
},
{
},
{
dataField
:
"companyCode"
,
dataField
:
"companyCode"
,
allowHeaderFiltering
:
false
,
allowHeaderFiltering
:
false
,
caption
:
$translate
.
instant
(
'Company
Cod
e'
),
caption
:
$translate
.
instant
(
'Company
Nam
e'
),
width
:
'15%'
width
:
'15%'
},
{
},
{
dataField
:
"companyName"
,
dataField
:
"companyName"
,
allowHeaderFiltering
:
false
,
allowHeaderFiltering
:
false
,
width
:
'
27
%'
,
width
:
'
10
%'
,
caption
:
$translate
.
instant
(
'
CompanyName
'
)
caption
:
$translate
.
instant
(
'
YearPeriod
'
)
},
{
},
{
dataField
:
"periodYear"
,
dataField
:
"periodYear"
,
allowHeaderFiltering
:
false
,
allowHeaderFiltering
:
false
,
width
:
'5%'
,
width
:
'5%'
,
caption
:
$translate
.
instant
(
'
Year
Period'
)
caption
:
$translate
.
instant
(
'Period'
)
},
{
},
{
dataField
:
"periodMonth"
,
dataField
:
"periodMonth"
,
allowHeaderFiltering
:
false
,
allowHeaderFiltering
:
false
,
width
:
'1
0
%'
,
width
:
'1
5
%'
,
caption
:
$translate
.
instant
(
'
TMSPeriod
'
)
caption
:
$translate
.
instant
(
'
ValidateContent
'
)
},
{
},
{
dataField
:
"periodMonth"
,
dataField
:
"periodMonth"
,
allowHeaderFiltering
:
false
,
allowHeaderFiltering
:
false
,
width
:
'5%'
,
width
:
'5%'
,
caption
:
$translate
.
instant
(
'
Period
'
)
caption
:
$translate
.
instant
(
'
ValidateResult
'
)
},
{
},
{
dataField
:
"recordSize"
,
dataField
:
"recordSize"
,
allowHeaderFiltering
:
false
,
allowHeaderFiltering
:
false
,
width
:
'8%'
,
width
:
'15%'
,
caption
:
$translate
.
instant
(
'RecordSize'
)
caption
:
$translate
.
instant
(
'ResultMsg'
)
},
{
dataField
:
"errorMsg"
,
allowHeaderFiltering
:
false
,
width
:
'10%'
,
caption
:
$translate
.
instant
(
'Operater'
)
},
{
},
{
dataField
:
"errorMsg"
,
dataField
:
"errorMsg"
,
allowHeaderFiltering
:
false
,
allowHeaderFiltering
:
false
,
width
:
'15%'
,
width
:
'15%'
,
caption
:
$translate
.
instant
(
'
Status
'
)
caption
:
$translate
.
instant
(
'
OperateTime
'
)
}
}
],
],
onContentReady
:
function
(
e
)
{
onContentReady
:
function
(
e
)
{
...
...
atms-web/src/main/webapp/app/vat/import/vat-import-layout/vat-import-layout.ctrl.js
View file @
94eb6b17
...
@@ -30,15 +30,15 @@ function ($scope, $log, $translate, $location, loginContext, enums, vatSessionSe
...
@@ -30,15 +30,15 @@ function ($scope, $log, $translate, $location, loginContext, enums, vatSessionSe
// },
// },
{
{
name
:
'inputInvoice'
,
permission
:
constant
.
vatPermission
.
dataPreview
.
inputInvoice
.
queryCode
,
name
:
'inputInvoice'
,
permission
:
constant
.
vatPermission
.
dataPreview
.
inputInvoice
.
queryCode
,
text
:
$translate
.
instant
(
'inputInvoice'
),
icon
:
'fa fa-file-text-o'
,
show
:
tru
e
text
:
$translate
.
instant
(
'inputInvoice'
),
icon
:
'fa fa-file-text-o'
,
show
:
fals
e
},
},
{
{
name
:
'outputInvoice'
,
permission
:
constant
.
vatPermission
.
dataPreview
.
outputInvoice
.
queryCode
,
name
:
'outputInvoice'
,
permission
:
constant
.
vatPermission
.
dataPreview
.
outputInvoice
.
queryCode
,
text
:
$translate
.
instant
(
'outputInvoice'
),
icon
:
'fa fa-file-text-o'
,
show
:
tru
e
text
:
$translate
.
instant
(
'outputInvoice'
),
icon
:
'fa fa-file-text-o'
,
show
:
fals
e
},
},
{
{
name
:
'outputoffInvoice'
,
permission
:
constant
.
vatPermission
.
dataPreview
.
outputInvoice
.
queryCode
,
name
:
'outputoffInvoice'
,
permission
:
constant
.
vatPermission
.
dataPreview
.
outputInvoice
.
queryCode
,
text
:
$translate
.
instant
(
'offlineBilling'
),
icon
:
'fa fa-file-text-o'
,
show
:
tru
e
text
:
$translate
.
instant
(
'offlineBilling'
),
icon
:
'fa fa-file-text-o'
,
show
:
fals
e
},
},
{
{
name
:
'trialBalance'
,
permission
:
constant
.
vatPermission
.
dataPreview
.
trialBalance
.
queryCode
,
name
:
'trialBalance'
,
permission
:
constant
.
vatPermission
.
dataPreview
.
trialBalance
.
queryCode
,
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-cash-flow/vat-preview-cash-flow.ctrl.js
View file @
94eb6b17
vatModule
.
controller
(
'VatPreviewCashFlowController'
,
[
'$scope'
,
'$log'
,
'$translate'
,
'$timeout'
,
'SweetAlert'
,
'$q'
,
'uiGridConstants'
,
'$interval'
,
'vatPreviewService'
,
'browserService'
,
'vatSessionService'
,
'region'
,
'enums'
,
'vatExportService'
,
'$filter'
,
vatModule
.
controller
(
'VatPreviewCashFlowController'
,
[
'$
rootScope'
,
'$
scope'
,
'$log'
,
'$translate'
,
'$timeout'
,
'SweetAlert'
,
'$q'
,
'uiGridConstants'
,
'$interval'
,
'vatPreviewService'
,
'browserService'
,
'vatSessionService'
,
'region'
,
'enums'
,
'vatExportService'
,
'$filter'
,
function
(
$scope
,
$log
,
$translate
,
$timeout
,
SweetAlert
,
$q
,
uiGridConstants
,
$interval
,
vatPreviewService
,
browserService
,
vatSessionService
,
region
,
enums
,
vatExportService
,
$filter
)
{
function
(
$
rootScope
,
$
scope
,
$log
,
$translate
,
$timeout
,
SweetAlert
,
$q
,
uiGridConstants
,
$interval
,
vatPreviewService
,
browserService
,
vatSessionService
,
region
,
enums
,
vatExportService
,
$filter
)
{
'use strict'
;
'use strict'
;
$scope
.
startDate
=
new
Date
(
vatSessionService
.
project
.
year
,
0
,
1
);
$scope
.
startDate
=
new
Date
(
vatSessionService
.
project
.
year
,
0
,
1
);
...
@@ -252,6 +252,11 @@
...
@@ -252,6 +252,11 @@
$scope
.
queryParams
.
periodStart
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
$scope
.
queryParams
.
periodStart
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
$scope
.
queryParams
.
periodEnd
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
$scope
.
queryParams
.
periodEnd
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
$scope
.
queryParams
.
orgId
=
vatSessionService
.
project
.
organizationID
;
$scope
.
queryParams
.
orgId
=
vatSessionService
.
project
.
organizationID
;
if
(
$rootScope
.
currentLanguageDesc
=
$rootScope
.
currentLanguage
===
'en-us'
){
$
(
'.periodInput'
)[
0
].
style
.
left
=
"240px"
;
}
else
{
$
(
'.periodInput'
)[
0
].
style
.
left
=
"140px"
;
}
loadIncomeInvoiceItemDataFromDB
(
1
);
loadIncomeInvoiceItemDataFromDB
(
1
);
})();
})();
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-cash-flow/vat-preview-cash-flow.html
View file @
94eb6b17
<div
class=
"vat-preview-cash-flow"
id=
"mainPreviewDiv"
>
<div
class=
"vat-preview-cash-flow"
id=
"mainPreviewDiv"
>
<div
class=
"top-area-wrapper"
style=
"margin-top: 10px"
>
<div
class=
"top-area-wrapper"
style=
"margin-top: 10px"
>
<span
translate=
"CashFlowDDTitle"
class=
"text-bold"
></span>
|
<span
class=
"text-bold"
translate=
"InvoiceQJ"
></span>
:
<span
translate=
"CashFlowDDTitle"
class=
"text-bold"
></span>
|
<span
class=
"text-bold"
translate=
"InvoiceQJ"
></span>
:
<input
type=
"text"
class=
"form-control input-width-middle"
style=
"position: relative; top: -30px; left: 130px;"
id=
"input-invoice-period-picker"
/>
<input
type=
"text"
class=
"form-control input-width-middle
periodInput
"
style=
"position: relative; top: -30px; left: 130px;"
id=
"input-invoice-period-picker"
/>
<span
ng-click=
"downloadCashFlow()"
style=
"position: relative; top: -13px; left: 95%;"
><i
class=
"fa fa-file-excel-o"
aria-hidden=
"true"
></i>
{{'ExportBtn' | translate}}
</span>
<span
ng-click=
"downloadCashFlow()"
style=
"position: relative; top: -13px; left: 95%;"
><i
class=
"fa fa-file-excel-o"
aria-hidden=
"true"
></i>
{{'ExportBtn' | translate}}
</span>
</div>
</div>
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-certified-invoices-list/vat-preview-certified-invoices-list.ctrl.js
View file @
94eb6b17
...
@@ -303,9 +303,9 @@
...
@@ -303,9 +303,9 @@
initCertifiedInvoicesListPagination
();
initCertifiedInvoicesListPagination
();
//初始化查询条件-期间范围
//初始化查询条件-期间范围
if
(
$rootScope
.
currentLanguageDesc
=
$rootScope
.
currentLanguage
===
'en-us'
){
if
(
$rootScope
.
currentLanguageDesc
=
$rootScope
.
currentLanguage
===
'en-us'
){
$
(
'.periodInput'
)[
0
].
style
.
left
=
"
28
0px"
;
$
(
'.periodInput'
)[
0
].
style
.
left
=
"
31
0px"
;
}
else
{
}
else
{
$
(
'.periodInput'
)[
0
].
style
.
left
=
"
17
0px"
;
$
(
'.periodInput'
)[
0
].
style
.
left
=
"
20
0px"
;
}
}
$scope
.
queryParams
.
periodStart
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
$scope
.
queryParams
.
periodStart
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
$scope
.
queryParams
.
periodEnd
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
$scope
.
queryParams
.
periodEnd
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-invoice-data/vat-preview-invoice-data.ctrl.js
View file @
94eb6b17
...
@@ -320,7 +320,7 @@
...
@@ -320,7 +320,7 @@
if
(
$rootScope
.
currentLanguageDesc
=
$rootScope
.
currentLanguage
===
'en-us'
){
if
(
$rootScope
.
currentLanguageDesc
=
$rootScope
.
currentLanguage
===
'en-us'
){
$
(
'.periodInput'
)[
0
].
style
.
left
=
"250px"
;
$
(
'.periodInput'
)[
0
].
style
.
left
=
"250px"
;
}
else
{
}
else
{
$
(
'.periodInput'
)[
0
].
style
.
left
=
"1
5
0px"
;
$
(
'.periodInput'
)[
0
].
style
.
left
=
"1
3
0px"
;
}
}
loadInvoiceDataItemDataFromDB
(
1
);
loadInvoiceDataItemDataFromDB
(
1
);
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-invoice-record/vat-preview-invoice-record.ctrl.js
View file @
94eb6b17
...
@@ -333,7 +333,7 @@
...
@@ -333,7 +333,7 @@
$scope
.
queryParams
.
periodEnd
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
$scope
.
queryParams
.
periodEnd
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
$scope
.
queryParams
.
orgId
=
vatSessionService
.
project
.
organizationID
;
$scope
.
queryParams
.
orgId
=
vatSessionService
.
project
.
organizationID
;
if
(
$rootScope
.
currentLanguageDesc
=
$rootScope
.
currentLanguage
===
'en-us'
){
if
(
$rootScope
.
currentLanguageDesc
=
$rootScope
.
currentLanguage
===
'en-us'
){
$
(
'.periodInput'
)[
0
].
style
.
left
=
"2
8
0px"
;
$
(
'.periodInput'
)[
0
].
style
.
left
=
"2
6
0px"
;
}
else
{
}
else
{
$
(
'.periodInput'
)[
0
].
style
.
left
=
"150px"
;
$
(
'.periodInput'
)[
0
].
style
.
left
=
"150px"
;
}
}
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-red-letter-info-tab/vat-preview-red-letter-info-tab.ctrl.js
View file @
94eb6b17
...
@@ -317,9 +317,9 @@
...
@@ -317,9 +317,9 @@
initRedLetterInfoTabItemPagination
();
initRedLetterInfoTabItemPagination
();
//初始化查询条件-期间范围
//初始化查询条件-期间范围
if
(
$rootScope
.
currentLanguageDesc
=
$rootScope
.
currentLanguage
===
'en-us'
){
if
(
$rootScope
.
currentLanguageDesc
=
$rootScope
.
currentLanguage
===
'en-us'
){
$
(
'.periodInput'
)[
0
].
style
.
left
=
"
28
0px"
;
$
(
'.periodInput'
)[
0
].
style
.
left
=
"
35
0px"
;
}
else
{
}
else
{
$
(
'.periodInput'
)[
0
].
style
.
left
=
"1
7
0px"
;
$
(
'.periodInput'
)[
0
].
style
.
left
=
"1
5
0px"
;
}
}
$scope
.
queryParams
.
periodStart
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
$scope
.
queryParams
.
periodStart
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
$scope
.
queryParams
.
periodEnd
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
$scope
.
queryParams
.
periodEnd
=
vatSessionService
.
year
*
100
+
vatSessionService
.
month
;
...
...
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