1
wangxinhui
2025-01-14 db9f0ae6caa7726da928f6fb07094b1c2ba2a83d
´úÂë¹ÜÀí/»´°²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,14 +43,8 @@
               </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">
                        <!-- <button class="button" type="primary" style="position: absolute;right: 1%;" size="mini"
                           @click="inputDialogToggle(item.matCode)"><text
                              class="button-text">出库</text></button> -->
                        <!-- <button type="primary" style="position: absolute;right: 1%;" size="mini"
                           @click="outbound(item.matCode)">出库</button> -->
                        <view class="uni-content">
                           <view style="font-size: 18px;">收货单号:{{orderNo}}</view>
                           <view style="font-size: 18px;">采购单号:{{item.purchaseOrderNo}}</view>
@@ -64,7 +53,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>
@@ -229,7 +217,7 @@
            endType: "",
            endTypeRange: [],
            sns: "",
            receiveOrderId:0,
            receiveOrderId: 0,
         }
      },
@@ -243,7 +231,7 @@
            this.value = config.warehouseArea;
         }
         this.orderNo = res.orderNo;
         this.receiveOrderId=res.receiveOrderId;
         this.receiveOrderId = res.receiveOrderId;
         this.label = "收货单号:" + this.orderNo;
         this.getData();
      },
@@ -382,6 +370,7 @@
                     title: "确认收货成功",
                     type: "success"
                  })
                  this.orderInfo=[];
                  this.sns = "";
               } else {
                  this.$refs.uToast.show({