dengjunjie
2025-07-09 7ca9651f81d7b84f054194d3d46fdbd1d9c8b922
项目代码/芜湖三一PDA/pages/stash/inboundorder.vue
@@ -67,7 +67,7 @@
            //    },
            // }
            if (this.pageNo == 1) this.allReceivingOrders = [];
            this.$u.post('/api/PDA/QueryOrderInfo?pageNo=' + this.pageNo + '&orderNo=' + this.searchValue).then((
            this.$u.post('/api/PDA/QueryOrderInfo?pageNo=' + this.pageNo + '&orderNo=' + this.searchValue+'&orderType=' + 100).then((
               res) => {
               if (res.status) {
                  if (res.data.length > 0) {