| | |
| | | </el-col>
|
| | | <el-col :span="18">
|
| | | <span
|
| | | v-if="type === 2">{{province === "新疆维吾尔自治区"? "新疆":province}}{{city}}{{district}}{{storageaddress}}</span>
|
| | | v-if="type === 2">{{province === "新疆维吾尔自治区"? "新疆":province}}{{city}}{{storagedistrict}}{{storageaddress}}</span>
|
| | | <span
|
| | | v-if="type === 3">{{province === "新疆维吾尔自治区"? "新疆":province}}{{city}}{{district}}{{address}}</span>
|
| | | </el-col>
|
| | |
| | | this.getLicenseListData()
|
| | | },
|
| | | methods: {
|
| | | giveDetail(val) {
|
| | | giveDetail(val) { |
| | | console.log(val)
|
| | | this.code = val.code
|
| | | this.name = val.name
|
| | | this.mainpersonname = val.mainpersonname
|
| | |
| | | this.$nextTick(() => {
|
| | | this.qrcode()
|
| | | })
|
| | | },
|
| | | }, |
| | | //打印正本
|
| | | giveData(val) {
|
| | | this.code = val.code
|
| | | this.name = val.name
|
| | |
| | | this.storageprovince = val.storageprovince
|
| | | this.storagecity = val.storagecity
|
| | | this.storagedistrict = val.storagedistrict
|
| | | this.dealingrange = val.dealingRangeStr
|
| | | //带出口的特殊情况 |
| | | if (val.remark.indexOf("批发出口")!= -1 ){ |
| | | this.dealingrange = val.dealingRangeStr+" (批发出口) ★★★" |
| | | }else{ |
| | | this.dealingrange = val.dealingRangeStr+" ★★★" |
| | | }
|
| | | this.reservebox = val.reservebox
|
| | | this.effectdate = formatDateDay(val.effectdate)
|
| | | this.noeffectdate = formatDateDay(val.noeffectdate)
|