diff --git a/src/views/pwoManage/index.vue b/src/views/pwoManage/index.vue index e69de29..f2d8c08 100644 --- a/src/views/pwoManage/index.vue +++ b/src/views/pwoManage/index.vue @@ -0,0 +1,121 @@ + + + + + diff --git a/src/views/pwoManage/layout.vue b/src/views/pwoManage/layout.vue new file mode 100644 index 0000000..b1bbb28 --- /dev/null +++ b/src/views/pwoManage/layout.vue @@ -0,0 +1,376 @@ + + + + + diff --git a/src/views/pwoManage/model.d.ts b/src/views/pwoManage/model.d.ts new file mode 100644 index 0000000..37037d6 --- /dev/null +++ b/src/views/pwoManage/model.d.ts @@ -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; +}