This commit is contained in:
Taric Xin
2022-03-09 16:53:58 +08:00
parent 206ffaa9b9
commit 2320ab0960
3 changed files with 10 additions and 3 deletions

View File

@ -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: {