|
|
@@ -3018,8 +3018,7 @@ XL;
|
|
|
return false;
|
|
|
}
|
|
|
}
|
|
|
- $shortName = $custom->shortName ?? '';
|
|
|
-
|
|
|
+ $shortName = $custom->shortName ?? '未命名';
|
|
|
$shortName = stringUtil::subStringUtf8($shortName, 5);
|
|
|
$customMobile = $order->customMobile ?? '';
|
|
|
if (empty($customMobile)) {
|
|
|
@@ -3062,9 +3061,6 @@ XL;
|
|
|
$p = new printUtil($wlLabelSn);
|
|
|
|
|
|
if (!in_array($orderMainId, $map)) {
|
|
|
- if (empty($shortName)) {
|
|
|
- util::fail('客户短名没有设置');
|
|
|
- }
|
|
|
$p->times = 1;
|
|
|
//安庆三叶鲜花批发,比较特殊
|
|
|
if ($orderMainId == 2071) {
|