Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
8c147350
Commit
8c147350
authored
Apr 27, 2024
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
489f08f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/types/api/order.ts
+1
-1
src/views/order/index.vue
+3
-3
No files found.
src/types/api/order.ts
View file @
8c147350
...
...
@@ -3,7 +3,7 @@ import type { TableColumnCtx } from 'element-plus'
export
interface
SearchForm
{
mainSku
:
string
endProductId
:
string
O
rderNumber
:
string
o
rderNumber
:
string
shopNumber
:
string
internalMemo
:
string
status
?:
number
...
...
src/views/order/index.vue
View file @
8c147350
...
...
@@ -34,11 +34,11 @@
</ElFormItem>
<ElFormItem
label=
"订单号"
>
<ElInput
v-model=
"searchForm.
O
rderNumber"
v-model=
"searchForm.
o
rderNumber"
placeholder=
"订单号"
clearable
style=
"width: 160px"
@
blur=
"searchForm.
OrderNumber = searchForm.O
rderNumber.trim()"
@
blur=
"searchForm.
orderNumber = searchForm.o
rderNumber.trim()"
></ElInput>
</ElFormItem>
<ElFormItem
label=
"店铺单号"
>
...
...
@@ -577,7 +577,7 @@ const [searchForm, resetSearchForm] = useValue<SearchForm>({
mainSku
:
''
,
endProductId
:
''
,
shopNumber
:
''
,
O
rderNumber
:
''
,
o
rderNumber
:
''
,
internalMemo
:
''
,
subOrderNumber
:
''
,
}
)
...
...
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