edit
This commit is contained in:
@ -353,7 +353,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
},
|
||||
{ title: '服务名称', index: 'vatname', width: 100 },
|
||||
{ title: '销货清单', index: 'isdetail', width: 90, type: 'enum', enum: { 1: '是', 0: '否' }, className: 'text-center' },
|
||||
{ title: '票面备注', render: 'vatremarks', width: 250 },
|
||||
{ title: '票面备注', index: 'remarks', width: 250 },
|
||||
{ title: '其他要求', index: 'otherremarks', width: 100 },
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
@ -289,12 +289,12 @@ export class InvoiceRequestedDetailComponent implements OnInit {
|
||||
{ title: '订单类型', index: 'billType', width: 100, type: 'enum', enum: { 1: '整车', 2: '大宗' } },
|
||||
{ title: '装货地', index: 'loadingfrom', width: 220 },
|
||||
{ title: '卸货地', index: 'loadingto', width: 220 },
|
||||
{ title: '货物信息', index: 'goodsinfo', width: 100 },
|
||||
{ title: '货物信息', index: 'goodsinfo', width: 150 },
|
||||
{ title: '承运司机', index: 'driverinfo', width: 140 },
|
||||
{
|
||||
title: '申请金额',
|
||||
index: 'billkpmoney',
|
||||
width: 100,
|
||||
width: 150,
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.billkpmoney }) }
|
||||
@ -302,7 +302,7 @@ export class InvoiceRequestedDetailComponent implements OnInit {
|
||||
{
|
||||
title: '运输费',
|
||||
index: 'fjfmoney2',
|
||||
width: 90,
|
||||
width: 150,
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.fjfmoney2 }) }
|
||||
@ -310,7 +310,7 @@ export class InvoiceRequestedDetailComponent implements OnInit {
|
||||
{
|
||||
title: '附加费',
|
||||
index: 'fjfmoney',
|
||||
width: 90,
|
||||
width: 150,
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.fjfmoney }) }
|
||||
@ -318,7 +318,7 @@ export class InvoiceRequestedDetailComponent implements OnInit {
|
||||
{
|
||||
title: '开票金额',
|
||||
index: 'billkpmoney',
|
||||
width: 100,
|
||||
width: 150,
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.billkpmoney }) }
|
||||
|
||||
@ -343,14 +343,14 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
private initST(): STColumn[] {
|
||||
return [
|
||||
{ title: '', index: 'key', type: 'checkbox' },
|
||||
{ title: '申请编号', render: 'vatappcode', width: 180 },
|
||||
{ title: '网络货运人', index: 'ltdName', width: 150 },
|
||||
{ title: '购买方', index: 'artoName', width: 150 },
|
||||
{ title: '申请编号', render: 'vatappcode', width: 190 },
|
||||
{ title: '网络货运人', index: 'ltdName', width: 170 },
|
||||
{ title: '购买方', index: 'artoName', width: 170 },
|
||||
{ title: '订单数', index: 'ordlines', width: 90 },
|
||||
{
|
||||
title: '申请金额',
|
||||
index: 'applyAmount',
|
||||
width: 140,
|
||||
width: 150,
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.applyAmount }) }
|
||||
@ -358,7 +358,7 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
{
|
||||
title: '运输费',
|
||||
index: 'fjfmoney2',
|
||||
width: 140,
|
||||
width: 150,
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.fjfmoney2 }) }
|
||||
@ -366,7 +366,7 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
{
|
||||
title: '附加费',
|
||||
index: 'fjfmoney',
|
||||
width: 140,
|
||||
width: 150,
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.fjfmoney }) }
|
||||
@ -374,7 +374,7 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
{
|
||||
title: '已开票金额',
|
||||
index: 'invoicedMoney',
|
||||
width: 140,
|
||||
width: 150,
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.invoicedMoney }) }
|
||||
@ -382,7 +382,7 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
{ title: '开户行', index: 'bankName', width: 160 },
|
||||
{ title: '银行账户', index: 'bankAccount', width: 140 },
|
||||
{ title: '注册地址', index: 'registerAddr', width: 140 },
|
||||
{ title: '注册电话', index: 'registerPhone', width: 120 },
|
||||
{ title: '注册电话', index: 'registerPhone', width: 130 },
|
||||
{ title: '服务名称', index: 'vatnameLabel', width: 150 },
|
||||
{
|
||||
title: '销货清单',
|
||||
|
||||
Reference in New Issue
Block a user