|
@@ -118,7 +118,7 @@ define(function (require) {
|
|
[{
|
|
[{
|
|
name: 'tgGoods', label: '套餐描述',
|
|
name: 'tgGoods', label: '套餐描述',
|
|
required: true, width: 900, height: 35,
|
|
required: true, width: 900, height: 35,
|
|
- maxlength: 50,
|
|
|
|
|
|
+ maxlength: 500,
|
|
readonly: context.isEdit ? true : false,
|
|
readonly: context.isEdit ? true : false,
|
|
height: '100px', multiline: true,
|
|
height: '100px', multiline: true,
|
|
}],
|
|
}],
|
|
@@ -134,11 +134,11 @@ define(function (require) {
|
|
label: '最低配送',
|
|
label: '最低配送',
|
|
readonly: context.isEdit ? true : false,
|
|
readonly: context.isEdit ? true : false,
|
|
maxlength: 4, validType: 'integer',
|
|
maxlength: 4, validType: 'integer',
|
|
- required: true, width: 450, height: 35,
|
|
|
|
|
|
+ width: 450, height: 35,
|
|
}, {
|
|
}, {
|
|
name: 'tgMaxNum',
|
|
name: 'tgMaxNum',
|
|
readonly: context.isEdit ? true : false,
|
|
readonly: context.isEdit ? true : false,
|
|
- label: '配送上限', required: true, validType: 'integer',
|
|
|
|
|
|
+ label: '配送上限', validType: 'integer',
|
|
maxlength: 4, width: 450, height: 35,
|
|
maxlength: 4, width: 450, height: 35,
|
|
}],
|
|
}],
|
|
[{
|
|
[{
|