shish 2 anni fa
parent
commit
c43cd096fb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      biz-ghs/order/classes/PurchaseOrderClass.php

+ 1 - 1
biz-ghs/order/classes/PurchaseOrderClass.php

@@ -1083,7 +1083,7 @@ class PurchaseOrderClass extends BaseClass
                 }
                 $ratioType = $v['ratioType'] ?? 1;
                 if ($ratioType == 1) {
-                    util::fail('小单位,单位比必须固定的哈');
+                    //util::fail('小单位,单位比必须固定的哈');
                 }
                 $ratio = $v['ratio'] ?? 1;
                 if ($ratio <= 1) {