From b53e75767c02ecd7fcb7009507120c3f740d822e Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 26 Dec 2025 16:42:20 +0800 Subject: [PATCH] =?UTF-8?q?2025-12-26=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/finishedProductWarehouse/rollPrint.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/finishedProductWarehouse/rollPrint.vue b/src/views/modules/finishedProductWarehouse/rollPrint.vue index dd14acc..ca2e521 100644 --- a/src/views/modules/finishedProductWarehouse/rollPrint.vue +++ b/src/views/modules/finishedProductWarehouse/rollPrint.vue @@ -457,7 +457,7 @@ export default { this.dataListLoading = true let query = { parttypeFlag: 'F', - sourceType: '其它入库', + sourceType: '其他入库', rollno: this.queryData.rollno, partno: this.queryData.partno, limit: 200, @@ -480,7 +480,7 @@ export default { this.dataListLoading = true let query = { parttypeFlag: 'F', - sourceType: '其它入库', + sourceType: '其他入库', rollno: this.queryData.rollno, partno: this.queryData.partno, limit: this.pagination.pageSize,