#
lsh
2025-04-15 6332aba37af20b12b8c3c768ac1416f7e1a5fa8c
pages/basics/matSelect.vue
@@ -27,11 +27,12 @@
               @click="findBySelect(item.matnr)">
               <view class="demo-list-right">
                  <view class="tag">
                     <view class="cu-tag bg-cyan ">商品</view>
                     <view class="cu-tag bg-cyan "><strong>商品</strong></view>
                  </view>
                  <view class="matnr" style="font-size: 16px;"><text style="min-width: 400rpx;font-size: 12px;">{{item.matnr}}</text></view>
                  <view class="matnr" style="font-size: 16px;"><text style="min-width: 400rpx;font-size: 12px;">{{item.maktx}}</text></view>
                  <view class="matnr" style="font-size: 16px;"><text style="min-width: 400rpx;font-size: 12px;">{{item.specs}}</text></view>
                  <view class="matnr" style="font-size: 16px;"><text style="min-width: 400rpx;font-size: 12px;"><strong>品名:{{item.maktx}}</strong></text></view>
                  <view class="matnr" style="font-size: 16px;"><text style="min-width: 400rpx;font-size: 12px;"><strong>品号:{{item.matnr}}</strong></text></view>
                  <view class="matnr" style="font-size: 16px;"><text style="min-width: 400rpx;font-size: 12px;"><strong>规格:{{item.specs}}</strong></text></view>
                  <view class="matnr" style="font-size: 16px;"><text style="min-width: 400rpx;font-size: 12px;"><strong>工序:{{item.sku}}</strong></text></view>
               </view>
            </label>
         </checkbox-group>
@@ -199,8 +200,7 @@
<style>
   .matnr {
      margin-left: 60rpx;
      margin-top: 20rpx;
      margin: 10rpx auto 10rpx 60rpx;
   }
   .matnr:last-child {
      margin-top: 0rpx;
@@ -282,7 +282,7 @@
   }
   .demo-list {
      border-bottom: 1px solid #d8d8d8;
      height: 220rpx;
      height: 260rpx;
      margin: 15rpx;
      border-radius: 20rpx;
   }