apply-clients 3.5.6-2 → 3.5.6-22
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/build/dev-server.js +5 -5
- package/package.json +1 -1
- package/src/components/android/Process/AppServiceControl.vue +1760 -1760
- package/src/components/product/Function/Service/FunctionServiceControl.vue +497 -497
- package/src/components/product/Install/ContractCharge.vue +210 -210
- package/src/filiale/dingcheng/android/AppInstallationDetails.vue +0 -1
- package/src/filiale/dingcheng/pc/InstallationDetails.vue +0 -1
- package/src/filiale/fugou/android/AppAddMaterialScience.vue +444 -444
- package/src/filiale/fugou/android/AppAddReplacement.vue +512 -512
- package/src/filiale/fugou/android/AppDevicesManagement.vue +6 -11
- package/src/filiale/fugou/android/AppInstallationDetails.vue +32 -33
- package/src/filiale/fugou/android/AppZhihuanManagement.vue +242 -242
- package/src/filiale/fugou/pc/AddReplacement.vue +511 -511
- package/src/filiale/fugou/pc/ApplyChargeList.vue +554 -554
- package/src/filiale/fugou/pc/Applybatchdispatch.vue +754 -754
- package/src/filiale/fugou/pc/InstallationDetails.vue +646 -646
- package/src/filiale/fugou/pc/ServiceControl.vue +1741 -1732
- package/src/filiale/fugou/pc/addMaterialScience.vue +481 -481
- package/src/filiale/fugou/pc.js +19 -19
- package/src/filiale/gongyi/pc/addressAndUserinfoManagement.vue +187 -187
- package/src/filiale/gongyi/pc/chargeManagement.vue +2 -2
- package/src/filiale/gongyi/pc.js +25 -25
- package/src/filiale/hongda/pc/addMaterialScience.vue +723 -723
- package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -635
- package/src/filiale/jinhuang/android/AppServiceControl.vue +1842 -1842
- package/src/filiale/jinhuang/android.js +7 -7
- package/src/filiale/jinhuang/pc/Applybatchdispatch.vue +770 -0
- package/src/filiale/jinhuang/pc/ContractList.vue +5 -3
- package/src/filiale/jinhuang/pc/ExplorationSelect.vue +511 -511
- package/src/filiale/jinhuang/pc/ServiceControl.vue +1 -1
- package/src/filiale/jinhuang/pc/SupervisoryList.vue +19 -0
- package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -638
- package/src/filiale/jinhuang/pc.js +13 -12
- package/src/filiale/qianneng/pc/Applybatchdispatch.vue +786 -786
- package/src/filiale/qianneng/pc/ServiceControl.vue +1387 -1387
- package/src/filiale/ruihua/pc/ServiceControl.vue +1973 -1973
- package/src/filiale/shexian/android/AppServiceControl.vue +1786 -1769
- package/src/filiale/shexian/android/AppSign.vue +152 -152
- package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +527 -527
- package/src/filiale/yangchunboneng/android/AppContractCharge.vue +222 -222
- package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +1144 -1144
- package/src/filiale/yangchunboneng/android/AppOtherChargeList.vue +281 -0
- package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1883 -1879
- package/src/filiale/yangchunboneng/android.js +22 -21
- package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +392 -392
- package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +10 -0
- package/src/filiale/yangchunboneng/pc/InstallInfoSelect.vue +36 -1
- package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2118 -2114
- package/src/filiale/yangchunboneng/pc/SupervisoryControl.vue +141 -141
- package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +652 -617
- package/src/filiale/yangchunboneng/pc/buildOrderList.vue +421 -421
- package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1060 -1057
- package/src/filiale/yangchunboneng/pc/printBuildOrder.vue +175 -175
- package/src/filiale/yangchunboneng/pc.js +29 -29
- package/src/main.js +3 -3
|
@@ -1402,7 +1402,7 @@
|
|
|
1402
1402
|
|
|
1403
1403
|
let data = {
|
|
1404
1404
|
tablename: 't_area',
|
|
1405
|
-
condition: `
|
|
1405
|
+
condition: `f_orgid = '${this.$login.f.orgid}' and f_residential_area = '${this.show_data.f_residential_area}'`
|
|
1406
1406
|
}
|
|
1407
1407
|
let http = new HttpResetClass()
|
|
1408
1408
|
let res = await http.load(
|
|
@@ -240,6 +240,18 @@
|
|
|
240
240
|
condition="f_order_date <= '{}'">
|
|
241
241
|
</datepicker>
|
|
242
242
|
</div>
|
|
243
|
+
<div class="form-group col-sm-3">
|
|
244
|
+
<label class="font_normal_body">是否老居民首次开发:</label>
|
|
245
|
+
<v-select
|
|
246
|
+
v-model="model.f_first_user"
|
|
247
|
+
placeholder='是否老居民首次开发'
|
|
248
|
+
condition="f_first_user = '{}'"
|
|
249
|
+
:value.sync="model.f_first_user"
|
|
250
|
+
:options='$parent.$parent.isfist'
|
|
251
|
+
class="select select_list"
|
|
252
|
+
:value-single="true"
|
|
253
|
+
close-on-select ></v-select>
|
|
254
|
+
</div>
|
|
243
255
|
</div>
|
|
244
256
|
</div>
|
|
245
257
|
</criteria>
|
|
@@ -372,6 +384,13 @@
|
|
|
372
384
|
{label: '已领', value: '已领'},
|
|
373
385
|
{label: '未领', value: '未领'}
|
|
374
386
|
|
|
387
|
+
],
|
|
388
|
+
// 是否老居民首次开发
|
|
389
|
+
isfist: [
|
|
390
|
+
{label: '全部', value: ''},
|
|
391
|
+
{label: '是', value: '是'},
|
|
392
|
+
{label: '否', value: '否'}
|
|
393
|
+
|
|
375
394
|
],
|
|
376
395
|
// 流程状态
|
|
377
396
|
getfield: {
|