Commit 78429e87 by 朱继来

调整发票类型

parent 90aa1b00
Showing with 3 additions and 3 deletions
......@@ -279,9 +279,9 @@
<td>
<?php
switch ($order_invoice_info['inv_type']) {
case 2: echo '个人普通发票';break;
case 3: echo '增值税发票';break;
case 4: echo '公司普通发票';break;
case 2: echo '普通发票';break;
case 3: echo '增值税专用发票';break;
case 4: echo '增值税普通发票';break;
}
?>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment