This commit is contained in:
zc
2026-04-16 00:47:58 +08:00
parent 3c03907e69
commit 4d52bceea5
10 changed files with 1243 additions and 398 deletions

View File

@@ -11,6 +11,7 @@ export interface WorkOrderResp {
unitWeight: string
materialSpec: string
photoUrl: string
batch: string
totalWeight: string
totalCalculatedWeight: string
totalCount: string
@@ -19,6 +20,7 @@ export interface WorkOrderResp {
matchResult: string
workOrderInfos: Array<WorkOrderInfoResp>
qrCodeData: string
mark: string
}
export interface WorkOrderInfoResp {
@@ -26,15 +28,19 @@ export interface WorkOrderInfoResp {
workOrderId: string
materialId: string
weightTime: string
batch: string
quantity: string
weight: string
imgUrl: string
calculatedWeight: string
weightQuantity: string
mark: string
}
export interface WorkOrderQuery {
orderNo: string | undefined
materialName: string | undefined
batch: string | undefined
encoding: string | undefined
userName: string | undefined
carNo: string | undefined