开票申请字段优化
This commit is contained in:
parent
14eea54b8d
commit
2dee4b360e
@ -222,7 +222,7 @@ public class InvoiceController {
|
|||||||
invoiceMap.put("showbuyeraddresstel", isShowTel);
|
invoiceMap.put("showbuyeraddresstel", isShowTel);
|
||||||
|
|
||||||
//是否展示明细
|
//是否展示明细
|
||||||
Boolean isShowDetail = invoiceData.getBoolean("invoice_details_complete__c");
|
Boolean isShowDetail = invoiceData.getBoolean("is_display_invoice_details__c");
|
||||||
invoiceMap.put("showdetails", isShowDetail);
|
invoiceMap.put("showdetails", isShowDetail);
|
||||||
|
|
||||||
//是否展示开户行及账号
|
//是否展示开户行及账号
|
||||||
|
Loading…
x
Reference in New Issue
Block a user