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
08113e19
Commit
08113e19
authored
Sep 17, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加余废退回和tag的时候禁用按钮,防止添加多次
parent
04b59381
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
0 deletions
+8
-0
addBackCard.js
src/main/resources/static/views/addBackCard/addBackCard.js
+2
-0
addFailed.js
src/main/resources/static/views/addFailed/addFailed.js
+2
-0
addRest.js
src/main/resources/static/views/addRest/addRest.js
+2
-0
addTag.js
src/main/resources/static/views/addTag/addTag.js
+2
-0
No files found.
src/main/resources/static/views/addBackCard/addBackCard.js
View file @
08113e19
...
...
@@ -120,8 +120,10 @@ angular.module('AvatarCheck.addBackCard', ['ngRoute', 'AvatarCheck.http'])
console
.
log
(
$scope
.
personInfo
)
})
$scope
.
confirmAdd
=
function
(){
$scope
.
can
=
true
;
console
.
log
(
"list"
,
list
)
HttpService
.
addBackCardDataBySjhy
(
list
,
function
(
data
){
$scope
.
can
=
false
;
$scope
.
closeThisDialog
();
// MessageService.showAlert("添加成功");
reGetData
();
...
...
src/main/resources/static/views/addFailed/addFailed.js
View file @
08113e19
...
...
@@ -136,7 +136,9 @@ angular.module('AvatarCheck.addFailed', ['ngRoute', 'AvatarCheck.http'])
console
.
log
(
$scope
.
personInfo
)
})
$scope
.
confirmAdd
=
function
(){
$scope
.
can
=
true
;
HttpService
.
addFailedCard
(
list
,
function
(
data
){
$scope
.
can
=
false
;
$scope
.
closeThisDialog
();
reGet
();
cancelAdd
();
...
...
src/main/resources/static/views/addRest/addRest.js
View file @
08113e19
...
...
@@ -90,7 +90,9 @@ angular.module('AvatarCheck.addRest', ['ngRoute', 'AvatarCheck.http'])
console
.
log
(
$scope
.
personInfo
)
})
$scope
.
confirmAdd
=
function
(){
$scope
.
can
=
true
;
HttpService
.
addRestCard
(
json
,
function
(
data
){
$scope
.
can
=
false
;
$scope
.
closeThisDialog
();
// MessageService.showAlert("添加成功");
cancel
();
...
...
src/main/resources/static/views/addTag/addTag.js
View file @
08113e19
...
...
@@ -102,7 +102,9 @@ angular.module('AvatarCheck.addTag', ['ngRoute', 'AvatarCheck.http'])
console
.
log
(
$scope
.
personInfo
)
})
$scope
.
confirmAdd
=
function
(){
$scope
.
can
=
true
;
HttpService
.
addTagCard
(
list
,
function
(
data
){
$scope
.
can
=
false
;
$scope
.
closeThisDialog
();
// MessageService.showAlert("添加成功");
cancelAdd
();
...
...
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