@bit-sun/business-component 4.2.0-alpha.11 → 4.2.0-alpha.12
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
|
@@ -11684,7 +11684,7 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
11684
11684
|
name: 'qp-name-like',
|
|
11685
11685
|
label: '客户名称'
|
|
11686
11686
|
}, {
|
|
11687
|
-
name: 'qp-code-
|
|
11687
|
+
name: 'qp-code-in',
|
|
11688
11688
|
label: '客户编码',
|
|
11689
11689
|
type: 'multipleQueryInput'
|
|
11690
11690
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -11707,7 +11707,7 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
11707
11707
|
name: 'qp-name-like',
|
|
11708
11708
|
label: '客户名称'
|
|
11709
11709
|
}, {
|
|
11710
|
-
name: 'qp-code-
|
|
11710
|
+
name: 'qp-code-in',
|
|
11711
11711
|
label: '客户编码',
|
|
11712
11712
|
type: 'multipleQueryInput'
|
|
11713
11713
|
}, {
|
package/package.json
CHANGED
|
@@ -1700,7 +1700,7 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
|
|
|
1700
1700
|
}
|
|
1701
1701
|
tableSearchForm = [
|
|
1702
1702
|
{ name: 'qp-name-like', label: '客户名称' },
|
|
1703
|
-
{ name: 'qp-code-
|
|
1703
|
+
{ name: 'qp-code-in', label: '客户编码', type: 'multipleQueryInput' },
|
|
1704
1704
|
{ name: 'qp-createOrgCode-eq', type: 'select', label: '创建组织', field: {
|
|
1705
1705
|
type: 'select',
|
|
1706
1706
|
props: {
|