|
|
@@ -3132,7 +3132,7 @@ XL;
|
|
|
/**************************如果是好多花的云仓还要再打一下标签纸,多处要同步修改,关键词 hdh_yc *****************************/
|
|
|
$orderMainId = $order->mainId;
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
- $map = [65726, 58, 25119, 28500, 1294, 12925, 2644, 10652, 2084, 89473, 83694];
|
|
|
+ $map = [65726, 58, 25119, 28500, 1294, 12925, 2644, 10652, 2084, 89473, 83694, 52];
|
|
|
} else {
|
|
|
$map = [828, 644];
|
|
|
}
|
|
|
@@ -3157,7 +3157,7 @@ XL;
|
|
|
}
|
|
|
}
|
|
|
//东莞我要花 手机后四号变星号
|
|
|
- if (in_array((int)$orderMainId, [2644, 10652, 89473], true)) {
|
|
|
+ if (in_array((int)$orderMainId, [2644, 10652, 89473, 52], true)) {
|
|
|
$customMobile = preg_replace('/(.{4})$/u', '****', trim($customMobile));
|
|
|
}
|
|
|
$customName = $order->customName ?? '';
|
|
|
@@ -3239,7 +3239,7 @@ XL;
|
|
|
$content .= '<TEXT x="230" y="45" font="12" w="1" h="2" r="90">' . $showAddress . '</TEXT>';
|
|
|
}
|
|
|
$content .= '<TEXT x="140" y="45" font="12" w="2" h="2" r="90">' . $customMobile . ' ' . $itemNum . '扎</TEXT>';
|
|
|
- $content .= '<TEXT x="66" y="45" font="12" w="2" h="2" r="90">' . $distName . ' ' . $payDate . '</TEXT>';
|
|
|
+ $content .= '<TEXT x="66" y="45" font="12" w="2" h="2" r="90">' . $distName . ' ' . $payDate . ' ' . $currentName . '</TEXT>';
|
|
|
/**************************如果是好多花的云仓还要再打一下标签纸,多处要同步修改,关键词 hdh_yc *****************************/
|
|
|
}
|
|
|
$p->printLabelMsg($content);
|