Commit e05c61d0 authored by Smile's avatar Smile Committed by wux

app订单页面我要发货不显示

parent 5fc01454
...@@ -568,7 +568,7 @@ ...@@ -568,7 +568,7 @@
onLoad() { onLoad() {
this.getStatusData() this.getStatusData()
this.getCountrySn() this.getCountrySn()
this.orderConfig() this.orderConfig1()
// this.getTradeCity('tradeCity2') // this.getTradeCity('tradeCity2')
// this.orderConfig('transport_type', 'transport') // this.orderConfig('transport_type', 'transport')
}, },
...@@ -1382,14 +1382,14 @@ ...@@ -1382,14 +1382,14 @@
open(){ open(){
// this.$refs.declaration.open() // this.$refs.declaration.open()
}, },
/*orderConfig () { orderConfig1 () {
let that = this let that = this
that.$request.getConfig('transport_type').then(res => { that.$request.getConfig('transport_type').then(res => {
if(res.code==0&&res.data&&res.data.list.length > 0){ if(res.code==0&&res.data&&res.data.list.length > 0){
that.transType = res.data.list that.transType = res.data.list
} }
}) })
},*/ },
copy(orderId){ copy(orderId){
this.toEditOrder(orderId, true) this.toEditOrder(orderId, true)
// this.$request.post("/app-api/my/order/copy/" + orderId).then(res => { // this.$request.post("/app-api/my/order/copy/" + orderId).then(res => {
......
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