jiangping
2023-10-24 349bcef9a96391d22522a3409adf5a89e7e70a95
minipro_standard/pages_adjust/pages/newTransfer/newTransfer.vue
@@ -31,8 +31,8 @@
         <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>
@@ -272,13 +272,11 @@
            &: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;
@@ -346,7 +344,7 @@
               display: flex;
               align-items: center;
               justify-content: space-between;
               margin-top: 30rpx;
               margin-top: 10rpx;
               
               .zk_wl_item_input {
                  display: flex;
@@ -360,7 +358,8 @@
               }
               text {
                  font-size: 26rpx;
                  height: 42rpx;
                  font-size: 30rpx;
                  font-family: PingFangSC-Regular, PingFang SC;
                  font-weight: 400;
                  color: #333333;
@@ -383,30 +382,24 @@
                  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;
               }
            }
         }