统一仪表盘扫描行已付无回执显示口径
This commit is contained in:
@@ -1000,7 +1000,7 @@
|
||||
// partially_refunded 属于“已支付但发生退款”的治理集合:扫描行应展示退款轨迹(避免显示 "-" 造成误判)。
|
||||
$isPartiallyRefunded = ($paymentStatus === 'partially_refunded');
|
||||
|
||||
$receiptStatusText = $isPaid ? ($hasReceiptEvidence ? '有' : '无') : '-';
|
||||
$receiptStatusText = $isPaid ? ($hasReceiptEvidence ? '有' : '已付无回执') : '-';
|
||||
$reconcileStatusText = ($isPaid && $hasReceiptEvidence)
|
||||
? ($po->isReconcileMismatch() ? '不一致' : '一致')
|
||||
: '-';
|
||||
|
||||
Reference in New Issue
Block a user