@bit-sun/business-component 4.2.1-alpha.1-aiwei → 4.2.1-alpha.2-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 CHANGED
@@ -11365,17 +11365,9 @@ function commonFun(type, prefixUrl, parentProps) {
11365
11365
  type: 'select',
11366
11366
  label: '逻辑仓类型',
11367
11367
  initialSource: getDictionarySource$1('SC00004')
11368
- }, {
11369
- name: 'belongArea',
11370
- field: {
11371
- type: 'select',
11372
- props: {
11373
- mode: 'multiple'
11374
- }
11375
- },
11376
- label: '管理大区',
11377
- initialSource: getDictionarySource$1('BUSINESS_belongArea')
11378
- }, {
11368
+ },
11369
+ // { name: 'belongArea', field: {type: 'select', props: {mode: 'multiple',}}, label: '管理大区', initialSource: getDictionarySource('BUSINESS_belongArea'), },
11370
+ {
11379
11371
  name: 'qp-channelCode-in',
11380
11372
  type: 'treeSelect',
11381
11373
  label: '战区',
package/dist/index.js CHANGED
@@ -11388,17 +11388,9 @@ function commonFun(type, prefixUrl, parentProps) {
11388
11388
  type: 'select',
11389
11389
  label: '逻辑仓类型',
11390
11390
  initialSource: getDictionarySource$1('SC00004')
11391
- }, {
11392
- name: 'belongArea',
11393
- field: {
11394
- type: 'select',
11395
- props: {
11396
- mode: 'multiple'
11397
- }
11398
- },
11399
- label: '管理大区',
11400
- initialSource: getDictionarySource$1('BUSINESS_belongArea')
11401
- }, {
11391
+ },
11392
+ // { name: 'belongArea', field: {type: 'select', props: {mode: 'multiple',}}, label: '管理大区', initialSource: getDictionarySource('BUSINESS_belongArea'), },
11393
+ {
11402
11394
  name: 'qp-channelCode-in',
11403
11395
  type: 'treeSelect',
11404
11396
  label: '战区',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bit-sun/business-component",
3
- "version": "4.2.1-alpha.1-aiwei",
3
+ "version": "4.2.1-alpha.2-aiwei",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -1361,7 +1361,7 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
1361
1361
  { name: 'realWarehouseName*multiInput', label: '逻辑仓名称', type: 'multipleQueryInput' },
1362
1362
  { name: 'realWarehouseCode*multiInput', label: '逻辑仓编码', type: 'multipleQueryInput' },
1363
1363
  { name: 'qp-realWarehouseType-eq', type: 'select', label: '逻辑仓类型', initialSource: getDictionarySource('SC00004') },
1364
- { name: 'belongArea', field: {type: 'select', props: {mode: 'multiple',}}, label: '管理大区', initialSource: getDictionarySource('BUSINESS_belongArea'), },
1364
+ // { name: 'belongArea', field: {type: 'select', props: {mode: 'multiple',}}, label: '管理大区', initialSource: getDictionarySource('BUSINESS_belongArea'), },
1365
1365
  {
1366
1366
  name: 'qp-channelCode-in', type: 'treeSelect', label: '战区', field: {
1367
1367
  type: 'treeSelect',