Commit ecddfa7a authored by 陆正友's avatar 陆正友

发票调整

parent 856359df
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
hbm.REF_V07 description, hbm.REF_V07 description,
nvl(hbm.invoice_title, hbm.bp_name) invoice_title, nvl(hbm.invoice_title, hbm.bp_name) invoice_title,
(hbm.invoice_bp_address || '' || hbm.invoice_bp_phone_num) invoice_bp_address_phone_num, (hbm.invoice_bp_address || '' || hbm.invoice_bp_phone_num) invoice_bp_address_phone_num,
(hbm.invoice_bp_bank || '' || hbm.invoice_bp_bank_account) invoice_bp_bank_account, (hbm.invoice_bp_bank || ' ' || hbm.invoice_bp_bank_account) invoice_bp_bank_account,
hbm.tax_registry_num tax_registry_num, hbm.tax_registry_num tax_registry_num,
cc.document_type, cc.document_type,
t2.cashflow_id, t2.cashflow_id,
......
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
<a:dataSet id="acr510n_invoice_type_ds"> <a:dataSet id="acr510n_invoice_type_ds">
<a:datas> <a:datas>
<a:record code_value="ECT" code_value_name="电子发票"/> <a:record code_value="ECT" code_value_name="电子发票"/>
<a:record code_value="PAPER" code_value_name="纸质发票"/> <a:record code_value="PAPER" code_value_name="数电发票"/>
</a:datas> </a:datas>
</a:dataSet> </a:dataSet>
<a:dataSet id="acr510n_division_ds"> <a:dataSet id="acr510n_division_ds">
......
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 to comment