|
|
@@ -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>
|