diff --git a/src/views/mes/md/item/MdProductBomForm.vue b/src/views/mes/md/item/MdProductBomForm.vue new file mode 100644 index 000000000..3fbf5edb2 --- /dev/null +++ b/src/views/mes/md/item/MdProductBomForm.vue @@ -0,0 +1,223 @@ + + + + + 添加 BOM 物料 + + + + + + + + + {{ getItemOrProductLabel(scope.row.itemOrProduct) }} + + + + + + + 编辑 + 删除 + + + + + + + + + + + + + + + + + + + + + 确 定 + 取 消 + + + + + + + + + + + + + + + 确 定 + 取 消 + + + + + + diff --git a/src/views/mes/md/item/MdProductSipForm.vue b/src/views/mes/md/item/MdProductSipForm.vue new file mode 100644 index 000000000..fcba67afe --- /dev/null +++ b/src/views/mes/md/item/MdProductSipForm.vue @@ -0,0 +1,230 @@ + + + + + 添加 SIP + + + + + + + + + + + + + + + {{ item.title }} + 序号:{{ item.orderNum }} + + 工序:{{ item.processName }} + + + {{ item.description }} + + + + 编辑 + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 确 定 + 取 消 + + + + + + + + diff --git a/src/views/mes/md/item/MdProductSopForm.vue b/src/views/mes/md/item/MdProductSopForm.vue new file mode 100644 index 000000000..6029e0613 --- /dev/null +++ b/src/views/mes/md/item/MdProductSopForm.vue @@ -0,0 +1,228 @@ + + + + + 添加 SOP + + + + + + + + + + + + + + + {{ item.title }} + 序号:{{ item.orderNum }} + + 工序:{{ item.processName }} + + + {{ item.description }} + + + + 编辑 + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 确 定 + 取 消 + + + + + + + +