shish 3 лет назад
Родитель
Сommit
f1f47e39fc
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      hdApp/src/admin/billing/affirmGhsBook.vue
  2. 1 1
      hdApp/src/pagesPurchase/purDetails.vue

+ 1 - 1
hdApp/src/admin/billing/affirmGhsBook.vue

@@ -132,7 +132,7 @@
 					<tui-list-cell class="line-cell" :hover="false" :arrow="true">
 					<tui-list-cell class="line-cell" :hover="false" :arrow="true">
 						<view class="tui-title ">发货时间</view>
 						<view class="tui-title ">发货时间</view>
 						<picker mode="date" :value="sendTimeWant" @change="bindDateChange" style="width:400upx;">
 						<picker mode="date" :value="sendTimeWant" @change="bindDateChange" style="width:400upx;">
-							<view class="uni-input" v-if="sendTimeWant==''" style="color:#CCCCCC;">请选择日期</view>
+							<view class="uni-input" v-if="sendTimeWant==''" style="color:#CCCCCC;">请选择,默认当天</view>
 							<view class="uni-input">{{sendTimeWant}}</view>
 							<view class="uni-input">{{sendTimeWant}}</view>
                     	</picker>
                     	</picker>
 					</tui-list-cell>
 					</tui-list-cell>

+ 1 - 1
hdApp/src/pagesPurchase/purDetails.vue

@@ -254,7 +254,7 @@
     </view>
     </view>
     <view class="app-footer open_btn">
     <view class="app-footer open_btn">
 
 
-      <button class="admin-button-com blue big" open-type="share" v-if="detailInfo.status!=5"
+      <button class="admin-button-com blue big" open-type="share" v-if="detailInfo.status!=5 && detailInfo.payStatus != 1"
       style="margin-right:80upx;padding-left:50upx;padding-right:50upx;">邀请付款</button>
       style="margin-right:80upx;padding-left:50upx;padding-right:50upx;">邀请付款</button>
 
 
       <block v-if="detailInfo.status == 1">
       <block v-if="detailInfo.status == 1">