手机号 数字
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</view>
|
||||
<view class="Box_box flex-between">
|
||||
<view class="Box_boxone">*手机号</view>
|
||||
<view class="Box_boxtow"><input type="text" v-model="form.mobile" placeholder="请填写联系电话" /></view>
|
||||
<view class="Box_boxtow"><input type="number" v-model="form.mobile" placeholder="请填写联系电话" /></view>
|
||||
</view>
|
||||
<template v-if="form.user_type == 2">
|
||||
<view class="Box_box flex-between" @click="showElse = !showElse">
|
||||
@@ -50,7 +50,7 @@
|
||||
</view>
|
||||
<view class="Box_box flex-between">
|
||||
<view class="Box_boxone">联系电话</view>
|
||||
<view class="Box_boxtow"><input type="text" v-model="form.c_phone" placeholder="请填写公司联系电话" />
|
||||
<view class="Box_boxtow"><input type="number" v-model="form.c_phone" placeholder="请填写公司联系电话" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="Box_box flex-between">
|
||||
@@ -60,7 +60,7 @@
|
||||
</view>
|
||||
<view class="Box_box flex-between">
|
||||
<view class="Box_boxone">开户行账号</view>
|
||||
<view class="Box_boxtow"><input type="text" v-model="form.c_bank_account"
|
||||
<view class="Box_boxtow"><input type="number" v-model="form.c_bank_account"
|
||||
placeholder="请填写公司开户行账号" /></view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
</view>
|
||||
<view class="Box_box flex-between">
|
||||
<view>*手机号</view>
|
||||
<view><input type="text" v-model="form.mobile" placeholder="请填写联系电话" /></view>
|
||||
<view><input type="number" v-model="form.mobile" placeholder="请填写联系电话" /></view>
|
||||
</view>
|
||||
<view class="Box_box flex-between">
|
||||
<view>*开票价格</view>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</view>
|
||||
<view class="Box_box flex-between">
|
||||
<view>开票员电话</view>
|
||||
<view class="Box_box_input"><input type="text" v-model="form.taxphone" placeholder="请填写开票员电话"
|
||||
<view class="Box_box_input"><input type="number" v-model="form.taxphone" placeholder="请填写开票员电话"
|
||||
data-key="mobile" /></view>
|
||||
</view>
|
||||
<view class="Box_box flex-between" @click="showpicker = true">
|
||||
|
||||
Reference in New Issue
Block a user