Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-09-12 15:33:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e9042fc91300351ea4b908e995496e1f9852ab22
e9042fc9
1 parent
61fadeae
modify
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
src/views/allocationConfig/cargoAllocation/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/allocationConfig/cargoAllocation/index.vue
View file @
e9042fc
...
...
@@ -136,7 +136,7 @@
</el-col>
<el-col :span="6">
<el-form-item label="运单号">
<el-input class="formItem" type="textarea" :rows="4" placeholder="请输入运单号
(回车分割)
" :maxlength="12000"
<el-input class="formItem" type="textarea" :rows="4" placeholder="请输入运单号
(回车分割)
" :maxlength="12000"
v-model="formData.waybillNo" clearable></el-input>
</el-form-item>
</el-col>
...
...
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
e9042fc
...
...
@@ -494,7 +494,6 @@ export default {
if (event.target.value) {
if (Number(event.target.value) < 0) {
event.target.value = "";
this.msgError("加减天数最小不能低于7天");
}
event.target.dispatchEvent(new Event("input"));
}
...
...
Please
register
or
login
to post a comment