address-client 3.2.109-yangchun → 3.2.110-yangchun
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -165,6 +165,10 @@
|
|
|
165
165
|
class="input_search" style="width:60%" placeholder="合同顺序号"
|
|
166
166
|
v-validate:f_contracts_number='{required: true }'>
|
|
167
167
|
</div>
|
|
168
|
+
<div class="col-sm-12 form-group" style="margin-bottom: 12px;margin-top: 12px;">
|
|
169
|
+
<label class="font_normal_body" for="f_comment1">小区备注</label>
|
|
170
|
+
<textarea class="input_textarea" rows="3" style="width:80%; height:auto;" v-model="model.f_comments1"></textarea>
|
|
171
|
+
</div>
|
|
168
172
|
<div class="col-sm-12 form-group">
|
|
169
173
|
<label class="font_normal_body " >备  注</label>
|
|
170
174
|
<textarea class="input_textarea" rows="3" style="margin-top: 25px; width:80%;height: auto;" v-model="model.f_comments"></textarea>
|
|
@@ -303,6 +307,11 @@
|
|
|
303
307
|
<div class="col-sm-10 form-group ">
|
|
304
308
|
<p class="navbar-text" style="margin-left: 10%">说明: 层数输入1,门牌号输入001。产生的最终门牌号显示1001</p>
|
|
305
309
|
</div>
|
|
310
|
+
|
|
311
|
+
<div class="col-sm-12 form-group" style="margin-bottom: 12px;margin-top: 12px;">
|
|
312
|
+
<label class="font_normal_body" >小区备注</label>
|
|
313
|
+
<textarea class="input_textarea" rows="3" style="width:80%; height:auto;" v-model="model.f_comments1"></textarea>
|
|
314
|
+
</div>
|
|
306
315
|
<div class="col-sm-12 form-group">
|
|
307
316
|
<label class="font_normal_body " style="margin-top:-20px">备  注</label>
|
|
308
317
|
<textarea class="input_textarea" rows="3" style="width:80%;height: auto;" v-model="model.f_comments"></textarea>
|
|
@@ -371,6 +380,7 @@
|
|
|
371
380
|
f_pcd_id: '',
|
|
372
381
|
f_street_id: '',
|
|
373
382
|
f_comments:'',
|
|
383
|
+
f_comments1:'',
|
|
374
384
|
f_residential_area_id: '',
|
|
375
385
|
f_pcd: '',
|
|
376
386
|
f_street: '',
|
|
@@ -562,7 +572,10 @@
|
|
|
562
572
|
})
|
|
563
573
|
})
|
|
564
574
|
this.areaslist=redata
|
|
575
|
+
console.log('看看modal',this.model)
|
|
576
|
+
console.log('小区', redata)
|
|
565
577
|
this.areaChange(this.model.f_residential_area_id)
|
|
578
|
+
console.log(this.model.f_residential_area_id)
|
|
566
579
|
},
|
|
567
580
|
//省/市/区变化
|
|
568
581
|
async pcdChange(val){
|
|
@@ -781,6 +794,7 @@
|
|
|
781
794
|
f_residential_area_id: '',
|
|
782
795
|
f_pcd: '',
|
|
783
796
|
f_comments:'',
|
|
797
|
+
f_comments1:'',
|
|
784
798
|
f_street: '',
|
|
785
799
|
f_residential_area: '',
|
|
786
800
|
f_slice_area: '',
|