Ver código fonte

[智价云] 药房网导出记录标识更新

tangyuanwang 4 dias atrás
pai
commit
0ad9e53eb3

+ 5 - 0
app/Http/Controllers/Manager/Process/ViolationStore.php

@@ -426,6 +426,7 @@ class ViolationStore extends Controller
         $sheet->setCellValue('M2', '任务状态');
         $sheet->setCellValue('N2', '记录时间');
 
+        //平台0=全部,1=淘宝,2=京东,3=拼多多,4=美团,5=药师帮,6=1药城,7=药久久,8=药易购,9=药帮忙,10=熊猫药药11=药房网
         $platform_data = [
             '0' => '全部',
             '1' => '淘宝',
@@ -435,6 +436,10 @@ class ViolationStore extends Controller
             '5' => '药师帮',
             '6' => '1药城',
             '7' => '药久久',
+            '8' => '药易购',
+            '9' => '药帮忙',
+            '10' => '熊猫药药',
+            '11' => '药房网',
         ];
         $processing_status_text = [
             '1' => '待处理',

+ 6 - 1
app/Jobs/Manager/Other/ExportLowPriceGoodsJobs.php

@@ -338,7 +338,8 @@ class ExportLowPriceGoodsJobs implements ShouldQueue
         $sheet->setCellValue('X2', '记录时间');
         $sheet->setCellValue('Y2', '发货省份');
         $sheet->setCellValue('Z2', '发货城市');
-
+        
+        //平台0=全部,1=淘宝,2=京东,3=拼多多,4=美团,5=药师帮,6=1药城,7=药久久,8=药易购,9=药帮忙,10=熊猫药药11=药房网
         $platform_data = [
             '0' => '全部',
             '1' => '淘宝',
@@ -348,6 +349,10 @@ class ExportLowPriceGoodsJobs implements ShouldQueue
             '5' => '药师帮',
             '6' => '1药城',
             '7' => '药久久',
+            '8' => '药易购',
+            '9' => '药帮忙',
+            '10' => '熊猫药药',
+            '11' => '药房网',
         ];
         $processing_status_text = [
             '1' => '待处理',

+ 5 - 0
app/Jobs/Manager/Other/ExportViolationProductJobs.php

@@ -336,6 +336,7 @@ class ExportViolationProductJobs implements ShouldQueue
         $sheet->setCellValue('W2', '发货省份');
         $sheet->setCellValue('X2', '发货城市');
 
+        //平台0=全部,1=淘宝,2=京东,3=拼多多,4=美团,5=药师帮,6=1药城,7=药久久,8=药易购,9=药帮忙,10=熊猫药药11=药房网
         $platform_data = [
             '0' => '全部',
             '1' => '淘宝',
@@ -345,6 +346,10 @@ class ExportViolationProductJobs implements ShouldQueue
             '5' => '药师帮',
             '6' => '1药城',
             '7' => '药久久',
+            '8' => '药易购',
+            '9' => '药帮忙',
+            '10' => '熊猫药药',
+            '11' => '药房网',
         ];
         $processing_status_text = [
             '1' => '待处理',