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
a131b559
Commit
a131b559
authored
Mar 09, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增页面
parent
34250ac7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
app.js
src/main/resources/static/js/app.js
+2
-0
addRest.js
src/main/resources/static/views/addRest/addRest.js
+1
-1
searchCard.html
src/main/resources/static/views/searchCard/searchCard.html
+1
-1
No files found.
src/main/resources/static/js/app.js
View file @
a131b559
...
@@ -198,7 +198,9 @@ angular.module('AvatarCheck', [
...
@@ -198,7 +198,9 @@ angular.module('AvatarCheck', [
$location
.
path
(
"/createTaskList"
);
$location
.
path
(
"/createTaskList"
);
}
}
$scope
.
addQuickCard
=
function
(){
}
}).
filter
(
'myDateFilter'
,
function
()
{
//可以注入依赖
}).
filter
(
'myDateFilter'
,
function
()
{
//可以注入依赖
...
...
src/main/resources/static/views/addRest/addRest.js
View file @
a131b559
...
@@ -38,7 +38,7 @@ angular.module('AvatarCheck.addRest', ['ngRoute', 'AvatarCheck.http'])
...
@@ -38,7 +38,7 @@ angular.module('AvatarCheck.addRest', ['ngRoute', 'AvatarCheck.http'])
cache
:
false
,
cache
:
false
,
closeByDocument
:
false
,
closeByDocument
:
false
,
controller
:
[
'$scope'
,
'HttpService'
,
'MessageService'
,
function
(
$scope
,
HttpService
,
MessageService
)
{
controller
:
[
'$scope'
,
'HttpService'
,
'MessageService'
,
function
(
$scope
,
HttpService
,
MessageService
)
{
HttpService
.
getPersonInfo
(
json
,
function
(
data
){
HttpService
.
getPersonInfo
(
array
,
function
(
data
){
$scope
.
personInfo
=
data
;
$scope
.
personInfo
=
data
;
console
.
log
(
$scope
.
personInfo
)
console
.
log
(
$scope
.
personInfo
)
})
})
...
...
src/main/resources/static/views/searchCard/searchCard.html
View file @
a131b559
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
</table>
</table>
</div>
</div>
<div
style=
"text-align:right;padding: 10px;padding-top: 0;"
>
<div
style=
"text-align:right;padding: 10px;padding-top: 0;"
>
<button
class=
"btn btn-info"
ng-click=
""
>
添加快证
</button>
<button
class=
"btn btn-info"
ng-click=
"
addQuickCard()
"
>
添加快证
</button>
<button
class=
"btn btn-danger"
>
退证
</button>
<button
class=
"btn btn-danger"
>
退证
</button>
</div>
</div>
</div>
</div>
...
...
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