فهرست منبع

1、修改以销定采、采购跟踪表的样式

zhoux 1 سال پیش
والد
کامیت
c40a0af9ff

+ 1 - 1
components/dkbase/dk-list-report/dk-list-report.wxml

@@ -47,7 +47,7 @@
               </view> -->
             <view style="display: flex;justify-content: center;">
               <!-- <view class="card-label-class">{{col.amountKeyLabel}}</view> -->
-              <dk-cell contentRight="{{false}}" amount="{{col.amountFlag}}" left="0" contentFontSize="15" contentColor="#333333" contentFontWeight="bold" content="{{item[col.code]?item[col.code]:0}}"></dk-cell>
+              <dk-cell contentRight="{{false}}" amount="{{col.amountFlag}}" left="0" contentFontSize="15" contentColor="{{col.amountFlag?'#FF7B1A':'#333333'}}" contentFontWeight="bold" content="{{item[col.code]?item[col.code]:0}}"></dk-cell>
             </view>
           </view>
         </view>

+ 1 - 1
package-purchase/pages/purchase-based-sales/purchase-based-sales.wxml

@@ -85,7 +85,7 @@
                   <view slot="price">
                     <view style="display: flex;width: 100%;flex-direction: row; ">
                       <view style="width: 100%;">
-                        <dk-cell contentFontSize="16" height="45rpx" fontWeight="bold" left="0rpx" contentColor="#CAA977" title="" content="{{item_.itemAmt ? item_.itemAmt : 0}}"></dk-cell>
+                        <dk-cell contentFontSize="16" height="45rpx" fontWeight="bold" left="0rpx" contentColor="#FF7B1A" title="" content="{{item_.itemAmt ? item_.itemAmt : 0}}"></dk-cell>
                       </view>
                       <view style="width: 100%;text-align: right;font-size:24rpx;color: #95A8CB;line-height: 34rpx;">x {{item_.itemQty }} </view>
                     </view>