@bit-sun/business-component 4.2.1-alpha.3-aiwei → 4.2.1-alpha.4-aiwei
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
|
@@ -11348,8 +11348,8 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
11348
11348
|
var areaDisabledJude = function areaDisabledJude(data) {
|
|
11349
11349
|
return data['parent'] === '0';
|
|
11350
11350
|
}; // 所属营销区域 树节点不能点判断
|
|
11351
|
-
formatTreeDataSource(x, 0,
|
|
11352
|
-
formatTreeDataSource(x, 1,
|
|
11351
|
+
formatTreeDataSource(x, 0, 3, tableSearchForm, ['code', 'name'], 'channelInfoSon', channelDisabledJude);
|
|
11352
|
+
formatTreeDataSource(x, 1, 4, tableSearchForm, ['code', 'name'], 'children', areaDisabledJude);
|
|
11353
11353
|
});
|
|
11354
11354
|
tableSearchForm = [{
|
|
11355
11355
|
name: 'realWarehouseName*multiInput',
|
package/dist/index.js
CHANGED
|
@@ -11371,8 +11371,8 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
11371
11371
|
var areaDisabledJude = function areaDisabledJude(data) {
|
|
11372
11372
|
return data['parent'] === '0';
|
|
11373
11373
|
}; // 所属营销区域 树节点不能点判断
|
|
11374
|
-
formatTreeDataSource(x, 0,
|
|
11375
|
-
formatTreeDataSource(x, 1,
|
|
11374
|
+
formatTreeDataSource(x, 0, 3, tableSearchForm, ['code', 'name'], 'channelInfoSon', channelDisabledJude);
|
|
11375
|
+
formatTreeDataSource(x, 1, 4, tableSearchForm, ['code', 'name'], 'children', areaDisabledJude);
|
|
11376
11376
|
});
|
|
11377
11377
|
tableSearchForm = [{
|
|
11378
11378
|
name: 'realWarehouseName*multiInput',
|
package/package.json
CHANGED
|
@@ -1353,8 +1353,8 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
|
|
|
1353
1353
|
]).then((x: any)=>{
|
|
1354
1354
|
const channelDisabledJude = (data: any) => data['parentCode'] === '0'; // 所属销售渠道 树节点不能点判断
|
|
1355
1355
|
const areaDisabledJude = (data: any) => data['parent'] === '0'; // 所属营销区域 树节点不能点判断
|
|
1356
|
-
formatTreeDataSource(x, 0,
|
|
1357
|
-
formatTreeDataSource(x, 1,
|
|
1356
|
+
formatTreeDataSource(x, 0, 3, tableSearchForm, ['code','name'], 'channelInfoSon', channelDisabledJude)
|
|
1357
|
+
formatTreeDataSource(x, 1, 4, tableSearchForm, ['code', 'name'], 'children', areaDisabledJude)
|
|
1358
1358
|
})
|
|
1359
1359
|
tableSearchForm = [
|
|
1360
1360
|
{ name: 'realWarehouseName*multiInput', label: '逻辑仓名称', type: 'multipleQueryInput' },
|