|
|
|
@ -96,10 +96,10 @@ |
|
|
|
|
</picker> |
|
|
|
|
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="username"> |
|
|
|
|
<view class="username" @click="showPopup()"> |
|
|
|
|
<view class="namecont">商户类型</view> |
|
|
|
|
<input placeholder="请选择商户类型" v-model="merchantType" style="width: 70%;" |
|
|
|
|
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" @click="showPopup()" /> |
|
|
|
|
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" :disabled="true"/> |
|
|
|
|
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="titlename fcor666" v-if="merchantId != 3">营业执照</view> |
|
|
|
@ -172,10 +172,10 @@ |
|
|
|
|
<image mode="widthFix" style="width: 12px;" src="../../../static/img/jtg.png"></image> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="username"> |
|
|
|
|
<view class="username" @click="showjob()"> |
|
|
|
|
<view class="namecont">行业类目</view> |
|
|
|
|
<input placeholder="请选择类目" v-model="industrycategory" style="width: 70%;" |
|
|
|
|
@click="showjob()" placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> |
|
|
|
|
<input placeholder="请选择类目" v-model="industrycategory" style="width: 70%;" :disabled="true" |
|
|
|
|
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> |
|
|
|
|
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="username"> |
|
|
|
@ -221,10 +221,10 @@ |
|
|
|
|
<input placeholder="请输入线上产品名称" v-model="merOnlineName" style="width: 70%;" |
|
|
|
|
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> |
|
|
|
|
</view> |
|
|
|
|
<view class="username"> |
|
|
|
|
<view class="username" @click="jumpchangemcc()"> |
|
|
|
|
<view class="namecont">mcc编号</view> |
|
|
|
|
<input placeholder="请选择mcc编号" v-model="mccname" style="width: 70%;" |
|
|
|
|
@click="jumpchangemcc()" placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> |
|
|
|
|
<input placeholder="请选择mcc编号" v-model="mccname" style="width: 70%;" :disabled="true" |
|
|
|
|
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> |
|
|
|
|
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|