From a2cbcda02f03f28275647efcac7029630e3b00b8 Mon Sep 17 00:00:00 2001 From: qiankanghui <11284155+qian-kanghui@user.noreply.gitee.com> Date: Fri, 13 Mar 2026 16:53:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(eamReport):=20=E6=B7=BB=E5=8A=A0=E7=BC=BA?= =?UTF-8?q?=E9=99=B7=E8=AE=B0=E5=BD=95=E7=8A=B6=E6=80=81=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E5=B9=B6=E8=B0=83=E6=95=B4=E5=BA=93=E5=AD=98=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在缺陷记录搜索表单中添加了待确认和已到达状态选项 - 修改库存查询默认参数,将groupType从0改为1 - 修改库存查询默认参数,将isZeroFlag从2改为0 --- src/views/modules/eamReport/eamDefectRecord.vue | 2 ++ src/views/modules/partspare/inventorystock.vue | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/modules/eamReport/eamDefectRecord.vue b/src/views/modules/eamReport/eamDefectRecord.vue index 86da283..8cefd5d 100644 --- a/src/views/modules/eamReport/eamDefectRecord.vue +++ b/src/views/modules/eamReport/eamDefectRecord.vue @@ -40,9 +40,11 @@ + + diff --git a/src/views/modules/partspare/inventorystock.vue b/src/views/modules/partspare/inventorystock.vue index 3d5ec29..e988187 100644 --- a/src/views/modules/partspare/inventorystock.vue +++ b/src/views/modules/partspare/inventorystock.vue @@ -208,11 +208,11 @@ export default { endFirstInDate: '', startQtyOnHand: '', endQtyOnHand: '', - groupType: '0', + groupType: '1', active: 'Y', safetyStock: '', buNo: '', - isZeroFlag: '2' + isZeroFlag: '0' }, dataList: [], wareHouseList: [],