diff --git a/resources/views/barobill/ecard/index.blade.php b/resources/views/barobill/ecard/index.blade.php index 12186544..b725dbd0 100644 --- a/resources/views/barobill/ecard/index.blade.php +++ b/resources/views/barobill/ecard/index.blade.php @@ -649,8 +649,8 @@ className="flex-1 py-2 bg-purple-600 text-white rounded-lg hover:bg-purple-700 t use_time: editData.useTime || '', approval_num: editData.approvalNum || '', approval_type: editData.approvalType || '1', - approval_amount: editData.approvalAmount || 0, - tax: editData.tax || 0, + approval_amount: editData.effectiveSupplyAmount || 0, + tax: editData.effectiveTax || 0, merchant_name: editData.merchantName || '', merchant_biz_num: editData.merchantBizNum || '', deduction_type: editData.deductionType || 'deductible',