1
dengjunjie
2025-09-29 d9c99e0480b4910cdb134778dd5c314b35ec4cf2
项目代码/芜湖三一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) {