diff --git a/src/components/Common/BoxDesignCompontent/svg.js b/src/components/Common/BoxDesignCompontent/svg.js
index 50f1926..832e17f 100644
--- a/src/components/Common/BoxDesignCompontent/svg.js
+++ b/src/components/Common/BoxDesignCompontent/svg.js
@@ -234,7 +234,6 @@ const SvgBox = props => {
svgContainerRef.current.style.height = `${dSvgBoxHeight ? dSvgBoxHeight : 250}px`;
}
} else if (props.showNew === 1) {
- console.log("π ~ initSVG ~ props:", props)
let ySvg = topOffect(boxList, boxLength, boxWidth, boxHeight) * scale;
let leftSize = 0;
let topSize = 0;
diff --git a/src/components/Common/BoxProject/svg.js b/src/components/Common/BoxProject/svg.js
index 4ec6e66..9352674 100644
--- a/src/components/Common/BoxProject/svg.js
+++ b/src/components/Common/BoxProject/svg.js
@@ -10,7 +10,6 @@ import {
createNoneProject,
} from "../BoxDesign/createAirplaneBox";
const SvgBox = props => {
- console.log("π ~ propsprops:", props);
const svgContainerRef = useRef(null);
const svgRef = useRef(null);
const [boxKey, setBoxKey] = useState(new Date().getTime());
diff --git a/src/components/Common/CommonViewTable/index.js b/src/components/Common/CommonViewTable/index.js
index 1750116..09e7b83 100644
--- a/src/components/Common/CommonViewTable/index.js
+++ b/src/components/Common/CommonViewTable/index.js
@@ -362,7 +362,6 @@ export default class CommonViewTable extends Component {
}
const viewRowNew = this.props.getViewRow?.(child) || viewRow;
- console.log("π ~ CommonViewTable ~ viewConfigs&&viewConfigs.map ~ viewRowNew:", viewRowNew)
const showTypeProps = {
app,
diff --git a/src/components/Common/ShowImgMaterial/index.js b/src/components/Common/ShowImgMaterial/index.js
index 1d3b97d..24dc245 100644
--- a/src/components/Common/ShowImgMaterial/index.js
+++ b/src/components/Common/ShowImgMaterial/index.js
@@ -302,7 +302,6 @@ export default class ShowImg extends Component {
// //ζ¨ͺε+η« ζ·»ε HTML
getHHPHtml = (dMatLength, dMatWidth, dLength, dWidth, dBoold, dBite, wlfx, bBox) => {
- console.log("π ~ ShowImg ~ bBox:", bBox)
const elements = [];
var p_dMatLength = dMatLength;
var p_dMatWidth = dMatWidth; //εε»ε¬ε£εηι«εΊ¦
diff --git a/src/components/Common/Typesetting/typesetting.js b/src/components/Common/Typesetting/typesetting.js
index 7bb9219..47be34e 100644
--- a/src/components/Common/Typesetting/typesetting.js
+++ b/src/components/Common/Typesetting/typesetting.js
@@ -21,7 +21,6 @@ const Typesetting = props => {
boxHeight,
textSize,
} = props;
- console.log("π ~ typesettingsss:", props)
if (!slaveRowData) return
const {
dSBLB, // δΈθΎΉηη½
@@ -551,9 +550,7 @@ const Typesetting = props => {
}, 0); // δ½Ώη¨ 0 ε»ΆθΏοΌε°δ»»ε‘ζΎε
₯δΊδ»Άιε
}
const isMax = slaveDataDetail?.dMaxLength && Number(slaveDataDetail?.dMaxLength) >= Number(slaveRowData?.dMachineLength);
- console.log("π ~ isMax:", isMax,slaveDataDetail,slaveRowData)
const isShow = slaveRowData && slaveRowData.dMachineLength && slaveRowData.dMaxWidth && slaveRowData.dMaxLength && isMax && innerDivs.length;
- console.log(innerDivs,cols,rows,'innerDivs');
const onClick = () => {
setIsModalOpen(true);
diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx
index 9256bfc..9f3be77 100644
--- a/src/components/QuickQuote/index.jsx
+++ b/src/components/QuickQuote/index.jsx
@@ -906,7 +906,6 @@ const QuickQuoteEvent = props => {
// ε
₯ε£
const QuickQuote = baseProps => {
const props = QuickQuoteEvent(baseProps);
- console.log("π ~ QuickQuote:", props)
const [treeClassName, setTreeClassName] = useState("");
@@ -1093,7 +1092,6 @@ const ContentComponent = props => {
const { selectedNode = {}, extraParts = {} } = props.state;
const { showName } = selectedNode;
const extraPartsList = extraParts[showName] || [];
- console.log("π ~ extraPartsList:", extraPartsList)
let { sAllPartsName = "" } = selectedNode;
let bEmpty = false;
if (commonUtils.isEmptyObject(selectedNode)) {
@@ -1104,7 +1102,6 @@ const ContentComponent = props => {
}
const boxModelList = sAllPartsName.split(",");
- console.log("π ~ boxModelList:", boxModelList)
const [activeKey, setActiveKey] = useState(0);
useEffect(() => {
@@ -1166,7 +1163,6 @@ const ContentComponent = props => {
}
};
- console.log("π ~ props:", props)
return (
<>
{/* δΊ§εεζ° */}
@@ -1267,7 +1263,6 @@ const BoxComponent = props => {
};
const getUpViewPropsByITag = iTag => {
- console.log(slaveConfig,'slaveConfig1');
const config = slaveConfig.gdsconfigformslave.filter(item => {
if (item.sName === "dSumPQty" && selectedNode.sTypeKey !== "huace") {
@@ -1303,6 +1298,7 @@ const BoxComponent = props => {
const [downAbleConfigsNew, setDownAbleConfigsNew] = useState([]);
useEffect(() => {
+ console.log('=====downAbleConfigs', downAbleConfigs)
setDownAbleConfigsNew(downAbleConfigs);
}, [selectedNode.showName, boxModel]);
@@ -1572,7 +1568,6 @@ const BoxComponent = props => {
let boxList = [];
if (slaveRowData.sColumnNameConfig && masterData.dLength && masterData.dWidth && masterData.dHeight) {
const slaveNewData = JSON.parse(slaveRowData.sColumnNameConfig);
- console.log("π ~ slaveRowData:", slaveRowData)
const tables = [
{ name: "ηεη±»ε«", value: slaveRowData.sBoxType, type: null },
{ name: "ηθΊ«", value: slaveRowData.sBoxBody, type: slaveRowData.sTypes },
diff --git a/src/mobile/components/SelectInput.jsx b/src/mobile/components/SelectInput.jsx
index 394be66..977b26b 100644
--- a/src/mobile/components/SelectInput.jsx
+++ b/src/mobile/components/SelectInput.jsx
@@ -9,7 +9,6 @@ import styles from "./selectInput.less";
import debounce from "lodash/debounce";
const SelectInput = props => {
- console.log("π ~ selectInputValue:", props);
const [value, setValue] = useState(props.sValue || ""); // ε¦ζεε¨ name ε±ζ§οΌε°ε
ΆεΌθ΅εΌη» value
const [values, setValues] = useState("");
const [searchValue, setSearchValue] = useState("");
@@ -82,7 +81,6 @@ const SelectInput = props => {
debouncedChangeOption(val);
};
useEffect(() => {
- console.log("π ~ useEffect ~ itemDetailssss:", itemDetail)
if (!visible) return;
let { sDropDownType } = itemDetail;
diff --git a/src/mobile/quotation/detail.jsx b/src/mobile/quotation/detail.jsx
index 1601b22..479481a 100644
--- a/src/mobile/quotation/detail.jsx
+++ b/src/mobile/quotation/detail.jsx
@@ -14,7 +14,6 @@ import Typesetting from "@/components/Common/Typesetting/typesetting";
import DynamicSVG from "@/components/Common/BoxDesignCompontent/svg";
import ShowImgM from "@/components/Common/BoxShowImgMaterial/indexNew";
const QuickQuoteEvent = props => {
- console.log("π ~ QuickQuoteEvent:", props);
const { location } = props;
const selectedNode = JSON.parse(location.state).quotationData;
const addState = {};
@@ -915,7 +914,6 @@ const QuotationAllprogressDetail = baseProps => {
const QuotationDetail = props => {
const { location, app, sModelsId, state, masterData, selectedNode = {} } = props;
- console.log("π ~ QuotationDetail:", props);
const { token } = app;
const { formData = [], masterConfig } = state || {};
const { quotationData } = JSON.parse(location.state) || {};
@@ -931,7 +929,6 @@ const QuotationDetail = props => {
viewRow: { ...masterData, sProductClassifyId: selectedNode.sId },
tableName: "master",
};
- console.log("π ~ viewProps:", viewProps);
return (
@@ -947,7 +944,6 @@ const QuotationDetail = props => {
);
};
const MasterComponent = props => {
- console.log("π ~ MasterComponent:", props);
const { viewConfigs, masterData } = props;
const customer = viewConfigs?.find(x => x.sName === "sCustomerName") || {};
@@ -1097,7 +1093,6 @@ const QuotationTabs = props => {
const BoxComponent = props => {
const { state, boxModel } = props;
const { activeKey, slaveConfig, masterData, selectedNode, boxConfig, downAbleConfigs = [], slaveData } = state || {};
- console.log("π ~ BoxComponent:", slaveData);
const { sModelsId } = props;
const [selectList, setSelectList] = useState([]);
const [boxTypeList, setBoxTypeList] = useState([]);
@@ -1445,7 +1440,6 @@ const BoxComponent = props => {
});
const slaveDataDetail = slaveData.find(item => item.sTreeNodeName === selectedNode.showName && item.sBoxModel === boxModel) || {};
- console.log("π ~ slaveDataDetail:", slaveNewData)
const rowData = {
...slaveDataDetail,
...data,
diff --git a/src/mobile/quotation/detailNew.jsx b/src/mobile/quotation/detailNew.jsx
index eee20dc..c115b5e 100644
--- a/src/mobile/quotation/detailNew.jsx
+++ b/src/mobile/quotation/detailNew.jsx
@@ -14,7 +14,6 @@ import Typesetting from "@/components/Common/Typesetting/typesetting";
import DynamicSVG from "@/components/Common/BoxDesignCompontent/svg";
import ShowImgM from "@/components/Common/BoxShowImgMaterial/indexNew";
const QuickQuoteEvent = props => {
- console.log("π ~ QuickQuoteEvent:", props);
const { location } = props;
const selectedNode = JSON.parse(location.state).quotationData;
const addState = {};
diff --git a/src/mobile/quotation/index.jsx b/src/mobile/quotation/index.jsx
index c4547dc..bb8a979 100644
--- a/src/mobile/quotation/index.jsx
+++ b/src/mobile/quotation/index.jsx
@@ -22,7 +22,6 @@ const QuotationAllprogress = baseProps => {
};
const dataUrl = `${commonConfig.server_host}filterTree/getFilterTree/${configDataId}?sModelsId=${sModelsId}&sName=${formSrcRoute}`;
const dataReturn = (await commonServices.postValueService(token, condition, dataUrl)).data;
- console.log("π ~ getQuotationList ~ dataReturn:", dataReturn)
// if (dataReturn.dataset.rows) return
const treeDataList = dataReturn.dataset.rows[0].children.map(item => {
return item;
diff --git a/src/utils/request.js b/src/utils/request.js
index 998eac3..c2bbb6f 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -39,7 +39,6 @@ export default function request(url, options) {
.then(checkStatus)
.then(parseJSON)
.then((data) => {
- console.log('=====data', data);
// window.fetchCount -= 1;
// if (window.fetchCount <= 0) {
// fetchLoading();