shish 3 лет назад
Родитель
Сommit
45a6f8b01e
1 измененных файлов с 19 добавлено и 17 удалено
  1. 19 17
      hdApp/src/pagesPurchase/order.vue

+ 19 - 17
hdApp/src/pagesPurchase/order.vue

@@ -13,15 +13,15 @@
             <view :class="[ghsInfo.isOpen == 0 ? 'cg-button-rest' : 'cg-button']" @click="enterShop(ghsInfo)">买花</view>
 
             <view class="store_btn">
-              <view class="btn_entrance" @click="pageTo({ url: '/admin/clear/list?ghsId='+ghsInfo.id})">结账</view>
-              <view class="btn_entrance" @click="pageTo({url:'/pagesPurchase/shopping'})" > 采购记录 </view>
-              <view class="btn_entrance" style="color:red;" @click="settleAccounts(ghsInfo)"> 待结订单 </view>
+              <view class="btn_entrance" @click="pageTo({ url: '/admin/clear/list?ghsId='+ghsInfo.id})">结账记录</view>
+              <view class="btn_entrance" @click="pageTo({url:'/pagesPurchase/shopping'})" > 买花记录 </view>
+              <view class="btn_entrance" style="color:red;font-weight:bold;" @click="settleAccounts(ghsInfo)">待结订单 </view>
               <view class="btn_entrance" @click="pageTo({ url: '/admin/ghs/debtChange?ghsId='+ghsInfo.id})">欠款变动明细</view>
             </view>
             <text v-if="ghsInfo.isOpen == 0" 
             style="position:absolute;top:0upx;left:0upx;color:white;background-color:#CCCCCC;padding:3upx 18upx;font-size:24upx;">已休店</text>
-            <view style="position:absolute;top:275upx;font-size:29upx;text-align:center;width:100vw;color:red;font-weight:bold;" @click="settleAccounts(ghsInfo)" v-if="Number(ghsInfo.debtAmount)>0"
-            >待结 {{ghsInfo.debtNum}}笔{{ghsInfo.debtAmount?parseFloat(ghsInfo.debtAmount):0}}元</view>
+            <view style="position:absolute;top:275upx;font-size:33upx;text-align:center;width:100vw;color:red;font-weight:bold;" @click="settleAccounts(ghsInfo)" v-if="Number(ghsInfo.debtAmount)>0"
+            >待结 {{ghsInfo.debtNum}}笔 {{ghsInfo.debtAmount?parseFloat(ghsInfo.debtAmount):0}}元 <text style="text-decoration:underline;margin-left:18upx;">查看</text></view>
           </view>
         </block>
         <block v-else>
@@ -153,26 +153,28 @@ export default {
       }
       .cg-button{
           display: inline-block;
-          font-size: 28upx;
+          font-size: 33upx;
+          font-weight:bold;
           color: white;
           border: 1px solid #3385FF;
-          border-radius: 110upx;
-          padding: 20upx 35upx;
+          border-radius: 45upx;
+          padding: 20upx 40upx;
           position: absolute;
-          top:50upx;
-          right:70upx;
+          top:56upx;
+          right:90upx;
           background: #3385FF;
       }
       .cg-button-rest{
           display: inline-block;
-          font-size: 28upx;
+          font-size: 33upx;
+          font-weight:bold;
           color: white;
           border: 1px solid #CCCCCC;
-          border-radius: 110upx;
-          padding: 20upx 35upx;
+          border-radius: 45upx;
+          padding: 20upx 40upx;
           position: absolute;
-          top:50upx;
-          right:70upx;
+          top:56upx;
+          right:90upx;
           background: #CCCCCC;
       }
       .book-button{
@@ -246,10 +248,10 @@ export default {
         left: 0upx;
         & > .btn_entrance {
           display: inline-block;
-          font-size: 32upx;
+          font-size: 33upx;
           color: #BBBBBB;
           padding: 10upx 10upx;
-          margin-left: 25upx;
+          margin-left: 16upx;
           text-decoration: underline;
           color:#666666;
         }