| | |
| | | <template> |
| | | <view class="page"> |
| | | <view class="movewarehouse-index-bg"/> |
| | | <u-navbar title="移库" :background="background" :border-bottom="false" :title-bold="true" title-color="#000" back-icon-color="#000"/> |
| | | <u-navbar title="移库" :background="background" :border-bottom="false" :title-bold="true" title-color="#000" |
| | | back-icon-color="#000" /> |
| | | <view class="movewarehouse-index-search"> |
| | | <!--<u-search v-model="keywords" shape="square" bg-color="rgba(250,252,255,0.36)" :show-action="false" placeholder="请输入库位号" @clear="search" @custom="search" @search="search"> |
| | | </u-search>--> |
| | |
| | | width: 100%; |
| | | z-index: -1; |
| | | } |
| | | |
| | | .movewarehouse-index-search{ |
| | | padding: 40rpx 30rpx 20rpx 30rpx; |
| | | } |
| | | |
| | | .movewarehouse-index-search-view{ |
| | | height: 66rpx; |
| | | border: 1px solid #ADC8E4; |
| | |
| | | padding-right:10rpx; |
| | | display:flex; |
| | | justify-content: space-between; |
| | | |
| | | .movewarehouse-index-search-view-item{ |
| | | .item-one{ |
| | | font-size: 30rpx; |
| | | color: #283E65; |
| | | } |
| | | |
| | | .item-one-content{ |
| | | margin-left: 10rpx; |
| | | color: #909399; |
| | | font-size: 26rpx; |
| | | } |
| | | |
| | | .item-two{ |
| | | font-size: 30rpx; |
| | | color: #A6B4CC; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .wrap .movewarehouse-index-scroll-list{ |
| | | height:calc(100vh - var(--window-top) - var(--window-bottom) - 378rpx); |
| | | width:100%; |
| | | } |
| | | |
| | | .movewarehouse-index-scroll-list-group{ |
| | | ::v-deep .u-cell-item-box { |
| | | background-color:rgba(250,252,255,0.36) !important; |
| | | padding:0rpx 30rpx ; |
| | | } |
| | | |
| | | .content { |
| | | font-size: 12px; |
| | | background-color: #FFFFFF; |
| | |
| | | padding: 10rpx 20rpx; |
| | | box-shadow:0rpx 6rpx 12rpx 2rpx rgba(127, 127, 127, 0.1) !important; |
| | | position:relative; |
| | | |
| | | .content-header{ |
| | | .header-item{ |
| | | height: 50rpx; |
| | | display: flex; |
| | | align-items:center; |
| | | |
| | | .content-header-icon-one{ |
| | | background-image: url('~@/static/custom/moveWareHouse/label-icon-1.png'); |
| | | background-size: 100% auto; |
| | |
| | | height:28rpx; |
| | | width:28rpx; |
| | | } |
| | | |
| | | .content-header-icon-two{ |
| | | background-image: url('~@/static/custom/moveWareHouse/header_icon.png'); |
| | | background-size: 100% auto; |
| | |
| | | height:28rpx; |
| | | width:28rpx; |
| | | } |
| | | |
| | | .content-header-title{ |
| | | margin-left: 11rpx; |
| | | font-size: 26rpx; |
| | |
| | | color: #333333; |
| | | } |
| | | } |
| | | |
| | | .header-item-toolbar{ |
| | | position: absolute; |
| | | background-image: url('~@/static/custom/moveWareHouse/del-icon.png'); |
| | |
| | | justify-content: flex-end; |
| | | padding-top: 10rpx; |
| | | padding-right: 18rpx; |
| | | |
| | | .header-item-toolbar-del-icon{ |
| | | background-image: url('~@/static/custom/moveWareHouse/icon_dele.png'); |
| | | background-size: 100% auto; |
| | |
| | | width:22rpx; |
| | | margin-top: 5rpx; |
| | | } |
| | | |
| | | .header-item-toolbar-del-text{ |
| | | margin-left:7rpx; |
| | | height: 23rpx; |
| | |
| | | background: #F5F9FF; |
| | | border-radius: 10rpx; |
| | | padding: 25rpx 23rpx; |
| | | |
| | | .row-list { |
| | | height: 50rpx; |
| | | display: flex; |
| | |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | } |
| | | |
| | | .row-list ._label { |
| | | display: flex; |
| | | color: #666666; |
| | |
| | | text-align: right; |
| | | color: #909399; |
| | | font-size: 24rpx; |
| | | |
| | | ._content-text{ |
| | | color:#214ded; |
| | | } |
| | | } |
| | | |
| | | .row-list ._input { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | border-bottom: 1px solid #4FA0FF; |
| | | height: 56rpx; |
| | | |
| | | .edit_icon{ |
| | | background-image: url('~@/static/custom/finishProductIn/icon_edit.png'); |
| | | background-size: 100% auto; |
| | |
| | | height:26rpx; |
| | | width:26rpx; |
| | | } |
| | | |
| | | ::v-deep .uni-input-input{ |
| | | color:#D35651; |
| | | } |
| | |
| | | margin-left: 20rpx; |
| | | margin-right: 20rpx; |
| | | padding-bottom: 14rpx; |
| | | |
| | | .btn { |
| | | flex: 1; |
| | | margin: 10rpx; |