解决冲突

This commit is contained in:
wangshiming
2022-03-10 16:18:23 +08:00
parent 87dc390eaf
commit 2d17152c43

View File

@ -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: '请选择'