MaiXinRong %!s(int64=2) %!d(string=hai) anos
pai
achega
80e1de3572
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/public/js/revise_price.js

+ 1 - 1
app/public/js/revise_price.js

@@ -80,7 +80,7 @@ $(document).ready(() => {
         font: '12px 微软雅黑',
         readOnly,
         getColor: function (sheet, data, row, col, defaultColor) {
-            if (!data || (data.rela_lid && data.rela_cid)) return defaultColor;
+            if (!data || (data.rela_lid && data.rela_cid)) return '#f5deb3';
 
             const samePrice = sheet.zh_data.find(x => {
                 return x.b_code === data.b_code && x.name === data.name && x.unit === data.unit && x.org_price === data.org_price;