Commit 8fbc520a authored by youjie's avatar youjie

酒店下单 验证手机号

parent a3792052
...@@ -967,7 +967,7 @@ ...@@ -967,7 +967,7 @@
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" <table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%"
v-else-if="OrderSource==10"> v-else-if="OrderSource==10">
<tr class="_fujiashuoming_tr"> <tr class="_fujiashuoming_tr">
<td>{$t('tips.qzcpbianhao')}}:<span @click="jumpPage('VisaProductOrder',GetDetail,9)" <td>{{$t('tips.qzcpbianhao')}}:<span @click="jumpPage('VisaProductOrder',GetDetail,9)"
class="_jump_page _font_bold">{{GetDetail.SourceID}}</span></td> class="_jump_page _font_bold">{{GetDetail.SourceID}}</span></td>
<!-- <td @click="jumpPage('FinancialOrder',GetDetail,3)"> <span class="_jump_page _font_bold">{{$t('objFill.qzsz')}}</span> </td> --> <!-- <td @click="jumpPage('FinancialOrder',GetDetail,3)"> <span class="_jump_page _font_bold">{{$t('objFill.qzsz')}}</span> </td> -->
<td v-if="GetDetail.OrderID">{{$t('objFill.qzdd')}}:<span <td v-if="GetDetail.OrderID">{{$t('objFill.qzdd')}}:<span
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item :label="$t('hotel.table_tel')" prop=""> <el-form-item :label="$t('hotel.table_tel')" prop="ContactNumber">
<el-input v-model="parameters.ContactNumber"></el-input> <el-input v-model="parameters.ContactNumber"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -183,10 +183,10 @@ ...@@ -183,10 +183,10 @@
}], }],
ContactNumber: [ ContactNumber: [
{ required: true, message: this.$t('rule.EnterPnum'), trigger: "blur" }, { required: true, message: this.$t('rule.EnterPnum'), trigger: "blur" },
{ // {
pattern: this.$commonUtils.Regex.el_ISphone, // pattern: this.$commonUtils.Regex.el_ISphone,
message: this.$t('rule.EnterRightNum') // message: this.$t('rule.EnterRightNum')
} // }
], ],
TCNum: [{ TCNum: [{
required: true, required: true,
......
...@@ -444,7 +444,8 @@ ...@@ -444,7 +444,8 @@
'Domain': Domain 'Domain': Domain
}, res => { }, res => {
this.groupModel = res.data.data; this.groupModel = res.data.data;
document.title = this.$t('objFill.huanyingsy') + this.groupModel.GroupName + this.$t('objFill.erpxitong'); // document.title = this.$t('objFill.huanyingsy') + this.groupModel.GroupName + this.$t('objFill.erpxitong');
document.title = '欢迎使用' + this.groupModel.GroupName + 'ERP系统';
}, err => {}) }, err => {})
}, },
updatePwd() { updatePwd() {
......
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