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
0710ea76
Commit
0710ea76
authored
May 07, 2019
by
ad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面词语描述,添加出库数量校验,注释分拣任务单选择框禁用
parent
ba56389b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
7 deletions
+18
-7
insertCardBody.html
...resources/static/views/insertCardBody/insertCardBody.html
+2
-2
materialManagement.html
...s/static/views/materialManagement/materialManagement.html
+3
-1
materialManagement.js
...ces/static/views/materialManagement/materialManagement.js
+6
-0
taskListSorting.html
src/main/resources/static/views/task/taskListSorting.html
+7
-4
No files found.
src/main/resources/static/views/insertCardBody/insertCardBody.html
View file @
0710ea76
...
...
@@ -122,14 +122,14 @@
<tbody>
<tr
ng-repeat=
"item in cardBodyManagement.cardBody"
>
<td>
{{item.cardBodyId}}
</td>
<td>
{{item.saveDate}}
</td>
<td>
{{item.saveDate
| date:'yyyy-MM-dd HH:mm:ss'
}}
</td>
<td>
{{item.totalCount}}
</td>
<td
ng-if=
"item.cardType==1"
>
出库
</td>
<td
ng-if=
"item.cardType==2"
>
入库
</td>
<td>
{{item.note}}
</td>
<td>
{{item.name}}
</td>
<td
ng-if=
"item.state==0"
class=
"text-danger"
>
未审核
</td>
<td
ng-if=
"item.state==1"
class=
"text-success"
>
已审核
</td>
<td
ng-if=
"item.state==1"
class=
"text-success"
>
审核通过
</td>
</tr>
<tr
class=
"bg-info"
>
...
...
src/main/resources/static/views/materialManagement/materialManagement.html
View file @
0710ea76
...
...
@@ -112,7 +112,9 @@
<td
ng-if=
"item.cardType==2"
>
入库
</td>
<td>
{{item.note}}
</td>
<td>
{{item.name}}
</td>
<td
ng-if=
"item.state==0"
><a
ng-click=
"updateApplyState(item)"
>
确认审核
</a></td>
<td
ng-if=
"item.state==0"
>
<button
class=
"btn btn-info"
ng-click=
"updateApplyState(item)"
>
确认审核
</button>
</td>
<td
ng-if=
"item.state==1"
>
已审核
</td>
</tr>
</tbody>
...
...
src/main/resources/static/views/materialManagement/materialManagement.js
View file @
0710ea76
...
...
@@ -23,6 +23,7 @@ angular.module('AvatarCheck.materialManagement', ['ngRoute', 'AvatarCheck.http']
$scope
.
insertCardBody
=
function
()
{
var
totalCount
=
$scope
.
totalCount
;
var
note
=
$scope
.
note
;
var
cardType
=
$scope
.
cardType
;
...
...
@@ -32,6 +33,7 @@ angular.module('AvatarCheck.materialManagement', ['ngRoute', 'AvatarCheck.http']
cardType
=
"1"
;
}
console
.
log
(
totalCount
,
note
,
cardType
,
cardBodyType
,
name
);
if
(
totalCount
>
0
){
HttpService
.
insertCardBody
(
cardType
,
totalCount
,
note
,
cardBodyType
,
name
,
1
,
function
(
data
)
{
$scope
.
totalCount
=
""
;
$scope
.
note
=
""
...
...
@@ -41,6 +43,10 @@ angular.module('AvatarCheck.materialManagement', ['ngRoute', 'AvatarCheck.http']
MessageService
.
showAlert
(
"添加成功"
)
}
})
}
else
{
MessageService
.
showAlert
(
"请输入正确的卡体耗材数量"
)
}
}
$scope
.
selectMaterialManagement
=
function
(){
...
...
src/main/resources/static/views/task/taskListSorting.html
View file @
0710ea76
...
...
@@ -56,10 +56,13 @@
</thead>
<tbody
ng-repeat=
"task in type.countyList"
>
<tr>
<td
ng-if=
"type.typeCode=='100'||(task.faileCount==0&&(task.countyValidCount-task.specialCount)==task.eWriteCount&&task.eWriteCount==task.recheckCount)"
>
<input
type=
"checkbox"
class=
"checkOneBox"
ng-checked=
"isSelected(task)"
value=
"{{task.taskId}}"
ng-click=
"updateSelection($event,task)"
></td>
<td
ng-if=
"type.typeCode!='100'&&(task.faileCount>0||(task.countyValidCount-task.specialCount)!=task.eWriteCount||task.eWriteCount!=task.recheckCount)"
></td>
<!--<td ng-show="type.typeCode=='100'||(task.faileCount==0&&(task.countyValidCount-task.specialCount)
==task.eWriteCount&&task.eWriteCount==task.recheckCount)">-->
<td>
<input
type=
"checkbox"
class=
"checkOneBox"
ng-checked=
"isSelected(task)"
value=
"{{task.taskId}}"
ng-click=
"updateSelection($event,task)"
>
</td>
<td
class=
"mailbox-star"
><b>
{{task.taskId}}
</b></td>
<td
class=
"mailbox-subject"
>
{{task.saveDate| date:'yyyy-MM-dd'}}
</td>
<td
class=
"mailbox-subject"
>
{{task.groupList.length}}
</td>
...
...
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