|
|
@@ -137,8 +137,8 @@
|
|
|
|
|
|
<uni-popup ref="clearConfirmRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
|
|
|
<view style="padding:30upx;">
|
|
|
- <textarea v-model="payRemark" style="border:1upx solid #cccccc;height:100upx;font-size:28upx;margin-bottom:40upx;" placeholder="这里写备注说明..."></textarea>
|
|
|
- <view style="font-size:34upx;font-weight:bold;margin-bottom:15upx;text-align: center;">确认客户通过<text style="color:blue;margin-left:15upx;margin-right:15upx;">{{ payName }}</text>付款?</view>
|
|
|
+ <view style="font-size:34upx;font-weight:bold;margin-bottom:15upx;margin-top:20upx;text-align: center;">确认客户通过<text style="color:blue;margin-left:15upx;margin-right:15upx;">{{ payName }}</text>付款?</view>
|
|
|
+ <textarea v-model="payRemark" style="border:1upx solid #cccccc;text-align:center;font-size:28upx;height:50upx;width:86%;margin:50upx auto 30upx auto;" placeholder="这里写备注"></textarea>
|
|
|
<view style="text-align:center;">
|
|
|
<button class="admin-button-com big default" style="margin:30upx auto 10upx auto;width:45%;" @click="cancelAdd()">取消</button>
|
|
|
<button class="admin-button-com big blue" style="margin:30upx auto 10upx 20upx;width:45%;" @click="confirmAdd()">确认</button>
|