Commit caa1b05e authored by youjie's avatar youjie

no message

parent 839e981e
...@@ -551,11 +551,8 @@ export default { ...@@ -551,11 +551,8 @@ export default {
}, },
data() { data() {
return { return {
validateIndex: 0,
submiting: true,
order: null,//订单信息 order: null,//订单信息
orderKey: "", orderKey: "",
isRangeClick: true,
isShowDialog: false, isShowDialog: false,
AddressObj: null, AddressObj: null,
onCarObj: null,//上车范围 onCarObj: null,//上车范围
...@@ -577,15 +574,11 @@ export default { ...@@ -577,15 +574,11 @@ export default {
OrderDate: null,//接收产品相关信息 OrderDate: null,//接收产品相关信息
step: 1, step: 1,
userInfo: { userInfo: {
lastName: "",
firstName: "",
country: 0, country: 0,
phone: "",
areaCode: "", areaCode: "",
mail: "", mail: "",
}, },
chosenObj: {}, chosenObj: {},
isUpdateUserInfo: false,
countrys: [], countrys: [],
areaCodes: [], areaCodes: [],
loading: false, loading: false,
...@@ -622,7 +615,6 @@ export default { ...@@ -622,7 +615,6 @@ export default {
getBusTime: null,//预约车时间 getBusTime: null,//预约车时间
TotalPeople: 0,//总人数 TotalPeople: 0,//总人数
onoffbus: 1,//1 上车 2下车 onoffbus: 1,//1 上车 2下车
ErpOrderId: 0,//erp订单Id
}; };
}, },
computed: { computed: {
...@@ -711,7 +703,6 @@ export default { ...@@ -711,7 +703,6 @@ export default {
return this.orderKey != ""; return this.orderKey != "";
}, },
async submit() { async submit() {
this.submiting=true
let flag = true let flag = true
flag = await this.formValidateHandler('baseUserInfo') flag = await this.formValidateHandler('baseUserInfo')
if(!flag){ if(!flag){
...@@ -722,7 +713,6 @@ export default { ...@@ -722,7 +713,6 @@ export default {
this.SetCarOrder() this.SetCarOrder()
return; return;
} }
this.submiting=false
}, },
async formValidateHandler(formName){ async formValidateHandler(formName){
let temp=this.$refs[formName] let temp=this.$refs[formName]
......
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