|
|
@@ -9,6 +9,15 @@ use Yii;
|
|
|
class LabelController extends BaseController
|
|
|
{
|
|
|
|
|
|
+ //批量添加电子标 ssh 20230821
|
|
|
+ public function actionBatchAddLabel()
|
|
|
+ {
|
|
|
+ $post = Yii::$app->request->post();
|
|
|
+ $data = $post['data'] ?? '';
|
|
|
+ $ptItemId = $post['ptItemId'] ?? 0;
|
|
|
+ util::complete();
|
|
|
+ }
|
|
|
+
|
|
|
//获取我没有使用的电子标 ssh 20230817
|
|
|
public function actionGetMyLabelList()
|
|
|
{
|