Showing
2 changed files
with
1 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="4" 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> | ... | ... |
| ... | @@ -494,7 +494,6 @@ export default { | ... | @@ -494,7 +494,6 @@ export default { |
| 494 | if (event.target.value) { | 494 | if (event.target.value) { |
| 495 | if (Number(event.target.value) < 0) { | 495 | if (Number(event.target.value) < 0) { |
| 496 | event.target.value = ""; | 496 | event.target.value = ""; |
| 497 | - this.msgError("加减天数最小不能低于7天"); | ||
| 498 | } | 497 | } |
| 499 | event.target.dispatchEvent(new Event("input")); | 498 | event.target.dispatchEvent(new Event("input")); |
| 500 | } | 499 | } | ... | ... |
-
Please register or login to post a comment