diff --git a/pages/NursingNew/component/index.vue b/pages/NursingNew/component/index.vue index ea18215..5458c8d 100644 --- a/pages/NursingNew/component/index.vue +++ b/pages/NursingNew/component/index.vue @@ -103,7 +103,7 @@ - {{v.directiveName}} + {{v.directiveName}} @@ -1736,17 +1736,18 @@ height: 4vh; display: flex; justify-content: center; - .bottom-tags { background-color: #E7F1FF; color: #0084FA; height: 100%; display: flex; align-items: center; - padding: 0 0.6vw; + padding: 0 0.4vw; border-radius: 0.8vw; font-size: 1.2vw; margin: 0 0.2vw; + white-space: nowrap; + flex-wrap: nowrap; } } @@ -1997,7 +1998,7 @@ } .scrol{ width: 110%; - height: 30vw; + height: 29.5vw; display: flex; flex-wrap: wrap; diff --git a/pages/Warehouse/index/component/index.vue b/pages/Warehouse/index/component/index.vue index 44bf162..fe88211 100644 --- a/pages/Warehouse/index/component/index.vue +++ b/pages/Warehouse/index/component/index.vue @@ -201,8 +201,10 @@ - + + @@ -872,6 +874,7 @@ const getmenu = () => { queryPadPageList().then((res => { leftMenuArray.value = res.result.records; + console.log(leftMenuArray.value ) filteredMenu(2).forEach((element : any, index : number) => { if (element.nuId === uni.getStorageSync('NUall').nuId) { menutarget.value = index; @@ -1141,7 +1144,7 @@ left: 50%; transform: translate(-50%, -20%); // 禁止动画阻挡逻辑 - z-index: -1; + z-index: 1; } .weight-time { @@ -1264,6 +1267,7 @@ top: 55%; left: 100rpx; transform: translateY(-50%); + z-index: 2; } .zoom { diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue index cb24191..ab7a343 100644 --- a/pages/Warehouse/picking.vue +++ b/pages/Warehouse/picking.vue @@ -223,9 +223,9 @@ - + @@ -738,7 +738,7 @@ - + 物料详情 @@ -751,19 +751,24 @@ - + + }" > + 改价 + + 改价 + 拣货 @@ -2542,13 +2547,13 @@ } .contain-right-middle { - width: 95%; + width: 96%; height: 460rpx; margin-top: 20rpx; margin-left: 5%; .middle-Y { - width: 92%; + width: 100%; height: 100%; margin-right: 3%; @@ -2608,9 +2613,9 @@ position: fixed; height: 102vh; background-color: #fff; - width: 61vw; + width: 62.3vw; top:-5vh; - right: 0; + right:-1vw; } .wuliao-title { @@ -3393,6 +3398,7 @@ border-radius: 40rpx; box-shadow: 0 4rpx 6rpx rgba(0, 0, 0, 0.1); margin-left: 20rpx; + margin-right: 15rpx; } .jianhuobutton-gray-bad { @@ -3407,6 +3413,7 @@ border-radius: 40rpx; box-shadow: 0 4rpx 6rpx rgba(0, 0, 0, 0.1); margin-left: 20rpx; + margin-right: 15rpx; } .bottom-left:active, diff --git a/pages/procurement/addtory.vue b/pages/procurement/addtory.vue index 914ce11..711d626 100644 --- a/pages/procurement/addtory.vue +++ b/pages/procurement/addtory.vue @@ -83,10 +83,7 @@ } queryPddInfoList(obj).then(res=>{ console.log(res.result.records) - pddlist.value.push(...res.result.records); - status.value = (res.result.total == pddlist.value.length ? 'nomore' : 'loadmore'); - let s = Math.ceil(res.result.total / 3); - pddlist.value.forEach((item,i)=>{ + res.result.records.forEach((item,i)=>{ item.picPatharr = []; item.zk = false; item.yczk=false; @@ -97,10 +94,18 @@ item.picPatharr = item.picPath.split(","); item.picPatharr = item.picPatharr.filter(item => item !== ''); } + + }) + + pddlist.value.push(...res.result.records); + let s = Math.ceil(res.result.total / 3); + pddlist.value.forEach((item,i)=>{ if(Math.ceil((i + 1) / 3) == s && s>2){ item.dczk = true; } }) + status.value = (res.result.total == pddlist.value.length ? 'nomore' : 'loadmore'); + }) } const scrolltolower = () =>{ diff --git a/pages/procurement/common/toryitem.vue b/pages/procurement/common/toryitem.vue index edf677c..c75b7f8 100644 --- a/pages/procurement/common/toryitem.vue +++ b/pages/procurement/common/toryitem.vue @@ -37,7 +37,7 @@ {{v?.pdsl?v?.pdsl:'--'}} - 盘点数量 + 盘点数量 @@ -91,8 +91,8 @@ - - + + @@ -671,7 +671,7 @@ height: 100%; overflow: hidden; position: absolute; - left: 12vw; + left: 13vw; top: 0; .wltwo { @@ -752,7 +752,7 @@ display: flex; flex-direction: column; position: absolute; - left: 0; + left: 0.4vw; top: 0; .cardp { @@ -798,10 +798,11 @@ justify-content: center; align-items: center; margin: 0.8vw auto 0; - + padding: 0.5vw; >image { width: 8.8vw; height: 7.5vw; + border-radius: 0.4vw; } }