Explorar o código

核销记录复制

kk.shi %!s(int64=3) %!d(string=hai) anos
pai
achega
eb2641e412

+ 5 - 2
pages/welfareMall/writeOff/writeOff.wxml

@@ -25,7 +25,7 @@
             <view class="picker" wx:if="{{endDate == null || endDate == ''}}">分账时间止期</view>
             <view class="picker" wx:else>{{endDate}}</view>
           </view>
-        </picker> 
+        </picker>
       </view>
       <view class="search-text-close" catchtap="toCloseDet" wx:if="{{(startDate != null && startDate != '') || (endDate != null && endDate != '')}}">⊗</view>
     </view>
@@ -34,7 +34,10 @@
 <view class="writeOff-content" wx:for="{{hexiaoList}}" wx:key="index" data-ordersn="{{item.orderSn}}">
   <view class="writeOff-list flex-column">
     <view class="content-head flex-row">
-      <view class="content-head-date over-ellipsis">订单号 {{item.orderSn}}</view>
+      <view class="flex-row">
+        <view class="content-head-date">订单号 {{item.orderSn}}</view>
+        <view class="content-head-copy">复制</view>
+      </view>
       <view class="content-head-state">{{item.statusText}}</view>
     </view>
     <view class="content-line line-top"></view>

+ 7 - 0
pages/welfareMall/writeOff/writeOff.wxss

@@ -112,6 +112,13 @@ page{
   color: #444444;
 }
 
+.content-head-copy{
+  font-size: 24rpx;
+  font-weight: 500;
+  color: #d84436;
+  margin-left: 32rpx;
+}
+
 .content-head-state{
   font-size: 28rpx;
   font-weight: 500;