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-13 16:13:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0726b8349ff47626feb788f22322b967023d9fb5
0726b834
1 parent
8e899bb5
modify
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/allocationConfig/cargoAllocation/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/allocationConfig/cargoAllocation/index.vue
View file @
0726b83
...
...
@@ -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="
1
" placeholder="请输入运单号(回车分割)" :maxlength="12000"
v-model="formData.waybillNo" clearable></el-input>
</el-form-item>
</el-col>
...
...
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
0726b83
...
...
@@ -189,7 +189,7 @@
<el-col :span="12">
<el-form-item label="额外增重百分比" prop="extraWeightPercent">
<el-input-number class="wid80" @change="LowHighAvailable" :precision="0" placeholder="请输入额外增重百分比"
v-model="form.extraWeightPercent"></el-input-number>
v-model="form.extraWeightPercent"
v-input-filter
></el-input-number>
</el-form-item>
</el-col>
<el-col :span="12">
...
...
Please
register
or
login
to post a comment