xiaoQ0725
grid.on("drawcell", function(res){
        var record = res.record;
        var field = res.field;
        var value = res.value;
        if (field == "checkquantity" && Number(record.deliveryquantity) != Number(record.checkquantity)){
            res.cellStyle = "color: red;";
        }
    });

 

分类:

技术点:

相关文章:

  • 2021-11-27
  • 2021-11-27
  • 2021-05-07
  • 2021-03-30
  • 2021-04-18
  • 2021-11-05
猜你喜欢
  • 2021-04-24
  • 2018-03-14
  • 2021-11-01
  • 2021-05-20
  • 2021-12-02
相关资源
相似解决方案