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