|
|
@@ -26,7 +26,7 @@ class PlantCgController extends BaseController
|
|
|
$ext = ShopExtClass::getByCondition(['shopId' => $shopId], true);
|
|
|
$printLabelSn = $ext->printLabelSn ?? '';
|
|
|
if (empty($printLabelSn)) {
|
|
|
- util::fail('请设置条码打印机');
|
|
|
+ util::fail('请设置标签打印机');
|
|
|
}
|
|
|
$p = new printUtil($printLabelSn);
|
|
|
|
|
|
@@ -70,7 +70,7 @@ class PlantCgController extends BaseController
|
|
|
$ext = ShopExtClass::getByCondition(['shopId' => $shopId], true);
|
|
|
$printLabelSn = $ext->printLabelSn ?? '';
|
|
|
if (empty($printLabelSn)) {
|
|
|
- util::fail('请设置条码打印机');
|
|
|
+ util::fail('请设置标签打印机');
|
|
|
}
|
|
|
$p = new printUtil($printLabelSn);
|
|
|
|