Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
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
zhanbo.xu
2025-04-10 13:20:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
93e707592d3a18d7628adb4dacae906351508819
93e70759
1 parent
5e491c36
feat: 调整样式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
src/views/customerConfig/dialog.vue
src/views/customerConfig/dialog.vue
View file @
93e7075
...
...
@@ -356,7 +356,7 @@
</Formitem>
</el-col>
<!-- 订单申报通道 orderDeclareChannel -->
<el-col :span="8">
<el-col :span="8"
:key="dateKey"
>
<Formitem
label="订单申报通道"
prop="orderDeclareChannel"
...
...
@@ -369,6 +369,7 @@
clearable
maxlength="4"
placeholder=""
@change="changeOrderDeclareChannel"
>
<el-option
v-for="(item, index) in $store.getters.dict
...
...
@@ -881,6 +882,7 @@ export default {
},
data() {
return {
dateKey: Date.now(),
//配置模板
portConfig: {
PEK: {
...
...
@@ -1070,6 +1072,9 @@ export default {
// }
},
methods: {
changeOrderDeclareChannel() {
this.dateKey = Date.now();
},
orderRequesterChange(val) {
console.log(val);
this.choosePortCode = [];
...
...
Please
register
or
login
to post a comment