666
This commit is contained in:
@ -252,7 +252,7 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
placeholder: '请输入'
|
||||
}
|
||||
},
|
||||
orderSn3: {
|
||||
feeHCode: {
|
||||
type: 'string',
|
||||
title: '费用号',
|
||||
ui: {
|
||||
@ -271,7 +271,7 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
asyncData: () => this.service.getEnterpriseProject()
|
||||
}
|
||||
},
|
||||
ltd: {
|
||||
ltdId: {
|
||||
type: 'string',
|
||||
title: '网络货运人',
|
||||
ui: {
|
||||
@ -285,7 +285,7 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
},
|
||||
default: ''
|
||||
},
|
||||
otherReq: {
|
||||
otherremarks: {
|
||||
type: 'string',
|
||||
title: '其他需求',
|
||||
enum: [{ label: '全部', value: '' }],
|
||||
@ -396,7 +396,7 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
{ title: '注册地址', index: 'registerAddr', width: 140 },
|
||||
{ title: '注册电话', index: 'registerPhone', width: 120 },
|
||||
{ title: '服务名称', index: 'vatname', width: 100 },
|
||||
{ title: '销货清单', index: 'isdetail', width: 100 },
|
||||
{ title: '销货清单', index: 'isdetail', width: 100,format:(item)=>{return item.isdetail === 0 ? '不需要':'需要'} },
|
||||
{ title: '其他要求', index: 'otherremarks', width: 100 },
|
||||
{ title: '申请人', index: 'applyName', width: 90 },
|
||||
{ title: '申请时间', index: 'applyTime', type: 'date', width: 150 },
|
||||
|
||||
Reference in New Issue
Block a user