mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 22:13:59 +00:00
convert 1688 purchase orders to po
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user