Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuhj
/
spd-pad
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4feae8b7
authored
2019-09-27 10:16:49 +0800
by
liuhejuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
扫码验收接口修改
1 parent
1820c933
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
container/acceptance/acc_batch.html
container/acceptance/acc_detail.html
container/acceptance/acc_not_list.html
container/acceptance/acc_batch.html
View file @
4feae8b
...
...
@@ -122,12 +122,15 @@
pageSize
:
pageSize
};
if
(
barcode
){
_url
=
'/a/exam/padDetail'
postData
=
{
barcode
:
barcode
,
status
:
status
,
pageNo
:
page
,
pageSize
:
pageSize
};
}
else
{
_url
=
'/a/exam/detail'
}
mui
.
ajaxRequest
(
_url
,
{
type
:
'POST'
,
...
...
@@ -183,12 +186,15 @@
pageSize
:
pageSize
}
if
(
barcode
){
_url
=
'/a/exam/padDetail'
paramData
=
{
barcode
:
barcode
,
status
:
status
,
pageNo
:
page
,
pageSize
:
pageSize
};
}
else
{
_url
=
'/a/exam/detail'
}
mui
.
ajaxRequest
(
_url
,
{
type
:
'POST'
,
...
...
container/acceptance/acc_detail.html
View file @
4feae8b
...
...
@@ -81,7 +81,10 @@
id
:
details
.
id
};
if
(
barcode
){
url
=
'/a/exam/padDetail'
postData
.
barcode
=
barcode
;
}
else
{
url
=
'/a/exam/detail'
}
var
detailData
=
{};
plus
.
nativeUI
.
showWaiting
(
'加载中...'
);
...
...
container/acceptance/acc_not_list.html
View file @
4feae8b
...
...
@@ -155,12 +155,15 @@
pageSize
:
pageSize
};
if
(
barcode
){
_url
=
'/a/exam/padDetail'
postData
=
{
barcode
:
barcode
,
status
:
status
,
pageNo
:
1
,
pageSize
:
pageSize
};
}
else
{
_url
=
'/a/exam/detail'
}
if
(
query
.
hisDrugCode
){
postData
.
hisDrugCode
=
query
.
hisDrugCode
...
...
@@ -228,12 +231,15 @@
pageSize
:
pageSize
};
if
(
barcode
){
_url
=
'/a/exam/padDetail'
paramData
=
{
barcode
:
barcode
,
status
:
status
,
pageNo
:
page
,
pageSize
:
pageSize
};
}
else
{
_url
=
'/a/exam/detail'
}
mui
.
ajaxRequest
(
_url
,{
type
:
'POST'
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment