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,