还原一些disable:仅展示数据。解决一些加上disable目的是为了解决导致键盘弹出,cliclk事件绑定到父元素

fix
游梦婷 7 months ago
parent 9afc7e7ef8
commit 6177a3e124
  1. 4
      pages/index/addService/addService.vue
  2. 12
      pages/index/addStore/addStore.vue
  3. 2
      pages/index/equity-activities-details/equity-activities-details.vue
  4. 16
      pages/index/merchant-incoming-parts/merchant-incoming-parts.vue
  5. 2
      pages/index/rateReview/rateReview.vue
  6. 2
      pages/index/settlement_details/settlement_details.vue
  7. 12
      pages/index/updateSettlement/updateSettlement.vue

@ -32,13 +32,13 @@
<view class="username"> <view class="username">
<view class="namecont">设备单价</view> <view class="namecont">设备单价</view>
<input placeholder="请输入设备单价" v-model="unitPrice" style="width: 70%;" <input placeholder="请输入设备单价" v-model="unitPrice" style="width: 70%;" :disabled="true"
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" />
</view> </view>
<view class="username"> <view class="username">
<view class="namecont">设备数量</view> <view class="namecont">设备数量</view>
<input placeholder="请输入设备数量" v-model="servienum" style="width: 70%;" <input placeholder="请输入设备数量" v-model="servienum" style="width: 70%;" :disabled="true"
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" />
</view> </view>
<view class="width80 font16 mart30 fotrt fcoreb5"> <view class="width80 font16 mart30 fotrt fcoreb5">

@ -32,10 +32,10 @@
<input placeholder="请输入门店电话" v-model="storephone" style="width: 70%;" <input placeholder="请输入门店电话" v-model="storephone" style="width: 70%;"
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" />
</view> </view>
<view class="username"> <view class="username" @click="showjob()">
<view class="namecont">行业类目</view> <view class="namecont">行业类目</view>
<input placeholder="请选择类目" v-model="industrycategory" style="width: 70%;" <input placeholder="请选择类目" v-model="industrycategory" style="width: 70%;" :disabled="true"
@click="showjob()" placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" />
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image> <image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image>
</view> </view>
<view class="username"> <view class="username">
@ -207,10 +207,10 @@
<view class="titlename font18 fontwig6 fcor333">结算信息</view> <view class="titlename font18 fontwig6 fcor333">结算信息</view>
<view class="username"> <view class="username" @click="showPopup()">
<view class="namecont">结算类型</view> <view class="namecont">结算类型</view>
<input placeholder="请选择结算类型" v-model="lementType" style="width: 70%;" <input placeholder="请选择结算类型" v-model="lementType" style="width: 70%;" :disabled="true"
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" @click="showPopup()" /> placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" />
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image> <image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image>
</view> </view>
<view class="notes font16" style="border-bottom: 0px;" v-if="lementId == 3"> <view class="notes font16" style="border-bottom: 0px;" v-if="lementId == 3">

@ -73,7 +73,7 @@
<picker mode="selector" style="width: 30%;" :range="item.rateArray" @change="changefeil" <picker mode="selector" style="width: 30%;" :range="item.rateArray" @change="changefeil"
@click="changefeilvalue(item)"> @click="changefeilvalue(item)">
<!-- <view class="fotrt text1" style="padding: 0 25rpx;"></view> --> <!-- <view class="fotrt text1" style="padding: 0 25rpx;"></view> -->
<input v-model="item.ext1" /> <input :disabled="true" v-model="item.ext1" />
</picker> </picker>
<image class="flright iconw" mode="widthFix" src="../../../static/img/downj.png"></image> <image class="flright iconw" mode="widthFix" src="../../../static/img/downj.png"></image>
</view> </view>

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

@ -18,7 +18,7 @@
v-if="RateApplyDetail.status == 2 || RateApplyDetail.status == 4 || RateApplyDetail.status == 6">驳回信息</view> v-if="RateApplyDetail.status == 2 || RateApplyDetail.status == 4 || RateApplyDetail.status == 6">驳回信息</view>
<textarea class="width100 backcorfff" v-model="rejectReason" v-if="RateApplyDetail.status == 2" <textarea class="width100 backcorfff" v-model="rejectReason" v-if="RateApplyDetail.status == 2"
style="padding: 15px;" placeholder="请填写审核驳回内容"></textarea> style="padding: 15px;" placeholder="请填写审核驳回内容"></textarea>
<textarea class="width100 backcorfff" :value="RateApplyDetail.rejectReason" <textarea class="width100 backcorfff" :value="RateApplyDetail.rejectReason" :disabled="true"
v-if="RateApplyDetail.status == 4 || RateApplyDetail.status == 6" style="padding: 15px;"></textarea> v-if="RateApplyDetail.status == 4 || RateApplyDetail.status == 6" style="padding: 15px;"></textarea>
<view class="alijusstart" v-if="RateApplyDetail.status == 2"> <view class="alijusstart" v-if="RateApplyDetail.status == 2">
<button class="btns mart40 backcor008" @click="approve()">通过</button> <button class="btns mart40 backcor008" @click="approve()">通过</button>

@ -80,7 +80,7 @@
v-if="auditDetail.status == 2 || auditDetail.status == 4 || auditDetail.status == 6">驳回信息</view> v-if="auditDetail.status == 2 || auditDetail.status == 4 || auditDetail.status == 6">驳回信息</view>
<textarea class="width100 backcorfff" v-model="rejectReason" v-if="auditDetail.status == 2" <textarea class="width100 backcorfff" v-model="rejectReason" v-if="auditDetail.status == 2"
style="padding: 15px;" placeholder="请填写审核驳回内容"></textarea> style="padding: 15px;" placeholder="请填写审核驳回内容"></textarea>
<textarea class="width100 backcorfff" :value="auditDetail.rejectReason" <textarea class="width100 backcorfff" :value="auditDetail.rejectReason" :disabled="true"
v-if="auditDetail.status == 4 || auditDetail.status == 6" style="padding: 15px;"></textarea> v-if="auditDetail.status == 4 || auditDetail.status == 6" style="padding: 15px;"></textarea>
<view class="alijusstart" v-if="auditDetail.status == 2"> <view class="alijusstart" v-if="auditDetail.status == 2">
<button class="btns mart40 backcor008" @click="approve()">通过</button> <button class="btns mart40 backcor008" @click="approve()">通过</button>

@ -19,10 +19,10 @@
<!--第三步 未录入结算信息 --> <!--第三步 未录入结算信息 -->
<view class="width100 mart10 backcorfff"> <view class="width100 mart10 backcorfff">
<view class="titlename font18 fontwig6 fcor333">结算信息</view> <view class="titlename font18 fontwig6 fcor333">结算信息</view>
<view class="username"> <view class="username" @click="showPopup()">
<view class="namecont">结算类型</view> <view class="namecont">结算类型</view>
<input placeholder="请选择结算类型" v-model="lementType" style="width: 70%;" <input placeholder="请选择结算类型" v-model="lementType" style="width: 70%;" :disabled="true"
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" @click="showPopup()" /> placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" />
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image> <image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image>
</view> </view>
<view class="titlename fcor666" v-if="lementId == 3">非法人结算授权书</view> <view class="titlename fcor666" v-if="lementId == 3">非法人结算授权书</view>
@ -158,11 +158,11 @@
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image> <image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image>
</view> </view>
<view class="username"> <view class="username" @click="showdepositaryBank()">
<view class="namecont">所属支行</view> <view class="namecont">所属支行</view>
<input placeholder="请选择或者输入所属支行" v-model="belongbranch" style="width: 70%;" <input placeholder="请选择或者输入所属支行" v-model="belongbranch" style="width: 70%;" :disabled="true"
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" />
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw" @click="showdepositaryBank()"> <image src="../../../static/img/jtg.png" mode="widthFix" class="iconw" >
</image> </image>
</view> </view>
<view class="username"> <view class="username">

Loading…
Cancel
Save