From 2042e9e0ac2400bb770c2343dc6e353ea43b0707 Mon Sep 17 00:00:00 2001 From: qiankanghui Date: Tue, 18 Aug 2026 14:57:42 +0800 Subject: [PATCH] =?UTF-8?q?remove(inspect):=20=E7=A7=BB=E9=99=A4=E5=91=86?= =?UTF-8?q?=E6=BB=9E=E3=80=81=E4=B8=B4=E6=9C=9F=E5=92=8C=E8=BF=87=E6=9C=9F?= =?UTF-8?q?=E6=A3=80=E9=AA=8C=E5=8D=95=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了呆滞检验单(D)选项 - 删除了临期检验单(L)选项 - 删除了过期检验单(G)选项 --- .../modules/qc/stagnationExpiredStock.vue | 39 +-- src/views/modules/qc/stagnationStock.vue | 234 ++++++++++++++++++ 2 files changed, 238 insertions(+), 35 deletions(-) create mode 100644 src/views/modules/qc/stagnationStock.vue 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 @@ + + + + +