Browse Source

安全生产费,计算问题

MaiXinRong 1 tuần trước cách đây
mục cha
commit
45f0fd874f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      app/public/js/payment_safe.js

+ 3 - 0
app/public/js/payment_safe.js

@@ -4,6 +4,9 @@ function getTenderId() {
 const invalidFields = {
     parent: ['cur_qty', 'cur_tp', 'unit_price'],
 };
+function transExpr(expr) {
+    return $.trim(expr).replace('\t', '').replace('=', '').replace('%', '/100');
+}
 
 $(document).ready(function() {
     let stdGcl;