hutongqing
2025-01-14 c14f82f750a2fb3196628b3d1f1efb269baf6fc0
´úÂë¹ÜÀí/»´°²PDA/pages/stash/receiveorderoutbound.vue
@@ -31,11 +31,6 @@
      </view>
      <view v-if="current === 1" class="headerstyle">
         <view class="itemstyle">
            <u-sticky>
               <!-- <view style="background-color: #ffffff;">
                  <uni-search-bar @confirm="search" v-model="searchValue"></uni-search-bar>
               </view> -->
            </u-sticky>
            <!-- <uni-forms label-width="180">
               <uni-forms-item label="区域">
                  <uni-data-select v-if="show" v-model="value" :localdata="range"></uni-data-select>
@@ -48,18 +43,16 @@
               </uni-forms-item>
            </uni-forms> -->
            <uni-list :border="true">
               <uni-list-item direction="column" v-for="(item,index) in orderInfo" :key="item.dtlId">
               <uni-list-item direction="column" v-for="(item,index) in orderInfo" :key="item.id">
                  <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>
                           <view style="font-size: 18px;">物料编号:{{item.materielCode}}</view>
                           <view style="font-size: 18px;">批次号:{{item.lotNo}}</view>
                           <view style="font-size: 18px;">收货数量:{{item.receivedQuantity}}</view>
                           <view style="font-size: 18px;">是否质检:{{item.ifInspection==1?"是":"否"}}</view>
                           <view>收货单号:{{orderNo}}</view>
                           <view>采购单号:{{item.purchaseOrderNo}}</view>
                           <view>物料编号:{{item.materielCode}}</view>
                           <view>批次号:{{item.lotNo}}</view>
                           <view>收货数量:{{item.receivedQuantity}}</view>
                           <view>是否质检:{{item.ifInspection==1?"是":"否"}}</view>
                        </view>
                     </view>
                  </template>
               </uni-list-item>
            </uni-list>
@@ -500,7 +493,7 @@
                     this.ProductionDate = "生产日期:" + res.data.productionDate;
                     this.orderQty = "订单数量:" + res.data.quantity;
                     this.Quantity = res.data.quantity;
                     if (res.message) {
                     if (!res.status) {
                        this.$refs.uToast.show({
                           title: res.message,
                           type: "error"