|
|
@@ -223,7 +223,7 @@ class PurchaseOrderController extends BaseController
|
|
|
$price = $infoList[$productId] && $infoList[$productId]['skPrice'] ? $infoList[$productId]['skPrice'] : 0;
|
|
|
$price = floatval($price);
|
|
|
|
|
|
- if (stringUtil::getWordNum($name) > 14) {
|
|
|
+ if (stringUtil::getWordNum($name) > 8) {
|
|
|
$content = '<TEXT x="30" y="30" font="12" w="1" h="1" r="0">' . $name . '</TEXT>';
|
|
|
} else {
|
|
|
$content = '<TEXT x="30" y="30" font="12" w="2" h="2" r="0">' . $name . '</TEXT>';
|