diff --git a/pages/stock/record.vue b/pages/stock/record.vue index a5911aa..8c1d507 100644 --- a/pages/stock/record.vue +++ b/pages/stock/record.vue @@ -34,6 +34,7 @@ align-items: center; border-bottom: 2rpx solid #D8D8D8; padding-bottom:20rpx; + margin-bottom:20rpx; text{ &:first-child{ flex-shrink: 0; @@ -52,7 +53,6 @@ } } &>.plant-youbian{ - margin-top:20rpx; display:flex; flex-direction: row-reverse; align-items: center; @@ -87,6 +87,36 @@ } } } + &>.info{ + display:flex; + align-items: center; + text{ + &:first-child{ + min-width:80rpx; + height:40rpx; + line-height: 40rpx; + text-align: center; + background: #10C176; + border-radius: 0 20rpx 0 20rpx; + color:#fff; + margin-right:10rpx; + } + &:nth-child(3){ + margin-left:10rpx; + color:#FBB65C; + font-size:24rpx; + } + &:nth-child(4){ + color:#10C176; + margin-left:auto; + } + } + } + &>.date,&>.warehouse{ + font-size:24rpx; + color:#333; + margin-top:10rpx; + } } } } @@ -103,13 +133,28 @@ - - 批次号:{{v.inOutBatchNo}} {{v.inOutType}} - - {{v.substanceName}} - - {{v.supplier}} {{v.number}}{{v.packgeUnit}}(共{{v.equivalentAmount}}{{v.unit}}) - + +