|
|
@@ -6,11 +6,12 @@
|
|
|
<image class="logo" :src="`${constant.imgUrl}/logo4.png`" alt mode="widthFix" ></image>
|
|
|
<div class="title">{{ ghsInfo.name?ghsInfo.name:'' }}</div>
|
|
|
</div>
|
|
|
- <view class="debt-detail-btn" hover-class="none" @click="goGathering">待结明细</view>
|
|
|
+ <button class="admin-button-com middle" @click="goGathering">待结明细</button>
|
|
|
</div>
|
|
|
<div style="padding:10upx 0 25upx 10upx;font-size:30upx;">
|
|
|
{{ customInfo.name?customInfo.name:'' }},
|
|
|
<text v-if="customerOutstandingAmount(customInfo)>0">您待结款<text style="color:red;font-weight:bold;">{{ customerOutstandingAmount(customInfo) }}元</text>,这里付款结账</text>
|
|
|
+ <text v-else>您好,输入金额充值</text>
|
|
|
</div>
|
|
|
<div class="module-com pay-input-wrap">
|
|
|
<pay-input-module :focus="inpFocus" :num="amount" @focusFn="focusFn" @blurFn="blurFn" @clickKey="clickKeyFn" />
|
|
|
@@ -387,15 +388,9 @@
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
}
|
|
|
- .debt-detail-btn {
|
|
|
+ .admin-button-com {
|
|
|
flex-shrink: 0;
|
|
|
margin-left: 20upx;
|
|
|
- padding: 12upx 24upx;
|
|
|
- font-size: 26upx;
|
|
|
- color: #3385FF;
|
|
|
- border: 1upx solid #3385FF;
|
|
|
- border-radius: 8upx;
|
|
|
- line-height: 1.2;
|
|
|
}
|
|
|
}
|
|
|
// 可选优惠
|