Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
9ebc65e3
Commit
9ebc65e3
authored
Aug 04, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复几个bug
parent
8971390e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
edit.vue
src/views/ecw/order/edit.vue
+4
-3
index.vue
src/views/ecw/order/index.vue
+10
-2
No files found.
src/views/ecw/order/edit.vue
View file @
9ebc65e3
...
...
@@ -832,8 +832,8 @@ export default {
}
},
'
form.transportId
'
(
transportId
,
oldTransportId
){
//
海运拼柜给表单默认值
if
(
this
.
form
.
transportId
==
4
){
//
空运
if
(
this
.
form
.
transportId
==
4
||
this
.
form
.
transportId
==
3
){
this
.
$nextTick
(()
=>
{
this
.
$set
(
this
,
'
form
'
,
Object
.
assign
(
this
.
form
,
{
doubleClear
:
2
,
...
...
@@ -854,8 +854,9 @@ export default {
this
.
$set
(
this
.
form
,
'
channelId
'
,
null
)
}
// 如果是专线空运默认目的港清关选择我司
if
(
transportId
==
3
){
// 如果是专线空运默认目的港清关选择我司
this
.
$set
(
this
.
form
,
'
portDestCustomsClear
'
,
1
)
}
...
...
src/views/ecw/order/index.vue
View file @
9ebc65e3
...
...
@@ -632,9 +632,15 @@ export default {
// 渠道列表,空运需要渠道筛选
channelList
:[],
// 编号搜索条件
noParam
:
{},
noParam
:
{
key
:
'
numberKey
'
,
value
:
''
},
// 商品搜索条件
prodParam
:
{}
prodParam
:
{
key
:
'
prodKey
'
,
value
:
''
}
};
},
watch
:{
...
...
@@ -877,6 +883,8 @@ export default {
page
:
1
,
rows
:
10
}
this
.
noParam
.
value
=
''
this
.
prodParam
.
value
=
''
this
.
dateFilter
=
[]
this
.
handleQuery
();
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment