|
@@ -273,8 +273,9 @@ export default {
|
|
|
const res = await geLogisticsList({ page: 1, limit: 30 })
|
|
|
console.log(res, '+==============res')
|
|
|
this.columns = res.data.map((item) => {
|
|
|
- return item.expressCompany
|
|
|
+ return item.id
|
|
|
})
|
|
|
+ console.log(this.columns, 'this.columns')
|
|
|
},
|
|
|
|
|
|
wxScanCode(type) {
|
|
@@ -337,15 +338,16 @@ export default {
|
|
|
},
|
|
|
// 选择快递公司
|
|
|
onConfirm(e) {
|
|
|
- this.expressInfoShow = e.text
|
|
|
- this.expressInfo = e.id
|
|
|
- this.expressPhone = e.phone
|
|
|
+ console.log(e, '=============')
|
|
|
+ this.expressInfoShow = e
|
|
|
+ this.expressInfo = e
|
|
|
+ // this.expressPhone = e.phone
|
|
|
this.showPicker = false
|
|
|
- if (this.expressInfo == 1) {
|
|
|
- this.wayShow = true
|
|
|
- } else {
|
|
|
- this.wayShow = false
|
|
|
- }
|
|
|
+ // if (this.expressInfo == 1) {
|
|
|
+ // this.wayShow = true
|
|
|
+ // } else {
|
|
|
+ // this.wayShow = false
|
|
|
+ // }
|
|
|
},
|
|
|
|
|
|
// 选择成本中心
|
|
@@ -614,6 +616,7 @@ export default {
|
|
|
}
|
|
|
let parmas = {
|
|
|
expressInfo: this.expressInfo,//快递公司1-顺丰
|
|
|
+ // userAddressId: this.transmitMessageVlaue.id,
|
|
|
userAddressId: 'ede4f065286a406dbb82064ec7524b4e',
|
|
|
expressType: wptypeValue,//快件类型 1-文件 2-物品
|
|
|
expressNum: this.stepper, //快递数量
|