This commit is contained in:
shilixia 2021-09-16 08:40:06 +08:00
parent adb2ec2471
commit b2683b4a9c
1 changed files with 6 additions and 7 deletions

View File

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