fix bug
This commit is contained in:
@ -262,6 +262,7 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
|
|||||||
goodsName1: {
|
goodsName1: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '',
|
title: '',
|
||||||
|
maxLength: 20,
|
||||||
ui: {
|
ui: {
|
||||||
errors: { required: '请填写货物名称' },
|
errors: { required: '请填写货物名称' },
|
||||||
visibleIf: {
|
visibleIf: {
|
||||||
|
|||||||
@ -288,6 +288,7 @@ export class SupplyManagementBulkReleasePublishComponent implements OnInit {
|
|||||||
goodsName1: {
|
goodsName1: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '',
|
title: '',
|
||||||
|
maxLength: 20,
|
||||||
ui: {
|
ui: {
|
||||||
errors: { required: '请填写货物名称' },
|
errors: { required: '请填写货物名称' },
|
||||||
visibleIf: {
|
visibleIf: {
|
||||||
|
|||||||
@ -310,6 +310,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
|||||||
goodsName1: {
|
goodsName1: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '',
|
title: '',
|
||||||
|
maxLength: 20,
|
||||||
ui: {
|
ui: {
|
||||||
errors: { required: '请填写货物名称' },
|
errors: { required: '请填写货物名称' },
|
||||||
visibleIf: {
|
visibleIf: {
|
||||||
|
|||||||
@ -293,6 +293,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
|
|||||||
goodsName1: {
|
goodsName1: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '',
|
title: '',
|
||||||
|
maxLength: 20,
|
||||||
ui: {
|
ui: {
|
||||||
errors: { required: '请填写货物名称' },
|
errors: { required: '请填写货物名称' },
|
||||||
visibleIf: {
|
visibleIf: {
|
||||||
|
|||||||
Reference in New Issue
Block a user