|
|
|
@ -46,17 +46,18 @@
|
|
|
|
|
" alt="" />
|
|
|
|
|
<span>基本信息</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- v-if="urlA.leixing != 'ggfw'" -->
|
|
|
|
|
<div class="tab" @click="actionTab(2, $event)" :class="action == 2 ? 'actionTab' : ''"
|
|
|
|
|
v-show="urlA.type != 4 && pruduct.type != '原料药'&& urlA.type != 'yagao'" v-if="urlA.leixing != 'ggfw'">
|
|
|
|
|
v-show="urlA.type != 4 && pruduct.type != '原料药' && urlA.type != 'yagao'" >
|
|
|
|
|
<img :src="action == 2
|
|
|
|
|
? `${require('@/assets/images/home/icon2-1@2x.png')}`
|
|
|
|
|
: `${require('@/assets/images/home/icon2-2@2x.png')}`
|
|
|
|
|
" alt="" />
|
|
|
|
|
<span>抽样信息</span>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- v-if="urlA.leixing != 'ggfw'" -->
|
|
|
|
|
<div class="tab" @click="actionTab(3, $event)" :class="action == 3 ? 'actionTab' : ''"
|
|
|
|
|
v-show="urlA.type != 4 && pruduct.type != '原料药'&& urlA.type != 'yagao'" v-if="urlA.leixing != 'ggfw'">
|
|
|
|
|
v-show="urlA.type != 4 && pruduct.type != '原料药' && urlA.type != 'yagao'" >
|
|
|
|
|
<img :src="action == 3
|
|
|
|
|
? `${require('@/assets/images/home/icon5-1@2x.png')}`
|
|
|
|
|
: `${require('@/assets/images/home/icon5-2@2x.png')}`
|
|
|
|
@ -64,15 +65,16 @@
|
|
|
|
|
<span>不良反应</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tab" @click="actionTab(4, $event)" :class="action == 4 ? 'actionTab' : ''"
|
|
|
|
|
v-show="urlA.flag != 5 && urlA.type != 4 && pruduct.type != '原料药'&& urlA.type != 'yagao'" v-if="urlA.leixing != 'ggfw'">
|
|
|
|
|
v-show="urlA.flag != 5 && urlA.type != 4 && pruduct.type != '原料药' && urlA.type != 'yagao'"
|
|
|
|
|
v-if="urlA.leixing != 'ggfw'">
|
|
|
|
|
<img :src="action == 4
|
|
|
|
|
? `${require('@/assets/images/home/icon1-1@2x.png')}`
|
|
|
|
|
: `${require('@/assets/images/home/icon1-2@2x.png')}`
|
|
|
|
|
" alt="" />
|
|
|
|
|
<span>召回信息</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tab" @click="actionTab(6, $event)" :class="action == 6 ? 'actionTab' : ''"
|
|
|
|
|
v-show="urlA.type == 4" v-if="urlA.leixing != 'ggfw'">
|
|
|
|
|
<div class="tab" @click="actionTab(6, $event)" :class="action == 6 ? 'actionTab' : ''" v-show="urlA.type == 4"
|
|
|
|
|
v-if="urlA.leixing != 'ggfw'">
|
|
|
|
|
<img :class="action !== 6 ? 'actionImage' : ''" :src="action == 6
|
|
|
|
|
? `${require('@/assets/images/home/icon1-1@2x.png')}`
|
|
|
|
|
: `${require('@/assets/images/home/icon1-2@2x.png')}`
|
|
|
|
@ -80,7 +82,7 @@
|
|
|
|
|
<span>基本信息</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tab" @click="actionTab(7, $event)" :class="action == 7 ? 'actionTab' : ''"
|
|
|
|
|
v-show="urlA.type == 4&& urlA.type != 'yagao'" v-if="urlA.leixing != 'ggfw'">
|
|
|
|
|
v-show="urlA.type == 4 && urlA.type != 'yagao'" v-if="urlA.leixing != 'ggfw'">
|
|
|
|
|
<img :src="action == 7
|
|
|
|
|
? `${require('@/assets/images/home/icon2-1@2x.png')}`
|
|
|
|
|
: `${require('@/assets/images/home/icon2-2@2x.png')}`
|
|
|
|
@ -88,7 +90,7 @@
|
|
|
|
|
<span>变更记录</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tab" @click="actionTab(8, $event)" :class="action == 8 ? 'actionTab' : ''"
|
|
|
|
|
v-show="urlA.type == 2&& urlA.type != 'yagao'" v-if="urlA.leixing != 'ggfw'">
|
|
|
|
|
v-show="urlA.type == 2 && urlA.type != 'yagao'" v-if="urlA.leixing != 'ggfw'">
|
|
|
|
|
<img :src="action == 8
|
|
|
|
|
? `${require('@/assets/images/home/icon2-1@2x.png')}`
|
|
|
|
|
: `${require('@/assets/images/home/icon2-2@2x.png')}`
|
|
|
|
@ -151,7 +153,7 @@
|
|
|
|
|
" alt="" />
|
|
|
|
|
<span>注册体系核查</span>
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <div class="tab" @click="actionTab(14, $event)" :class="action == 14 ? 'actionTab' : ''"
|
|
|
|
|
v-show="pruduct.cpib == '第二类' && urlA.type == 3">
|
|
|
|
|
<img :src="action == 14
|
|
|
|
@ -193,7 +195,7 @@
|
|
|
|
|
<span>产品名称命名依据</span>
|
|
|
|
|
</div> -->
|
|
|
|
|
<div class="tab" @click="actionTab(19, $event)" :class="action == 19 ? 'actionTab' : ''"
|
|
|
|
|
v-show="urlA.type != 4 && urlA.leixing != 'ggfw' && pruduct.type != 7 && pruduct.type != '原料药'&& urlA.type != 'yagao'">
|
|
|
|
|
v-show="urlA.type != 4 && urlA.leixing != 'ggfw' && pruduct.type != 7 && pruduct.type != '原料药' && urlA.type != 'yagao'">
|
|
|
|
|
<img :src="action == 19
|
|
|
|
|
? `${require('@/assets/images/home/icon1-1@2x.png')}`
|
|
|
|
|
: `${require('@/assets/images/home/icon1-2@2x.png')}`
|
|
|
|
@ -480,6 +482,9 @@ export default {
|
|
|
|
|
console.log(123);
|
|
|
|
|
console.log(this.inputValue);
|
|
|
|
|
let this_ = this;
|
|
|
|
|
console.log("mingcheng", this.pruduct.value);
|
|
|
|
|
console.log("realName", this.urlA.realName);
|
|
|
|
|
|
|
|
|
|
function add(inputValue) {
|
|
|
|
|
return new Promise((resolve, reject) => {
|
|
|
|
|
let obj = {}
|
|
|
|
@ -492,12 +497,16 @@ export default {
|
|
|
|
|
obj = {
|
|
|
|
|
label: inputValue,
|
|
|
|
|
soleInfo: bah,
|
|
|
|
|
productName: this_.pruduct.value,
|
|
|
|
|
createBy: this_.urlA.realName
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
console.log("后两位不是 '#/'");
|
|
|
|
|
obj = {
|
|
|
|
|
label: inputValue,
|
|
|
|
|
soleInfo: this_.urlA.bah,
|
|
|
|
|
productName: this_.pruduct.value,
|
|
|
|
|
createBy: this_.urlA.realName
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -505,6 +514,8 @@ export default {
|
|
|
|
|
obj = {
|
|
|
|
|
label: inputValue,
|
|
|
|
|
soleInfo: this_.urlA.data,
|
|
|
|
|
productName: this_.pruduct.value,
|
|
|
|
|
createBy: this_.urlA.realName
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -699,7 +710,7 @@ export default {
|
|
|
|
|
//注册检验
|
|
|
|
|
} else if (id == 355) {
|
|
|
|
|
//注册受理
|
|
|
|
|
}else if (id == 366) {
|
|
|
|
|
} else if (id == 366) {
|
|
|
|
|
//注册体系核查
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
@ -793,7 +804,7 @@ export default {
|
|
|
|
|
title: this.title,
|
|
|
|
|
datalist: this.datalist,
|
|
|
|
|
};
|
|
|
|
|
case "yaopinbiangeng":
|
|
|
|
|
case "yaopinbiangeng":
|
|
|
|
|
return {
|
|
|
|
|
b: this.id,
|
|
|
|
|
token: this.token,
|
|
|
|
@ -823,7 +834,7 @@ export default {
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: rgba(255, 255, 255, 0.9);
|
|
|
|
|
box-shadow: 0px 0px vw(12) 0px rgba(194, 212, 226, 0.64);
|
|
|
|
|
border-radius: vw(10) vw(10) 0 0;
|
|
|
|
|
border-radius: vw(10) vw(10) 0 0;
|
|
|
|
|
|
|
|
|
|
.drugInfo-top {
|
|
|
|
|
display: flex;
|
|
|
|
@ -985,6 +996,6 @@ export default {
|
|
|
|
|
font-size: vb(16);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/* 修改滚动条样式 .title_state为div盒子*/
|
|
|
|
|
|
|
|
|
|
/* 修改滚动条样式 .title_state为div盒子*/
|
|
|
|
|
</style>
|
|
|
|
|