From 87f358430caef6604cb1e10bbd071ff652c1dc61 Mon Sep 17 00:00:00 2001
From: "liang.chao" <1360241448@qq.com>
Date: Thu, 5 Dec 2024 16:23:04 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=A4=87=E5=A2=9E=E5=8A=A0=E6=A0=A1?=
 =?UTF-8?q?=E9=AA=8C=E6=97=A5=E6=9C=9F=EF=BC=8C=E6=A0=A1=E9=AA=8C=E5=91=A8?=
 =?UTF-8?q?=E6=9C=9F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 src/views/user/goodsManagement/index.vue | 29 ++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
diff --git a/src/views/user/goodsManagement/index.vue b/src/views/user/goodsManagement/index.vue
index 15dd5a5..127996b 100644
--- a/src/views/user/goodsManagement/index.vue
+++ b/src/views/user/goodsManagement/index.vue
@@ -139,6 +139,8 @@ const equipmentDeployment = () => {
         person: '',
         personPhone: '',
         deviceWeight: '',
+        checkDate: '',
+        checkCycle: '',
     }
     mainFileList.value = []
     detailsFileList.value = []
@@ -345,6 +347,8 @@ const equipmentDeploymentParams: any = ref({
     person: '',
     personPhone: '',
     deviceWeight: '',
+    checkDate: '',
+    checkCycle: '',
 })
 //编码类型禁止修改数目
 const countDisabled = ref(false)
@@ -1072,6 +1076,31 @@ const handleRemove = (list: any, index: Number) => {
                     />
                 
             
+            
+                
+                    
+                    
+                
+                
+                    
+                                (equipmentDeploymentParams.checkCycle = v.replace(/[^\d.]/g, ''))
+                        "
+                        v-model="equipmentDeploymentParams.checkCycle"
+                        placeholder="请输入校验周期(数字)"
+                        clearable
+                        maxlength="20"
+                        style="width: 350px"
+                    />
+                
+