解决冲突
This commit is contained in:
@ -147,6 +147,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
title: '货主',
|
||||
type: 'string',
|
||||
maxLength: 30,
|
||||
readOnly: this.PageStatus == '整车修改' ? true : false,
|
||||
ui: {
|
||||
widget: 'select',
|
||||
// serverSearch: true,
|
||||
@ -177,6 +178,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
enterpriseProjectId: {
|
||||
type: 'string',
|
||||
title: '项目',
|
||||
readOnly: this.PageStatus == '整车修改' ? true : false,
|
||||
ui: {
|
||||
widget: 'select',
|
||||
placeholder: '请选择'
|
||||
|
||||
Reference in New Issue
Block a user