@bit-sun/business-component 4.2.1-alpha.1-aiwei → 4.2.1-alpha.3-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
@@ -10583,7 +10583,6 @@ function commonFun(type, prefixUrl, parentProps) {
10583
10583
  tableSearchForm: tableSearchForm,
10584
10584
  isHorizontally: true,
10585
10585
  tableSearchColSpan: 6,
10586
- visibleFieldsCount: 13,
10587
10586
  tableColumns: [{
10588
10587
  title: '序号',
10589
10588
  dataIndex: 'keyIndex',
@@ -11365,17 +11364,9 @@ function commonFun(type, prefixUrl, parentProps) {
11365
11364
  type: 'select',
11366
11365
  label: '逻辑仓类型',
11367
11366
  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
- }, {
11367
+ },
11368
+ // { name: 'belongArea', field: {type: 'select', props: {mode: 'multiple',}}, label: '管理大区', initialSource: getDictionarySource('BUSINESS_belongArea'), },
11369
+ {
11379
11370
  name: 'qp-channelCode-in',
11380
11371
  type: 'treeSelect',
11381
11372
  label: '战区',
package/dist/index.js CHANGED
@@ -10606,7 +10606,6 @@ function commonFun(type, prefixUrl, parentProps) {
10606
10606
  tableSearchForm: tableSearchForm,
10607
10607
  isHorizontally: true,
10608
10608
  tableSearchColSpan: 6,
10609
- visibleFieldsCount: 13,
10610
10609
  tableColumns: [{
10611
10610
  title: '序号',
10612
10611
  dataIndex: 'keyIndex',
@@ -11388,17 +11387,9 @@ function commonFun(type, prefixUrl, parentProps) {
11388
11387
  type: 'select',
11389
11388
  label: '逻辑仓类型',
11390
11389
  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
- }, {
11390
+ },
11391
+ // { name: 'belongArea', field: {type: 'select', props: {mode: 'multiple',}}, label: '管理大区', initialSource: getDictionarySource('BUSINESS_belongArea'), },
11392
+ {
11402
11393
  name: 'qp-channelCode-in',
11403
11394
  type: 'treeSelect',
11404
11395
  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.3-aiwei",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -595,7 +595,6 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
595
595
  tableSearchForm,
596
596
  isHorizontally: true,
597
597
  tableSearchColSpan: 6,
598
- visibleFieldsCount: 13,
599
598
  tableColumns: [
600
599
  {
601
600
  title: '序号',
@@ -1361,7 +1360,7 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
1361
1360
  { name: 'realWarehouseName*multiInput', label: '逻辑仓名称', type: 'multipleQueryInput' },
1362
1361
  { name: 'realWarehouseCode*multiInput', label: '逻辑仓编码', type: 'multipleQueryInput' },
1363
1362
  { name: 'qp-realWarehouseType-eq', type: 'select', label: '逻辑仓类型', initialSource: getDictionarySource('SC00004') },
1364
- { name: 'belongArea', field: {type: 'select', props: {mode: 'multiple',}}, label: '管理大区', initialSource: getDictionarySource('BUSINESS_belongArea'), },
1363
+ // { name: 'belongArea', field: {type: 'select', props: {mode: 'multiple',}}, label: '管理大区', initialSource: getDictionarySource('BUSINESS_belongArea'), },
1365
1364
  {
1366
1365
  name: 'qp-channelCode-in', type: 'treeSelect', label: '战区', field: {
1367
1366
  type: 'treeSelect',
@@ -317,7 +317,7 @@ export default () => {
317
317
  },
318
318
  // prefixUrl: { selectPrefix: '/bop/api', formSelectFix: '/bop/api' },
319
319
  selectProps,
320
- selectBusinessType: 'spuCommodityWithProperty',
320
+ selectBusinessType: 'skuCommodity',
321
321
  };
322
322
 
323
323
  const onTabChange = (key) => {