This commit is contained in:
wangweidong 2025-12-22 08:51:06 +08:00
parent de81495e20
commit 1cb9b99b2b
3 changed files with 10 additions and 6 deletions

View File

@ -216,7 +216,7 @@
}
const firstgetqueryCgdList = () => {
queryCareList(form).then(res => {
console.log(res,serverUrl.value)
console.log(res)
plsbuy.value.push(...res.result.records);
status.value = res.result.total == plsbuy.value.length ? 'nomore' : 'loadmore';
if(form.pageNo==1){
@ -252,7 +252,8 @@
startOrder({id:v.id}).then(res=>{
console.log(res)
if(res.success){
v.izStart = "Y"
v.izStart = "Y";
plsbuy.value[lefttarget.value].izStart = 'Y';
clickLeftMenu(lefttarget.value,plsbuy.value[lefttarget.value])
}else{
@ -265,6 +266,7 @@
if(res.success){
v.izStart = "N";
v.izFinish = "Y";
plsbuy.value[lefttarget.value].izFinish = 'Y';
clickLeftMenu(lefttarget.value,plsbuy.value[lefttarget.value])
}else{

View File

@ -403,7 +403,7 @@
justify-content: center;
align-items: center;
font-weight: 400;
font-size: 1vw;
font-size: 0.8vw;
color: #555555;
padding: 0 0.25vw;
}

View File

@ -379,6 +379,7 @@
rightdonghua.value = false;
queryQldWlInfo({ qldNo: res.result.records[0].qldNo }).then((element : any) => {
console.log(element.result)
rightarray.value = []
rightarray.value.push(...element.result)
rightdonghua.value = true;
@ -1103,10 +1104,11 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
padding: 0.5vw 0;
.bgimg{
width: 7.5vw;
height: 7vw;
width: 6.5vw;
height: 6vw;
margin: 0.3vw auto 0.25vw;
border-radius: 1.1vw;
background: #fff;