| | |
| | | import uploadMixin from "@/mixin/uploadMixin";
|
| | | import lineItem from "@/subPackage/workbench/components/lineItem.vue"
|
| | | import {
|
| | | getLabelList,getLabelCate
|
| | | getLabelList
|
| | | } from "@/api/label/categoryLabel.js";
|
| | | import {
|
| | | getDoorplateAddressDetail,
|
| | |
| | | },
|
| | | onShow() {
|
| | | this.getLabel()
|
| | | this.getCategory();
|
| | | // this.getLocation()
|
| | | },
|
| | | methods: {
|
| | |
| | | })
|
| | |
|
| | |
|
| | | this.form.jwd = `${Number(data.lat).toFixed(6)},${Number(data.lng).toFixed(6)}`
|
| | | this.form.jwd = `${Number(data.lng).toFixed(6)},${Number(data.lat).toFixed(6)}`
|
| | |
|
| | | this.form.building = arr.join("")
|
| | | setTimeout(() => {
|
| | |
| | | popup() {
|
| | | this.$refs.uniPopup.open()
|
| | | },
|
| | | |
| | | getCategory(){
|
| | | getLabelCate({
|
| | | level:2,
|
| | | parentNo:11
|
| | | }).then(res=>{
|
| | | console.log("category===>",res)
|
| | | })
|
| | | },
|
| | | |
| | |
|
| | | getLabel() {
|
| | | getLabelList({
|