订单发货
This commit is contained in:
@@ -416,25 +416,25 @@ export default {
|
||||
},
|
||||
|
||||
// 获取订单下的快递单
|
||||
getOrderSheetList(){
|
||||
this.$http({
|
||||
url: this.$http.adornUrl('/express/getPrintTemplateList'),
|
||||
method: 'get',
|
||||
params: this.$http.adornParams({
|
||||
'expressOrderSn': this.query.orderSn,
|
||||
})
|
||||
/// data: {}
|
||||
}).then(({ data }) => {
|
||||
console.log(data.result,'面单列表')
|
||||
if (data && data.code === 0) {
|
||||
this.sheetList = data.result.data
|
||||
// this.MDtotalPage = data.result.totalDataSize
|
||||
} else {
|
||||
// this.PrintSheetList = []
|
||||
// this.totalPage = 0
|
||||
}
|
||||
})
|
||||
},
|
||||
// getOrderSheetList(){
|
||||
// this.$http({
|
||||
// url: this.$http.adornUrl('/express/getPrintTemplateList'),
|
||||
// method: 'get',
|
||||
// params: this.$http.adornParams({
|
||||
// 'expressOrderSn': this.query.orderSn,
|
||||
// })
|
||||
// /// data: {}
|
||||
// }).then(({ data }) => {
|
||||
// console.log(data.result,'面单列表')
|
||||
// if (data && data.code === 0) {
|
||||
// this.sheetList = data.result.data
|
||||
// // this.MDtotalPage = data.result.totalDataSize
|
||||
// } else {
|
||||
// // this.PrintSheetList = []
|
||||
// // this.totalPage = 0
|
||||
// }
|
||||
// })
|
||||
// },
|
||||
// 获取数据列表
|
||||
getData() {
|
||||
this.dataListLoading = true
|
||||
|
||||
Reference in New Issue
Block a user