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"
+                    />
+                
+