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
47a1ed66
Commit
47a1ed66
authored
Nov 18, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:清空时清空时间范围,添加列表入库单号和备货单号展示
parent
ba86f2b7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
1 deletions
+20
-1
src/types/api/warehouse.ts
+1
-0
src/views/warehouse/receiptDoc.vue
+8
-0
src/views/warehouse/stockingPlan.vue
+11
-1
No files found.
src/types/api/warehouse.ts
View file @
47a1ed66
...
...
@@ -54,6 +54,7 @@ export interface InterWarehouseBase {
rejectReason
?:
string
|
null
number
?:
number
|
string
|
null
supplierItemNo
?:
string
|
null
sourceOn
?:
string
|
null
//备货单号or入库单号
}
// 主表列表ts
export
interface
InterWarehousePage
extends
InterWarehouseBase
{
}
...
...
src/views/warehouse/receiptDoc.vue
View file @
47a1ed66
...
...
@@ -184,6 +184,14 @@
align
=
"center"
><
/ElTableColumn
>
<
ElTableColumn
label
=
"备货单号"
show
-
overflow
-
tooltip
prop
=
"sourceOn"
width
=
"130"
header
-
align
=
"center"
align
=
"center"
><
/ElTableColumn
>
<
ElTableColumn
label
=
"单据状态"
width
=
"130"
prop
=
"billStatusTxt"
...
...
src/views/warehouse/stockingPlan.vue
View file @
47a1ed66
...
...
@@ -105,7 +105,9 @@
<
/ElButton
>
<
/ElFormItem
>
<
ElFormItem
>
<
ElButton
@
click
=
"resetSearchForm"
>
重置
<
/ElButton
>
<
ElButton
@
click
=
"resetSearchForm(), (tradingTime = [])"
>
重置
<
/ElButton
>
<
/ElFormItem
>
<
ElFormItem
>
<
el
-
button
type
=
"success"
@
click
=
"handleExport"
>
...
...
@@ -212,6 +214,14 @@
align
=
"center"
/>
<
ElTableColumn
label
=
"入库单号"
show
-
overflow
-
tooltip
prop
=
"sourceOn"
width
=
"130"
header
-
align
=
"center"
align
=
"center"
/>
<
ElTableColumn
label
=
"单据状态"
width
=
"100"
prop
=
"billStatusTxt"
...
...
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