@bit-sun/business-component 2.4.24 → 2.4.25
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/components/Business/BsLayouts/service.d.ts +1 -1
- package/dist/components/Business/BsSulaQueryTable/index.d.ts +0 -1
- package/dist/components/Business/BsSulaQueryTable/setting.d.ts +1 -1
- package/dist/components/Business/BsSulaQueryTable/utils.d.ts +0 -1
- package/dist/components/Business/columnSettingTable/columnSetting.d.ts +0 -1
- package/dist/components/Functional/ExportFunctions/ExportIcon/index.d.ts +1 -1
- package/dist/components/Functional/QueryMutipleInput/index.d.ts +1 -2
- package/dist/components/Solution/RuleComponent/services.d.ts +1 -1
- package/dist/index.esm.js +1181 -1737
- package/dist/index.js +1175 -1733
- package/dist/utils/TableUtils.d.ts +2 -93
- package/dist/utils/index.d.ts +4 -6
- package/dist/utils/utils.d.ts +0 -13
- package/package.json +4 -7
- package/src/assets/32.svg +27 -27
- package/src/assets/addIcon.svg +17 -17
- package/src/assets/allfunc.svg +27 -27
- package/src/assets/arrowRight.svg +24 -24
- package/src/assets/btn-delete.svg +29 -29
- package/src/assets/btn-edit.svg +19 -19
- package/src/assets/btn-more.svg +17 -17
- package/src/assets/btn-submit.svg +19 -19
- package/src/assets/close.svg +26 -26
- package/src/assets/drag.svg +17 -17
- package/src/assets/fixed-left.svg +15 -15
- package/src/assets/fixed-right.svg +15 -15
- package/src/assets/guanbi.svg +15 -15
- package/src/assets/icon-quanping.svg +15 -15
- package/src/assets/icon-shezhi.svg +17 -17
- package/src/assets/label_icon_bottom.svg +25 -25
- package/src/assets/list-no-img.svg +21 -21
- package/src/assets/morentouxiang-32.svg +23 -23
- package/src/assets/scanning.svg +24 -24
- package/src/assets/upExport.svg +22 -22
- package/src/common/ENUM.ts +41 -41
- package/src/components/Business/AddSelectBusiness/index.tsx +22 -40
- package/src/components/Business/BsLayouts/Components/AllFunc/index.less +153 -153
- package/src/components/Business/BsLayouts/Components/AllFunc/index.tsx +70 -70
- package/src/components/Business/BsLayouts/Components/CustomerMenu/MenuSetting/index.less +90 -90
- package/src/components/Business/BsLayouts/Components/CustomerMenu/MenuSetting/index.tsx +37 -37
- package/src/components/Business/BsLayouts/Components/CustomerMenu/MenuSetting/leftTree.tsx +242 -242
- package/src/components/Business/BsLayouts/Components/CustomerMenu/MenuSetting/rightTree.tsx +384 -384
- package/src/components/Business/BsLayouts/Components/CustomerMenu/globalMenu/customMenuHeader.tsx +74 -74
- package/src/components/Business/BsLayouts/Components/CustomerMenu/index.less +64 -64
- package/src/components/Business/BsLayouts/Components/CustomerMenu/index.tsx +153 -153
- package/src/components/Business/BsLayouts/Components/GlobalHeader/index.tsx +157 -163
- package/src/components/Business/BsLayouts/Components/RightContent/LoginModal.tsx +85 -85
- package/src/components/Business/BsLayouts/Components/RightContent/index.tsx +2 -19
- package/src/components/Business/BsLayouts/Components/SearchFunc/index.tsx +75 -75
- package/src/components/Business/BsLayouts/index.less +79 -79
- package/src/components/Business/BsLayouts/index.tsx +1484 -1494
- package/src/components/Business/BsLayouts/service.ts +2 -2
- package/src/components/Business/BsLayouts/utils.tsx +203 -203
- package/src/components/Business/BsSulaQueryTable/SearchItemSetting.tsx +9 -9
- package/src/components/Business/BsSulaQueryTable/index.less +221 -221
- package/src/components/Business/BsSulaQueryTable/index.tsx +175 -346
- package/src/components/Business/BsSulaQueryTable/setting.tsx +87 -125
- package/src/components/Business/BsSulaQueryTable/utils.tsx +34 -57
- package/src/components/Business/CommodityEntry/index.md +70 -70
- package/src/components/Business/CommodityEntry/index.tsx +80 -80
- package/src/components/Business/CommonGuideWrapper/index.less +112 -121
- package/src/components/Business/CommonGuideWrapper/index.md +39 -39
- package/src/components/Business/CommonGuideWrapper/index.tsx +84 -94
- package/src/components/Business/DetailPageWrapper/index.less +1 -9
- package/src/components/Business/DetailPageWrapper/index.tsx +110 -121
- package/src/components/Business/HomePageWrapper/index.md +45 -45
- package/src/components/Business/HomePageWrapper/index.tsx +162 -162
- package/src/components/Business/JsonQueryTable/configButton/index.js +20 -20
- package/src/components/Business/JsonQueryTable/configTree/component/compactArrayView.js +25 -25
- package/src/components/Business/JsonQueryTable/configTree/component/compactObjectView.js +30 -30
- package/src/components/Business/JsonQueryTable/configTree/index.js +82 -82
- package/src/components/Business/JsonQueryTable/configTree/index.less +44 -44
- package/src/components/Business/JsonQueryTable/configTree/parser/highlight.js +57 -57
- package/src/components/Business/JsonQueryTable/configTree/parser/index.js +124 -124
- package/src/components/Business/JsonQueryTable/configTree/render/iconRender.js +29 -29
- package/src/components/Business/JsonQueryTable/configTree/render/nameRender.js +22 -22
- package/src/components/Business/JsonQueryTable/configTree/treeNode.js +116 -116
- package/src/components/Business/JsonQueryTable/drawer/index.tsx +12 -12
- package/src/components/Business/JsonQueryTable/index.less +16 -16
- package/src/components/Business/JsonQueryTable/index.md +328 -328
- package/src/components/Business/JsonQueryTable/index.tsx +537 -535
- package/src/components/Business/JsonQueryTable/jsonEditor/index.js +346 -346
- package/src/components/Business/JsonQueryTable/jsonEditor/index.less +22 -22
- package/src/components/Business/JsonQueryTable/jsonEditor/lint/basicType.js +147 -147
- package/src/components/Business/JsonQueryTable/jsonEditor/lint/index.js +389 -389
- package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/actions.js +118 -118
- package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/dependency.js +22 -22
- package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/index.js +21 -21
- package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/request.js +65 -65
- package/src/components/Business/SearchSelect/utils.ts +3 -3
- package/src/components/Business/StateFlow/index.md +60 -60
- package/src/components/Business/StateFlow/index.tsx +29 -29
- package/src/components/Business/columnSettingTable/columnSetting.tsx +8 -10
- package/src/components/Business/columnSettingTable/index.less +247 -247
- package/src/components/Business/columnSettingTable/index.md +357 -357
- package/src/components/Business/columnSettingTable/utils.tsx +71 -71
- package/src/components/Business/moreTreeTable/FixedScrollBar.tsx +87 -87
- package/src/components/Business/moreTreeTable/hooks/useSticky.ts +21 -21
- package/src/components/Business/moreTreeTable/index.less +99 -99
- package/src/components/Business/moreTreeTable/index.tsx +387 -387
- package/src/components/Business/moreTreeTable/utils.ts +126 -126
- package/src/components/Functional/AddSelect/helps.ts +3 -4
- package/src/components/Functional/AddSelect/index.less +367 -367
- package/src/components/Functional/AddSelect/index.tsx +33 -79
- package/src/components/Functional/BillEntry/index.less +371 -371
- package/src/components/Functional/BillEntry/index.tsx +3 -3
- package/src/components/Functional/BsAntdSula/index.ts +2 -2
- package/src/components/Functional/DataImport/index.less +63 -63
- package/src/components/Functional/DataImport/index.tsx +3 -3
- package/src/components/Functional/DataValidation/index.less +63 -63
- package/src/components/Functional/DataValidation/index.tsx +3 -3
- package/src/components/Functional/EllipsisTooltip/index.d.ts +5 -5
- package/src/components/Functional/EllipsisTooltip/index.js +36 -36
- package/src/components/Functional/ExportFunctions/ExportIcon/index.tsx +5 -10
- package/src/components/Functional/QueryMutipleInput/index.less +37 -37
- package/src/components/Functional/QueryMutipleInput/index.tsx +1 -2
- package/src/components/Functional/SearchSelect/index.less +0 -6
- package/src/components/Functional/SearchSelect/index.tsx +45 -152
- package/src/components/Functional/SearchSelect/utils.ts +3 -3
- package/src/components/Functional/TreeSearchSelect/index.tsx +22 -24
- package/src/components/Solution/RuleComponent/Formula.tsx +335 -335
- package/src/components/Solution/RuleComponent/index.d.ts +29 -29
- package/src/components/Solution/RuleComponent/index.js +652 -7
- package/src/components/Solution/RuleComponent/index.less +230 -230
- package/src/components/Solution/RuleComponent/renderSpecificAction.js +99 -99
- package/src/components/Solution/RuleComponent/services.ts +13 -13
- package/src/plugin/TableColumnSetting/index.less +247 -247
- package/src/plugin/TableColumnSetting/index.md +50 -50
- package/src/plugin/TableColumnSetting/index.tsx +2 -2
- package/src/plugin/TableColumnSetting/utils.ts +19 -19
- package/src/utils/CheckOneUser/index.md +39 -39
- package/src/utils/CheckOneUser/index.ts +51 -51
- package/src/utils/LocalstorageUtils.ts +95 -95
- package/src/utils/TableUtils.tsx +18 -691
- package/src/utils/checkUtils.ts +39 -39
- package/src/utils/enumConfig.ts +11 -11
- package/src/utils/getFormMode.js +12 -12
- package/src/utils/index.ts +4 -6
- package/src/utils/requestUtils.ts +2 -29
- package/src/utils/serialize.js +7 -7
- package/src/utils/utils.ts +21 -64
- package/dist/components/Business/BsLayouts/Components/ChooseStore/index.d.ts +0 -3
- package/dist/components/Business/BsLayouts/Components/ChooseStore/services.d.ts +0 -1
- package/dist/components/Business/BsLayouts/Components/RightContent/i18n.d.ts +0 -9
- package/dist/components/Solution/RuleComponent/RenderCompItem.d.ts +0 -2
- package/dist/utils/businessUtils.d.ts +0 -27
- package/dist/utils/constant.d.ts +0 -37
- package/dist/utils/request.d.ts +0 -2
- package/src/assets/arrow_top.svg +0 -18
- package/src/components/Business/BsLayouts/Components/ChooseStore/index.less +0 -0
- package/src/components/Business/BsLayouts/Components/ChooseStore/index.tsx +0 -193
- package/src/components/Business/BsLayouts/Components/ChooseStore/services.ts +0 -10
- package/src/components/Business/BsLayouts/Components/RightContent/i18n.ts +0 -9
- package/src/components/Business/BsSulaQueryTable/bssulaquerytable.less +0 -5
- package/src/components/Solution/RuleComponent/RenderCompItem.tsx +0 -637
- package/src/utils/TableUtils.less +0 -52
- package/src/utils/businessUtils.ts +0 -441
- package/src/utils/constant.ts +0 -39
- package/src/utils/request.ts +0 -53
package/src/common/ENUM.ts
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
const ENUM = {
|
|
2
|
-
/**
|
|
3
|
-
* 事件动作类型枚举
|
|
4
|
-
*/
|
|
5
|
-
VALUE_TYPE: {
|
|
6
|
-
STATUS: 1, // 流转状态
|
|
7
|
-
TAG: 2, // 添加标签
|
|
8
|
-
TIMING: 3, // 定时器
|
|
9
|
-
EDIT_FIELD: 4, // 字段变更
|
|
10
|
-
},
|
|
11
|
-
/**
|
|
12
|
-
* 执行动作枚举
|
|
13
|
-
*/
|
|
14
|
-
EXCUSE_ACTION: {
|
|
15
|
-
SEND_MESSAGE: 1, // 发送消息
|
|
16
|
-
PUSH_TODO_TASK: 2, // 推送任务
|
|
17
|
-
},
|
|
18
|
-
EXCUSE_ACTION_TEXT: {
|
|
19
|
-
SEND_MESSAGE: '发送一条消息',
|
|
20
|
-
PUSH_TODO_TASK: '推送一条待办任务',
|
|
21
|
-
},
|
|
22
|
-
/**
|
|
23
|
-
* 消息接收人分组类型枚举
|
|
24
|
-
*/
|
|
25
|
-
RECEIVER_GROUP_TYPE: {
|
|
26
|
-
EMPLOYEES: 1, // 指定员工
|
|
27
|
-
ORGANIZATION: 2, // 指定组织
|
|
28
|
-
ROLE: 3, // 指定角色
|
|
29
|
-
PERSON_IN_DOCUMENT: 4, // 单据内人员
|
|
30
|
-
SEND_ALL: 5, // 所有人
|
|
31
|
-
},
|
|
32
|
-
/**
|
|
33
|
-
* 消息发送类型枚举
|
|
34
|
-
*/
|
|
35
|
-
MESSAGE_SENDTIME_TYPE: {
|
|
36
|
-
IMMEDIATELY_SEND: 1, // 立即发送
|
|
37
|
-
REGULARLY_SEND: 2, // 定时发送
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
export default ENUM;
|
|
1
|
+
const ENUM = {
|
|
2
|
+
/**
|
|
3
|
+
* 事件动作类型枚举
|
|
4
|
+
*/
|
|
5
|
+
VALUE_TYPE: {
|
|
6
|
+
STATUS: 1, // 流转状态
|
|
7
|
+
TAG: 2, // 添加标签
|
|
8
|
+
TIMING: 3, // 定时器
|
|
9
|
+
EDIT_FIELD: 4, // 字段变更
|
|
10
|
+
},
|
|
11
|
+
/**
|
|
12
|
+
* 执行动作枚举
|
|
13
|
+
*/
|
|
14
|
+
EXCUSE_ACTION: {
|
|
15
|
+
SEND_MESSAGE: 1, // 发送消息
|
|
16
|
+
PUSH_TODO_TASK: 2, // 推送任务
|
|
17
|
+
},
|
|
18
|
+
EXCUSE_ACTION_TEXT: {
|
|
19
|
+
SEND_MESSAGE: '发送一条消息',
|
|
20
|
+
PUSH_TODO_TASK: '推送一条待办任务',
|
|
21
|
+
},
|
|
22
|
+
/**
|
|
23
|
+
* 消息接收人分组类型枚举
|
|
24
|
+
*/
|
|
25
|
+
RECEIVER_GROUP_TYPE: {
|
|
26
|
+
EMPLOYEES: 1, // 指定员工
|
|
27
|
+
ORGANIZATION: 2, // 指定组织
|
|
28
|
+
ROLE: 3, // 指定角色
|
|
29
|
+
PERSON_IN_DOCUMENT: 4, // 单据内人员
|
|
30
|
+
SEND_ALL: 5, // 所有人
|
|
31
|
+
},
|
|
32
|
+
/**
|
|
33
|
+
* 消息发送类型枚举
|
|
34
|
+
*/
|
|
35
|
+
MESSAGE_SENDTIME_TYPE: {
|
|
36
|
+
IMMEDIATELY_SEND: 1, // 立即发送
|
|
37
|
+
REGULARLY_SEND: 2, // 定时发送
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export default ENUM;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import React, { useState, useEffect } from 'react';
|
|
9
9
|
import { Tooltip, Select, message } from 'antd';
|
|
10
|
-
import
|
|
10
|
+
import axios from 'axios';
|
|
11
11
|
import { AddSelect } from '../../../index';
|
|
12
12
|
import { tableColumnsImage } from '@/components/Business/BsSulaQueryTable/utils';
|
|
13
13
|
import { getSkuImg } from '@/utils/TableUtils';
|
|
@@ -22,28 +22,24 @@ function handleSelectColumn(c: any, parentProps: any) {
|
|
|
22
22
|
const coverColumns = parentProps?.coverColumns || [];
|
|
23
23
|
const additionColumns = parentProps?.additionColumns || [];
|
|
24
24
|
// 仅展示内容
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
result = result.filter((i: any) => showColumns.includes(i.dataIndex));
|
|
25
|
+
if(showColumns?.length) {
|
|
26
|
+
result = result.filter((i: any) => showColumns.includes(i.dataIndex))
|
|
28
27
|
}
|
|
29
28
|
// 过滤不需要展示内容
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
result = result.filter((i: any) => !exceptColumns.includes(i.dataIndex));
|
|
29
|
+
if(exceptColumns?.length) {
|
|
30
|
+
result = result.filter((i: any) => !exceptColumns.includes(i.dataIndex))
|
|
33
31
|
}
|
|
34
32
|
// 追加(最好不用这个,当组件不固定时候会有影响)
|
|
35
|
-
|
|
36
|
-
if (additionColumns?.length) {
|
|
33
|
+
if(additionColumns?.length) {
|
|
37
34
|
additionColumns.forEach((i: any) => {
|
|
38
|
-
result.splice(i.position,
|
|
39
|
-
})
|
|
35
|
+
result.splice(i.position,0,i.column)
|
|
36
|
+
})
|
|
40
37
|
}
|
|
41
38
|
// 覆盖内容
|
|
42
|
-
|
|
43
|
-
if (coverColumns?.length) {
|
|
39
|
+
if(coverColumns?.length) {
|
|
44
40
|
result = coverColumns;
|
|
45
41
|
}
|
|
46
|
-
return result
|
|
42
|
+
return result
|
|
47
43
|
}
|
|
48
44
|
function handleSearchForm(c: any, parentProps: any) {
|
|
49
45
|
let result = c;
|
|
@@ -51,17 +47,14 @@ function handleSearchForm(c: any, parentProps: any) {
|
|
|
51
47
|
const exceptTableSearchForm= parentProps?.exceptTableSearchForm|| [];
|
|
52
48
|
const coverTableSearchForm = parentProps?.coverTableSearchForm || [];
|
|
53
49
|
// 仅展示内容
|
|
54
|
-
// FIXME http://192.168.13.78/mep-fed-group/web/libs/business-component/-/merge_requests/45#note_115617
|
|
55
50
|
if(showTableSearchForm?.length) {
|
|
56
51
|
result = result.filter((i: any) => showTableSearchForm.includes(i.name))
|
|
57
52
|
}
|
|
58
53
|
// 过滤不需要展示内容
|
|
59
|
-
// FIXME http://192.168.13.78/mep-fed-group/web/libs/business-component/-/merge_requests/45#note_115617
|
|
60
54
|
if(exceptTableSearchForm?.length) {
|
|
61
55
|
result = result.filter((i: any) => !exceptTableSearchForm.includes(i.name))
|
|
62
56
|
}
|
|
63
57
|
// 覆盖内容
|
|
64
|
-
// FIXME http://192.168.13.78/mep-fed-group/web/libs/business-component/-/merge_requests/45#note_115617
|
|
65
58
|
if(coverTableSearchForm?.length) {
|
|
66
59
|
result = coverTableSearchForm;
|
|
67
60
|
}
|
|
@@ -74,17 +67,14 @@ function handleFormSearchSourceLoad(c: any, parentProps: any) {
|
|
|
74
67
|
const coverTableFormSearchSourceLoad = parentProps?.coverTableFormSearchSourceLoad || [];
|
|
75
68
|
const noNeedTableFormSearchSourceLoad = parentProps?.noNeedTableFormSearchSourceLoad
|
|
76
69
|
// 仅展示内容
|
|
77
|
-
// FIXME http://192.168.13.78/mep-fed-group/web/libs/business-component/-/merge_requests/45#note_115617
|
|
78
70
|
if(showTableFormSearchSourceLoad?.length) {
|
|
79
71
|
result = result.filter((i: any) => showTableFormSearchSourceLoad.includes(i.url))
|
|
80
72
|
}
|
|
81
73
|
// 过滤不需要展示内容
|
|
82
|
-
// FIXME http://192.168.13.78/mep-fed-group/web/libs/business-component/-/merge_requests/45#note_115617
|
|
83
74
|
if(exceptTableFormSearchSourceLoad?.length) {
|
|
84
75
|
result = result.filter((i: any) => !exceptTableFormSearchSourceLoad.includes(i.url))
|
|
85
76
|
}
|
|
86
77
|
// 覆盖内容
|
|
87
|
-
// FIXME http://192.168.13.78/mep-fed-group/web/libs/business-component/-/merge_requests/45#note_115617
|
|
88
78
|
if(coverTableFormSearchSourceLoad?.length) {
|
|
89
79
|
result = coverTableFormSearchSourceLoad;
|
|
90
80
|
}
|
|
@@ -116,7 +106,6 @@ export const AddSkuSelect = (parProps: any) => {
|
|
|
116
106
|
showTitle: false,
|
|
117
107
|
},
|
|
118
108
|
dataIndex: 'itemEancode',
|
|
119
|
-
// FIXME http://192.168.13.78/mep-fed-group/web/libs/business-component/-/merge_requests/45#note_115627
|
|
120
109
|
render: (text: any) => (
|
|
121
110
|
<Tooltip placement="topLeft" title={text}>
|
|
122
111
|
{text}
|
|
@@ -164,7 +153,6 @@ export const AddSkuSelect = (parProps: any) => {
|
|
|
164
153
|
showTitle: false,
|
|
165
154
|
},
|
|
166
155
|
render: (text: any, record: any) => {
|
|
167
|
-
// FIXME http://192.168.13.78/mep-fed-group/web/libs/business-component/-/merge_requests/45#note_115636
|
|
168
156
|
if (record?.packingUnitList?.length) {
|
|
169
157
|
const basePackUnit = record?.packingUnitList[0]
|
|
170
158
|
record.selectUnitCode = basePackUnit.unitCode
|
|
@@ -250,11 +238,6 @@ export const AddSkuSelect = (parProps: any) => {
|
|
|
250
238
|
),
|
|
251
239
|
}
|
|
252
240
|
]),
|
|
253
|
-
{
|
|
254
|
-
title: 'SKC编码',
|
|
255
|
-
width: 150,
|
|
256
|
-
dataIndex: 'skcCode',
|
|
257
|
-
},
|
|
258
241
|
{
|
|
259
242
|
title: '所属SPU名称',
|
|
260
243
|
width: 100,
|
|
@@ -350,11 +333,10 @@ export const AddSkuSelect = (parProps: any) => {
|
|
|
350
333
|
const mTpTableColumn = handleSelectColumn(initialTableColumn, parProps);
|
|
351
334
|
const initialTableSearchForm = [
|
|
352
335
|
{
|
|
353
|
-
name: 'qp-skuCode-like', label: 'SKU编码'
|
|
336
|
+
name: 'qp-skuCode-like', label: 'SKU编码'
|
|
354
337
|
},
|
|
355
338
|
{ name: 'qp-skuName-like', label: 'SKU名称' },
|
|
356
|
-
{ name: 'qp-
|
|
357
|
-
{ name: 'qp-itemCode-like', label: 'SPU编码',type:'multipleQueryInput' },
|
|
339
|
+
{ name: 'qp-externalCode-like', label: '外部SPU编码' },
|
|
358
340
|
...(isNoUseItemBarcode ? []: [
|
|
359
341
|
{ name: 'qp-code-in', label: '商品条码', field: {
|
|
360
342
|
type: 'multipleQueryInput',
|
|
@@ -374,7 +356,7 @@ export const AddSkuSelect = (parProps: any) => {
|
|
|
374
356
|
maxTagCount: 1,
|
|
375
357
|
optionFilterProp: 'children',
|
|
376
358
|
filterOption: (input: string, option: { props: { children: string } }) =>
|
|
377
|
-
option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0
|
|
359
|
+
option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0,
|
|
378
360
|
},
|
|
379
361
|
} },
|
|
380
362
|
{ name: 'qp-categoryId-in', type: 'treeSelect', label: '类目', field: {
|
|
@@ -407,7 +389,7 @@ export const AddSkuSelect = (parProps: any) => {
|
|
|
407
389
|
'ctl-withAuth': true
|
|
408
390
|
},
|
|
409
391
|
resType: 'list',
|
|
410
|
-
resPosition: isNoUseItemBarcode ?
|
|
392
|
+
resPosition: isNoUseItemBarcode ? 2 : 3,
|
|
411
393
|
resKeyValue: ['id','name']
|
|
412
394
|
},
|
|
413
395
|
{
|
|
@@ -417,7 +399,7 @@ export const AddSkuSelect = (parProps: any) => {
|
|
|
417
399
|
currentPage: 1,
|
|
418
400
|
},
|
|
419
401
|
resType: 'treeList',
|
|
420
|
-
resPosition: isNoUseItemBarcode ?
|
|
402
|
+
resPosition: isNoUseItemBarcode ? 3 : 4
|
|
421
403
|
},
|
|
422
404
|
]
|
|
423
405
|
const mTpPromiseLoadList = handleFormSearchSourceLoad(initialPromiseLoadList, parProps);
|
|
@@ -478,7 +460,7 @@ export const AddSkcSelect = (parProps: any) => {
|
|
|
478
460
|
|
|
479
461
|
useEffect(() => {
|
|
480
462
|
// type: 1 尺码组; 2 配码组
|
|
481
|
-
|
|
463
|
+
axios.get(`/items/itemPropertyValueGroup/listNoPage?qp-type-eq=2&qp-status-eq=1`).then((result: any) => {
|
|
482
464
|
result = result.data;
|
|
483
465
|
if (judgeIsRequestError(result)) {
|
|
484
466
|
message.error(result.msg);
|
|
@@ -486,7 +468,7 @@ export const AddSkcSelect = (parProps: any) => {
|
|
|
486
468
|
}
|
|
487
469
|
const data = result.data || [];
|
|
488
470
|
setPropertyList(data)
|
|
489
|
-
}).catch((err
|
|
471
|
+
}).catch((err) => {});
|
|
490
472
|
},[])
|
|
491
473
|
|
|
492
474
|
//注⚠️:自定义过表头的请记得传tableCodeList参数
|
|
@@ -541,7 +523,7 @@ export const AddSkcSelect = (parProps: any) => {
|
|
|
541
523
|
{
|
|
542
524
|
url: `/items/item/propertyValue/sizeBySkcConfig`,
|
|
543
525
|
params: {
|
|
544
|
-
pageSize:
|
|
526
|
+
pageSize: 10000,
|
|
545
527
|
currentPage: 1,
|
|
546
528
|
type: 2, // 类型:1尺码;2颜色
|
|
547
529
|
},
|
|
@@ -552,7 +534,7 @@ export const AddSkcSelect = (parProps: any) => {
|
|
|
552
534
|
{
|
|
553
535
|
url: `/items/category/queryCategoryTree`,
|
|
554
536
|
params: {
|
|
555
|
-
pageSize:
|
|
537
|
+
pageSize: 5000,
|
|
556
538
|
currentPage: 1,
|
|
557
539
|
},
|
|
558
540
|
resType: 'treeList',
|
|
@@ -783,7 +765,7 @@ export const AddSpuSelect = (parProps: any) => {
|
|
|
783
765
|
useEffect(() => {
|
|
784
766
|
if(parProps?.isSingleColor) {
|
|
785
767
|
// type: 1 尺码组; 2 配码组
|
|
786
|
-
|
|
768
|
+
axios.get(`/items/itemPropertyValueGroup/listNoPage?qp-type-eq=2&qp-status-eq=1`).then((result: any) => {
|
|
787
769
|
result = result.data;
|
|
788
770
|
if (judgeIsRequestError(result)) {
|
|
789
771
|
message.error(result.msg);
|
|
@@ -791,7 +773,7 @@ export const AddSpuSelect = (parProps: any) => {
|
|
|
791
773
|
}
|
|
792
774
|
const data = result.data || [];
|
|
793
775
|
setPropertyList(data)
|
|
794
|
-
}).catch((err
|
|
776
|
+
}).catch((err) => {});
|
|
795
777
|
}
|
|
796
778
|
},[])
|
|
797
779
|
|
|
@@ -881,7 +863,7 @@ export const AddSpuSelect = (parProps: any) => {
|
|
|
881
863
|
{
|
|
882
864
|
url: `/items/category/queryCategoryTree`,
|
|
883
865
|
params: {
|
|
884
|
-
pageSize:
|
|
866
|
+
pageSize: 5000,
|
|
885
867
|
currentPage: 1,
|
|
886
868
|
},
|
|
887
869
|
resType: 'treeList',
|
|
@@ -1,153 +1,153 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
.menu {
|
|
4
|
-
.anticon {
|
|
5
|
-
margin-right: 8px;
|
|
6
|
-
}
|
|
7
|
-
.ant-dropdown-menu-item {
|
|
8
|
-
min-width: 160px;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.right {
|
|
13
|
-
display: flex;
|
|
14
|
-
float: right;
|
|
15
|
-
height: 48px;
|
|
16
|
-
margin-left: auto;
|
|
17
|
-
overflow: hidden;
|
|
18
|
-
.action {
|
|
19
|
-
display: flex;
|
|
20
|
-
align-items: center;
|
|
21
|
-
height: 48px;
|
|
22
|
-
padding: 0 12px;
|
|
23
|
-
cursor: pointer;
|
|
24
|
-
transition: all 0.3s;
|
|
25
|
-
> span {
|
|
26
|
-
vertical-align: middle;
|
|
27
|
-
}
|
|
28
|
-
&:hover {
|
|
29
|
-
background: rgba(0, 0, 0, 0.025);
|
|
30
|
-
}
|
|
31
|
-
.opened {
|
|
32
|
-
background: rgba(0, 0, 0, 0.025);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
.search {
|
|
36
|
-
padding: 0 12px;
|
|
37
|
-
&:hover {
|
|
38
|
-
background: transparent;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
.account {
|
|
42
|
-
.avatar {
|
|
43
|
-
margin-right: 8px;
|
|
44
|
-
color: #1890ff;
|
|
45
|
-
vertical-align: top;
|
|
46
|
-
background: rgba(255, 255, 255, 0.85);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.dark {
|
|
52
|
-
.action {
|
|
53
|
-
&:hover {
|
|
54
|
-
background: #252a3d;
|
|
55
|
-
}
|
|
56
|
-
.opened {
|
|
57
|
-
background: #252a3d;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.warp_allfunc {
|
|
63
|
-
z-index: 100;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
.drawerWarp {
|
|
67
|
-
column-count: 4;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.drawer_header_warp {
|
|
71
|
-
.ant-list-header {
|
|
72
|
-
padding: 0 0 0 10px !important;
|
|
73
|
-
line-height: 40px;
|
|
74
|
-
border: 0px !important;
|
|
75
|
-
b {
|
|
76
|
-
width: 100%;
|
|
77
|
-
display: inline-block;
|
|
78
|
-
border-bottom: 1px solid #f0f0f0;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
.ant-list-item {
|
|
82
|
-
padding: 0 0 0 10px !important;
|
|
83
|
-
line-height: 30px !important;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.ant-drawer-close {
|
|
87
|
-
position: absolute;
|
|
88
|
-
right: 0;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
.p {
|
|
95
|
-
color: #b1bad4;
|
|
96
|
-
font-weight: 400;
|
|
97
|
-
font-size: 12px;
|
|
98
|
-
margin-bottom: 10px;
|
|
99
|
-
font-family: PingFangSC, PingFangSC-Regular;
|
|
100
|
-
line-height: 16px;
|
|
101
|
-
text-align: left;
|
|
102
|
-
opacity: 0.8;
|
|
103
|
-
user-select: none;
|
|
104
|
-
text-align: center;
|
|
105
|
-
margin-left: 8px;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.btn {
|
|
109
|
-
display: flex;
|
|
110
|
-
align-items: center;
|
|
111
|
-
height: 44px;
|
|
112
|
-
color: #b1bad4;
|
|
113
|
-
background: #10234c;
|
|
114
|
-
border-radius: 8px;
|
|
115
|
-
width: 130px;
|
|
116
|
-
user-select: none;
|
|
117
|
-
}
|
|
118
|
-
.btn:hover,
|
|
119
|
-
.btnSpan1:hover,
|
|
120
|
-
.btnSpan2:hover {
|
|
121
|
-
cursor: pointer;
|
|
122
|
-
color: #b1bad4;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.btnSpan1 {
|
|
126
|
-
margin: 0 7px;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.allfunc_drawcontent {
|
|
131
|
-
.allFunsList {
|
|
132
|
-
margin-bottom: 10px;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.allFunsListWarp {
|
|
136
|
-
width: 200px;
|
|
137
|
-
margin-right: 10px;
|
|
138
|
-
border-radius: 4px;
|
|
139
|
-
|
|
140
|
-
break-inside: avoid;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.drawerWarp_p {
|
|
144
|
-
color: #8c8c8c;
|
|
145
|
-
font-weight: 400;
|
|
146
|
-
font-size: 14px;
|
|
147
|
-
font-family: PingFangSC, PingFangSC-Regular;
|
|
148
|
-
line-height: 20px;
|
|
149
|
-
text-align: left;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
.menu {
|
|
4
|
+
.anticon {
|
|
5
|
+
margin-right: 8px;
|
|
6
|
+
}
|
|
7
|
+
.ant-dropdown-menu-item {
|
|
8
|
+
min-width: 160px;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.right {
|
|
13
|
+
display: flex;
|
|
14
|
+
float: right;
|
|
15
|
+
height: 48px;
|
|
16
|
+
margin-left: auto;
|
|
17
|
+
overflow: hidden;
|
|
18
|
+
.action {
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
height: 48px;
|
|
22
|
+
padding: 0 12px;
|
|
23
|
+
cursor: pointer;
|
|
24
|
+
transition: all 0.3s;
|
|
25
|
+
> span {
|
|
26
|
+
vertical-align: middle;
|
|
27
|
+
}
|
|
28
|
+
&:hover {
|
|
29
|
+
background: rgba(0, 0, 0, 0.025);
|
|
30
|
+
}
|
|
31
|
+
.opened {
|
|
32
|
+
background: rgba(0, 0, 0, 0.025);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
.search {
|
|
36
|
+
padding: 0 12px;
|
|
37
|
+
&:hover {
|
|
38
|
+
background: transparent;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
.account {
|
|
42
|
+
.avatar {
|
|
43
|
+
margin-right: 8px;
|
|
44
|
+
color: #1890ff;
|
|
45
|
+
vertical-align: top;
|
|
46
|
+
background: rgba(255, 255, 255, 0.85);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.dark {
|
|
52
|
+
.action {
|
|
53
|
+
&:hover {
|
|
54
|
+
background: #252a3d;
|
|
55
|
+
}
|
|
56
|
+
.opened {
|
|
57
|
+
background: #252a3d;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.warp_allfunc {
|
|
63
|
+
z-index: 100;
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
.drawerWarp {
|
|
67
|
+
column-count: 4;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.drawer_header_warp {
|
|
71
|
+
.ant-list-header {
|
|
72
|
+
padding: 0 0 0 10px !important;
|
|
73
|
+
line-height: 40px;
|
|
74
|
+
border: 0px !important;
|
|
75
|
+
b {
|
|
76
|
+
width: 100%;
|
|
77
|
+
display: inline-block;
|
|
78
|
+
border-bottom: 1px solid #f0f0f0;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
.ant-list-item {
|
|
82
|
+
padding: 0 0 0 10px !important;
|
|
83
|
+
line-height: 30px !important;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.ant-drawer-close {
|
|
87
|
+
position: absolute;
|
|
88
|
+
right: 0;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
.p {
|
|
95
|
+
color: #b1bad4;
|
|
96
|
+
font-weight: 400;
|
|
97
|
+
font-size: 12px;
|
|
98
|
+
margin-bottom: 10px;
|
|
99
|
+
font-family: PingFangSC, PingFangSC-Regular;
|
|
100
|
+
line-height: 16px;
|
|
101
|
+
text-align: left;
|
|
102
|
+
opacity: 0.8;
|
|
103
|
+
user-select: none;
|
|
104
|
+
text-align: center;
|
|
105
|
+
margin-left: 8px;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.btn {
|
|
109
|
+
display: flex;
|
|
110
|
+
align-items: center;
|
|
111
|
+
height: 44px;
|
|
112
|
+
color: #b1bad4;
|
|
113
|
+
background: #10234c;
|
|
114
|
+
border-radius: 8px;
|
|
115
|
+
width: 130px;
|
|
116
|
+
user-select: none;
|
|
117
|
+
}
|
|
118
|
+
.btn:hover,
|
|
119
|
+
.btnSpan1:hover,
|
|
120
|
+
.btnSpan2:hover {
|
|
121
|
+
cursor: pointer;
|
|
122
|
+
color: #b1bad4;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.btnSpan1 {
|
|
126
|
+
margin: 0 7px;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.allfunc_drawcontent {
|
|
131
|
+
.allFunsList {
|
|
132
|
+
margin-bottom: 10px;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.allFunsListWarp {
|
|
136
|
+
width: 200px;
|
|
137
|
+
margin-right: 10px;
|
|
138
|
+
border-radius: 4px;
|
|
139
|
+
|
|
140
|
+
break-inside: avoid;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.drawerWarp_p {
|
|
144
|
+
color: #8c8c8c;
|
|
145
|
+
font-weight: 400;
|
|
146
|
+
font-size: 14px;
|
|
147
|
+
font-family: PingFangSC, PingFangSC-Regular;
|
|
148
|
+
line-height: 20px;
|
|
149
|
+
text-align: left;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
|