\r\n
\r\n
\r\n {createFieldDecorator('name')()}\r\n \r\n
\r\n {createFieldDecorator('templateId')(\r\n \r\n )}\r\n \r\n {this.props.tenantIsFnl ? (\r\n
\r\n \r\n \r\n
\r\n {createFieldDecorator('customerIds')(\r\n this.setItemValue('customerIds', value)}\r\n dropdownStyle={{ maxHeight: '240px', overflow: 'auto' }}\r\n placeholder={t('none')}\r\n filterTreeNode={filterTreeNode}\r\n disabled={readOnly}\r\n maxTagCount={!readOnly ? 20 : undefined}\r\n treeCheckable\r\n showSearch\r\n allowClear\r\n multiple\r\n >\r\n {(this.state.customers ?? []).map((region, regionIndex) => (\r\n \r\n {region.districts.map((district, districtIndex) => (\r\n \r\n {district.customers.map((customer) => (\r\n \r\n ))}\r\n \r\n ))}\r\n \r\n ))}\r\n \r\n )}\r\n \r\n ) : (\r\n
\r\n {createFieldDecorator('customerIds')(\r\n \r\n )}\r\n \r\n )}\r\n
\r\n {createFieldDecorator('dueDate')()}\r\n \r\n
\r\n {createFieldDecorator('required', { valuePropName: 'checked' })(\r\n {createLabel('required')}\r\n )}\r\n \r\n
\r\n