dengjunjie
2025-01-13 e7037a128a61a6f8d3095960ead68a65dd6d69f2
´úÂë¹ÜÀí/»´°²PDA/pages/stash/receiveorderoutbound.vue
@@ -50,7 +50,6 @@
            <uni-list :border="true">
               <uni-list-item direction="column" v-for="(item,index) in orderInfo" :key="item.dtlId">
                  <template v-slot:body>
                     <view class="uni-list-box">
                        <view class="uni-content">
                           <view style="font-size: 18px;">收货单号:{{orderNo}}</view>
                           <view style="font-size: 18px;">采购单号:{{item.purchaseOrderNo}}</view>
@@ -59,7 +58,6 @@
                           <view style="font-size: 18px;">收货数量:{{item.receivedQuantity}}</view>
                           <view style="font-size: 18px;">是否质检:{{item.ifInspection==1?"是":"否"}}</view>
                        </view>
                     </view>
                  </template>
               </uni-list-item>
            </uni-list>