From 97cc86c6c4b8c4f9d5fea62f1ccc8bb98f58259e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Sat, 28 Mar 2026 15:58:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=92=A2=E5=8D=B7=E6=93=8D=E4=BD=9C):=20?= =?UTF-8?q?=E5=B0=86=E6=93=8D=E4=BD=9C=E7=B1=BB=E5=9E=8B=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BB=8E=E9=9D=99=E6=80=81=E6=96=87=E6=9C=AC=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=8F=AF=E7=BC=96=E8=BE=91=E7=9A=84=E4=B8=8B=E6=8B=89=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改操作类型显示方式,从静态文本替换为可编辑的下拉选择框,支持用户直接修改操作类型。同时保留原有字典类型的选项支持,提升用户体验和操作便捷性。 --- klp-ui/src/views/wms/coil/do/correntAll.vue | 17 ++++++++++------- klp-ui/src/views/wms/coil/docorrent.vue | 17 ++++++++++------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/klp-ui/src/views/wms/coil/do/correntAll.vue b/klp-ui/src/views/wms/coil/do/correntAll.vue index 3e074631..e7fdb089 100644 --- a/klp-ui/src/views/wms/coil/do/correntAll.vue +++ b/klp-ui/src/views/wms/coil/do/correntAll.vue @@ -238,12 +238,15 @@ @@ -744,7 +747,7 @@ export default { this.materialQueryParams.pageNum = 1; this.searched = true; this.getMaterialCoil(); - + // 同时获取操作记录 // if (this.materialCoilList.length > 0) { // this.currentCoilId = this.materialCoilList[0].coilId; diff --git a/klp-ui/src/views/wms/coil/docorrent.vue b/klp-ui/src/views/wms/coil/docorrent.vue index 93096137..ebb704fd 100644 --- a/klp-ui/src/views/wms/coil/docorrent.vue +++ b/klp-ui/src/views/wms/coil/docorrent.vue @@ -53,12 +53,20 @@ @@ -70,10 +78,6 @@ - @@ -108,7 +112,6 @@ -