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
901a6f17
Commit
901a6f17
authored
May 06, 2019
by
dahai
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
e2e27668
48c31f4a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
11 deletions
+14
-11
tagPrint.js
src/main/resources/static/views/tagPrint/tagPrint.js
+2
-2
task.js
src/main/resources/static/views/task/task.js
+12
-7
taskListPrint.html
src/main/resources/static/views/task/taskListPrint.html
+0
-2
No files found.
src/main/resources/static/views/tagPrint/tagPrint.js
View file @
901a6f17
...
...
@@ -281,8 +281,8 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
LODOP.SET_PRINT_STYLEA(0, "
Alignment
", 2);
LODOP.SET_PRINT_STYLEA(0, "
FontSize
", 15);
LODOP.PREVIEW();
//
LODOP.PRINT();
//
LODOP.PREVIEW();
LODOP.PRINT();
})
})
};
...
...
src/main/resources/static/views/task/task.js
View file @
901a6f17
...
...
@@ -194,14 +194,19 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
for
(
var
i
=
0
;
i
<
checks
.
length
;
i
++
){
arr
.
push
(
checks
[
i
].
value
)
}
var
json
=
{
workGroup
:
groupSelected
,
taskIdList
:
arr
if
(
arr
.
length
>
0
){
var
json
=
{
workGroup
:
groupSelected
,
taskIdList
:
arr
}
HttpService
.
updateWorkGroup
(
json
,
function
(
data
)
{
console
.
log
(
data
)
$scope
.
searchTaskList
();
})
}
else
{
MessageService
.
showAlert
(
"请选择要更新的任务单"
)
}
HttpService
.
updateWorkGroup
(
json
,
function
(
data
)
{
console
.
log
(
data
)
$scope
.
searchTaskList
();
})
}
$scope
.
goes
=
function
(){
...
...
src/main/resources/static/views/task/taskListPrint.html
View file @
901a6f17
...
...
@@ -112,8 +112,6 @@
<button
class=
"btn btn-primary"
ng-click=
"goes()"
>
转出任务单
</button>
</div>
</div>
</div>
</div>
<!-- /.mail-box-messages -->
<div
ng-if=
"cycleSheetData.length==0"
>
<h4>
暂无数据
</h4>
...
...
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