xial
This commit is contained in:
parent
adb2ec2471
commit
b2683b4a9c
|
@ -33,7 +33,7 @@
|
|||
|
||||
</el-col>
|
||||
<el-col :span="18" >
|
||||
<el-card class="box-card">
|
||||
<el-card >
|
||||
|
||||
<el-descriptions class="margin-top" title="产品信息" :column="3" border>
|
||||
|
||||
|
@ -546,13 +546,12 @@ export default {
|
|||
{
|
||||
this.process = id;
|
||||
// alert(this.process)
|
||||
this.getInputmaterialLists();
|
||||
this.getInputmaterialLists();//输入物料
|
||||
|
||||
this.getmaterialList();
|
||||
this.getOutputmaterialLists();
|
||||
this.getstepList();
|
||||
this. getUsedstepLists();
|
||||
this.gettechdocLists();
|
||||
this.getOutputmaterialLists();//输出物料
|
||||
this.getstepList();//子工序
|
||||
this. getUsedstepLists();//
|
||||
this.gettechdocLists();//技术文件
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue