diff --git a/pages.json b/pages.json index 8b5e7d5..8e5b393 100644 --- a/pages.json +++ b/pages.json @@ -104,7 +104,7 @@ { "path": "pages/NursingNew/index", "style": { - "navigationStyle": "custom", + "navigationStyle": "custom" } }, diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue index 2d26dd1..4b9ac6d 100644 --- a/pages/Warehouse/picking.vue +++ b/pages/Warehouse/picking.vue @@ -139,11 +139,12 @@ {{showvalue.wlMaterialNo}} - + 规格型号 - + {{showvalue.wlSpecificationModel}} @@ -363,7 +364,16 @@ + + + + + 暂无拣货照片 + + + @@ -401,11 +411,11 @@ - + - + 重置 @@ -512,11 +522,12 @@ - + + position: absolute;width: 1.3vw;height: 1.3vw;border-radius: 50%;right: -0.1vw;top: -0.1vw;" v-if="v.izNew=='Y'"> @@ -534,21 +545,17 @@ + {{ v.qgDate }} - - - - - + - - + + 采购 @@ -561,29 +568,16 @@ {{ v.jhTime?.slice(0,10) }} - - - - - - - - + + + - - - + + 拣货 - + {{ "[ " + v.jhBy + " ]" }} @@ -594,22 +588,18 @@ - - - - - + + - + :style="{backgroundColor: Number(v.status)==1? ``:`#E5E5E5`}" + v-if="Number(v.status)!=2"> + - + 完结 - + {{ "[ " + v.wjBy + " ]" }} @@ -1078,7 +1068,7 @@ + transition: .4s; + -webkit-transform-style: preserve-3d; + -webkit-overflow-scrolling: touch; + } + \ No newline at end of file diff --git a/pages/procurement/materialcar.vue b/pages/procurement/materialcar.vue index fbe1037..4e681d1 100644 --- a/pages/procurement/materialcar.vue +++ b/pages/procurement/materialcar.vue @@ -297,8 +297,8 @@ height: 3.3vw; image { - width: 2.2vw; - height: 2.2vw; + width: 1.8vw; + height: 1.8vw; margin:0 0.5vw; } diff --git a/pages/procurement/purchaseorder.vue b/pages/procurement/purchaseorder.vue index 94ed0e8..f571225 100644 --- a/pages/procurement/purchaseorder.vue +++ b/pages/procurement/purchaseorder.vue @@ -14,8 +14,10 @@ - + @@ -46,27 +48,18 @@ + {{ v.qgDate }} - - - - - - + + - - - 采购 + + 采购{{ Number(v.status) }} {{ "[ " + v.qgBy + " ]" }} @@ -78,24 +71,17 @@ {{ v.jhTime?.slice(0,10) }} - - - - - - - - - + + + + - - 拣货 + + {{ v?.cgdType=='9' ?`已作废`:`拣货` }} + {{ "[ " + v.jhBy + " ]" }} @@ -107,23 +93,15 @@ {{ v.wjTime?.slice(0,10) }} - - - - - - - - - + + + + - + 完结 @@ -196,7 +174,8 @@ {{ v.wlName }} - + {{ v.wlSpecificationModel }} @@ -259,11 +238,11 @@ {{ showvalue?.wlMaterialNo }} - - + + 规格型号 - + {{ showvalue?.wlSpecificationModel }} @@ -830,9 +809,25 @@ width: 100%; height: 11vh; margin-top: 1vh; - // background-color: blue; + position: relative; display: flex; + .middle-heng { + position: absolute; + left: 4%; + top: 35%; + transform: translateY(-35%); + width: 92%; + height: 2px; + /* 虚线粗细 */ + background-image: repeating-linear-gradient(to right, + #E5E5E5 0, + #E5E5E5 6px, + transparent 6px, + transparent 10px); + + } + .pls-card-middle-one { width: 33.3%; height: 100%; @@ -852,20 +847,18 @@ height: 4vh; position: relative; - .middle-heng { - width: 100%; - height: 1vh; + .middle-ball-img { + width: 35rpx; + height: 35rpx; position: absolute; - left: 0; top: 50%; - transform: translateY(-50%); - background-color: #EEEEEE; - + left: 50%; + transform: translate(-50%, -50%); } .middle-ball { - width: 30rpx; - height: 30rpx; + width: 20rpx; + height: 20rpx; background-color: #EEEEEE; position: absolute; top: 50%; @@ -927,6 +920,7 @@ justify-content: center; background-color: #FDEBEC; color: #FF5757; + border: 1rpx solid #FF5757; position: absolute; right: -5rpx; bottom: 20rpx; @@ -940,6 +934,7 @@ align-items: center; justify-content: center; background-color: #ECF6FF; + border: 1rpx solid #0385FA; color: #1083F8; position: absolute; right: -5rpx; @@ -1155,8 +1150,9 @@ height: 120rpx; display: flex; position: relative; - white-space: nowrap; - flex-wrap: nowrap; + white-space: nowrap; + flex-wrap: nowrap; + .gray-text { color: #999999; margin-bottom: 3rpx; @@ -1184,8 +1180,8 @@ } .title-input-img { - width: 50rpx; - height: 50rpx; + width: 35rpx; + height: 35rpx; position: absolute; right: 150rpx; top: 50%; diff --git a/static/index/requestform/isok.png b/static/index/requestform/isok.png new file mode 100644 index 0000000..12322b1 Binary files /dev/null and b/static/index/requestform/isok.png differ diff --git a/static/index/warehouse/procurement/picking/noarray.png b/static/index/warehouse/procurement/picking/noarray.png new file mode 100644 index 0000000..c94364b Binary files /dev/null and b/static/index/warehouse/procurement/picking/noarray.png differ