@bit-sun/business-component 4.0.13-alpha.31 → 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/dist/index.esm.js
CHANGED
|
@@ -11525,11 +11525,11 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
11525
11525
|
sourceName: 'code'
|
|
11526
11526
|
}, requestConfigProp);
|
|
11527
11527
|
tableSearchForm = [{
|
|
11528
|
-
name: 'qp-name-
|
|
11528
|
+
name: 'qp-name-in',
|
|
11529
11529
|
label: '商店名称',
|
|
11530
11530
|
type: 'multipleQueryInput'
|
|
11531
11531
|
}, {
|
|
11532
|
-
name: 'qp-code-
|
|
11532
|
+
name: 'qp-code-in',
|
|
11533
11533
|
label: '商店编码',
|
|
11534
11534
|
type: 'multipleQueryInput'
|
|
11535
11535
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -11548,11 +11548,11 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
11548
11548
|
sourceName: 'code'
|
|
11549
11549
|
}, requestConfigProp);
|
|
11550
11550
|
tableSearchForm = [{
|
|
11551
|
-
name: 'qp-name-
|
|
11551
|
+
name: 'qp-name-in',
|
|
11552
11552
|
label: '商店名称',
|
|
11553
11553
|
type: 'multipleQueryInput'
|
|
11554
11554
|
}, {
|
|
11555
|
-
name: 'qp-code-
|
|
11555
|
+
name: 'qp-code-in',
|
|
11556
11556
|
label: '商店编码',
|
|
11557
11557
|
type: 'multipleQueryInput'
|
|
11558
11558
|
}, {
|
package/package.json
CHANGED
|
@@ -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: {
|