Преглед изворни кода

安全生产,不限制修改单价

MaiXinRong пре 1 година
родитељ
комит
c8b2b71914
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/public/js/payment_safe.js

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

@@ -383,7 +383,7 @@ $(document).ready(function() {
                     info.cancel = readOnly || billsObj.checkNodeUsed(tree, node);
                     break;
                 case 'unit_price':
-                    info.cancel = readOnly || (node.children && node.children.length > 0) || billsObj.checkNodeUsed(tree, node);
+                    info.cancel = readOnly || (node.children && node.children.length > 0);
                     break;
                 case 'cur_qty':
                 case 'cur_tp':