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
00937a5b
Commit
00937a5b
authored
Sep 12, 2024
by
余金瑶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异常订单重置商品类型
parent
39fc4430
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
index.vue
src/views/ecw/order/exception/index.vue
+6
-2
index.vue
src/views/ecw/order/index.vue
+1
-1
No files found.
src/views/ecw/order/exception/index.vue
View file @
00937a5b
...
...
@@ -293,7 +293,7 @@
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('商品类型')"
prop=
"goodsTypes"
v-show=
"showSearch"
>
<selector
v-model=
"queryParams.goodsTypes"
multiple
:options=
"productAttrList"
label-field=
"attrName"
value-field=
"id"
>
<selector
v-model=
"queryParams.goodsTypes"
multiple
clearable
:options=
"productAttrList"
label-field=
"attrName"
value-field=
"id"
>
</selector>
</el-form-item>
<el-form-item
:label=
"$t('增值服务')"
prop=
"types"
v-show=
"showSearch"
>
...
...
@@ -877,7 +877,7 @@ export default {
// 遮罩层
loading
:
true
,
// 显示搜索条件
showSearch
:
tru
e
,
showSearch
:
fals
e
,
// 总条数
total
:
0
,
// 订单异常列表
...
...
@@ -1064,6 +1064,10 @@ export default {
this
.
objectiveId
=
null
this
.
queryParams
.
isHaveCustomer
=
null
this
.
queryParams
.
channelIds
=
null
this
.
queryParams
.
goodsTypes
=
null
this
.
$nextTick
(
_
=>
{
this
.
$forceUpdate
()
})
this
.
getList
();
},
importCityName
(
id
)
{
...
...
src/views/ecw/order/index.vue
View file @
00937a5b
...
...
@@ -221,7 +221,7 @@
@
change=
"handleQuery"
/>
</el-form-item>
<el-form-item
:label=
"$t('收货人')"
prop=
"statusList
"
>
<el-form-item
:label=
"$t('收货人')"
v-show=
"showSearch
"
>
<el-select
v-model=
"queryParams.hasConsignee"
:placeholder=
"$t('请选择')"
...
...
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