修改状态

This commit is contained in:
lyp 2025-06-04 09:47:56 +08:00
parent 41597808ef
commit 6a5b404875
3 changed files with 12 additions and 6 deletions

View File

@ -3,11 +3,12 @@ VITE_BASE_URL=http://${VITE_HOST}
VITE_COPY_BASE_URL=${VITE_BASE_URL}:7025
VITE_OPERATOR_BASE_URL=${VITE_BASE_URL}:8091
VITE_OPERATOR_PLUGIN_BASE_URL=${VITE_BASE_URL}:8099
VITE_AI_SHOP_BASE_URL=http://192.168.0.15:8081
VITE_AI_SHOP_BASE_URL=http://192.168.0.115:8081
VITE_WEBSOCKET_BASE_URL=ws://${VITE_HOST}:7025/copyright
# 18634604067
VITE_USERID=80d3365e-0597-4988-979e-18ef1c3ec671
# VITE_USERID=e3e40f95-7a3f-4b53-a1a0-51dd4e881d74
# VITE_USERID=5cc90b84-905e-4027-9f6c-ab47e9c320a1
# VITE_CURRENT_THEME=fzkj
VITE_CURRENT_THEME=mzw
# VITE_HOST=121.36.71.250:58038

View File

@ -594,14 +594,19 @@ export default function ProductRelease() {
<Button className='goodsBtn' type="primary" style={{
width: '80px',
background:'rgb(248, 97, 97)',
display: item.goodsStatus == '0' || item.goodsOrderStatus == '1' ? 'none' : 'unset'
display: item.goodsStatus == '0' || item.goodsOrderStatus == '3' ? 'none' : 'unset'
}}
onClick={() => off(item)}></Button>
<div className='goodsBtnIng' style={{
display: item.goodsOrderStatus == '1' ? 'unset' : 'none'
display: item.goodsOrderStatus == '3' ? 'unset' : 'none'
}}>
...
</div>
<div className='goodsBtnIng' style={{
display: item.goodsOrderStatus == '4' ? 'unset' : 'none'
}}>
</div>
</div>
</div>
</div>

View File

@ -19,7 +19,7 @@ import RefunModal from '../../components/RefunModal/RefunModal.tsx'
import CorrectionModal from '../../components/CorrectionModal/CorrectionModal.tsx'
import ReplaceModal from '../../components/ReplaceModal/ReplaceModal.tsx'
import ContractModal from '../../components/ContractModal/ContractModal.tsx'
// import MenuWithBottomButtom from '../../components/menu/MenuWithBottomButton.tsx'
import MenuWithBottomButtom from '../../components/menu/MenuWithBottomButton.tsx'
// import MenuTreeWithTopButton from "../../components/menu/MenuTreeWithTopButton.tsx";
// import ListProj from "../../components/list/ListProj.tsx";
// import ListProjAgent from "../../components/list/ListProjAgent.tsx";
@ -2140,7 +2140,7 @@ export default function Index() {
) : (
<></>
)} */}
{/* {THEME == 'mzw' ? (
{THEME == 'mzw' ? (
<MenuWithBottomButtom
button={sellMenu.button}
list={sellMenu.list}
@ -2158,7 +2158,7 @@ export default function Index() {
/>
) : (
<></>
)} */}
)}
{/* <MenuWithBottomButtom