diff --git a/src/components/Common/Typesetting/typesetting.js b/src/components/Common/Typesetting/typesetting.js index d3618e0..989cc78 100644 --- a/src/components/Common/Typesetting/typesetting.js +++ b/src/components/Common/Typesetting/typesetting.js @@ -607,6 +607,7 @@ const Typesetting = props => { const isShow = slaveRowData && slaveRowData.dMachineLength && slaveRowData.dMaxWidth && slaveRowData.dMaxLength && isMax && innerDivs.length; if (isCustomized && !isShow) { + if (isMobile) return; message.error("排版尺寸大于上机尺寸,请确认参数!"); } const onClick = () => { diff --git a/src/mobile/components/SelectInput.jsx b/src/mobile/components/SelectInput.jsx index fc9624a..6ad425f 100644 --- a/src/mobile/components/SelectInput.jsx +++ b/src/mobile/components/SelectInput.jsx @@ -1,5 +1,5 @@ import React, { useState, useRef, useEffect, useCallback } from "react"; -import { Input, Popup, Button, Toast, PickerView, SearchBar,Checkbox } from "antd-mobile"; +import { Input, Popup, Button, Toast, PickerView, SearchBar, Checkbox } from "antd-mobile"; import { DownOutline } from "antd-mobile-icons"; import commonConfig from "@/utils/config"; import * as commonServices from "@/services/services"; @@ -148,7 +148,12 @@ const SelectInput = props => {