提交 8f16f80b authored 作者: matian's avatar matian

fix:修改bug

上级 dfd1f925
...@@ -387,6 +387,7 @@ export default { ...@@ -387,6 +387,7 @@ export default {
row.can_add_invoice === '1' && row.can_add_invoice === '1' &&
row.refund_time === null && row.refund_time === null &&
row.payment_status === '80' && row.payment_status === '80' &&
row.finance_confirm_status === 1 &&
(row.invoice_status === '2' || row.invoice_status === '5' || row.invoice_status === '6') (row.invoice_status === '2' || row.invoice_status === '5' || row.invoice_status === '6')
) { ) {
this.shareUrl = `${import.meta.env.VITE_SHARE_URL}/h5/payment/invoice?id=${row.id}&remark=${ this.shareUrl = `${import.meta.env.VITE_SHARE_URL}/h5/payment/invoice?id=${row.id}&remark=${
...@@ -400,7 +401,6 @@ export default { ...@@ -400,7 +401,6 @@ export default {
if ( if (
row.can_add_invoice === '1' && row.can_add_invoice === '1' &&
row.refund_time === null && row.refund_time === null &&
row.finance_confirm_status === 1 &&
row.payment_status === '80' && row.payment_status === '80' &&
(row.invoice_status === '2' || row.invoice_status === '5' || row.invoice_status === '6') (row.invoice_status === '2' || row.invoice_status === '5' || row.invoice_status === '6')
) { ) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论