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
1371f82b
Commit
1371f82b
authored
Apr 28, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
膜耗材管理
parent
04db94e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
15 deletions
+11
-15
insertFilm.html
src/main/resources/static/views/insertFilm/insertFilm.html
+8
-9
insertFilm.js
src/main/resources/static/views/insertFilm/insertFilm.js
+3
-6
No files found.
src/main/resources/static/views/insertFilm/insertFilm.html
View file @
1371f82b
...
...
@@ -93,12 +93,9 @@
<th>
塑料膜表流水号
</th>
<th>
保存时间
</th>
<th>
数量
</th>
<th>
膜类型
</th>
<th>
操作
</th>
<th>
备注
</th>
<th>
提交人
</th>
<!--<th>出库总数</th>-->
<!--<th>入库总数</th>-->
</tr>
</thead>
...
...
@@ -111,14 +108,16 @@
<td
ng-if=
"item.plasticFilmType==2"
>
入库
</td>
<td>
{{item.note}}
</td>
<td>
{{item.name}}
</td>
<!--<td>{{item.plasticFilmCount1}}</td>-->
<!--<td>{{item.plasticFilmCount2}}</td>-->
</tr>
<tr>
<tr
class=
"bg-info"
>
<th>
合计
</th>
<td
colspan=
"2"
ng-if=
"plasticFilmType2==1"
>
{{plasticFilmdata.plasticFilmCount1}}
</td>
<td
colspan=
"2"
ng-if=
"plasticFilmType2==2"
>
{{plasticFilmdata.plasticFilmCount2}}
</td>
<th>
出库数:
</th>
<th
ng-if=
"plasticFilmdata.plasticFilmCount1==null"
>
0
</th>
<th
ng-if=
"plasticFilmdata.plasticFilmCount1!=null"
>
{{plasticFilmdata.plasticFilmCount1}}
</th>
<th
colspan=
"2"
>
入库数:
</th>
<th
ng-if=
"plasticFilmdata.plasticFilmCount2==null"
>
0
</th>
<th
ng-if=
"plasticFilmdata.plasticFilmCount2!=null"
>
{{plasticFilmdata.plasticFilmCount2}}
</th>
</tr>
...
...
src/main/resources/static/views/insertFilm/insertFilm.js
View file @
1371f82b
...
...
@@ -39,12 +39,9 @@ angular.module("AvatarCheck.insertFilm",['ngRoute', 'AvatarCheck.http'])
}
console
.
log
(
totalCount
,
plasticFilmType
,
note
,
name
)
HttpService
.
insertFilm
(
totalCount
,
plasticFilmType
,
note
,
name
,
function
(
data
)
{
if
(
data
==
false
){
MessageService
.
showAlert
(
"插入失败"
)
}
else
{
MessageService
.
showAlert
(
"插入成功"
)
}
console
.
log
(
data
)
$scope
.
totalCount
=
""
;
$scope
.
note
=
""
;
$scope
.
selectPlasticFilmManagement
();
})
}
...
...
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