Commit 23282aa1 authored by youjie's avatar youjie

取消包车订单

parent 4ced3d8a
......@@ -257,7 +257,7 @@
<cancelPrompt v-if="showModal"
:showModal="showModal"
@cancel="cancelModal"
:orderNo="orderData.OrderNo"></cancelPrompt>
:orderNo="OrderNo"></cancelPrompt>
</view>
</template>
......@@ -357,6 +357,7 @@
customer: {},
SalePhone: null,
showModal: false,
OrderNo: '',
};
},
created() {
......@@ -648,6 +649,7 @@
this.apipost("GetDetailsByErpOrderId_post",parameter,res=>{
if(res.resultCode==1){
this.OrderNo = res.data.OrderNo
console.log(this.OrderNo,'------------')
this.formatStatus(
res.data.OrderStatus,
null,
......
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