diff --git a/src/views/mtm/route_form.vue b/src/views/mtm/route_form.vue index 5b04df8c..60ccda9a 100644 --- a/src/views/mtm/route_form.vue +++ b/src/views/mtm/route_form.vue @@ -70,21 +70,42 @@ - - - - {{ scope.row.full_name }} - 隐 - - - + + + 待新建:{{ form.material_out_create.name }} + + + + + {{ scope.row.full_name }} + 隐 + + + + + {{ form.material_out_create ? "修改新建项" : "新建半成品" }} + + @@ -286,6 +307,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 取消 + 确定使用 + + - +