shish 6 месяцев назад
Родитель
Сommit
df95d1be73
1 измененных файлов с 16 добавлено и 1 удалено
  1. 16 1
      hdApp/src/admin/billing/affirm.vue

+ 16 - 1
hdApp/src/admin/billing/affirm.vue

@@ -127,9 +127,24 @@
             <button style="margin-right:10upx;height:70upx;line-height:46upx;" @click="form.hasPay = 0" class="admin-button-com mini-btn" :class="form.hasPay == 0 ? 'blue' : 'default'">待付款</button>
             <button style="margin-right:10upx;height:70upx;line-height:46upx;" @click="form.hasPay = 4" class="admin-button-com mini-btn" :class="form.hasPay == 4 ? 'blue' : 'default'">余额</button>
             <button style="margin-right:10upx;height:70upx;line-height:46upx;" @tap="form.hasPay = 1" class="admin-button-com mini-btn" :class="form.hasPay == 1 ? 'blue' : 'default'">线下</button>
-            <button style="margin-right:10upx;height:70upx;line-height:46upx;" @click="form.hasPay = 2" class="admin-button-com mini-btn" :class="form.hasPay == 2 ? 'blue' : 'default'">赊账</button>
+            <button style="margin-right:0upx;height:70upx;line-height:46upx;" @click="form.hasPay = 2" class="admin-button-com mini-btn" :class="form.hasPay == 2 ? 'blue' : 'default'">赊账</button>
 					</tui-list-cell>
 
+          <tui-list-cell class="line-cell" :arrow="false" v-if="form.hasPay == 0">
+            <view class="tui-title">待付款</view>
+            <view class="tui-input" style="color:#3385ff;">扫码付款、微信邀请付款 选待付款</view>
+          </tui-list-cell>
+
+          <tui-list-cell class="line-cell" :arrow="false" v-if="form.hasPay == 2">
+            <view class="tui-title">赊账</view>
+            <view class="tui-input" style="color:#3385ff;">客户要欠款挂账的 选赊账</view>
+          </tui-list-cell>
+
+          <tui-list-cell class="line-cell" :arrow="false" v-if="form.hasPay == 4">
+            <view class="tui-title">余额</view>
+            <view class="tui-input" style="color:#3385ff;">使用余额支付</view>
+          </tui-list-cell>
+
           <tui-list-cell class="line-cell" :hover="false" :arrow="true" v-if="form.hasPay == 1">
             <view class="tui-title">线下渠道</view>
             <picker mode="selector" :value="payWayindex" :range="payWayList" range-key="name" @change="payWayChange" class="tui-input">