Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
3c0304de
Commit
3c0304de
authored
Dec 26, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 待收货添加物流单号搜索
parent
7e333e62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
src/views/consign/consignList.vue
src/views/consign/consignList.vue
+11
-2
No files found.
src/views/consign/consignList.vue
View file @
3c0304de
...
...
@@ -11,6 +11,14 @@
class=
"filter-item"
style=
"width: 200px;margin-right: 10px"
placeholder=
"请输入寄售单号进行搜索"
/>
<el-input
v-if=
"listQuery.systemState === '6'"
v-model=
"listQuery.waybill"
clearable
size=
"mini"
class=
"filter-item"
style=
"width: 200px;margin-right: 10px"
placeholder=
"请输入快递单号进行搜索"
/>
<el-button
size=
"mini"
class=
"filter-item"
type=
"primary"
@
click=
"handlerGetList"
>
查询
</el-button>
</div>
<el-table
...
...
@@ -44,8 +52,8 @@
</div>
</
template
>
</el-table-column>
<el-table-column
v-if=
"listQuery.systemState === '6'"
align=
"center"
label=
"物流公司"
prop=
"
cancelTyp
e"
/>
<el-table-column
v-if=
"listQuery.systemState === '6'"
align=
"center"
label=
"快递单号"
prop=
"
remark
"
/>
<el-table-column
v-if=
"listQuery.systemState === '6'"
align=
"center"
label=
"物流公司"
prop=
"
logisticsNam
e"
/>
<el-table-column
v-if=
"listQuery.systemState === '6'"
align=
"center"
label=
"快递单号"
prop=
"
waybill
"
/>
<el-table-column
v-if=
"listQuery.systemState === '30'"
align=
"center"
label=
"取消类型"
prop=
"cancelType"
/>
<el-table-column
v-if=
"listQuery.systemState === '30'"
align=
"center"
label=
"取消原因"
prop=
"remark"
/>
...
...
@@ -225,6 +233,7 @@ export default {
page
:
1
,
size
:
20
,
saleId
:
''
,
waybill
:
''
,
systemState
:
'
1
'
},
list
:
[],
...
...
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