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
9e466900
Commit
9e466900
authored
Apr 11, 2019
by
Ken you
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix admin and vat ---Ken
parent
db5d885b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
9 deletions
+21
-9
vat-report-upload-detail.ctrl.js
...s/vat-report-upload-view/vat-report-upload-detail.ctrl.js
+21
-9
No files found.
atms-web/src/main/webapp/app/common/controls/vat-report-upload-view/vat-report-upload-detail.ctrl.js
View file @
9e466900
...
@@ -5,9 +5,13 @@
...
@@ -5,9 +5,13 @@
$log
.
debug
(
'vatReportUploadDetailController.ctor()...'
);
$log
.
debug
(
'vatReportUploadDetailController.ctor()...'
);
//表格配置
//表格配置
$scope
.
reportOneGridOptions
=
$
.
extend
(
true
,
{},
dxDataGridService
.
BASIC_GRID_OPTIONS
,
{
$scope
.
reportOneGridOptions
=
{
selection
:
{
mode
:
"single"
},
hoverStateEnabled
:
true
,
showBorders
:
true
,
columns
:
[
columns
:
[
{
{
dataField
:
'serialNo'
,
dataField
:
'serialNo'
,
caption
:
$translate
.
instant
(
'RepUploadDtlColSerialNo'
),
caption
:
$translate
.
instant
(
'RepUploadDtlColSerialNo'
),
...
@@ -59,12 +63,16 @@
...
@@ -59,12 +63,16 @@
bindingOptions
:
{
bindingOptions
:
{
dataSource
:
'reportOneDataSource'
dataSource
:
'reportOneDataSource'
}
}
}
)
;
};
$scope
.
reportTwoGridOptions
=
$
.
extend
(
true
,
{},
dxDataGridService
.
BASIC_GRID_OPTIONS
,
{
$scope
.
reportTwoGridOptions
=
{
selection
:
{
mode
:
"single"
},
hoverStateEnabled
:
true
,
showBorders
:
true
,
columns
:
[
columns
:
[
{
{
caption
:
$translate
.
instant
(
'RepUploadDtlColSerialNo'
),
caption
:
$translate
.
instant
(
'RepUploadDtlColSerialNo'
),
fixed
:
true
,
fixed
:
true
,
...
@@ -159,12 +167,16 @@
...
@@ -159,12 +167,16 @@
bindingOptions
:
{
bindingOptions
:
{
dataSource
:
'reportTwoDataSource'
dataSource
:
'reportTwoDataSource'
}
}
}
)
;
};
$scope
.
reportThreeGridOptions
=
$
.
extend
(
true
,
{},
dxDataGridService
.
BASIC_GRID_OPTIONS
,
{
$scope
.
reportThreeGridOptions
=
{
selection
:
{
mode
:
"single"
},
hoverStateEnabled
:
true
,
showBorders
:
true
,
columns
:
[
columns
:
[
{
{
caption
:
$translate
.
instant
(
'RepUploadDtlColSerialNo'
),
caption
:
$translate
.
instant
(
'RepUploadDtlColSerialNo'
),
fixed
:
true
,
fixed
:
true
,
...
@@ -259,7 +271,7 @@
...
@@ -259,7 +271,7 @@
bindingOptions
:
{
bindingOptions
:
{
dataSource
:
'reportThreeDataSource'
dataSource
:
'reportThreeDataSource'
}
}
}
)
;
};
var
uploadFile
=
function
(
file
,
reportType
)
{
var
uploadFile
=
function
(
file
,
reportType
)
{
var
month
=
vatSessionService
.
month
<
10
?
(
"0"
+
vatSessionService
.
month
)
:
vatSessionService
.
month
;
var
month
=
vatSessionService
.
month
<
10
?
(
"0"
+
vatSessionService
.
month
)
:
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