@bit-sun/business-component 2.0.4 → 2.0.5

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
@@ -5852,6 +5852,7 @@ function commonFun(type, prefixUrl, requestConfigProp, modalTableBusProps) {
5852
5852
  mappingValueField: 'skuCode',
5853
5853
  mappingTextShowTextField: ['name', 'propertyNameAndValue'],
5854
5854
  otherParams: {
5855
+ 'qp-combination-eq': false,
5855
5856
  'qp-approveStatus-eq': 1,
5856
5857
  // 'qp-type-eq': 10, // 查唯一国际条码【有些项目不需要必须要有国际条码,故注释,需要的项目自己定义otherParams补充上这个条件】
5857
5858
  sorter: 'desc-id'
@@ -7233,7 +7234,9 @@ var AddSkuSelect = function AddSkuSelect(parProps) {
7233
7234
  requestConfig: {
7234
7235
  url: "/items/sku/pager/v2",
7235
7236
  filter: 'qp-name-like',
7236
- otherParams: {},
7237
+ otherParams: {
7238
+ 'qp-combination-eq': false
7239
+ },
7237
7240
  mappingTextField: 'name',
7238
7241
  mappingValueField: 'skuCode'
7239
7242
  },
package/dist/index.js CHANGED
@@ -5863,6 +5863,7 @@ function commonFun(type, prefixUrl, requestConfigProp, modalTableBusProps) {
5863
5863
  mappingValueField: 'skuCode',
5864
5864
  mappingTextShowTextField: ['name', 'propertyNameAndValue'],
5865
5865
  otherParams: {
5866
+ 'qp-combination-eq': false,
5866
5867
  'qp-approveStatus-eq': 1,
5867
5868
  // 'qp-type-eq': 10, // 查唯一国际条码【有些项目不需要必须要有国际条码,故注释,需要的项目自己定义otherParams补充上这个条件】
5868
5869
  sorter: 'desc-id'
@@ -7244,7 +7245,9 @@ var AddSkuSelect = function AddSkuSelect(parProps) {
7244
7245
  requestConfig: {
7245
7246
  url: "/items/sku/pager/v2",
7246
7247
  filter: 'qp-name-like',
7247
- otherParams: {},
7248
+ otherParams: {
7249
+ 'qp-combination-eq': false
7250
+ },
7248
7251
  mappingTextField: 'name',
7249
7252
  mappingValueField: 'skuCode'
7250
7253
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bit-sun/business-component",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -21,7 +21,9 @@ export const AddSkuSelect = (parProps: any) => {
21
21
  requestConfig: {
22
22
  url: `/items/sku/pager/v2`,
23
23
  filter: 'qp-name-like', // 过滤参数 支持'qp-name-like'和['qp-name-like', 'qp-code-like']两种结构
24
- otherParams: {}, // 默认参数
24
+ otherParams: {
25
+ 'qp-combination-eq': false,
26
+ }, // 默认参数
25
27
  mappingTextField: 'name',
26
28
  mappingValueField: 'skuCode',
27
29
  },
@@ -242,6 +242,7 @@ export function commonFun (type?: string, prefixUrl: any, requestConfigProp?: an
242
242
  mappingValueField: 'skuCode',
243
243
  mappingTextShowTextField: ['name', 'propertyNameAndValue'],
244
244
  otherParams: {
245
+ 'qp-combination-eq': false,
245
246
  'qp-approveStatus-eq': 1,
246
247
  // 'qp-type-eq': 10, // 查唯一国际条码【有些项目不需要必须要有国际条码,故注释,需要的项目自己定义otherParams补充上这个条件】
247
248
  sorter: 'desc-id'
@@ -28,7 +28,9 @@ export default () => {
28
28
  requestConfig: {
29
29
  url: `/items/sku/pager/v2`,
30
30
  filter: 'qp-name-like', // 过滤参数 支持'qp-name-like'和['qp-name-like', 'qp-code-like']两种结构
31
- otherParams: {}, // 默认参数
31
+ otherParams: {
32
+ 'qp-combination-eq': false,
33
+ }, // 默认参数
32
34
  mappingTextField: 'name',
33
35
  mappingValueField: 'skuCode',
34
36
  },