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
c60202fa
Commit
c60202fa
authored
May 07, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
92d6d24c
25f8ca54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
filmManagement.html
...resources/static/views/filmManagement/filmManagement.html
+3
-2
No files found.
src/main/resources/static/views/filmManagement/filmManagement.html
View file @
c60202fa
...
...
@@ -57,7 +57,7 @@
</div>
<div
class=
"box box-default"
>
<div
class=
"box-header"
>
<strong>
查询未审核膜耗材统计数据
</strong>
<strong>
膜耗材操作记录
</strong>
</div>
<div
class=
"box box-primary"
>
<div
ng-if=
"filmManagement.length==0"
>
...
...
@@ -86,7 +86,8 @@
<td
ng-if=
"item.plasticFilmType==2"
>
入库
</td>
<td>
{{item.note}}
</td>
<td>
{{item.name}}
</td>
<td><a
ng-click=
"updateFilmState(item)"
>
确认
</a></td>
<td
ng-if=
"itam.state==0"
><a
ng-click=
"updateFilmState(item)"
>
确认审核
</a></td>
<td
ng-if=
"itam.state==1"
>
已确认
</td>
</tr>
</tbody>
</table>
...
...
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