apply-clients 7.1.36-yuchuan-13 → 7.1.36-yuchuan-16
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/android.html +28 -28
- package/build/dev-server.js +10 -28
- package/index.html +39 -39
- package/package.json +2 -2
- package/src/apply.js +1 -0
- package/src/applyAndroid.js +97 -97
- package/src/components/android/AppSign.vue +0 -1
- package/src/components/android/AppUpload.vue +275 -275
- package/src/components/android/Ignition/VentilationIgnition.vue +1 -1
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +1 -1
- package/src/components/android/Process/AppExplorationUser.vue +2 -2
- package/src/components/android/Process/AppServiceControl.vue +6 -6
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +2 -2
- package/src/components/android/Sign/AppSignTask.vue +1 -1
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +1 -1
- package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +2 -2
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +2 -2
- package/src/components/android/Task/yiban/AppShowDone.vue +2 -2
- package/src/components/android/Task/yiban/ShowDone.vue +95 -95
- package/src/components/android/Task/yiban/satisfactionShow.vue +166 -166
- package/src/components/android/newPackage/customerServiceManager.vue +1 -1
- package/src/components/android/newPackage/projectPrice.vue +1 -1
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +1101 -1101
- package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -272
- package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -236
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +2 -2
- package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +1 -1
- package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
- package/src/components/product/ApplyMap/AMapLocation.vue +870 -870
- package/src/components/product/ApplyMap/AmapUtil.js +37 -37
- package/src/components/product/ApplyMap/ApplyDragaboutList.vue +223 -223
- package/src/components/product/ApplyMap/ApplyInputSearch.vue +212 -212
- package/src/components/product/ApplyMap/ApplyMapCom.vue +82 -82
- package/src/components/product/ApplyMap/ApplyMapLocation.vue +862 -862
- package/src/components/product/Function/InstallFunction.vue +1 -1
- package/src/components/product/Function/InstallInfoSelect.vue +2 -2
- package/src/components/product/Function/Service/FunctionServiceControl.vue +586 -586
- package/src/components/product/GongJianPush/ApplyPushList.vue +191 -191
- package/src/components/product/GongJianPush/ApplyPushManage.vue +91 -91
- package/src/components/product/Ignition/IgnitionListManage.vue +602 -602
- package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
- package/src/components/product/List/OldShowDevices.vue +2 -2
- package/src/components/product/List/ShowAllActivity.vue +2 -2
- package/src/components/product/List/ShowDevices.vue +2 -2
- package/src/components/product/Process/ExplorationSelect.vue +2 -2
- package/src/components/product/Process/ExplorationUser.vue +1 -1
- package/src/components/product/Process/New1ExplorationUser.vue +2 -2
- package/src/components/product/Process/NewExplorationSelect.vue +2 -2
- package/src/components/product/Process/NewExplorationUser.vue +1 -1
- package/src/components/product/Process/Processes/InstallationDetails.vue +4 -4
- package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
- package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
- package/src/components/product/Process/Processes/chargeManagement.vue +704 -704
- package/src/components/product/Process/Processes/devicesManagement.vue +393 -393
- package/src/components/product/Process/Processes/newDevicesManagement.vue +413 -413
- package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +2 -2
- package/src/components/product/Process/Processes/selectOldUserinfo.vue +2 -2
- package/src/components/product/Process/Processes/selectUserinfo.vue +3 -3
- package/src/components/product/Process/Service/ServiceControl.vue +6 -6
- package/src/components/product/ServiceView.vue +644 -644
- package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +1 -1
- package/src/components/product/Supervisory/SupervisoryControl.vue +116 -116
- package/src/components/product/Supervisory/SupervisoryList.vue +2 -2
- package/src/components/product/Supervisory/SupervisoryhCart.vue +119 -119
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +2 -2
- package/src/components/product/VueUtils/ApplyUpload.vue +285 -294
- package/src/components/product/records/AdjustmentRecordList.vue +162 -162
- package/src/main.js +27 -27
|
@@ -151,7 +151,7 @@ export default {
|
|
|
151
151
|
this.showselect = false
|
|
152
152
|
},
|
|
153
153
|
searchCondition (args) {
|
|
154
|
-
args.condition = `${args.condition} and ui.f_filiale
|
|
154
|
+
args.condition = `${args.condition} and ui.f_filiale like '%${this.$login.f.orgs}%' and ui.f_user_state = '正常'`
|
|
155
155
|
this.model.search(args.condition, args.model)
|
|
156
156
|
},
|
|
157
157
|
clear () {
|
|
@@ -169,7 +169,7 @@ export default {
|
|
|
169
169
|
async getArea () {
|
|
170
170
|
let data = {
|
|
171
171
|
tablename: 't_area_address',
|
|
172
|
-
condition: `f_filiale
|
|
172
|
+
condition: `f_filiale like '%${this.$login.f.orgs}%' and f_area_status = '启用'`
|
|
173
173
|
}
|
|
174
174
|
let http = new HttpResetClass()
|
|
175
175
|
let res = await http.load(
|
|
@@ -161,7 +161,7 @@ export default {
|
|
|
161
161
|
this.showselect = false
|
|
162
162
|
},
|
|
163
163
|
searchCondition (args) {
|
|
164
|
-
args.condition = `${args.condition} and ui.f_filiale
|
|
164
|
+
args.condition = `${args.condition} and ui.f_filiale like '%${this.$login.f.orgs}%'`
|
|
165
165
|
|
|
166
166
|
this.model.search(args.condition, args.model)
|
|
167
167
|
},
|
|
@@ -180,7 +180,7 @@ export default {
|
|
|
180
180
|
async getArea () {
|
|
181
181
|
let data = {
|
|
182
182
|
tablename: 't_area_address',
|
|
183
|
-
condition: `f_filiale
|
|
183
|
+
condition: `f_filiale like '%${this.$login.f.orgs}%' and f_area_status = '启用'`
|
|
184
184
|
}
|
|
185
185
|
let http = new HttpResetClass()
|
|
186
186
|
let res = await http.load(
|
|
@@ -152,9 +152,9 @@ export default {
|
|
|
152
152
|
},
|
|
153
153
|
searchCondition (args) {
|
|
154
154
|
if (this.selectdata.f_apply_type === '分户挂表'){
|
|
155
|
-
args.condition = `${args.condition} and ui.f_filiale
|
|
155
|
+
args.condition = `${args.condition} and ui.f_filiale like '%${this.$login.f.orgs}%' and ui.f_user_state = '分户挂表'`
|
|
156
156
|
}else if (this.selectdata.f_apply_type === '改线业务'){
|
|
157
|
-
args.condition = `${args.condition} and ui.f_filiale
|
|
157
|
+
args.condition = `${args.condition} and ui.f_filiale like '%${this.$login.f.orgs}%' and ui.f_user_state = '正常'`
|
|
158
158
|
}
|
|
159
159
|
this.model.search(args.condition, args.model)
|
|
160
160
|
},
|
|
@@ -173,7 +173,7 @@ export default {
|
|
|
173
173
|
async getArea () {
|
|
174
174
|
let data = {
|
|
175
175
|
tablename: 't_area_address',
|
|
176
|
-
condition: `f_filiale
|
|
176
|
+
condition: `f_filiale like '%${this.$login.f.orgs}%' and f_area_status = '启用'`
|
|
177
177
|
}
|
|
178
178
|
let http = new HttpResetClass()
|
|
179
179
|
let res = await http.load(
|
|
@@ -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_parentname + '$).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_parentname + '$).getChildren()'
|
|
881
881
|
let res = await this.$resetpost(
|
|
882
882
|
'rs/search',
|
|
883
883
|
{data: data},
|
|
@@ -1148,7 +1148,7 @@ export default {
|
|
|
1148
1148
|
async getResidentialArea () {
|
|
1149
1149
|
let data = {
|
|
1150
1150
|
tablename: 't_area_address',
|
|
1151
|
-
condition: `f_filiale
|
|
1151
|
+
condition: `f_filiale like '%${this.$login.f.orgs}%' and f_area_status = '启用'`
|
|
1152
1152
|
}
|
|
1153
1153
|
let http = new HttpResetClass()
|
|
1154
1154
|
let res = await http.load(
|
|
@@ -1291,7 +1291,7 @@ export default {
|
|
|
1291
1291
|
}
|
|
1292
1292
|
|
|
1293
1293
|
let data = {
|
|
1294
|
-
condition: `sp.f_filiale
|
|
1294
|
+
condition: `sp.f_filiale like '%${this.$login.f.orgs}%' and sp.f_price_type = '${this.show_data.f_price_type}' and f_gasproperties = '${this.show_data.f_gas_nature}'`
|
|
1295
1295
|
}
|
|
1296
1296
|
|
|
1297
1297
|
if (this.show_data.f_apply_type === '民用报建') {
|
|
@@ -1548,7 +1548,7 @@ export default {
|
|
|
1548
1548
|
f_user_id: userinfo.f_user_id,
|
|
1549
1549
|
f_userinfo_id: userinfo.f_userinfo_id,
|
|
1550
1550
|
record: {
|
|
1551
|
-
f_filiale: this.$login.f.
|
|
1551
|
+
f_filiale: this.$login.f.orgs,
|
|
1552
1552
|
f_instruct_meta_data: this.show_data.button.button_name === '退出强制状态' ? '退出强制阀控' : '进入强制阀控',
|
|
1553
1553
|
f_instruct_title: this.show_data.button.button_name === '退出强制状态' ? '退出强制阀控' : '进入强制阀控',
|
|
1554
1554
|
f_instruct_type: '阀门控制',
|
|
@@ -1658,7 +1658,7 @@ export default {
|
|
|
1658
1658
|
}
|
|
1659
1659
|
|
|
1660
1660
|
let data = {
|
|
1661
|
-
condition: `sp.f_filiale
|
|
1661
|
+
condition: `sp.f_filiale like '%${this.$login.f.orgs}%' and sp.f_price_type = '${this.show_data.f_price_type}' and f_gasproperties = '${this.show_data.f_gas_nature}'`
|
|
1662
1662
|
}
|
|
1663
1663
|
|
|
1664
1664
|
if (this.show_data.f_apply_type === '民用报建') {
|