Commit 9decc2bc by qinjianhui

fix: 查询修改

parent e6f432ad
...@@ -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_number?: string billNumber?: string
rec_number?: string recNumber?: 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_number?: string orderNumber?: string
} }
export interface AccountStatementNote { export interface AccountStatementNote {
create_time?: string create_time?: string
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<ElFormItem label="对账单号"> <ElFormItem label="对账单号">
<ElInput <ElInput
v-model="searchForm.rec_number" v-model="searchForm.recNumber"
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_number" v-model="searchForm.billNumber"
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_number" v-model="searchForm.orderNumber"
clearable clearable
placeholder="订单号" placeholder="订单号"
style="width: 160px" style="width: 160px"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment