新增工单管理界面
This commit is contained in:
16
src/views/pwoManage/model.d.ts
vendored
Normal file
16
src/views/pwoManage/model.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
export interface WorkOrderInfo {
|
||||
code?: string;
|
||||
batchNo?: string;
|
||||
status?: string;
|
||||
tarMaterialName?: string;
|
||||
tarMaterialCode?: string;
|
||||
planQty?: number;
|
||||
}
|
||||
|
||||
export interface ProcessInfo {
|
||||
process?: string;
|
||||
cut?: string;
|
||||
jobCode?: string;
|
||||
status?: string;
|
||||
equipment?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user