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
31d0cfe1
Commit
31d0cfe1
authored
Mar 08, 2019
by
chase
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixbug
parent
e0b65cf5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
vat-report-upload-detail.ctrl.js
...s/vat-report-upload-view/vat-report-upload-detail.ctrl.js
+1
-1
vat-report-view.ctrl.js
...p/common/controls/vat-report-view/vat-report-view.ctrl.js
+4
-4
No files found.
atms-web/src/main/webapp/app/common/controls/vat-report-upload-view/vat-report-upload-detail.ctrl.js
View file @
31d0cfe1
...
...
@@ -36,7 +36,7 @@
allowHeaderFiltering
:
true
},
{
dataField
:
'report
File
Name'
,
dataField
:
'reportName'
,
caption
:
$translate
.
instant
(
'RepUploadDtlColFileName'
),
fixed
:
true
,
allowHeaderFiltering
:
true
...
...
atms-web/src/main/webapp/app/common/controls/vat-report-view/vat-report-view.ctrl.js
View file @
31d0cfe1
...
...
@@ -911,7 +911,7 @@
$scope
.
openExportPop
=
function
(
evenType
)
{
$scope
.
evenType
=
evenType
;
var
grp
=
_
.
find
(
$scope
.
$parent
.
$parent
.
groups
,
function
(
g
)
{
return
g
.
name
==
'TaxReturn'
;
return
g
.
name
==
'TaxReturn
Type
'
;
});
if
(
!
grp
||
!
grp
.
children
)
{
...
...
@@ -954,7 +954,7 @@
//批量导出EXCEL
$scope
.
export
=
function
()
{
var
grp
=
_
.
find
(
$scope
.
$parent
.
$parent
.
groups
,
function
(
g
)
{
return
g
.
name
==
'TaxReturn'
;
return
g
.
name
==
'TaxReturn
Type
'
;
});
if
(
!
grp
||
!
grp
.
children
)
{
...
...
@@ -1088,10 +1088,10 @@
},
withCredentials
:
true
}).
then
(
function
(
resp
)
{
alert
(
"上传保存成功"
);
SweetAlert
.
success
(
''
,
$translate
.
instant
(
'FileUploadSuccess'
)
);
$
(
'#busy-indicator-container'
).
hide
();
},
function
(
resp
)
{
alert
(
"上传保存失败"
);
SweetAlert
.
error
(
''
,
$translate
.
instant
(
'FileUploadFailed'
)
);
$
(
'#busy-indicator-container'
).
hide
();
},
function
(
evt
)
{
...
...
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