Commit bfb28e6e by wuqian

打包修复

parent c0f80f46
...@@ -36,6 +36,7 @@ export interface OrderData { ...@@ -36,6 +36,7 @@ export interface OrderData {
count?: number count?: number
orderNumber?: string orderNumber?: string
erpOrderNumber?: string erpOrderNumber?: string
userMark?: string
facotoryNo?: string facotoryNo?: string
addressId?: number addressId?: number
erpSubOrderNumber?: string erpSubOrderNumber?: string
...@@ -233,7 +234,7 @@ export interface InspectionData { ...@@ -233,7 +234,7 @@ export interface InspectionData {
export interface Reconciliation { export interface Reconciliation {
status: string | number | null status: string | number | null
startTime: string startTime: string
endTime: string, endTime: string
billNumber?: string billNumber?: string
shipmentId?: string shipmentId?: string
shipmentNum?: string shipmentNum?: string
...@@ -256,4 +257,4 @@ export interface Reconciliation { ...@@ -256,4 +257,4 @@ export interface Reconciliation {
export interface Confirm { export interface Confirm {
id: number | undefined id: number | undefined
dataVersion: string | undefined dataVersion: string | undefined
} }
\ No newline at end of file
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