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
40ef2a1ac7da828a7a0ea865eea18cb114eefcc5
40ef2a1a
1 parent
d7af4952
feat: 调整样式
Show 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 @
40ef2a1
...
...
@@ -358,7 +358,7 @@
</Formitem>
</el-col>
<!-- 订单申报通道 orderDeclareChannel -->
<el-col :span="8">
<el-col :span="8"
:key="dateKey"
>
<Formitem
label="订单申报通道"
prop="orderDeclareChannel"
...
...
@@ -371,6 +371,7 @@
clearable
maxlength="4"
placeholder=""
@change="changeOrderDeclareChannel"
>
<el-option
v-for="(item, index) in $store.getters.dict
...
...
@@ -876,6 +877,7 @@ export default {
},
data() {
return {
dateKey: Date.now(),
//配置模板
portConfig: {
PEK: {
...
...
@@ -1065,6 +1067,9 @@ export default {
// }
},
methods: {
changeOrderDeclareChannel() {
this.dateKey = Date.now();
},
orderRequesterChange(val) {
console.log(val);
this.choosePortCode = [];
...
...
Please
register
or
login
to post a comment