diff --git a/pages/Warehouse/finish.vue b/pages/Warehouse/finish.vue index d811815..863cd9f 100644 --- a/pages/Warehouse/finish.vue +++ b/pages/Warehouse/finish.vue @@ -952,7 +952,7 @@ - 拣货数量: + 拣货数量: {{item.crkNum}} @@ -968,7 +968,7 @@ - 采购单价: + 采购单价: ¥{{Number(item.oldPrice).toFixed(2)}} @@ -976,22 +976,22 @@ - 拣货人: + 拣货人: {{item.createBy}} - - - 到货单价: - + + + 到货单价: + ¥{{Number(item.newPrice).toFixed(2)}} - + {{item.createTime.replace(/-/g, '.')}} diff --git a/pages/Warehouse/index/component/index.vue b/pages/Warehouse/index/component/index.vue index 2759e79..798d0b2 100644 --- a/pages/Warehouse/index/component/index.vue +++ b/pages/Warehouse/index/component/index.vue @@ -172,7 +172,7 @@ --> - + @@ -971,6 +971,7 @@ display: flex; align-items: center; transition: all 0.5s ease; + z-index: 555; .fixed-card-left { display: flex; diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue index cfb0280..95d43e2 100644 --- a/pages/Warehouse/picking.vue +++ b/pages/Warehouse/picking.vue @@ -3132,11 +3132,11 @@ .jianhuofather { position: fixed; - top: 50%; + top: 0%; left: 50%; - transform: translate(-50%, -50%); - width: 50%; - height: 95%; + transform: translate(-50%, 0%); + width: 55%; + height: 100%; border-radius: 40rpx; background-color: #fff; transition: all 0.3s; diff --git a/pages/procurement/api/lunpan.js b/pages/procurement/api/lunpan.js index 13b81e4..db9df71 100644 --- a/pages/procurement/api/lunpan.js +++ b/pages/procurement/api/lunpan.js @@ -407,3 +407,11 @@ export const voidedPddMain = (params) => { data: params, }) } + +export const queryCareList = (params) => { + return request({ + url: `${uni.getStorageSync('serverUrl')}/api/pad/warehouse/queryCareList`, + method: 'get', + data: params, + }) +} \ No newline at end of file diff --git a/pages/procurement/common/submits.vue b/pages/procurement/common/submits.vue index 4ca9954..c52b129 100644 --- a/pages/procurement/common/submits.vue +++ b/pages/procurement/common/submits.vue @@ -115,8 +115,8 @@ box-shadow: 0rpx 0rpx 1.3vw 0rpx rgba(163, 167, 182, 0.16); border-radius: 1.6vw; position: fixed; - top: 8vw; - left: 20vw; + top: 4vw; + right: 20vw; z-index: 200; padding: 1vw 2vw; diff --git a/pages/procurement/common/thitem.vue b/pages/procurement/common/thitem.vue index 7542246..d6dee84 100644 --- a/pages/procurement/common/thitem.vue +++ b/pages/procurement/common/thitem.vue @@ -450,7 +450,7 @@ margin-left: 0.5vw; .carditem { - width: 26.5vw; + width: 27.5vw; height: 13vw; background: rgba(245, 246, 248, 1); border-radius: 1.1vw; diff --git a/pages/procurement/components/carditem.vue b/pages/procurement/components/carditem.vue index add48c5..d4283b3 100644 --- a/pages/procurement/components/carditem.vue +++ b/pages/procurement/components/carditem.vue @@ -431,6 +431,7 @@ >image { width: 100%; height: 100%; + border-radius: 1.1vw; } } diff --git a/pages/procurement/inventory.vue b/pages/procurement/inventory.vue index e4b1c38..cfc8e54 100644 --- a/pages/procurement/inventory.vue +++ b/pages/procurement/inventory.vue @@ -58,14 +58,7 @@ {{ item.pddNo }} - - - - 盘盈 - - - 盘亏 - + {{ item.pddType_dictText }} @@ -113,9 +106,19 @@ - - - {{ item.nuName}} + + + 盘盈 + + + 盘亏 + + + + + + {{ item.nuName}} + @@ -583,6 +586,7 @@ background-color: rgb(239, 240, 244); padding-left: 1vw; padding-top:2vh; + width: 90vw; } .buttons-father { @@ -839,36 +843,6 @@ margin-right: 10rpx; } - .title-success { - width: 65rpx; - height: 40rpx; - display: flex; - justify-content: center; - align-items: center; - background-color: rgba(3, 133, 250, 0.1); - font-size: 25rpx; - font-weight: 500; - color: #1083F8; - border: 2rpx solid #1083F8; - margin-left: 5rpx; - border-radius: 5rpx; - } - - .title-error { - width: 65rpx; - height: 40rpx; - display: flex; - justify-content: center; - align-items: center; - background-color: #FFF1F1; - font-size: 25rpx; - font-weight: 500; - color: #FF5757; - border: 2rpx solid #FF5757; - margin-left: 5rpx; - margin-right: 5rpx; - border-radius: 5rpx; - } } .scroll-title-right { @@ -961,10 +935,43 @@ .scroll-item-end { width: 100%; display: flex; - justify-content: flex-end; + justify-content: space-between; align-items: center; - margin-top: 15rpx; - + >view{ + margin-top: 15rpx; + display: flex; + align-items: center; + } + .title-success { + width: 65rpx; + height: 40rpx; + display: flex; + justify-content: center; + align-items: center; + background-color: rgba(3, 133, 250, 0.1); + font-size: 25rpx; + font-weight: 500; + color: #1083F8; + border: 2rpx solid #1083F8; + margin-left: 5rpx; + border-radius: 5rpx; + } + + .title-error { + width: 65rpx; + height: 40rpx; + display: flex; + justify-content: center; + align-items: center; + background-color: #FFF1F1; + font-size: 25rpx; + font-weight: 500; + color: #FF5757; + border: 2rpx solid #FF5757; + margin-left: 5rpx; + margin-right: 5rpx; + border-radius: 5rpx; + } .title-imge { width: 1.8vw; height: 1.8vw; diff --git a/pages/procurement/material.vue b/pages/procurement/material.vue index f63fa16..22a2a53 100644 --- a/pages/procurement/material.vue +++ b/pages/procurement/material.vue @@ -837,7 +837,7 @@ height: 7vw; margin: 0.5vw auto 0.5vw; display: block; - border-radius: 1vw; + border-radius: 0.7vw; } >view { diff --git a/pages/procurement/retstock.vue b/pages/procurement/retstock.vue index 22e3bbe..eb70d80 100644 --- a/pages/procurement/retstock.vue +++ b/pages/procurement/retstock.vue @@ -35,12 +35,12 @@ - + @@ -64,14 +64,14 @@ 退货 - + 退货日期:{{v.fqTime?.replace(/-/g, '.').substring(0, 10)}} 申请人:{{v.fqrName}} - + @@ -126,19 +126,56 @@ @click="opendata=false;"> + + + + + + {{qcobj.directiveName}} + + + + + {{qcobj.startTime}} - {{qcobj.endTime}} + + + + {{qcobj.optTypeName}} + + {{qcobj.employeeName}} + + + 业务单号:{{qcobj.orderNo}} + + + + 开始服务 + + + 结束服务 + + + + + + +