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
e897b4d2
Commit
e897b4d2
authored
Mar 17, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
制证信息管理根据打印状态查询
parent
57e3d427
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
12 deletions
+11
-12
cardProdPackage.html
...sources/static/views/cardProdPackage/cardProdPackage.html
+1
-2
cardProdPackage.js
...resources/static/views/cardProdPackage/cardProdPackage.js
+4
-4
uploadExcelAndSearch.js
...static/views/uploadExcelAndSearch/uploadExcelAndSearch.js
+6
-6
No files found.
src/main/resources/static/views/cardProdPackage/cardProdPackage.html
View file @
e897b4d2
...
...
@@ -57,8 +57,7 @@
<tr>
<td>
禁用:
</td>
<td
style=
"text-align: left;"
>
<select
class=
"form-control select2"
id=
"packageType"
ng-model=
"packageType"
>
<select
class=
"form-control select2"
id=
"packageType"
>
<option
value=
""
>
--请选择禁用状态--
</option>
<option
value=
"0"
>
是
</option>
<option
value=
"1"
>
否
</option>
...
...
src/main/resources/static/views/cardProdPackage/cardProdPackage.js
View file @
e897b4d2
...
...
@@ -56,8 +56,8 @@ angular.module('AvatarCheck.cardProdPackage', ['ngRoute', 'AvatarCheck.http', 't
if
(
angular
.
isUndefined
(
$scope
.
sljg
)){
$scope
.
sljg
=
''
;
}
if
(
angular
.
isUndefined
(
packageType
)
){
packageType
=
''
;
if
(
packageType
==
''
){
packageType
=
-
1
;
}
HttpService
.
getPackageData
(
$scope
.
uploadNo
,
$scope
.
idCard
,
$scope
.
oldPackageNo
,
$scope
.
newPackageNo
,
$scope
.
sljg
,
cardType
,
packageType
,
date
,
$scope
.
paginationConf
.
currentPage
,
$scope
.
paginationConf
.
itemsPerPage
,
function
(
data
)
{
...
...
@@ -113,8 +113,8 @@ angular.module('AvatarCheck.cardProdPackage', ['ngRoute', 'AvatarCheck.http', 't
}
else
{
url
=
url
+
'cardType='
+
cardType
+
'&'
;
}
if
(
angular
.
isUndefined
(
packageType
)
){
url
=
url
+
'state=&'
;
if
(
packageType
==
''
){
url
=
url
+
'state=
-1
&'
;
}
else
{
url
=
url
+
'state='
+
packageType
+
'&'
;
}
...
...
src/main/resources/static/views/uploadExcelAndSearch/uploadExcelAndSearch.js
View file @
e897b4d2
...
...
@@ -55,10 +55,10 @@ angular.module('AvatarCheck.uploadExcelAndSearch', ['ngRoute', 'AvatarCheck.http
}
else
{
json
.
orderNumber
=
''
;
}
if
(
$
(
"#print"
).
val
()
==
1
||
$
(
"#print"
).
val
()
==
0
)
{
json
.
state
=
$
(
"#print"
).
val
();
}
else
{
if
(
$
(
"#print"
).
val
()
==
''
)
{
json
.
state
=-
1
;
}
else
{
json
.
state
=
$
(
"#print"
).
val
();
}
if
(
angular
.
isDefined
(
$scope
.
gkxx
))
{
json
.
latticeMouthInformation
=
$scope
.
gkxx
...
...
@@ -86,10 +86,10 @@ angular.module('AvatarCheck.uploadExcelAndSearch', ['ngRoute', 'AvatarCheck.http
}
else
{
json
.
orderNumber
=
''
;
}
if
(
$
(
"#print"
).
val
()
==
1
||
$
(
"#print"
).
val
()
==
0
)
{
json
.
state
=
$
(
"#print"
).
val
();
}
else
{
if
(
$
(
"#print"
).
val
()
==
''
)
{
json
.
state
=-
1
;
}
else
{
json
.
state
=
$
(
"#print"
).
val
();
}
if
(
angular
.
isDefined
(
$scope
.
gkxx
))
{
json
.
latticeMouthInformation
=
$scope
.
gkxx
...
...
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