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
9decc2bc
Commit
9decc2bc
authored
Dec 19, 2024
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 查询修改
parent
e6f432ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/types/api/billOrder.ts
+3
-3
src/views/AccountStatementNote.vue
+3
-3
No files found.
src/types/api/billOrder.ts
View file @
9decc2bc
...
@@ -9,13 +9,13 @@ export interface AccountStatementNoteSearchForm {
...
@@ -9,13 +9,13 @@ export interface AccountStatementNoteSearchForm {
user_mark
?:
string
user_mark
?:
string
status
?:
number
|
string
|
null
status
?:
number
|
string
|
null
dateRange
?:
string
[]
dateRange
?:
string
[]
bill
_n
umber
?:
string
bill
N
umber
?:
string
rec
_n
umber
?:
string
rec
N
umber
?:
string
factory_status
?:
string
factory_status
?:
string
erp_status
?:
string
erp_status
?:
string
start_time
?:
string
start_time
?:
string
end_time
?:
string
end_time
?:
string
order
_n
umber
?:
string
order
N
umber
?:
string
}
}
export
interface
AccountStatementNote
{
export
interface
AccountStatementNote
{
create_time
?:
string
create_time
?:
string
...
...
src/views/AccountStatementNote.vue
View file @
9decc2bc
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<
ElFormItem
label
=
"对账单号"
>
<
ElFormItem
label
=
"对账单号"
>
<
ElInput
<
ElInput
v
-
model
=
"searchForm.rec
_n
umber"
v
-
model
=
"searchForm.rec
N
umber"
clearable
clearable
placeholder
=
"对账单号"
placeholder
=
"对账单号"
style
=
"width: 160px"
style
=
"width: 160px"
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
<
/ElFormItem
>
<
/ElFormItem
>
<
ElFormItem
label
=
"发货单号"
>
<
ElFormItem
label
=
"发货单号"
>
<
ElInput
<
ElInput
v
-
model
=
"searchForm.bill
_n
umber"
v
-
model
=
"searchForm.bill
N
umber"
clearable
clearable
placeholder
=
"发货单号"
placeholder
=
"发货单号"
style
=
"width: 160px"
style
=
"width: 160px"
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
<
/ElFormItem
>
<
/ElFormItem
>
<
ElFormItem
style
=
"margin-right: 10px"
label
=
"订单号"
>
<
ElFormItem
style
=
"margin-right: 10px"
label
=
"订单号"
>
<
ElInput
<
ElInput
v
-
model
=
"searchForm.order
_n
umber"
v
-
model
=
"searchForm.order
N
umber"
clearable
clearable
placeholder
=
"订单号"
placeholder
=
"订单号"
style
=
"width: 160px"
style
=
"width: 160px"
...
...
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