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
0
Merge Requests
0
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
8d0213b5
Commit
8d0213b5
authored
Sep 04, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX:修改问题
parent
4ab17647
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
7 deletions
+46
-7
src/types/api/billOrder.ts
+17
-0
src/types/api/deliveryNote.ts
+19
-0
src/views/podUsBillOrder/index.vue
+10
-7
No files found.
src/types/api/billOrder.ts
View file @
8d0213b5
...
...
@@ -12,6 +12,23 @@ export interface AccountStatementNoteSearchForm {
billNumber
?:
string
subOrderNumber
?:
string
shipmentNumber
?:
string
recNumber
?:
string
orderNumber
?:
string
factory_status
?:
string
erp_status
?:
string
startTime
?:
string
start_time
?:
string
endTime
?:
string
end_time
?:
string
}
export
interface
AccountStatementNoteSearchFormUS
{
user_mark
?:
string
status
?:
number
|
string
|
null
dateRange
?:
string
[]
billNumber
?:
string
subOrderNumber
?:
string
shipmentNumber
?:
string
rec_number
?:
string
order_number
?:
string
factory_status
?:
string
...
...
src/types/api/deliveryNote.ts
View file @
8d0213b5
...
...
@@ -259,6 +259,25 @@ export interface LogListData {
employee_account
?:
string
}
export
interface
DetailForm
{
billNumber
?:
string
orderNumber
?:
string
craftCode
?:
string
baseSku
?:
string
shipmentNumber
?:
string
process
?:
string
supplierItemNo
?:
string
dateRange
?:
string
[]
endTime
?:
string
startTime
?:
string
subOrderNumber
?:
string
rows
?:
number
page
?:
number
currentPage
?:
number
pageSize
?:
number
infoId
?:
number
}
export
interface
DetailFormUS
{
shop_number
?:
string
billNumber
?:
string
order_number
?:
string
...
...
src/views/podUsBillOrder/index.vue
View file @
8d0213b5
...
...
@@ -1061,12 +1061,16 @@ import { nextTick, onMounted, ref, watch } from 'vue'
import
'element-plus/dist/index.css'
import
{
AccountStatementNote
,
AccountStatementNoteSearchForm
,
AccountStatementNoteSearchForm
US
,
CountStatus
,
OrderDetails
,
ProductDetails
,
}
from
'@/types/api/billOrder'
import
{
DetailForm
,
LogListData
,
IUpdatePrice
}
from
'@/types/api/deliveryNote'
import
{
DetailFormUS
,
LogListData
,
IUpdatePrice
,
}
from
'@/types/api/deliveryNote'
import
ImageView
from
'@/components/ImageView.vue'
interface
Tree
{
...
...
@@ -1088,9 +1092,8 @@ const safeOrderId = ref()
const
logList
=
ref
<
LogListData
[]
>
([])
// const nameSpaceList = ref<string[]>([])
const
treeData
=
ref
<
CountStatus
[]
>
()
const
[
searchForm
,
resetSearchForm
]
=
useValue
<
AccountStatementNoteSearchForm
>
(
{
}
,
)
const
[
searchForm
,
resetSearchForm
]
=
useValue
<
AccountStatementNoteSearchFormUS
>
({
}
)
const
dateRange
=
ref
<
string
[]
>
([])
const
selections
=
ref
<
AccountStatementNote
[]
>
([])
const
detailSelections
=
ref
<
ProductDetails
[]
>
([])
...
...
@@ -1488,8 +1491,8 @@ const nodeClick = (data: Tree) => {
search
()
//
}
}
const
detailForm
=
ref
({
}
as
DetailForm
)
const
orderForm
=
ref
({
}
as
DetailForm
)
const
detailForm
=
ref
({
}
as
DetailForm
US
)
const
orderForm
=
ref
({
}
as
DetailForm
US
)
const
detailPager
=
ref
({
page
:
1
,
rows
:
100
,
...
...
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