@bit-sun/business-component 4.0.13-alpha.30 → 4.0.13-alpha.31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bit-sun/business-component",
3
- "version": "4.0.13-alpha.30",
3
+ "version": "4.0.13-alpha.31",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -30,7 +30,7 @@
30
30
  "antd": "^4.17.2",
31
31
  "bssula": "4.1.1",
32
32
  "umi-plugin-bssula": "4.1.1",
33
- "umi": "^3.5.20",
33
+ "umi": "3.5.20",
34
34
  "@ant-design/pro-layout": "^6.5.0",
35
35
  "react-dnd": "^16.0.1",
36
36
  "react-dnd-html5-backend": "^16.0.1"
@@ -1816,8 +1816,8 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
1816
1816
  ...requestConfigProp,
1817
1817
  }
1818
1818
  tableSearchForm = [
1819
- { name: 'qp-name-like', label: '商店名称' },
1820
- { name: 'qp-code-like', label: '商店编码' },
1819
+ { name: 'qp-name-like', label: '商店名称', type: 'multipleQueryInput' },
1820
+ { name: 'qp-code-like', label: '商店编码', type: 'multipleQueryInput' },
1821
1821
  { name: 'qp-type-in', type: 'select', label: '商店类型', initialSource: shopFile2Type },
1822
1822
  { name: 'qp-status-in', type: 'select', label: '商店状态', initialSource: shopFile2Status },
1823
1823
  { name: 'qp-orgCode-in', type: 'select', label: '所属销售组织', field: {
@@ -150,7 +150,7 @@ export default () => {
150
150
  // },
151
151
  // prefixUrl: { selectPrefix: '/bop/api', formSelectFix: '/bop/api' },
152
152
  selectProps,
153
- selectBusinessType: 'skuCommodity',
153
+ selectBusinessType: 'shopFile2',
154
154
  };
155
155
 
156
156
  const onTabChange = (key) => {