@bit-sun/business-component 4.2.1-alpha.10-aiwei → 4.2.1-alpha.11-aiwei
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +14 -19
- package/dist/index.js +14 -19
- package/package.json +1 -1
- package/src/components/Business/SearchSelect/BusinessUtils.tsx +788 -685
package/dist/index.esm.js
CHANGED
|
@@ -12296,26 +12296,21 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
12296
12296
|
initialSource: shopFile2Type
|
|
12297
12297
|
},
|
|
12298
12298
|
// { name: 'qp-status-in', type: 'select', label: '商店状态', initialSource: shopFile2Status },
|
|
12299
|
+
// { name: 'qp-orgCode-in', type: 'select', label: '所属销售组织', field: {
|
|
12300
|
+
// type: 'select',
|
|
12301
|
+
// props: {
|
|
12302
|
+
// mode: 'multiple',
|
|
12303
|
+
// notFoundContent: '暂无数据',
|
|
12304
|
+
// allowClear: true,
|
|
12305
|
+
// showSearch: true,
|
|
12306
|
+
// showArrow: true,
|
|
12307
|
+
// maxTagCount: 1,
|
|
12308
|
+
// optionFilterProp: 'children',
|
|
12309
|
+
// filterOption: (input: string, option: { props: { children: string } }) =>
|
|
12310
|
+
// option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0,
|
|
12311
|
+
// },
|
|
12312
|
+
// } },
|
|
12299
12313
|
{
|
|
12300
|
-
name: 'qp-orgCode-in',
|
|
12301
|
-
type: 'select',
|
|
12302
|
-
label: '所属销售组织',
|
|
12303
|
-
field: {
|
|
12304
|
-
type: 'select',
|
|
12305
|
-
props: {
|
|
12306
|
-
mode: 'multiple',
|
|
12307
|
-
notFoundContent: '暂无数据',
|
|
12308
|
-
allowClear: true,
|
|
12309
|
-
showSearch: true,
|
|
12310
|
-
showArrow: true,
|
|
12311
|
-
maxTagCount: 1,
|
|
12312
|
-
optionFilterProp: 'children',
|
|
12313
|
-
filterOption: function filterOption(input, option) {
|
|
12314
|
-
return option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0;
|
|
12315
|
-
}
|
|
12316
|
-
}
|
|
12317
|
-
}
|
|
12318
|
-
}, {
|
|
12319
12314
|
name: 'qp-channelCode-in',
|
|
12320
12315
|
type: 'treeSelect',
|
|
12321
12316
|
label: '战区',
|
package/dist/index.js
CHANGED
|
@@ -12319,26 +12319,21 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
12319
12319
|
initialSource: shopFile2Type
|
|
12320
12320
|
},
|
|
12321
12321
|
// { name: 'qp-status-in', type: 'select', label: '商店状态', initialSource: shopFile2Status },
|
|
12322
|
+
// { name: 'qp-orgCode-in', type: 'select', label: '所属销售组织', field: {
|
|
12323
|
+
// type: 'select',
|
|
12324
|
+
// props: {
|
|
12325
|
+
// mode: 'multiple',
|
|
12326
|
+
// notFoundContent: '暂无数据',
|
|
12327
|
+
// allowClear: true,
|
|
12328
|
+
// showSearch: true,
|
|
12329
|
+
// showArrow: true,
|
|
12330
|
+
// maxTagCount: 1,
|
|
12331
|
+
// optionFilterProp: 'children',
|
|
12332
|
+
// filterOption: (input: string, option: { props: { children: string } }) =>
|
|
12333
|
+
// option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0,
|
|
12334
|
+
// },
|
|
12335
|
+
// } },
|
|
12322
12336
|
{
|
|
12323
|
-
name: 'qp-orgCode-in',
|
|
12324
|
-
type: 'select',
|
|
12325
|
-
label: '所属销售组织',
|
|
12326
|
-
field: {
|
|
12327
|
-
type: 'select',
|
|
12328
|
-
props: {
|
|
12329
|
-
mode: 'multiple',
|
|
12330
|
-
notFoundContent: '暂无数据',
|
|
12331
|
-
allowClear: true,
|
|
12332
|
-
showSearch: true,
|
|
12333
|
-
showArrow: true,
|
|
12334
|
-
maxTagCount: 1,
|
|
12335
|
-
optionFilterProp: 'children',
|
|
12336
|
-
filterOption: function filterOption(input, option) {
|
|
12337
|
-
return option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0;
|
|
12338
|
-
}
|
|
12339
|
-
}
|
|
12340
|
-
}
|
|
12341
|
-
}, {
|
|
12342
12337
|
name: 'qp-channelCode-in',
|
|
12343
12338
|
type: 'treeSelect',
|
|
12344
12339
|
label: '战区',
|