This commit is contained in:
wangshiming
2022-03-07 16:40:52 +08:00
parent e61ba7f25e
commit 4593e3240e
4 changed files with 4 additions and 0 deletions

View File

@ -262,6 +262,7 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
goodsName1: {
type: 'string',
title: '',
maxLength: 20,
ui: {
errors: { required: '请填写货物名称' },
visibleIf: {

View File

@ -288,6 +288,7 @@ export class SupplyManagementBulkReleasePublishComponent implements OnInit {
goodsName1: {
type: 'string',
title: '',
maxLength: 20,
ui: {
errors: { required: '请填写货物名称' },
visibleIf: {

View File

@ -310,6 +310,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
goodsName1: {
type: 'string',
title: '',
maxLength: 20,
ui: {
errors: { required: '请填写货物名称' },
visibleIf: {

View File

@ -293,6 +293,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
goodsName1: {
type: 'string',
title: '',
maxLength: 20,
ui: {
errors: { required: '请填写货物名称' },
visibleIf: {