apply-clients 7.1.36-yuchuan-11 → 7.1.36-yuchuan-14
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 +6 -6
- package/package.json +1 -1
- package/src/apply.js +162 -160
- package/src/components/android/Process/AppServiceControl.vue +2 -2
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +1101 -1101
- package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +1 -1
- package/src/components/product/ApplyMap/AMapLocation.vue +871 -0
- package/src/components/product/ApplyMap/ApplyMapCom.vue +82 -82
- package/src/components/product/Function/InstallInfoSelect.vue +1 -1
- package/src/components/product/InsuranceApply/InsuranceReport.vue +189 -0
- package/src/components/product/Process/Processes/chargeManagement.vue +704 -704
- package/src/components/product/Process/Service/ServiceControl.vue +2 -2
- package/src/components/product/ServiceView.vue +644 -644
- package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
- package/src/components/product/Supervisory/SupervisoryhCart.vue +119 -119
|
@@ -849,7 +849,7 @@ export default {
|
|
|
849
849
|
},
|
|
850
850
|
//获取下发人(当前操作人所属部门下的所有人)
|
|
851
851
|
getSource () {
|
|
852
|
-
return 'this.getParentByType($organization$).getChildByName($'+ this.$login.f.
|
|
852
|
+
return 'this.getParentByType($organization$).getChildByName($'+ this.$login.f.f_department_name + '$).getChildren()'
|
|
853
853
|
},
|
|
854
854
|
async getUserName() {
|
|
855
855
|
if(this.selectdata.f_construction_unit_id){
|
|
@@ -877,7 +877,7 @@ export default {
|
|
|
877
877
|
source: '',
|
|
878
878
|
userid: this.$login.f.id
|
|
879
879
|
}
|
|
880
|
-
data.source = 'this.getParentByType($organization$).getChildByName($'+ this.$login.f.
|
|
880
|
+
data.source = 'this.getParentByType($organization$).getChildByName($'+ this.$login.f.f_department_name + '$).getChildren()'
|
|
881
881
|
let res = await this.$resetpost(
|
|
882
882
|
'rs/search',
|
|
883
883
|
{data: data},
|