Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
上
上药订单生命周期升级
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
sph
上药订单生命周期升级
Commits
47be9b1e
Commit
47be9b1e
authored
Mar 26, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单列表多次查询
parent
99d34109
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
src/views/myOrder/index.vue
src/views/myOrder/index.vue
+2
-0
src/views/myOrder/myOrderList.vue
src/views/myOrder/myOrderList.vue
+3
-9
No files found.
src/views/myOrder/index.vue
View file @
47be9b1e
...
@@ -259,6 +259,8 @@ export default {
...
@@ -259,6 +259,8 @@ export default {
this
.
moreSearchInfo
=
JSON
.
parse
(
JSON
.
stringify
(
data
))
this
.
moreSearchInfo
=
JSON
.
parse
(
JSON
.
stringify
(
data
))
if
(
this
.
tabsTitle
.
length
===
0
)
{
if
(
this
.
tabsTitle
.
length
===
0
)
{
this
.
isFirst
=
true
this
.
isFirst
=
true
}
else
{
this
.
isFirst
=
false
}
}
this
.
tabsTitleData
()
this
.
tabsTitleData
()
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
...
...
src/views/myOrder/myOrderList.vue
View file @
47be9b1e
...
@@ -144,12 +144,6 @@ export default {
...
@@ -144,12 +144,6 @@ export default {
}
}
},
},
methods
:
{
methods
:
{
// 接口
httpAction
(
moreSearchModel
)
{
this
.
moreSearchInfo
=
moreSearchModel
console
.
log
(
this
.
moreSearchInfo
)
// this.onRefresh()
},
// 单个发票点击事件
// 单个发票点击事件
orderItemAction
(
model
)
{
orderItemAction
(
model
)
{
let
wrapperScrollTop
=
this
.
$refs
.
wrapper
.
scrollTop
let
wrapperScrollTop
=
this
.
$refs
.
wrapper
.
scrollTop
...
@@ -202,8 +196,8 @@ export default {
...
@@ -202,8 +196,8 @@ export default {
]
// 供应商(部门)编码
]
// 供应商(部门)编码
}
}
let
dict
=
{
let
dict
=
{
'
list
'
:
this
.
setMoreSearchInfoAction
(),
//
'list': this.setMoreSearchInfoAction(),
//
'list': [data],
'
list
'
:
[
data
],
'
endDate
'
:
_this
.
moreSearchInfo
.
time
.
end
,
// 结束时间
'
endDate
'
:
_this
.
moreSearchInfo
.
time
.
end
,
// 结束时间
'
startDate
'
:
_this
.
moreSearchInfo
.
time
.
start
,
// 开始时间
'
startDate
'
:
_this
.
moreSearchInfo
.
time
.
start
,
// 开始时间
'
pageNum
'
:
_this
.
currentPage
,
'
pageNum
'
:
_this
.
currentPage
,
...
@@ -268,7 +262,7 @@ export default {
...
@@ -268,7 +262,7 @@ export default {
'
orderNo
'
:
!
_this
.
moreSearchInfo
.
orderNo
?
''
:
_this
.
moreSearchInfo
.
orderNo
,
// 订单号
'
orderNo
'
:
!
_this
.
moreSearchInfo
.
orderNo
?
''
:
_this
.
moreSearchInfo
.
orderNo
,
// 订单号
// 订单状态ERP 100 已开单110 已取消180 已完(销退)WMS200 待出库210 拣配中220 已出库TMS300 调度中310 运输中400 已签收410 签收执420 拒收
// 订单状态ERP 100 已开单110 已取消180 已完(销退)WMS200 待出库210 拣配中220 已出库TMS300 调度中310 运输中400 已签收410 签收执420 拒收
'
orderStatusCode
'
:
_this
.
orderTypeCode
,
'
orderStatusCode
'
:
_this
.
orderTypeCode
,
'
orderType
'
:
'
SALE
'
,
// 订单类型 正常销售SALE销售退货SALE_RTN
'
orderType
'
:
''
,
// 订单类型 正常销售SALE销售退货SALE_RTN
'
pageNum
'
:
_this
.
currentPage
,
'
pageNum
'
:
_this
.
currentPage
,
'
pageSize
'
:
_this
.
pageSize
,
'
pageSize
'
:
_this
.
pageSize
,
'
shippingAdress
'
:
''
,
// 送货地址
'
shippingAdress
'
:
''
,
// 送货地址
...
...
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