Commit 7b979e56 by lixiaomin

修改添加原料回显

parent e05bb87c
...@@ -80,7 +80,7 @@ export default { ...@@ -80,7 +80,7 @@ export default {
}, },
//弹出添加原料页面 //弹出添加原料页面
handleMaterialDialog(row){ handleMaterialDialog(row){
this.materialId=""; this.materialId=row.material_id;
this.ros_code=row.ros_code; this.ros_code=row.ros_code;
this.component_name=row.component_name; this.component_name=row.component_name;
this.materialDiaLog=true; this.materialDiaLog=true;
......
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