Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c895dd8f
authored
Jul 11, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat: 在订单跟踪页面添加订单号输入框,优化搜索功能,提升用户体验
parent
66386887
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
src/views/OrderTrack/goods.vue
src/views/OrderTrack/goods.vue
View file @
c895dd8f
...
@@ -3,6 +3,9 @@
...
@@ -3,6 +3,9 @@
<div
class=
"goods-con"
>
<div
class=
"goods-con"
>
<!--搜索区-->
<!--搜索区-->
<el-form
:inline=
"true"
:model=
"formInline"
label-width=
"100px"
ref=
"formInline"
>
<el-form
:inline=
"true"
:model=
"formInline"
label-width=
"100px"
ref=
"formInline"
>
<el-form-item
label=
"订单号"
prop=
"purchase_sn"
>
<el-input
v-model=
"formInline.purchase_sn"
placeholder=
"请输入订单号"
@
keyup
.
enter
.
native=
"submit"
style=
"width: 198px;"
></el-input>
</el-form-item>
<el-form-item
label=
"型号"
prop=
"goods_name"
>
<el-form-item
label=
"型号"
prop=
"goods_name"
>
<el-autocomplete
v-model=
"formInline.goods_name"
:trigger-on-focus=
"false"
@
keyup
.
enter
.
native=
"onSubmit"
:fetch-suggestions=
"querySearchAsync"
placeholder=
"请输入型号"
clearable
></el-autocomplete>
<el-autocomplete
v-model=
"formInline.goods_name"
:trigger-on-focus=
"false"
@
keyup
.
enter
.
native=
"onSubmit"
:fetch-suggestions=
"querySearchAsync"
placeholder=
"请输入型号"
clearable
></el-autocomplete>
</el-form-item>
</el-form-item>
...
@@ -147,7 +150,7 @@
...
@@ -147,7 +150,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<Menu/>
<Menu
/>
<el-dialog
title=
"已采购订单日志"
:close-on-click-modal=
"false"
:visible
.
sync=
"dialogVisible"
width=
"1000px"
>
<el-dialog
title=
"已采购订单日志"
:close-on-click-modal=
"false"
:visible
.
sync=
"dialogVisible"
width=
"1000px"
>
<el-table
:data=
"logs"
border
max-height=
"600"
>
<el-table
:data=
"logs"
border
max-height=
"600"
>
<el-table-column
prop=
"create_time"
label=
"时间"
min-width=
"150"
align=
"center"
></el-table-column>
<el-table-column
prop=
"create_time"
label=
"时间"
min-width=
"150"
align=
"center"
></el-table-column>
...
@@ -181,6 +184,7 @@ export default {
...
@@ -181,6 +184,7 @@ export default {
create_time_val
:
''
,
create_time_val
:
''
,
inquiry_item_id
:
''
,
//询价id
inquiry_item_id
:
''
,
//询价id
formInline
:
{
formInline
:
{
purchase_sn
:
''
,
goods_name
:
''
,
goods_name
:
''
,
brand_name
:
''
,
brand_name
:
''
,
shipping_status
:
''
,
shipping_status
:
''
,
...
...
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