Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -136,7 +136,7 @@ | ... | @@ -136,7 +136,7 @@ |
| 136 | </el-col> | 136 | </el-col> |
| 137 | <el-col :span="6"> | 137 | <el-col :span="6"> |
| 138 | <el-form-item label="运单号"> | 138 | <el-form-item label="运单号"> |
| 139 | - <el-input class="formItem" type="textarea" :rows="4" placeholder="请输入运单号(回车分割)" :maxlength="12000" | 139 | + <el-input class="formItem" type="textarea" :rows="1" placeholder="请输入运单号(回车分割)" :maxlength="12000" |
| 140 | v-model="formData.waybillNo" clearable></el-input> | 140 | v-model="formData.waybillNo" clearable></el-input> |
| 141 | </el-form-item> | 141 | </el-form-item> |
| 142 | </el-col> | 142 | </el-col> | ... | ... |
| ... | @@ -189,7 +189,7 @@ | ... | @@ -189,7 +189,7 @@ |
| 189 | <el-col :span="12"> | 189 | <el-col :span="12"> |
| 190 | <el-form-item label="额外增重百分比" prop="extraWeightPercent"> | 190 | <el-form-item label="额外增重百分比" prop="extraWeightPercent"> |
| 191 | <el-input-number class="wid80" @change="LowHighAvailable" :precision="0" placeholder="请输入额外增重百分比" | 191 | <el-input-number class="wid80" @change="LowHighAvailable" :precision="0" placeholder="请输入额外增重百分比" |
| 192 | - v-model="form.extraWeightPercent"></el-input-number> | 192 | + v-model="form.extraWeightPercent" v-input-filter></el-input-number> |
| 193 | </el-form-item> | 193 | </el-form-item> |
| 194 | </el-col> | 194 | </el-col> |
| 195 | <el-col :span="12"> | 195 | <el-col :span="12"> | ... | ... |
-
Please register or login to post a comment