shish hace 3 años
padre
commit
9719def4df

+ 3 - 2
hdApp/src/admin/billing/affirmGhs.vue

@@ -596,8 +596,9 @@ export default {
 							justify-content: space-between;
 							justify-content: space-between;
 							align-items: flex-end;
 							align-items: flex-end;
 							.item-name {
 							.item-name {
-								color: #666;
-								font-size: 28upx;
+								color: #333333;
+								font-size: 32upx;
+								font-weight:bold;
 								overflow: hidden;
 								overflow: hidden;
 								white-space: nowrap;
 								white-space: nowrap;
 								text-overflow: ellipsis;
 								text-overflow: ellipsis;

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -700,7 +700,7 @@ export default {
           border-radius: 8px;
           border-radius: 8px;
           height: 60upx;
           height: 60upx;
           line-height:60upx;
           line-height:60upx;
-          border: 1px solid rgba(221, 221, 221, 1);
+          border: 2px solid rgba(221, 221, 221, 1);
           color: rgba(51, 51, 51, 1);
           color: rgba(51, 51, 51, 1);
           font-size: 30upx;
           font-size: 30upx;
           margin:0 25upx 0 0;
           margin:0 25upx 0 0;

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

@@ -248,7 +248,7 @@ export default {
           border-radius: 8px;
           border-radius: 8px;
           height: 60upx;
           height: 60upx;
           line-height:60upx;
           line-height:60upx;
-          border: 1px solid rgba(221, 221, 221, 1);
+          border: 2px solid rgba(221, 221, 221, 1);
           color: rgba(51, 51, 51, 1);
           color: rgba(51, 51, 51, 1);
           font-size: 30upx;
           font-size: 30upx;
           margin:0 25upx 0 0;
           margin:0 25upx 0 0;

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

@@ -121,14 +121,14 @@
                   <text class="item-price">
                   <text class="item-price">
                     <text class="unit"></text>
                     <text class="unit"></text>
                     <text class="price">
                     <text class="price">
-                      <text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}} * ¥{{parseFloat(s.xhUnitPrice)}}</text>
+                      <text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}} × ¥{{parseFloat(s.xhUnitPrice)}}</text>
                       <text v-else></text>
                       <text v-else></text>
                     </text>
                     </text>
                   </text>
                   </text>
                 </view>
                 </view>
                 <view class="info-line">
                 <view class="info-line">
                   <text class="item-type" v-if="detailInfo.book == 1">
                   <text class="item-type" v-if="detailInfo.book == 1">
-                    <text>预订 {{parseFloat(s.preItemNum)}}{{s.xhUnitName}}*¥{{parseFloat(s.xhPreUnitPrice)}}</text>
+                    <text>预订 {{parseFloat(s.preItemNum)}}{{s.xhUnitName}} × ¥{{parseFloat(s.xhPreUnitPrice)}}</text>
                     </text>
                     </text>
                   <text class="item-type" v-else><text></text></text>
                   <text class="item-type" v-else><text></text></text>
                   <text class="item-count" v-if="detailInfo.stockChange == 1">¥{{ parseFloat(s.totalPrice)||0 }}</text>
                   <text class="item-count" v-if="detailInfo.stockChange == 1">¥{{ parseFloat(s.totalPrice)||0 }}</text>