Commit 47be9b1e authored by xiejb's avatar xiejb

订单列表多次查询

parent 99d34109
......@@ -259,6 +259,8 @@ export default {
this.moreSearchInfo = JSON.parse(JSON.stringify(data))
if (this.tabsTitle.length === 0) {
this.isFirst = true
} else {
this.isFirst = false
}
this.tabsTitleData()
this.$nextTick(() => {
......
......@@ -144,12 +144,6 @@ export default {
}
},
methods: {
// 接口
httpAction(moreSearchModel) {
this.moreSearchInfo = moreSearchModel
console.log(this.moreSearchInfo)
// this.onRefresh()
},
// 单个发票点击事件
orderItemAction(model) {
let wrapperScrollTop = this.$refs.wrapper.scrollTop
......@@ -202,8 +196,8 @@ export default {
] // 供应商(部门)编码
}
let dict = {
'list': this.setMoreSearchInfoAction(),
// 'list': [data],
// 'list': this.setMoreSearchInfoAction(),
'list': [data],
'endDate': _this.moreSearchInfo.time.end, // 结束时间
'startDate': _this.moreSearchInfo.time.start, // 开始时间
'pageNum': _this.currentPage,
......@@ -268,7 +262,7 @@ export default {
'orderNo': !_this.moreSearchInfo.orderNo ? '':_this.moreSearchInfo.orderNo, // 订单号
// 订单状态ERP 100 已开单110 已取消180 已完(销退)WMS200 待出库210 拣配中220 已出库TMS300 调度中310 运输中400 已签收410 签收执420 拒收
'orderStatusCode': _this.orderTypeCode,
'orderType': 'SALE', // 订单类型 正常销售SALE销售退货SALE_RTN
'orderType': '', // 订单类型 正常销售SALE销售退货SALE_RTN
'pageNum': _this.currentPage,
'pageSize': _this.pageSize,
'shippingAdress': '', // 送货地址
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment