diff --git a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue
index 61f63a00..dd7057f2 100644
--- a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue
+++ b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue
@@ -143,20 +143,20 @@
-
scope.row.unitValue == 1
- ? (scope.row.outNum = Number(v.replace(/[^\d.]/g, '')))
- : (scope.row.outNum = Number(v.replace(/[^\d]/g, '')))
+ ? (scope.row.outNum = Number(String(v).replace(/[^\d.]/g, '')))
+ : (scope.row.outNum = Number(String(v).replace(/[^\d]/g, '')))
"
- >
+ >
{{ scope.row.maCodeList ? scope.row.maCodeList.length : 0 }}