Merge branch 'weiyu'
This commit is contained in:
@ -63,6 +63,7 @@ export class SmsTemplateComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
columns: STColumn[] = [
|
columns: STColumn[] = [
|
||||||
|
{ title: '模板名称', className: 'text-center', index: 'templateName' },
|
||||||
{ title: '模板编码', className: 'text-center', index: 'templateCode' },
|
{ title: '模板编码', className: 'text-center', index: 'templateCode' },
|
||||||
{ title: '模板内容', className: 'text-center', index: 'templateContent' },
|
{ title: '模板内容', className: 'text-center', index: 'templateContent' },
|
||||||
// {
|
// {
|
||||||
|
|||||||
@ -235,7 +235,7 @@ export class TaxManagementInvoiceReportingComponent implements OnInit {
|
|||||||
},
|
},
|
||||||
{ title: '购买方统一社会信用代码', index: 'artotaxno', className: 'text-center', width: '200px' },
|
{ title: '购买方统一社会信用代码', index: 'artotaxno', className: 'text-center', width: '200px' },
|
||||||
{
|
{
|
||||||
title: '订单号', index: 'billHCode', render: 'billHCode', className: 'text-center', width: '120px', type: 'link',
|
title: '订单号', index: 'billHCode', className: 'text-center', width: '120px', type: 'link',
|
||||||
click: item => {
|
click: item => {
|
||||||
window.open(`/#/order-management/vehicle/vehicle-detail/${item.ltdId}`, '_blank', 'noopener')
|
window.open(`/#/order-management/vehicle/vehicle-detail/${item.ltdId}`, '_blank', 'noopener')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user