PDA
dengjunjie
2024-12-28 4d93a579467776c503fa88f1731ef82f7dc20671
´úÂë¹ÜÀí/»´°²PDA/pages/stash/receiveorderoutbound.vue
@@ -51,11 +51,6 @@
               <uni-list-item direction="column" v-for="(item,index) in orderInfo" :key="item.dtlId">
                  <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>
@@ -229,7 +224,7 @@
            endType: "",
            endTypeRange: [],
            sns: "",
            receiveOrderId:0,
            receiveOrderId: 0,
         }
      },
@@ -243,7 +238,7 @@
            this.value = config.warehouseArea;
         }
         this.orderNo = res.orderNo;
         this.receiveOrderId=res.receiveOrderId;
         this.receiveOrderId = res.receiveOrderId;
         this.label = "收货单号:" + this.orderNo;
         this.getData();
      },