Explorar o código

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

MaiXinRong %!s(int64=2) %!d(string=hai) anos
pai
achega
c8b2b71914
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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':