@bit-sun/business-component 4.0.13-alpha.30 → 4.0.13-alpha.32
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/.umirc.ts +11 -0
- package/dist/index.esm.js +412 -448
- package/dist/index.js +413 -449
- package/package.json +2 -2
- package/src/components/Business/SearchSelect/BusinessUtils.tsx +2 -2
- package/src/components/Business/SearchSelect/index.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bit-sun/business-component",
|
|
3
|
-
"version": "4.0.13-alpha.
|
|
3
|
+
"version": "4.0.13-alpha.32",
|
|
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": "
|
|
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-
|
|
1820
|
-
{ name: 'qp-code-
|
|
1819
|
+
{ name: 'qp-name-in', label: '商店名称', type: 'multipleQueryInput' },
|
|
1820
|
+
{ name: 'qp-code-in', 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: {
|