订单发货

This commit is contained in:
@fawn-nine
2023-10-27 17:15:52 +08:00
parent 16d7333f46
commit acafce7c6b
4 changed files with 35 additions and 29 deletions

View File

@@ -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