diff --git a/src/views/modules/qc/stagnationExpiredStock.vue b/src/views/modules/qc/stagnationExpiredStock.vue index 80f76c1..4dc1703 100644 --- a/src/views/modules/qc/stagnationExpiredStock.vue +++ b/src/views/modules/qc/stagnationExpiredStock.vue @@ -41,24 +41,6 @@ - - - - - - - - - - - - - - - 查询 @@ -82,23 +64,12 @@ - - - - - @@ -157,9 +128,7 @@ export default { batchNo: '', warehouseName: '', locationId: '', - daysToExpire: '', - stagnationDays: '', - type: '' + daysToExpire: '' }, tableData: [], pageIndex: 1, @@ -196,9 +165,7 @@ export default { batchNo: '', warehouseName: '', locationId: '', - daysToExpire: '', - stagnationDays: '', - type: '' + daysToExpire: '' } this.pageIndex = 1 this.getDataList() @@ -207,6 +174,8 @@ export default { this.loading = true const params = { ...this.searchData, + // 本页面只查询临期品 + type: 'EXPIRED', page: this.pageIndex, limit: this.pageSize } diff --git a/src/views/modules/qc/stagnationStock.vue b/src/views/modules/qc/stagnationStock.vue new file mode 100644 index 0000000..9f0d43f --- /dev/null +++ b/src/views/modules/qc/stagnationStock.vue @@ -0,0 +1,234 @@ + + + + +