| | |
| | | v-if="isSupervision==='null'?false:true">删除</el-button> |
| | | <br><el-button type="text" v-print="printObj1" @click="giveData(scope.row)" |
| | | v-if="isSupervision==='null' && scope.row.reviewstatus === 2?true:false">打印正本(新)</el-button> |
| | | <el-button type="text" v-print="printObj1" @click="giveDetail(scope.row)" |
| | | <el-button type="text" v-print="printObj2" @click="giveDetail(scope.row)" |
| | | v-if="isSupervision==='null' && scope.row.reviewstatus === 2?true:false">打印副本(新)</el-button> |
| | | <el-button type="text" v-print="printObj3" @click="giveData(scope.row)" |
| | | v-if="isSupervision==='null' && scope.row.reviewstatus === 2?true:false">打印正本(旧)</el-button> |
| | |
| | | <el-row style="margin-top: 92px;padding-left: 120px"> |
| | | <el-col :span="4" style="font-weight: bold;"> |
| | | <span v-if="type === 2">主要负责人</span> |
| | | <span v-if="type === 3">许可类型</span> |
| | | <span v-if="type === 3 || type === 4">许可类型</span> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <span v-if="type === 2">{{mainpersonname}}</span> |
| | | <span v-if="type === 3">{{licensetype}}</span> |
| | | <span v-if="type === 3 || type === 4">{{licensetype}}</span> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 48px;margin-left: 120px;"> |
| | |
| | | } else if (val.type === 3 || val.type === 4) { |
| | | this.area = val.dealingarea |
| | | this.powder = val.reservekg |
| | | if (val.licensetype === 2) { |
| | | this.licensetype = '临时零售' |
| | | } else { |
| | | if (val.licensetype === 1) { |
| | | this.licensetype = '长期零售' |
| | | } else{ |
| | | this.licensetype = '短期零售' |
| | | } |
| | | if (val.dealingtype === 2 || val.dealingtype === 4) { |
| | | this.dealingtype = '专店' |
| | |
| | | } else if (val.type === 3 || val.type === 4) { |
| | | this.area = val.dealingarea |
| | | this.powder = val.reservekg |
| | | if (val.licensetype === 2) { |
| | | this.licensetype = '临时' |
| | | } else if(val.licensetype === 3){ |
| | | this.licensetype = '长期' |
| | | }else{ |
| | | this.licensetype = '短期' |
| | | if (val.licensetype === 1) { |
| | | this.licensetype = '长期零售' |
| | | } else{ |
| | | this.licensetype = '短期零售' |
| | | } |
| | | if (val.dealingtype === 2 || val.dealingtype === 4) { |
| | | this.dealingtype = '专店' |