Merge branch 'weiyu'

This commit is contained in:
weiyu
2022-04-21 17:41:44 +08:00
2 changed files with 2 additions and 1 deletions

View File

@ -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' },
// { // {

View File

@ -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')
} }