Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangyusheng
YX_IDENT_beijing_auxiliary_YD
Commits
43cb7d59
Commit
43cb7d59
authored
Jul 31, 2024
by
guantiantian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改港澳台参数
parent
6194da48
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
excelAndSearch.html
...resources/static/views/excelAndSearch/excelAndSearch.html
+2
-2
excelAndSearch.js
...n/resources/static/views/excelAndSearch/excelAndSearch.js
+4
-2
No files found.
src/main/resources/static/views/excelAndSearch/excelAndSearch.html
View file @
43cb7d59
...
...
@@ -140,14 +140,14 @@
type=
"radio"
ng-model=
"isGAT"
name=
"type"
value=
"
true
"
value=
"
2
"
/>
是
<input
style=
"margin-left: 10px"
type=
"radio"
ng-model=
"isGAT"
name=
"type"
value=
"
false
"
value=
"
1
"
ng-checked=
"true"
/>
否
</td>
...
...
src/main/resources/static/views/excelAndSearch/excelAndSearch.js
View file @
43cb7d59
...
...
@@ -82,7 +82,7 @@ angular
})
$scope
.
choseDate
=
$filter
(
"date"
)(
new
Date
(),
"yyyy-MM-dd"
)
$scope
.
isGAT
=
false
// $scope.isGAT = "1"
$scope
.
expUploadInfo
=
function
()
{
var
strdate
=
$
(
"#strdate"
).
val
()
...
...
@@ -105,6 +105,8 @@ angular
var
files
=
document
.
querySelector
(
"input#id_file_photo_for_check"
).
files
var
isGAT
=
$scope
.
isGAT
==
"1"
?
false
:
true
if
(
files
.
length
==
0
)
{
MessageService
.
showAlert
(
"请选择上传的文件..."
)
}
else
{
...
...
@@ -125,7 +127,7 @@ angular
HttpService
.
uploadExcelFile
(
$
(
"#datepicker1"
).
val
(),
$
(
"#datepicker2"
).
val
(),
$scope
.
isGAT
,
isGAT
,
fd
,
function
(
data
)
{
$scope
.
msgText
=
data
.
msg
...
...
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