This commit is contained in:
shijingjing
2022-10-09 09:16:17 +08:00
parent 7a2a4d11c4
commit 4c1ae89e11

View File

@@ -117,7 +117,7 @@
<h2>出发地址</h2> <h2>出发地址</h2>
</div> </div>
<div class="form-item__right"> <div class="form-item__right">
<textarea auto-height v-model="form.startAddress" :maxlength="500" placeholder="请输入详细的出发地址" <textarea auto-height v-model="form.startAddress" :maxlength="500" placeholder="请尽量详细填写至街道、小区。"
placeholder-style="font-size: 16px"></textarea> placeholder-style="font-size: 16px"></textarea>
</div> </div>
</div> </div>
@@ -200,7 +200,7 @@
<h2>目的详址</h2> <h2>目的详址</h2>
</div> </div>
<div class="form-item__right"> <div class="form-item__right">
<textarea auto-height v-model="form.arriveAddress" :maxlength="500" placeholder="请输入详细的目的详址" <textarea auto-height v-model="form.arriveAddress" :maxlength="500" placeholder="请尽量详细填写至小区、楼栋号。"
placeholder-style="font-size: 16px"></textarea> placeholder-style="font-size: 16px"></textarea>
</div> </div>
</div> </div>
@@ -520,6 +520,7 @@ export default {
idNumber: idNumber, idNumber: idNumber,
current: this.current, current: this.current,
size: 10, size: 10,
infoType: '0',
} }
}).then(res => { }).then(res => {
if(res?.data) { if(res?.data) {
@@ -596,7 +597,7 @@ export default {
} }
if (this.form.arriveAreaId.substr(this.form.arriveAreaId.length - 3, 3) === '000') { if (this.form.arriveAreaId.substr(this.form.arriveAreaId.length - 3, 3) === '000') {
return this.$toast('请尽量填室至小区、楼栋号') return this.$toast('目的地必须选到村或社区')
} }
// if (!this.form.arriveAddress) { // if (!this.form.arriveAddress) {