| | |
| | | <checkbox-group > |
| | | <view v-for="(item,index) in matList" :key="index" class="data-list bg-false" :class="'bg-'+item.checked" > |
| | | <view class="data-list-left"> |
| | | <text>No:{{listLen-index}}</text> |
| | | <view class="matnr">No:{{listLen-index}}</view> |
| | | <view class="matnr">{{item.matnr}}-{{item.batch}}</view> |
| | | </view> |
| | | <view class="data-list-right"> |
| | |
| | | searchBox: 'hide', |
| | | pick:'hide', |
| | | matnr:'', |
| | | matList:[], |
| | | matList:[{matnr:'1101842-10000',batch:'22047515999'}], |
| | | result: '', |
| | | listLen:0, |
| | | msgType: 'success', |
| | |
| | | display: inline-block; |
| | | float: left; |
| | | margin-left: 6%; |
| | | height: 90rpx; |
| | | height: 100rpx; |
| | | /* line-height: 100rpx; */ |
| | | color: #676767; |
| | | } |
| | | .matnr { |
| | | padding-top: 10rpx; |
| | | padding-top: 8rpx; |
| | | } |
| | | .data-list-right { |
| | | display: inline-block; |
| | | float: right; |
| | | height: 90rpx; |
| | | line-height: 90rpx; |
| | | height: 100rpx; |
| | | line-height: 100rpx; |
| | | margin-right: 10%; |
| | | } |
| | | </style> |