|
|
@@ -242,12 +242,13 @@ const state = reactive({
|
|
|
{label: '总服务费', prop: 'serviceMoney', resizable: true, width: 90},
|
|
|
{label: '总服务费', prop: 'elecMoney', resizable: true, width: 90},
|
|
|
{label: '服务费优惠', prop: 'serviceMoneyDiscount', resizable: true, width: 105},
|
|
|
+ {label: '公司税号', prop: 'taxId', resizable: true, width: 115},
|
|
|
+ {label: '发票类型', prop: 'invoiceType', resizable: true, width: 90},
|
|
|
+ {label: '发票抬头', prop: 'invoiceTitle', resizable: true, width: 110},
|
|
|
{label: '开票人', prop: 'biller', resizable: true, width: 80},
|
|
|
- {label: '公司税号', prop: 'taxId', resizable: true, width: 110},
|
|
|
+ {label: '开票时间', prop: 'fapiaoTime', resizable: true, width: 170},
|
|
|
{label: '接收发票邮箱', prop: 'email', resizable: true, width: 120},
|
|
|
{label: '电话', prop: 'phone', resizable: true, width: 90},
|
|
|
- {label: '发票类型', prop: 'invoiceType', resizable: true, width: 90},
|
|
|
- {label: '发票抬头', prop: 'invoiceTitle', resizable: true, width: 110},
|
|
|
/*
|
|
|
|
|
|
{label: '公司地址', prop: 'address', resizable: true, width: 130},
|