Commit 5e0913933f8fb3f3b5764eaf03e0dc54ce95d58f

Authored by chenxt
2 parents 96cfbae5 aacad127

Merge branch 'release/customer/2025/五彩' of http://git.xlyprint.cn/qiangmj/ebc-Me…

…s into release/customer/2025/五彩
src/components/Common/CommonListSelect/index.js
@@ -213,7 +213,7 @@ const CommonListComponent = Form.create({ @@ -213,7 +213,7 @@ const CommonListComponent = Form.create({
213 ...commonBusiness.getTableTypes('slave', props), 213 ...commonBusiness.getTableTypes('slave', props),
214 enabled: false, 214 enabled: false,
215 tableProps: { 215 tableProps: {
216 - rowKey: 'sSlaveId', pagination, onChange: props.onTitleChange, AutoTableHeight: 350, 216 + rowKey: 'sSlaveId', pagination, onChange: props.onTitleChange, AutoTableHeight: 550,
217 }, 217 },
218 }; 218 };
219 const name = 'filterTree'; 219 const name = 'filterTree';
@@ -276,7 +276,7 @@ const CommonListComponent = Form.create({ @@ -276,7 +276,7 @@ const CommonListComponent = Form.create({
276 const bPadPop = 276 const bPadPop =
277 props.sModelsId === "12710101117211852461310" || 277 props.sModelsId === "12710101117211852461310" ||
278 props.sModelsId === "12710101117218031681520"; 278 props.sModelsId === "12710101117218031681520";
279 - 279 +
280 if (bPadPop) { 280 if (bPadPop) {
281 tableProps.fixedHeight = "325px"; 281 tableProps.fixedHeight = "325px";
282 } 282 }
src/components/Common/CommonTable/index.js
@@ -11239,7 +11239,7 @@ class CommonTableRc extends React.Component { @@ -11239,7 +11239,7 @@ class CommonTableRc extends React.Component {
11239 )} 11239 )}
11240 {commonPopupVisible ? ( 11240 {commonPopupVisible ? (
11241 <AntdDraggableModal 11241 <AntdDraggableModal
11242 - width={1300} 11242 + width='90vw'
11243 zIndex={1000} 11243 zIndex={1000}
11244 title={commonPopupTitle} 11244 title={commonPopupTitle}
11245 visible={commonPopupVisible} 11245 visible={commonPopupVisible}
src/mes/common/commonOperationBarComponent/MesToolbar.js
1 /* eslint-disable */ 1 /* eslint-disable */
2 -import { message } from "antd"; 2 +import { message, Progress } from "antd";
3 import * as commonUtils from "@/utils/utils"; 3 import * as commonUtils from "@/utils/utils";
4 import * as commonFunc from "@/components/Common/commonFunc"; 4 import * as commonFunc from "@/components/Common/commonFunc";
5 import commonConfig from "@/utils/config"; 5 import commonConfig from "@/utils/config";
@@ -203,7 +203,7 @@ const ToolbarFun = async (props) =&gt; { @@ -203,7 +203,7 @@ const ToolbarFun = async (props) =&gt; {
203 const asyncFunc = async () => { 203 const asyncFunc = async () => {
204 for (let i = 0; i < afterInterfaceArr.length; i++) { 204 for (let i = 0; i < afterInterfaceArr.length; i++) {
205 if (bProgressBar) { 205 if (bProgressBar) {
206 - xlyProcessPercent = 0; 206 + let xlyProcessPercent = 0;
207 clearInterval(xlyProcessTimer); 207 clearInterval(xlyProcessTimer);
208 message.loading({ 208 message.loading({
209 content: <Progress percent={xlyProcessPercent} />, 209 content: <Progress percent={xlyProcessPercent} />,
@@ -1088,4 +1088,4 @@ const handleScanFace = (props) =&gt; { @@ -1088,4 +1088,4 @@ const handleScanFace = (props) =&gt; {
1088 1088
1089 } 1089 }
1090 1090
1091 -export default ToolbarFun;  
1092 \ No newline at end of file 1091 \ No newline at end of file
  1092 +export default ToolbarFun;