|
@@ -16,18 +16,11 @@
|
|
<button class="mui-btn mui-btn-block" type='button' v-text="approvalPersonName"></button>
|
|
<button class="mui-btn mui-btn-block" type='button' v-text="approvalPersonName"></button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <!-- <div class="mui-input-row">
|
|
|
|
- <label><span class="colorfe616c">*</span>定位</label>
|
|
|
|
- <div class="vongi-yidi-location mui-ellipsis" style="width: 80%;">
|
|
|
|
- <button class="mui-btn mui-btn-block" type='button' v-text="positionName"></button>
|
|
|
|
- <span class="mui-icon mui-icon-location"></span>
|
|
|
|
- </div>
|
|
|
|
- </div> -->
|
|
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div class="mui-content-padded">
|
|
<div class="mui-content-padded">
|
|
<h5><span class="colorfe616c">*</span>定位</h5>
|
|
<h5><span class="colorfe616c">*</span>定位</h5>
|
|
- <button class="vongi-yidi-location">请选择<span class="mui-icon mui-icon-location"></span></button>
|
|
|
|
|
|
+ <button class="vongi-yidi-location">{{positionName}}<span class="mui-icon mui-icon-location"></span></button>
|
|
</div>
|
|
</div>
|
|
<div class="mui-content-padded">
|
|
<div class="mui-content-padded">
|
|
<h5>备注</h5>
|
|
<h5>备注</h5>
|
|
@@ -222,7 +215,7 @@
|
|
this.isLoading = false;
|
|
this.isLoading = false;
|
|
this.tjForm.latitude = parseFloat(res.latitude);
|
|
this.tjForm.latitude = parseFloat(res.latitude);
|
|
this.tjForm.longitude = parseFloat(res.longitude);
|
|
this.tjForm.longitude = parseFloat(res.longitude);
|
|
-
|
|
|
|
|
|
+
|
|
console.log(this.tjForm)
|
|
console.log(this.tjForm)
|
|
|
|
|
|
//获取定位地址
|
|
//获取定位地址
|