@bit-sun/business-component 4.0.13-alpha.32 → 4.0.13-alpha.33
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
|
@@ -1170,6 +1170,7 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
|
|
|
1170
1170
|
{ name: 'qp-realWarehouseName-like', label: '逻辑仓名称' },
|
|
1171
1171
|
{ name: 'qp-realWarehouseCode-like', label: '逻辑仓编码' },
|
|
1172
1172
|
{ name: 'qp-realWarehouseType-eq', type: 'select', label: '逻辑仓类型', initialSource: getDictionarySource('SC00004') },
|
|
1173
|
+
{ name: 'belongArea', field: {type: 'select', props: {mode: 'multiple',}}, label: '管理大区', initialSource: getDictionarySource('BUSINESS_belongArea'), },
|
|
1173
1174
|
...(modalTableBusProps?.needStatusSearch?[{ name: 'qp-isEnable-eq', type: 'select', label: '逻辑仓状态', initialSource: getDictionarySource('SC00001') }]:[])
|
|
1174
1175
|
]
|
|
1175
1176
|
modalTableProps = {
|
|
@@ -1204,6 +1205,7 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
|
|
|
1204
1205
|
render: (text: number) => getDictionaryTextByValue('SC00001', text),
|
|
1205
1206
|
}]:[]),
|
|
1206
1207
|
],
|
|
1208
|
+
noEmptySearchField: true,
|
|
1207
1209
|
...modalTableBusProps,
|
|
1208
1210
|
}
|
|
1209
1211
|
}
|