|
|
|
@ -128,6 +128,7 @@
|
|
|
|
|
:is="currentComponent"
|
|
|
|
|
:descriptions="descriptions"
|
|
|
|
|
:loading="load1"
|
|
|
|
|
:ids="ids"
|
|
|
|
|
></component>
|
|
|
|
|
</dialog-title>
|
|
|
|
|
<!-- 省抽 -->
|
|
|
|
@ -171,8 +172,10 @@
|
|
|
|
|
<script>
|
|
|
|
|
import blockHeader from "@/views/firmContent/components/blockHeader/index";
|
|
|
|
|
import dialogTitle from "@/views/firmContent/components/dialogTitle/index";
|
|
|
|
|
|
|
|
|
|
import basicInfo from "./basicInfo/basicInfo";
|
|
|
|
|
import chouYang from "./chouYang/chouYang";
|
|
|
|
|
|
|
|
|
|
import chouyangInfo from "./chouyangInfo/index";
|
|
|
|
|
import medicalInfo from "./medical";
|
|
|
|
|
import samplingDetail from "./samplingDetail";
|
|
|
|
@ -209,6 +212,8 @@ export default {
|
|
|
|
|
current: 1,
|
|
|
|
|
//抽样编号
|
|
|
|
|
cybh: "",
|
|
|
|
|
//批准文号
|
|
|
|
|
yppzwh:''
|
|
|
|
|
},
|
|
|
|
|
//主键
|
|
|
|
|
ids: "",
|
|
|
|
@ -574,6 +579,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
//药品数据
|
|
|
|
|
async listyp() {
|
|
|
|
|
this.form1.yppzwh = this.$store.state.app.urlA.data
|
|
|
|
|
this.loading = true;
|
|
|
|
|
let msg1 = await this.$api.yaoPin.getYPList(this.form1);
|
|
|
|
|
this.tableData = msg1.data.records;
|
|
|
|
@ -592,6 +598,7 @@ export default {
|
|
|
|
|
//药品
|
|
|
|
|
this.listyp();
|
|
|
|
|
} else if (AA.type == "3") {
|
|
|
|
|
//医疗器械
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
@ -624,7 +631,6 @@ export default {
|
|
|
|
|
// 点击详情按钮
|
|
|
|
|
handleEdit(index, row) {
|
|
|
|
|
this.ids = row.id;
|
|
|
|
|
console.log(this.ids);
|
|
|
|
|
// 化妆品
|
|
|
|
|
if (this.urlA.type == "1") {
|
|
|
|
|
} else if (this.urlA.type == "2") {
|
|
|
|
|