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
8c9ad1f5
Commit
8c9ad1f5
authored
Mar 17, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
制证信息管理根据打印状态查询
parent
a13b24bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
cardProdPackage.js
...resources/static/views/cardProdPackage/cardProdPackage.js
+3
-0
cardProdUpdate.html
...resources/static/views/cardProdUpdate/cardProdUpdate.html
+3
-0
No files found.
src/main/resources/static/views/cardProdPackage/cardProdPackage.js
View file @
8c9ad1f5
...
@@ -59,6 +59,9 @@ angular.module('AvatarCheck.cardProdPackage', ['ngRoute', 'AvatarCheck.http', 't
...
@@ -59,6 +59,9 @@ angular.module('AvatarCheck.cardProdPackage', ['ngRoute', 'AvatarCheck.http', 't
if
(
packageType
==
''
){
if
(
packageType
==
''
){
packageType
=-
1
;
packageType
=-
1
;
}
}
if
(
$scope
.
paginationConf
.
currentPage
==
0
){
$scope
.
paginationConf
.
currentPage
=
1
}
HttpService
.
getPackageData
(
$scope
.
uploadNo
,
$scope
.
idCard
,
$scope
.
oldPackageNo
,
$scope
.
newPackageNo
,
$scope
.
sljg
,
HttpService
.
getPackageData
(
$scope
.
uploadNo
,
$scope
.
idCard
,
$scope
.
oldPackageNo
,
$scope
.
newPackageNo
,
$scope
.
sljg
,
cardType
,
packageType
,
date
,
$scope
.
paginationConf
.
currentPage
,
$scope
.
paginationConf
.
itemsPerPage
,
function
(
data
)
{
cardType
,
packageType
,
date
,
$scope
.
paginationConf
.
currentPage
,
$scope
.
paginationConf
.
itemsPerPage
,
function
(
data
)
{
$scope
.
paginationConf
.
totalItems
=
data
.
total
;
$scope
.
paginationConf
.
totalItems
=
data
.
total
;
...
...
src/main/resources/static/views/cardProdUpdate/cardProdUpdate.html
View file @
8c9ad1f5
...
@@ -92,6 +92,7 @@
...
@@ -92,6 +92,7 @@
<th>
记录数
</th>
<th>
记录数
</th>
<th>
生成时间
</th>
<th>
生成时间
</th>
<th>
新包号
</th>
<th>
新包号
</th>
<th>
记录状态
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
@@ -102,6 +103,8 @@
...
@@ -102,6 +103,8 @@
<td>
{{item.recordNumber}}
</td>
<td>
{{item.recordNumber}}
</td>
<td>
{{item.createDate | myDateFilter}}
</td>
<td>
{{item.createDate | myDateFilter}}
</td>
<td>
{{item.newFileName}}
</td>
<td>
{{item.newFileName}}
</td>
<td
ng-if=
"item"
>
已删除
</td>
<td
ng-if=
"item"
>
未删除
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</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