删除disable='true'时造成的click事件失效

fix
游梦婷 7 months ago
parent bf2c2d2005
commit 9afc7e7ef8
  1. 4
      pages/index/addService/addService.vue
  2. 4
      pages/index/addStore/addStore.vue
  3. 2
      pages/index/equity-activities-details/equity-activities-details.vue
  4. 10
      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. 4
      pages/index/updateSettlement/updateSettlement.vue

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

@ -34,7 +34,7 @@
</view>
<view class="username">
<view class="namecont">行业类目</view>
<input placeholder="请选择类目" v-model="industrycategory" style="width: 70%;" disabled="true"
<input placeholder="请选择类目" v-model="industrycategory" style="width: 70%;"
@click="showjob()" placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" />
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image>
</view>
@ -209,7 +209,7 @@
<view class="titlename font18 fontwig6 fcor333">结算信息</view>
<view class="username">
<view class="namecont">结算类型</view>
<input placeholder="请选择结算类型" v-model="lementType" style="width: 70%;" disabled="true"
<input placeholder="请选择结算类型" v-model="lementType" style="width: 70%;"
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" @click="showPopup()" />
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image>
</view>

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

@ -98,7 +98,7 @@
</view>
<view class="username">
<view class="namecont">商户类型</view>
<input placeholder="请选择商户类型" v-model="merchantType" style="width: 70%;" disabled="true"
<input placeholder="请选择商户类型" v-model="merchantType" style="width: 70%;"
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" @click="showPopup()" />
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image>
</view>
@ -174,7 +174,7 @@
</view>
<view class="username">
<view class="namecont">行业类目</view>
<input placeholder="请选择类目" v-model="industrycategory" style="width: 70%;" disabled="true"
<input placeholder="请选择类目" v-model="industrycategory" style="width: 70%;"
@click="showjob()" placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" />
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image>
</view>
@ -223,7 +223,7 @@
</view>
<view class="username">
<view class="namecont">mcc编号</view>
<input placeholder="请选择mcc编号" v-model="mccname" style="width: 70%;" disabled="true"
<input placeholder="请选择mcc编号" v-model="mccname" style="width: 70%;"
@click="jumpchangemcc()" placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" />
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image>
</view>
@ -401,7 +401,7 @@
<view class="titlename font18 fontwig6 fcor333">结算信息</view>
<view class="username">
<view class="namecont">结算类型</view>
<input placeholder="请选择结算类型" v-model="lementType" style="width: 70%;" disabled="true"
<input placeholder="请选择结算类型" v-model="lementType" style="width: 70%;"
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" @click="showPopup()" />
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image>
</view>
@ -541,7 +541,7 @@
<view class="username">
<view class="namecont">所属支行</view>
<input placeholder="请选择或者输入所属支行" v-model="belongbranch" style="width: 70%;" disabled="true"
<input placeholder="请选择或者输入所属支行" v-model="belongbranch" style="width: 70%;"
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" />
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw" @click="showdepositaryBank()">
</image>

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

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

@ -21,7 +21,7 @@
<view class="titlename font18 fontwig6 fcor333">结算信息</view>
<view class="username">
<view class="namecont">结算类型</view>
<input placeholder="请选择结算类型" v-model="lementType" style="width: 70%;" disabled="true"
<input placeholder="请选择结算类型" v-model="lementType" style="width: 70%;"
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" @click="showPopup()" />
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image>
</view>
@ -160,7 +160,7 @@
<view class="username">
<view class="namecont">所属支行</view>
<input placeholder="请选择或者输入所属支行" v-model="belongbranch" style="width: 70%;" disabled="true"
<input placeholder="请选择或者输入所属支行" v-model="belongbranch" style="width: 70%;"
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" />
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw" @click="showdepositaryBank()">
</image>

Loading…
Cancel
Save