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