فهرست منبع

[ 零售 ] 供货商 开单 选择客户不灵敏 (解决)

wangn 5 سال پیش
والد
کامیت
f25c74d680
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      hdApp/src/admin/billing/affirmGoods.vue

+ 4 - 4
hdApp/src/admin/billing/affirmGoods.vue

@@ -49,10 +49,10 @@
 				</view>
 				<!-- 登录信息 -->
 				<view class="module-com input-line-wrap">
-					<tui-list-cell class="line-cell" :hover="false" :arrow="true">
+					<tui-list-cell class="line-cell" :hover="false" :arrow="true" @click="showCustomer = true">
 						<view class="tui-title ">客户</view>
-						<view class="tui-input" v-if="clientInfo.id" @click="showCustomer = true">{{ clientInfo.name }}</view>
-						<view class="tui-placeholder" style="width: 100%" v-else @click="showCustomer = true">请选择客户</view>
+						<view class="tui-input" v-if="clientInfo.id">{{ clientInfo.name }}</view>
+						<view class="tui-placeholder" style="width: 100%" v-else >请选择客户</view>
 					</tui-list-cell>
 
 					<tui-list-cell class="line-cell" :hover="false" :arrow="false">
@@ -69,7 +69,7 @@
 					<tui-list-cell class="line-cell" :hover="false" :arrow="false">
 						<view class="tui-title ">付款方式</view>
 						<button class="admin-button-com mini-btn" :class="payType==res.id?'blue':'default'" style="margin-right: 10rpx"
-														@tap="payType=res.id"  v-for="(res,i) in getDictionariesInfo.htPayWayOption">
+														@tap="payType=res.id"  v-for="(res,i) in getDictionariesInfo.htPayWayOption" :key="i">
 							{{ res.name }}
 						</button>
 					</tui-list-cell>