edit
This commit is contained in:
@ -131,7 +131,6 @@ export class InvoiceDetailComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '所属项目',
|
||||
ui: {
|
||||
widget: 'select',
|
||||
placeholder: '请选择',
|
||||
allowClear: true,
|
||||
asyncData: () => this.service.getEnterpriseProject()
|
||||
@ -190,7 +189,7 @@ export class InvoiceDetailComponent implements OnInit {
|
||||
private initCostSF(): SFSchema {
|
||||
return {
|
||||
properties: {
|
||||
billHId: {
|
||||
billHCode: {
|
||||
type: 'string',
|
||||
title: '订单号',
|
||||
ui: {
|
||||
|
||||
Reference in New Issue
Block a user