@bit-sun/business-component 4.0.11-alpha.18 → 4.0.11-alpha.19
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/BsSulaQueryTable/SearchItemSetting.d.ts +0 -3
- package/dist/index.esm.js +14 -6
- package/dist/index.js +14 -6
- package/package.json +1 -1
- package/src/components/Business/BsSulaQueryTable/SearchItemSetting.tsx +1 -1
- package/src/components/Business/DetailPageWrapper/index.less +9 -0
- package/src/components/Business/DetailPageWrapper/index.tsx +1 -1
- package/src/components/Business/HomePageWrapper/index.less +9 -0
- package/src/components/Business/HomePageWrapper/index.tsx +1 -1
- package/src/components/Business/SearchSelect/BusinessUtils.tsx +3 -0
|
@@ -21,20 +21,17 @@ declare class SearchItemTable extends React.Component {
|
|
|
21
21
|
title: string;
|
|
22
22
|
dataIndex: string;
|
|
23
23
|
className: string;
|
|
24
|
-
width: number;
|
|
25
24
|
render?: undefined;
|
|
26
25
|
} | {
|
|
27
26
|
title: string;
|
|
28
27
|
dataIndex: string;
|
|
29
28
|
render: (text: any, record: any) => React.JSX.Element;
|
|
30
29
|
className?: undefined;
|
|
31
|
-
width?: undefined;
|
|
32
30
|
} | {
|
|
33
31
|
title: string;
|
|
34
32
|
dataIndex: string;
|
|
35
33
|
className: string;
|
|
36
34
|
render: () => React.JSX.Element;
|
|
37
|
-
width?: undefined;
|
|
38
35
|
})[];
|
|
39
36
|
showModal: () => void;
|
|
40
37
|
handleOk: (e?: React.MouseEvent<HTMLElement>) => void;
|
package/dist/index.esm.js
CHANGED
|
@@ -9976,6 +9976,7 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
9976
9976
|
}]
|
|
9977
9977
|
}, selectConfigProps);
|
|
9978
9978
|
requestConfig = _objectSpread2({
|
|
9979
|
+
init: true,
|
|
9979
9980
|
url: "".concat(prefixUrl.selectPrefix, "/store"),
|
|
9980
9981
|
filter: 'qp-name,code-orGroup,like',
|
|
9981
9982
|
mappingTextField: 'name',
|
|
@@ -10170,6 +10171,7 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
10170
10171
|
}]
|
|
10171
10172
|
}, selectConfigProps);
|
|
10172
10173
|
requestConfig = _objectSpread2({
|
|
10174
|
+
init: true,
|
|
10173
10175
|
url: "".concat(prefixUrl.selectPrefix, "/store/page"),
|
|
10174
10176
|
filter: 'qp-name,code-orGroup,like',
|
|
10175
10177
|
mappingTextField: 'name',
|
|
@@ -11194,6 +11196,7 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
11194
11196
|
}]
|
|
11195
11197
|
}, selectConfigProps);
|
|
11196
11198
|
requestConfig = _objectSpread2({
|
|
11199
|
+
init: true,
|
|
11197
11200
|
url: "".concat(prefixUrl.selectPrefix, "/brand/list"),
|
|
11198
11201
|
filter: 'qp-brandCode,name-orGroup,like',
|
|
11199
11202
|
mappingTextField: 'name',
|
|
@@ -14723,7 +14726,7 @@ var getDetailMatchRoute = function getDetailMatchRoute(path, routeObj, hideRoute
|
|
|
14723
14726
|
return undefined;
|
|
14724
14727
|
};
|
|
14725
14728
|
|
|
14726
|
-
var css_248z$c = ".detail_page_head {\n height: 32px;\n z-index: 5;\n display: flex;\n align-items: center;\n background-color: #FFFFFF;\n font-weight: 500;\n}\n.detail_page_head .ant-breadcrumb {\n display: block !important;\n}\n.detail_page_head .ant-breadcrumb .ant-breadcrumb-separator {\n margin: 0 2px;\n}\n.detail_page_head .ant-breadcrumb li .bread_name {\n color: #8B8B8B;\n font-size: 12px;\n cursor: pointer;\n}\n.detail_page_head .ant-breadcrumb li .bread_name_last {\n color: #282828;\n}\n.detail_page_head .ant-breadcrumb li .bread_name:hover {\n color: #000000d9;\n}\n.detail_page_wrapper {\n height: calc(100vh - 80px);\n}\n.back_home_img_content {\n display: inline-block;\n height: 16px;\n width: 16px;\n border: 1px solid #BABABA;\n margin: 0 8px 0 10px;\n border-radius: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n}\n.back_home_img_content .anticon-arrow-left {\n color: #BABABA;\n}\n.back_home_img_content:hover {\n background-color: #005cff;\n border: 1px solid #005cff;\n}\n.back_home_img_content:hover .anticon-arrow-left {\n color: #FFFFFF;\n}\n.detail_page_title_box {\n flex-grow: 1;\n display: flex;\n align-items: center;\n}\n.detail_page_title {\n height: 20px;\n font-family: PingFangSC;\n font-weight: 600;\n font-size: 14px;\n padding-right: 10px;\n color: #000000;\n letter-spacing: 0;\n line-height: 20px;\n display: none;\n}\n.detail_page_btns {\n display: flex;\n gap: 8px;\n margin-right: 20px;\n}\n.detail_page_btns button {\n height: 24px !important;\n display: flex;\n align-items: center;\n gap: 2px;\n border-radius: 3px;\n padding: 0 10px;\n}\n.detail_page_btns .ant-btn-dangerous {\n background-color: #EC5246 !important;\n}\n";
|
|
14729
|
+
var css_248z$c = ".bs_detail_page_head_wrapper {\n height: 32px;\n position: sticky;\n background: #fff;\n width: 100%;\n top: 0px;\n z-index: 10;\n}\n.detail_page_head {\n height: 32px;\n z-index: 5;\n display: flex;\n align-items: center;\n background-color: #FFFFFF;\n font-weight: 500;\n}\n.detail_page_head .ant-breadcrumb {\n display: block !important;\n}\n.detail_page_head .ant-breadcrumb .ant-breadcrumb-separator {\n margin: 0 2px;\n}\n.detail_page_head .ant-breadcrumb li .bread_name {\n color: #8B8B8B;\n font-size: 12px;\n cursor: pointer;\n}\n.detail_page_head .ant-breadcrumb li .bread_name_last {\n color: #282828;\n}\n.detail_page_head .ant-breadcrumb li .bread_name:hover {\n color: #000000d9;\n}\n.detail_page_wrapper {\n height: calc(100vh - 80px);\n}\n.back_home_img_content {\n display: inline-block;\n height: 16px;\n width: 16px;\n border: 1px solid #BABABA;\n margin: 0 8px 0 10px;\n border-radius: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n}\n.back_home_img_content .anticon-arrow-left {\n color: #BABABA;\n}\n.back_home_img_content:hover {\n background-color: #005cff;\n border: 1px solid #005cff;\n}\n.back_home_img_content:hover .anticon-arrow-left {\n color: #FFFFFF;\n}\n.detail_page_title_box {\n flex-grow: 1;\n display: flex;\n align-items: center;\n}\n.detail_page_title {\n height: 20px;\n font-family: PingFangSC;\n font-weight: 600;\n font-size: 14px;\n padding-right: 10px;\n color: #000000;\n letter-spacing: 0;\n line-height: 20px;\n display: none;\n}\n.detail_page_btns {\n display: flex;\n gap: 8px;\n margin-right: 20px;\n}\n.detail_page_btns button {\n height: 24px !important;\n display: flex;\n align-items: center;\n gap: 2px;\n border-radius: 3px;\n padding: 0 10px;\n}\n.detail_page_btns .ant-btn-dangerous {\n background-color: #EC5246 !important;\n}\n";
|
|
14727
14730
|
styleInject(css_248z$c);
|
|
14728
14731
|
|
|
14729
14732
|
var quanping = "data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2234px%22%20height%3D%2234px%22%20viewBox%3D%220%200%2034%2034%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3E%E7%9F%A9%E5%BD%A2%3C%2Ftitle%3E%20%20%20%20%3Cg%20id%3D%22%E5%88%97%E8%A1%A8%E5%8A%9F%E8%83%BD%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E6%98%9F%E6%BE%9C-%E6%90%9C%E7%B4%A2-%E6%90%9C%E7%B4%A2%E5%8A%9F%E8%83%BD%22%20transform%3D%22translate%28-1823.000000%2C%20-297.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E6%90%9C%E7%B4%A2%E7%BB%84%E4%BB%B6-%E6%A0%B7%E5%BC%8F%E4%B8%80%22%20transform%3D%22translate%28230.000000%2C%20284.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%A1%AE%E5%AE%9A%E5%A4%87%E4%BB%BD-2%22%20transform%3D%22translate%281593.000000%2C%2013.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.55801813%2C1%20L28.4419819%2C1%20C30.0269041%2C1%2030.6016352%2C1.16502331%2031.181059%2C1.47490258%20C31.7604829%2C1.78478186%2032.2152181%2C2.2395171%2032.5250974%2C2.81894097%20C32.8349767%2C3.39836484%2033%2C3.97309593%2033%2C5.55801813%20L33%2C28.4419819%20C33%2C30.0269041%2032.8349767%2C30.6016352%2032.5250974%2C31.181059%20C32.2152181%2C31.7604829%2031.7604829%2C32.2152181%2031.181059%2C32.5250974%20C30.6016352%2C32.8349767%2030.0269041%2C33%2028.4419819%2C33%20L5.55801813%2C33%20C3.97309593%2C33%203.39836484%2C32.8349767%202.81894097%2C32.5250974%20C2.2395171%2C32.2152181%201.78478186%2C31.7604829%201.47490258%2C31.181059%20C1.16502331%2C30.6016352%201%2C30.0269041%201%2C28.4419819%20L1%2C5.55801813%20C1%2C3.97309593%201.16502331%2C3.39836484%201.47490258%2C2.81894097%20C1.78478186%2C2.2395171%202.2395171%2C1.78478186%202.81894097%2C1.47490258%20C3.39836484%2C1.16502331%203.97309593%2C1%205.55801813%2C1%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23D9D9D9%22%20stroke-width%3D%220.888888889%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22scanning%22%20transform%3D%22translate%289.000000%2C%209.000000%29%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.21873562%2C9.69278114%20L6.28954184%2C10.7432953%20L2.532%2C14.5%20L5.24949999%2C14.5%20L5.24949999%2C16%20L1.5%2C16%20C0.671572876%2C16%200%2C15.3284271%200%2C14.5%20L0%2C11%20L1.5%2C11%20L1.5%2C13.41%20L5.21873562%2C9.69278114%20Z%20M10.7898541%2C9.72266777%20L14.499%2C13.431%20L14.5%2C11%20L16%2C11%20L16%2C14.5%20C16%2C15.3284271%2015.3284271%2C16%2014.5%2C16%20L10.7495%2C16%20L10.7495%2C14.5%20L13.446%2C14.5%20L9.71904783%2C10.7731819%20L10.7898541%2C9.72266777%20Z%20M14.5%2C0%20C15.3284271%2C0%2016%2C0.671572876%2016%2C1.5%20L16%2C5%20L14.5%2C5%20L14.499%2C2.588%20L10.779708%2C6.3074783%20L9.71904783%2C5.24681813%20L13.465%2C1.5%20L10.75%2C1.5%20L10.75%2C0%20L14.5%2C0%20Z%20M5.25000001%2C0%20L5.25000001%2C1.5%20L2.567%2C1.5%20L6.31400442%2C5.24681813%20L5.25334424%2C6.3074783%20L1.5%2C2.554%20L1.5%2C5%20L0%2C5%20L0%2C1.5%20C0%2C0.671572876%200.671572876%2C0%201.5%2C0%20L5.25000001%2C0%20Z%22%20id%3D%22%E5%BD%A2%E7%8A%B6%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E";
|
|
@@ -14936,7 +14939,8 @@ var DetailWrapper = /*#__PURE__*/React$1.memo(function (_ref) {
|
|
|
14936
14939
|
}))));
|
|
14937
14940
|
};
|
|
14938
14941
|
return /*#__PURE__*/React$1.createElement("div", {
|
|
14939
|
-
ref: wrapperContainerRef
|
|
14942
|
+
ref: wrapperContainerRef,
|
|
14943
|
+
className: 'bs_detail_page_head_wrapper'
|
|
14940
14944
|
}, /*#__PURE__*/React$1.createElement("div", {
|
|
14941
14945
|
className: 'detail_page_head',
|
|
14942
14946
|
style: {
|
|
@@ -14991,7 +14995,7 @@ var DetailWrapper = /*#__PURE__*/React$1.memo(function (_ref) {
|
|
|
14991
14995
|
return true;
|
|
14992
14996
|
});
|
|
14993
14997
|
|
|
14994
|
-
var css_248z$e = ".home_page_head {\n display: flex;\n justify-content: space-between;\n align-items: center;\n background-color: #FFFFFF;\n border-bottom: 1px solid #f0f0f0;\n padding: 6px 16px 5px;\n font-weight: 500;\n}\n.home_page_head .home_page_title_wrapper {\n display: flex;\n align-items: center;\n height: 20px;\n line-height: 20px;\n}\n.home_page_head .home_page_title {\n font-family: PingFangSC-Medium;\n font-weight: 600;\n font-size: 16px;\n color: #000000;\n letter-spacing: 0;\n flex-grow: 1;\n padding-right: 10px;\n display: none;\n}\n.home_page_head .ant-breadcrumb {\n display: block !important;\n}\n.home_page_head .ant-breadcrumb .ant-breadcrumb-separator {\n margin: 0 2px;\n}\n.home_page_head .ant-breadcrumb li .bread_name {\n color: #8B8B8B;\n font-size: 12px;\n line-height: 16px;\n cursor: pointer;\n}\n.home_page_head .ant-breadcrumb li .bread_name_last {\n color: #282828;\n}\n";
|
|
14998
|
+
var css_248z$e = ".bs_home_page_head_wrapper {\n height: 32px;\n position: sticky;\n background: #fff;\n width: 100%;\n top: 0px;\n z-index: 10;\n}\n.home_page_head {\n display: flex;\n justify-content: space-between;\n align-items: center;\n background-color: #FFFFFF;\n border-bottom: 1px solid #f0f0f0;\n padding: 6px 16px 5px;\n font-weight: 500;\n}\n.home_page_head .home_page_title_wrapper {\n display: flex;\n align-items: center;\n height: 20px;\n line-height: 20px;\n}\n.home_page_head .home_page_title {\n font-family: PingFangSC-Medium;\n font-weight: 600;\n font-size: 16px;\n color: #000000;\n letter-spacing: 0;\n flex-grow: 1;\n padding-right: 10px;\n display: none;\n}\n.home_page_head .ant-breadcrumb {\n display: block !important;\n}\n.home_page_head .ant-breadcrumb .ant-breadcrumb-separator {\n margin: 0 2px;\n}\n.home_page_head .ant-breadcrumb li .bread_name {\n color: #8B8B8B;\n font-size: 12px;\n line-height: 16px;\n cursor: pointer;\n}\n.home_page_head .ant-breadcrumb li .bread_name_last {\n color: #282828;\n}\n";
|
|
14995
14999
|
styleInject(css_248z$e);
|
|
14996
15000
|
|
|
14997
15001
|
var _excluded$d = ["children"];
|
|
@@ -15056,7 +15060,9 @@ var HeaderWrapper = /*#__PURE__*/React$1.memo(function (_ref) {
|
|
|
15056
15060
|
return getPageTitle(pathname);
|
|
15057
15061
|
}, [pathname, title]);
|
|
15058
15062
|
useEffect(function () {}, [pathname]);
|
|
15059
|
-
return /*#__PURE__*/React$1.createElement("div",
|
|
15063
|
+
return /*#__PURE__*/React$1.createElement("div", {
|
|
15064
|
+
className: 'bs_home_page_head_wrapper'
|
|
15065
|
+
}, /*#__PURE__*/React$1.createElement("div", {
|
|
15060
15066
|
className: 'home_page_head'
|
|
15061
15067
|
}, /*#__PURE__*/React$1.createElement("div", {
|
|
15062
15068
|
className: 'home_page_title_wrapper'
|
|
@@ -16031,13 +16037,15 @@ var SearchItemTable = /*#__PURE__*/function (_React$Component) {
|
|
|
16031
16037
|
_this.columns = [{
|
|
16032
16038
|
title: '搜索字段名称',
|
|
16033
16039
|
dataIndex: 'label',
|
|
16034
|
-
className: 'drag-visible'
|
|
16035
|
-
width: 100
|
|
16040
|
+
className: 'drag-visible'
|
|
16036
16041
|
}, {
|
|
16037
16042
|
title: '删除',
|
|
16038
16043
|
dataIndex: 'title1',
|
|
16039
16044
|
render: function render(text, record) {
|
|
16040
16045
|
return /*#__PURE__*/React$1.createElement("span", {
|
|
16046
|
+
style: {
|
|
16047
|
+
paddingLeft: '46px'
|
|
16048
|
+
},
|
|
16041
16049
|
onClick: function onClick() {
|
|
16042
16050
|
_this.setState({
|
|
16043
16051
|
sortDataSource: _this.state.sortDataSource.filter(function (item) {
|
package/dist/index.js
CHANGED
|
@@ -9999,6 +9999,7 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
9999
9999
|
}]
|
|
10000
10000
|
}, selectConfigProps);
|
|
10001
10001
|
requestConfig = _objectSpread2({
|
|
10002
|
+
init: true,
|
|
10002
10003
|
url: "".concat(prefixUrl.selectPrefix, "/store"),
|
|
10003
10004
|
filter: 'qp-name,code-orGroup,like',
|
|
10004
10005
|
mappingTextField: 'name',
|
|
@@ -10193,6 +10194,7 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
10193
10194
|
}]
|
|
10194
10195
|
}, selectConfigProps);
|
|
10195
10196
|
requestConfig = _objectSpread2({
|
|
10197
|
+
init: true,
|
|
10196
10198
|
url: "".concat(prefixUrl.selectPrefix, "/store/page"),
|
|
10197
10199
|
filter: 'qp-name,code-orGroup,like',
|
|
10198
10200
|
mappingTextField: 'name',
|
|
@@ -11217,6 +11219,7 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
11217
11219
|
}]
|
|
11218
11220
|
}, selectConfigProps);
|
|
11219
11221
|
requestConfig = _objectSpread2({
|
|
11222
|
+
init: true,
|
|
11220
11223
|
url: "".concat(prefixUrl.selectPrefix, "/brand/list"),
|
|
11221
11224
|
filter: 'qp-brandCode,name-orGroup,like',
|
|
11222
11225
|
mappingTextField: 'name',
|
|
@@ -14746,7 +14749,7 @@ var getDetailMatchRoute = function getDetailMatchRoute(path, routeObj, hideRoute
|
|
|
14746
14749
|
return undefined;
|
|
14747
14750
|
};
|
|
14748
14751
|
|
|
14749
|
-
var css_248z$c = ".detail_page_head {\n height: 32px;\n z-index: 5;\n display: flex;\n align-items: center;\n background-color: #FFFFFF;\n font-weight: 500;\n}\n.detail_page_head .ant-breadcrumb {\n display: block !important;\n}\n.detail_page_head .ant-breadcrumb .ant-breadcrumb-separator {\n margin: 0 2px;\n}\n.detail_page_head .ant-breadcrumb li .bread_name {\n color: #8B8B8B;\n font-size: 12px;\n cursor: pointer;\n}\n.detail_page_head .ant-breadcrumb li .bread_name_last {\n color: #282828;\n}\n.detail_page_head .ant-breadcrumb li .bread_name:hover {\n color: #000000d9;\n}\n.detail_page_wrapper {\n height: calc(100vh - 80px);\n}\n.back_home_img_content {\n display: inline-block;\n height: 16px;\n width: 16px;\n border: 1px solid #BABABA;\n margin: 0 8px 0 10px;\n border-radius: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n}\n.back_home_img_content .anticon-arrow-left {\n color: #BABABA;\n}\n.back_home_img_content:hover {\n background-color: #005cff;\n border: 1px solid #005cff;\n}\n.back_home_img_content:hover .anticon-arrow-left {\n color: #FFFFFF;\n}\n.detail_page_title_box {\n flex-grow: 1;\n display: flex;\n align-items: center;\n}\n.detail_page_title {\n height: 20px;\n font-family: PingFangSC;\n font-weight: 600;\n font-size: 14px;\n padding-right: 10px;\n color: #000000;\n letter-spacing: 0;\n line-height: 20px;\n display: none;\n}\n.detail_page_btns {\n display: flex;\n gap: 8px;\n margin-right: 20px;\n}\n.detail_page_btns button {\n height: 24px !important;\n display: flex;\n align-items: center;\n gap: 2px;\n border-radius: 3px;\n padding: 0 10px;\n}\n.detail_page_btns .ant-btn-dangerous {\n background-color: #EC5246 !important;\n}\n";
|
|
14752
|
+
var css_248z$c = ".bs_detail_page_head_wrapper {\n height: 32px;\n position: sticky;\n background: #fff;\n width: 100%;\n top: 0px;\n z-index: 10;\n}\n.detail_page_head {\n height: 32px;\n z-index: 5;\n display: flex;\n align-items: center;\n background-color: #FFFFFF;\n font-weight: 500;\n}\n.detail_page_head .ant-breadcrumb {\n display: block !important;\n}\n.detail_page_head .ant-breadcrumb .ant-breadcrumb-separator {\n margin: 0 2px;\n}\n.detail_page_head .ant-breadcrumb li .bread_name {\n color: #8B8B8B;\n font-size: 12px;\n cursor: pointer;\n}\n.detail_page_head .ant-breadcrumb li .bread_name_last {\n color: #282828;\n}\n.detail_page_head .ant-breadcrumb li .bread_name:hover {\n color: #000000d9;\n}\n.detail_page_wrapper {\n height: calc(100vh - 80px);\n}\n.back_home_img_content {\n display: inline-block;\n height: 16px;\n width: 16px;\n border: 1px solid #BABABA;\n margin: 0 8px 0 10px;\n border-radius: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n}\n.back_home_img_content .anticon-arrow-left {\n color: #BABABA;\n}\n.back_home_img_content:hover {\n background-color: #005cff;\n border: 1px solid #005cff;\n}\n.back_home_img_content:hover .anticon-arrow-left {\n color: #FFFFFF;\n}\n.detail_page_title_box {\n flex-grow: 1;\n display: flex;\n align-items: center;\n}\n.detail_page_title {\n height: 20px;\n font-family: PingFangSC;\n font-weight: 600;\n font-size: 14px;\n padding-right: 10px;\n color: #000000;\n letter-spacing: 0;\n line-height: 20px;\n display: none;\n}\n.detail_page_btns {\n display: flex;\n gap: 8px;\n margin-right: 20px;\n}\n.detail_page_btns button {\n height: 24px !important;\n display: flex;\n align-items: center;\n gap: 2px;\n border-radius: 3px;\n padding: 0 10px;\n}\n.detail_page_btns .ant-btn-dangerous {\n background-color: #EC5246 !important;\n}\n";
|
|
14750
14753
|
styleInject(css_248z$c);
|
|
14751
14754
|
|
|
14752
14755
|
var quanping = "data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2234px%22%20height%3D%2234px%22%20viewBox%3D%220%200%2034%2034%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3E%E7%9F%A9%E5%BD%A2%3C%2Ftitle%3E%20%20%20%20%3Cg%20id%3D%22%E5%88%97%E8%A1%A8%E5%8A%9F%E8%83%BD%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E6%98%9F%E6%BE%9C-%E6%90%9C%E7%B4%A2-%E6%90%9C%E7%B4%A2%E5%8A%9F%E8%83%BD%22%20transform%3D%22translate%28-1823.000000%2C%20-297.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E6%90%9C%E7%B4%A2%E7%BB%84%E4%BB%B6-%E6%A0%B7%E5%BC%8F%E4%B8%80%22%20transform%3D%22translate%28230.000000%2C%20284.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%A1%AE%E5%AE%9A%E5%A4%87%E4%BB%BD-2%22%20transform%3D%22translate%281593.000000%2C%2013.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.55801813%2C1%20L28.4419819%2C1%20C30.0269041%2C1%2030.6016352%2C1.16502331%2031.181059%2C1.47490258%20C31.7604829%2C1.78478186%2032.2152181%2C2.2395171%2032.5250974%2C2.81894097%20C32.8349767%2C3.39836484%2033%2C3.97309593%2033%2C5.55801813%20L33%2C28.4419819%20C33%2C30.0269041%2032.8349767%2C30.6016352%2032.5250974%2C31.181059%20C32.2152181%2C31.7604829%2031.7604829%2C32.2152181%2031.181059%2C32.5250974%20C30.6016352%2C32.8349767%2030.0269041%2C33%2028.4419819%2C33%20L5.55801813%2C33%20C3.97309593%2C33%203.39836484%2C32.8349767%202.81894097%2C32.5250974%20C2.2395171%2C32.2152181%201.78478186%2C31.7604829%201.47490258%2C31.181059%20C1.16502331%2C30.6016352%201%2C30.0269041%201%2C28.4419819%20L1%2C5.55801813%20C1%2C3.97309593%201.16502331%2C3.39836484%201.47490258%2C2.81894097%20C1.78478186%2C2.2395171%202.2395171%2C1.78478186%202.81894097%2C1.47490258%20C3.39836484%2C1.16502331%203.97309593%2C1%205.55801813%2C1%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23D9D9D9%22%20stroke-width%3D%220.888888889%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22scanning%22%20transform%3D%22translate%289.000000%2C%209.000000%29%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.21873562%2C9.69278114%20L6.28954184%2C10.7432953%20L2.532%2C14.5%20L5.24949999%2C14.5%20L5.24949999%2C16%20L1.5%2C16%20C0.671572876%2C16%200%2C15.3284271%200%2C14.5%20L0%2C11%20L1.5%2C11%20L1.5%2C13.41%20L5.21873562%2C9.69278114%20Z%20M10.7898541%2C9.72266777%20L14.499%2C13.431%20L14.5%2C11%20L16%2C11%20L16%2C14.5%20C16%2C15.3284271%2015.3284271%2C16%2014.5%2C16%20L10.7495%2C16%20L10.7495%2C14.5%20L13.446%2C14.5%20L9.71904783%2C10.7731819%20L10.7898541%2C9.72266777%20Z%20M14.5%2C0%20C15.3284271%2C0%2016%2C0.671572876%2016%2C1.5%20L16%2C5%20L14.5%2C5%20L14.499%2C2.588%20L10.779708%2C6.3074783%20L9.71904783%2C5.24681813%20L13.465%2C1.5%20L10.75%2C1.5%20L10.75%2C0%20L14.5%2C0%20Z%20M5.25000001%2C0%20L5.25000001%2C1.5%20L2.567%2C1.5%20L6.31400442%2C5.24681813%20L5.25334424%2C6.3074783%20L1.5%2C2.554%20L1.5%2C5%20L0%2C5%20L0%2C1.5%20C0%2C0.671572876%200.671572876%2C0%201.5%2C0%20L5.25000001%2C0%20Z%22%20id%3D%22%E5%BD%A2%E7%8A%B6%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E";
|
|
@@ -14959,7 +14962,8 @@ var DetailWrapper = /*#__PURE__*/React__default['default'].memo(function (_ref)
|
|
|
14959
14962
|
}))));
|
|
14960
14963
|
};
|
|
14961
14964
|
return /*#__PURE__*/React__default['default'].createElement("div", {
|
|
14962
|
-
ref: wrapperContainerRef
|
|
14965
|
+
ref: wrapperContainerRef,
|
|
14966
|
+
className: 'bs_detail_page_head_wrapper'
|
|
14963
14967
|
}, /*#__PURE__*/React__default['default'].createElement("div", {
|
|
14964
14968
|
className: 'detail_page_head',
|
|
14965
14969
|
style: {
|
|
@@ -15014,7 +15018,7 @@ var DetailWrapper = /*#__PURE__*/React__default['default'].memo(function (_ref)
|
|
|
15014
15018
|
return true;
|
|
15015
15019
|
});
|
|
15016
15020
|
|
|
15017
|
-
var css_248z$e = ".home_page_head {\n display: flex;\n justify-content: space-between;\n align-items: center;\n background-color: #FFFFFF;\n border-bottom: 1px solid #f0f0f0;\n padding: 6px 16px 5px;\n font-weight: 500;\n}\n.home_page_head .home_page_title_wrapper {\n display: flex;\n align-items: center;\n height: 20px;\n line-height: 20px;\n}\n.home_page_head .home_page_title {\n font-family: PingFangSC-Medium;\n font-weight: 600;\n font-size: 16px;\n color: #000000;\n letter-spacing: 0;\n flex-grow: 1;\n padding-right: 10px;\n display: none;\n}\n.home_page_head .ant-breadcrumb {\n display: block !important;\n}\n.home_page_head .ant-breadcrumb .ant-breadcrumb-separator {\n margin: 0 2px;\n}\n.home_page_head .ant-breadcrumb li .bread_name {\n color: #8B8B8B;\n font-size: 12px;\n line-height: 16px;\n cursor: pointer;\n}\n.home_page_head .ant-breadcrumb li .bread_name_last {\n color: #282828;\n}\n";
|
|
15021
|
+
var css_248z$e = ".bs_home_page_head_wrapper {\n height: 32px;\n position: sticky;\n background: #fff;\n width: 100%;\n top: 0px;\n z-index: 10;\n}\n.home_page_head {\n display: flex;\n justify-content: space-between;\n align-items: center;\n background-color: #FFFFFF;\n border-bottom: 1px solid #f0f0f0;\n padding: 6px 16px 5px;\n font-weight: 500;\n}\n.home_page_head .home_page_title_wrapper {\n display: flex;\n align-items: center;\n height: 20px;\n line-height: 20px;\n}\n.home_page_head .home_page_title {\n font-family: PingFangSC-Medium;\n font-weight: 600;\n font-size: 16px;\n color: #000000;\n letter-spacing: 0;\n flex-grow: 1;\n padding-right: 10px;\n display: none;\n}\n.home_page_head .ant-breadcrumb {\n display: block !important;\n}\n.home_page_head .ant-breadcrumb .ant-breadcrumb-separator {\n margin: 0 2px;\n}\n.home_page_head .ant-breadcrumb li .bread_name {\n color: #8B8B8B;\n font-size: 12px;\n line-height: 16px;\n cursor: pointer;\n}\n.home_page_head .ant-breadcrumb li .bread_name_last {\n color: #282828;\n}\n";
|
|
15018
15022
|
styleInject(css_248z$e);
|
|
15019
15023
|
|
|
15020
15024
|
var _excluded$d = ["children"];
|
|
@@ -15079,7 +15083,9 @@ var HeaderWrapper = /*#__PURE__*/React__default['default'].memo(function (_ref)
|
|
|
15079
15083
|
return getPageTitle(pathname);
|
|
15080
15084
|
}, [pathname, title]);
|
|
15081
15085
|
React$1.useEffect(function () {}, [pathname]);
|
|
15082
|
-
return /*#__PURE__*/React__default['default'].createElement("div",
|
|
15086
|
+
return /*#__PURE__*/React__default['default'].createElement("div", {
|
|
15087
|
+
className: 'bs_home_page_head_wrapper'
|
|
15088
|
+
}, /*#__PURE__*/React__default['default'].createElement("div", {
|
|
15083
15089
|
className: 'home_page_head'
|
|
15084
15090
|
}, /*#__PURE__*/React__default['default'].createElement("div", {
|
|
15085
15091
|
className: 'home_page_title_wrapper'
|
|
@@ -16054,13 +16060,15 @@ var SearchItemTable = /*#__PURE__*/function (_React$Component) {
|
|
|
16054
16060
|
_this.columns = [{
|
|
16055
16061
|
title: '搜索字段名称',
|
|
16056
16062
|
dataIndex: 'label',
|
|
16057
|
-
className: 'drag-visible'
|
|
16058
|
-
width: 100
|
|
16063
|
+
className: 'drag-visible'
|
|
16059
16064
|
}, {
|
|
16060
16065
|
title: '删除',
|
|
16061
16066
|
dataIndex: 'title1',
|
|
16062
16067
|
render: function render(text, record) {
|
|
16063
16068
|
return /*#__PURE__*/React__default['default'].createElement("span", {
|
|
16069
|
+
style: {
|
|
16070
|
+
paddingLeft: '46px'
|
|
16071
|
+
},
|
|
16064
16072
|
onClick: function onClick() {
|
|
16065
16073
|
_this.setState({
|
|
16066
16074
|
sortDataSource: _this.state.sortDataSource.filter(function (item) {
|
package/package.json
CHANGED
|
@@ -204,7 +204,6 @@ class SearchItemTable extends React.Component {
|
|
|
204
204
|
title: '搜索字段名称',
|
|
205
205
|
dataIndex: 'label',
|
|
206
206
|
className: 'drag-visible',
|
|
207
|
-
width: 100,
|
|
208
207
|
},
|
|
209
208
|
{
|
|
210
209
|
title: '删除',
|
|
@@ -212,6 +211,7 @@ class SearchItemTable extends React.Component {
|
|
|
212
211
|
render: (text, record) => {
|
|
213
212
|
return (
|
|
214
213
|
<span
|
|
214
|
+
style={{paddingLeft: '46px'}}
|
|
215
215
|
onClick={() => {
|
|
216
216
|
this.setState({
|
|
217
217
|
sortDataSource: this.state.sortDataSource.filter((item) => {
|
|
@@ -84,7 +84,7 @@ const HeaderWrapper = React.memo(
|
|
|
84
84
|
useEffect(() => {}, [pathname]);
|
|
85
85
|
|
|
86
86
|
return (
|
|
87
|
-
<div>
|
|
87
|
+
<div className='bs_home_page_head_wrapper'>
|
|
88
88
|
<div className={'home_page_head'}>
|
|
89
89
|
<div className='home_page_title_wrapper'>
|
|
90
90
|
{/* <div className={'home_page_title'}>{pageTitle}</div> */}
|
|
@@ -1384,6 +1384,7 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
|
|
|
1384
1384
|
...selectConfigProps,
|
|
1385
1385
|
}
|
|
1386
1386
|
requestConfig = {
|
|
1387
|
+
init: true,
|
|
1387
1388
|
url: `${prefixUrl.selectPrefix}/store`,
|
|
1388
1389
|
filter: 'qp-name,code-orGroup,like', // 过滤参数
|
|
1389
1390
|
mappingTextField: 'name',
|
|
@@ -1563,6 +1564,7 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
|
|
|
1563
1564
|
...selectConfigProps,
|
|
1564
1565
|
}
|
|
1565
1566
|
requestConfig = {
|
|
1567
|
+
init: true,
|
|
1566
1568
|
url: `${prefixUrl.selectPrefix}/store/page`,
|
|
1567
1569
|
filter: 'qp-name,code-orGroup,like', // 过滤参数
|
|
1568
1570
|
mappingTextField: 'name',
|
|
@@ -2597,6 +2599,7 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
|
|
|
2597
2599
|
...selectConfigProps,
|
|
2598
2600
|
}
|
|
2599
2601
|
requestConfig = {
|
|
2602
|
+
init: true,
|
|
2600
2603
|
url: `${prefixUrl.selectPrefix}/brand/list`,
|
|
2601
2604
|
filter: 'qp-brandCode,name-orGroup,like', // 过滤参数
|
|
2602
2605
|
mappingTextField: 'name',
|