Commit 7b1f633c by lichengming

修改了检测管理附件页面

parent 2bd37f80
......@@ -64,6 +64,7 @@
<UserInfo ref="userModal" @on-result-change="_userResult"></UserInfo>
<Operation ref="operation"></Operation>
<SampleManage ref="sampleManageModal" @on-result-change="_page"></SampleManage>
<FileManage ref="FileManage"></FileManage>
</div>
</template>
<script>
......@@ -441,7 +442,7 @@ export default {
},
_upload(id) {
// 上传文件
this.$refs.refModal._open(id, 'contractId')
this.$refs.FileManage._open(id, 'entrustId')
}
}
}
......
......@@ -65,6 +65,7 @@
<SampleManage ref="sampleManageModal" @on-result-change="_page"></SampleManage>
<ItemManage ref="itemManageModal" @on-result-change="_page"></ItemManage>
<Operation ref="operation"></Operation>
<FileManage ref="FileManage"></FileManage>
</div>
</template>
<script>
......@@ -442,7 +443,7 @@ export default {
},
_upload(id) {
// 上传文件
this.$refs.refModal._open(id, 'contractId')
this.$refs.FileManage._open(id, 'entrustId')
}
}
}
......
......@@ -63,7 +63,7 @@
<!--打印(可填打印数量)-->
<!--选择领样人-->
<UserInfo ref="userModal" @on-result-change="_userResult"></UserInfo>
<FileManage ref="FileManage"></FileManage>
</div>
</template>
<script>
......@@ -706,7 +706,7 @@ export default {
},
_upload(id) {
// 上传文件
this.$refs.refModal._open(id, 'sampleId')
this.$refs.FileManage._open(id, 'entrustId')
},
// 选择完打印机之后
_printerResult(data) {
......
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