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

View File

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

View File

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