From 050ba909bc9c238bc7d75a2ae737d33630200159 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 3 Jul 2025 10:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E7=94=A8=E7=8F=AD=E7=BB=84=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/businessHandling/index.vue | 152 +++++++++++------- .../apply/component/addToolsApply.vue | 4 +- 2 files changed, 95 insertions(+), 61 deletions(-) diff --git a/src/views/business/businessHandling/index.vue b/src/views/business/businessHandling/index.vue index 63f3b0bd..a4eda9a5 100644 --- a/src/views/business/businessHandling/index.vue +++ b/src/views/business/businessHandling/index.vue @@ -83,6 +83,16 @@ @keyup.enter.native="handleQuery" /> + + + - +
- +

库存: {{ currentTooltipItem.storageNum }}

@@ -249,7 +264,7 @@ filterable clearable :disabled="isDetail" - @change="(selectedIds) => getTypeList(scope.row, selectedIds, scope.$index)" + @change="selectedIds => getTypeList(scope.row, selectedIds, scope.$index)" > {{ scope.row.maTypeName }} @@ -264,9 +279,14 @@ filterable placeholder="请选择规格型号" :disabled="isDetail" - @change="(val) => changeTypeName(scope.row, val, getSelectedItemName(val,scope.row))" + @change="val => changeTypeName(scope.row, val, getSelectedItemName(val, scope.row))" > - + {{ scope.row.typeName }} @@ -358,7 +378,6 @@ -