convert 1688 purchase orders to po

This commit is contained in:
Omair Saleh
2022-09-29 05:01:45 +08:00
parent 16d823f10c
commit 52974fd514
+2
View File
@@ -394,6 +394,8 @@ Route::get('/1688/fix', function(){
}
$text = $pdf->getText();
if(str_contains($text, '订单详情单')) continue;
$tables = explode('Amount (yuan)', $text);
array_shift($tables);