| | |
| | | <template v-if="view.MaterialList.length > 0"> |
| | | <view class="zk_wl_item" v-for="(item, i) in view.MaterialList" :key="i"> |
| | | <image class="shanchu" src="@/static/chuku_ic_delete@2x.png" mode="widthFix" @click="dele(i)"></image> |
| | | <text>{{item.materialName}}|{{item.materialCode}}</text> |
| | | <text> |
| | | <text class="material-title">{{item.materialName}}|{{item.materialCode}}</text> |
| | | <text class="material-att"> |
| | | <text class="green" v-if="item.qualityType === '0'" decode>合格<text class="c6" decode>{{ division }}</text></text> |
| | | <text class="yellow" v-if="item.qualityType === '1'" decode>不良<text class="c6" decode>{{ division }}</text></text> |
| | | <text class="red" v-if="item.qualityType === '2'" decode>报废<text class="c6" decode>{{ division }}</text></text> |
| | |
| | | &:last-child { |
| | | border: none !important; |
| | | } |
| | | |
| | | text { |
| | | font-size: 24rpx; |
| | | font-size: 30rpx; |
| | | font-weight: 400; |
| | | color: #222222; |
| | | } |
| | | |
| | | .zk_list_item_n { |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | margin-top: 30rpx; |
| | | margin-top: 10rpx; |
| | | |
| | | .zk_wl_item_input { |
| | | display: flex; |
| | |
| | | } |
| | | |
| | | text { |
| | | font-size: 26rpx; |
| | | height: 42rpx; |
| | | font-size: 30rpx; |
| | | font-family: PingFangSC-Regular, PingFang SC; |
| | | font-weight: 400; |
| | | color: #333333; |
| | |
| | | color: #999999; |
| | | } |
| | | } |
| | | |
| | | .material-title { |
| | | height: 42rpx; |
| | | font-size: 30rpx; |
| | | font-weight: 500; |
| | | color: #222222; |
| | | margin-bottom: 10rpx; |
| | | } |
| | | .material-att { |
| | | font-size: 28rpx; |
| | | font-weight: 400; |
| | | color: #333333; |
| | | } |
| | | text { |
| | | &:nth-child(1) { |
| | | font-size: 24rpx; |
| | | font-weight: 500; |
| | | color: #222222; |
| | | margin-bottom: 24rpx; |
| | | } |
| | | |
| | | &:nth-child(2) { |
| | | font-size: 24rpx; |
| | | font-weight: 400; |
| | | color: #666666; |
| | | margin-bottom: 30rpx; |
| | | |
| | | text { |
| | | font-size: 24rpx; |
| | | } |
| | | } |
| | | |
| | | &:nth-child(3) { |
| | | font-size: 28rpx; |
| | | font-weight: 400; |
| | | color: #333333; |
| | | } |
| | | } |
| | | } |