dedsudiyu лет назад: 2
Родитель
Сommit
9693a0cf5e

+ 1 - 1
src/views/medicUniversity-3_1/chemicalManagement/chemicalProcurement/purchaseRequisition/addPage.vue

@@ -75,7 +75,7 @@
                   <el-form-item label="" :prop="'maxList.'+ index +'.list.'+ minIndex +'.applyNum'"
                                 :rules="rules.applyNum">
                     <el-input
-                      maxLength="30"
+                      maxLength="6"
                       v-model="minItem.applyNum"
                       placeholder="请输入本次申购量"
                       clearable

+ 1 - 1
src/views/medicUniversity-3_1/chemicalManagement/chemicalProcurement/purchaseRequisition/editPage.vue

@@ -76,7 +76,7 @@
                     <el-form-item label="" :prop="'maxList.'+ index +'.list.'+ minIndex +'.applyNum'"
                                   :rules="rules.applyNum">
                       <el-input
-                        maxLength="30"
+                        maxLength="6"
                         v-model="minItem.applyNum"
                         placeholder="请输入本次申购量"
                         clearable

+ 1 - 1
src/views/studentViews/chemicalManagement/studentPurchaseRequisition/addPage.vue

@@ -75,7 +75,7 @@
                   <el-form-item label="" :prop="'maxList.'+ index +'.list.'+ minIndex +'.applyNum'"
                                 :rules="rules.applyNum">
                     <el-input
-                      maxLength="30"
+                      maxLength="6"
                       v-model="minItem.applyNum"
                       placeholder="请输入本次申购量"
                       clearable

+ 1 - 1
src/views/studentViews/chemicalManagement/studentPurchaseRequisition/editPage.vue

@@ -76,7 +76,7 @@
                     <el-form-item label="" :prop="'maxList.'+ index +'.list.'+ minIndex +'.applyNum'"
                                   :rules="rules.applyNum">
                       <el-input
-                        maxLength="30"
+                        maxLength="6"
                         v-model="minItem.applyNum"
                         placeholder="请输入本次申购量"
                         clearable