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
ada79867
Commit
ada79867
authored
Aug 27, 2024
by
yujinyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户详情订单tag查询条件
parent
919c7174
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
13 deletions
+3
-13
query.vue
src/views/ecw/customer/query.vue
+3
-13
No files found.
src/views/ecw/customer/query.vue
View file @
ada79867
...
...
@@ -91,7 +91,6 @@
<
el
-
form
-
item
:
label
=
"
$t('目的国')
"
prop
=
"
destCountryId
"
>
<
el
-
select
v
-
model
=
"
destCountryId
"
multiple
:
label
=
"
destCountryId
"
:
placeholder
=
"
$t('请选择目的国')
"
clearable
...
...
@@ -105,11 +104,9 @@
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"
$t('目的城市')
"
prop
=
"
objectiveId
"
>
<
el
-
select
v
-
model
=
"
objectiveId
"
multiple
:
placeholder
=
"
$t('请根据目的国选择目的城市')
"
style
=
"
width: 200px
"
clearable
...
...
@@ -123,11 +120,9 @@
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"
$t('目的仓')
"
prop
=
"
destWarehouseId
"
>
<
el
-
select
v
-
model
=
"
destWarehouseId
"
multiple
:
placeholder
=
"
$t('请根据目的城市选择目的仓')
"
style
=
"
width: 200px
"
clearable
...
...
@@ -239,7 +234,6 @@
<
el
-
form
-
item
:
label
=
"
$t('目的国')
"
prop
=
"
destCountryId
"
>
<
el
-
select
v
-
model
=
"
destCountryId
"
multiple
:
label
=
"
destCountryId
"
:
placeholder
=
"
$t('请选择目的国')
"
clearable
...
...
@@ -253,11 +247,9 @@
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"
$t('目的城市')
"
prop
=
"
objectiveId
"
>
<
el
-
select
v
-
model
=
"
objectiveId
"
multiple
:
placeholder
=
"
$t('请根据目的国选择目的城市')
"
style
=
"
width: 200px
"
clearable
...
...
@@ -271,11 +263,9 @@
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"
$t('目的仓')
"
prop
=
"
destWarehouseId
"
>
<
el
-
select
v
-
model
=
"
destWarehouseId
"
multiple
:
placeholder
=
"
$t('请根据目的城市选择目的仓')
"
style
=
"
width: 200px
"
clearable
...
...
@@ -392,7 +382,7 @@
:
label
=
"
$t('创建时间')
"
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('操作')
"
align
=
"
center
"
class
-
name
=
"
small-padding fixed-width
"
v
-
if
=
"
false
"
>
<
el
-
table
-
column
:
label
=
"
$t('操作')
"
align
=
"
center
"
class
-
name
=
"
small-padding fixed-width
"
>
<
template
slot
-
scope
=
"
scope
"
>
<!--
0
取消
恢复
...
...
@@ -1148,8 +1138,8 @@ export default {
AddressCity
:
[],
AddressProvince
:
[],
AddressTown
:
[],
destCountryId
:
[]
,
objectiveId
:
[]
,
destCountryId
:
""
,
objectiveId
:
""
,
destWarehouseId
:
""
,
}
}
,
...
...
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