From d6000066115c910bbcdf72323370672aba0ec461 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 15 Oct 2025 09:54:47 +0800 Subject: [PATCH] =?UTF-8?q?2025-10-15=20=E6=8B=A3=E8=B4=A7=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E4=BB=BB=E5=8A=A1=E9=80=9A=E7=9F=A5=20=20=E9=94=80?= =?UTF-8?q?=E5=94=AE=E5=8F=91=E8=B4=A7=E8=A3=85=E7=AE=B1=20=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/boxManage/saleBoxManage.vue | 14 ++++++++++---- src/views/modules/qc/outboundNotification.vue | 1 + 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/views/modules/boxManage/saleBoxManage.vue b/src/views/modules/boxManage/saleBoxManage.vue index eefaa94..28a2888 100644 --- a/src/views/modules/boxManage/saleBoxManage.vue +++ b/src/views/modules/boxManage/saleBoxManage.vue @@ -18,6 +18,7 @@ + @@ -354,7 +355,7 @@ export default { customerId:'', orderType:'销售出库', orderStatus: '', - orderStatusList: ['待出库'], + orderStatusList: ['待包装'], buNo:'', customerName:'', site:this.$store.state.user.site, @@ -696,6 +697,7 @@ export default { getMainData(){ this.searchData.limit = this.pageSize this.searchData.page = this.pageIndex + this.searchData.orderStatus = this.searchData.orderStatusList.join(',') searchOutboundNotificationWithDetail(this.searchData).then(({data}) => { if (data.code === 0) { this.mainDataList = data.rows @@ -733,8 +735,12 @@ export default { this.refreshCurrentTabTable (); }, refreshCurrentTabTable(){ - if(this.currentRow===''||this.currentRow===null){ - this.currentRow={site:'',supplierNo:''} + if (this.currentRow === '' || this.currentRow === null) { + this.currentRow = { + site: '', + buNo: '', + supplierNo: '' + } } if(this.activeName==='boxing'){ this.refreshBoxingTable(); @@ -848,7 +854,7 @@ export default { if(data && data.code === 0){ // 后端现在返回的是集合,需要遍历所有记录 const rollList = data.rollInfo || [] - + if(rollList.length === 0){ this.$message.warning('未查询到卷数据') this.caseForm.rollNo = '' diff --git a/src/views/modules/qc/outboundNotification.vue b/src/views/modules/qc/outboundNotification.vue index 40bf0bb..5dbda3a 100644 --- a/src/views/modules/qc/outboundNotification.vue +++ b/src/views/modules/qc/outboundNotification.vue @@ -17,6 +17,7 @@ +