This commit is contained in:
parent
de81495e20
commit
1cb9b99b2b
|
|
@ -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{
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue