apply-clients 3.5.5-4 → 3.5.5-41
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 +2 -6
- package/package.json +6 -4
- package/src/components/QXClient.js +333 -0
- package/src/components/SignTools.js +65 -0
- package/src/components/android/AppTakePic.vue +182 -182
- package/src/components/product/Material/MaterialDetailed.vue +268 -268
- package/src/components/product/Process/Processes/contractModel.vue +97 -118
- package/src/components/product/ServiceView.vue +1028 -1028
- package/src/filiale/fugou/android/AppAddMaterialScience.vue +444 -440
- package/src/filiale/fugou/android/AppDevicesManagement.vue +3 -1
- package/src/filiale/fugou/android/AppInstallationDetails.vue +542 -541
- package/src/filiale/fugou/android/AppServiceControl.vue +1836 -1836
- package/src/filiale/fugou/android/AppZhihuanManagement.vue +3 -1
- package/src/filiale/fugou/android/printCharge.vue +162 -162
- package/src/filiale/fugou/android.js +16 -16
- package/src/filiale/fugou/pc/ApplyChargeList.vue +484 -480
- package/src/filiale/fugou/pc/ExplorationSelect.vue +525 -525
- package/src/filiale/fugou/pc/ServiceControl.vue +1705 -1705
- package/src/filiale/fugou/pc/ServiceView.vue +941 -941
- package/src/filiale/fugou/pc/StopApplyList.vue +291 -0
- package/src/filiale/fugou/pc/SupervisoryServiceControl.vue +881 -0
- package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +1 -1
- package/src/filiale/fugou/pc/chargeReport.vue +87 -15
- package/src/filiale/fugou/pc/devicesManagement.vue +1 -0
- package/src/filiale/fugou/pc/printChargepc.vue +148 -148
- package/src/filiale/fugou/pc.js +3 -1
- package/src/filiale/gongyi/android/AppAddMaterialScience.vue +493 -493
- package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -0
- package/src/filiale/jinhuang/android.js +6 -0
- package/src/filiale/jinhuang/pc/ContractList.vue +220 -0
- package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -0
- package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +41 -1
- package/src/filiale/jinhuang/pc.js +2 -0
- package/src/filiale/qianneng/android/AppChargeManagement.vue +686 -686
- package/src/filiale/qianneng/android/AppServiceView.vue +795 -795
- package/src/filiale/qianneng/android.js +15 -15
- package/src/filiale/qianneng/pc/ApplyMaterialDetailed.vue +1 -1
- package/src/filiale/qianneng/pc/Applydetail.vue +1 -1
- package/src/filiale/qianneng/pc/InstallFunction.vue +188 -188
- package/src/filiale/qianneng/pc.js +29 -29
- package/src/filiale/ruihua/pc/ServiceControl.vue +1967 -1966
- package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +520 -520
- package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +645 -645
- package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +52 -0
- package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +30 -1
- package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1703 -1703
- package/src/filiale/yangchunboneng/android/MaterIialOne.vue +21 -1
- package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +645 -617
- package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +99 -48
- package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2112 -2112
- package/src/filiale/yangchunboneng/pc/ServiceView.vue +1007 -1007
- package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +4 -1
- package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +5 -1
- package/src/filiale/yangchunboneng/pc/SupervisoryServiceView.vue +1 -1
- package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1053 -1052
- package/src/filiale/yangchunboneng/pc/devicesManagement.vue +574 -574
- package/src/main.js +1 -1
|
@@ -111,6 +111,58 @@
|
|
|
111
111
|
</datepicker>
|
|
112
112
|
</div>
|
|
113
113
|
</div>
|
|
114
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
115
|
+
<label class="">计划通气日期:</label>
|
|
116
|
+
<div class="col-xs-8" >
|
|
117
|
+
<datepicker id="startDate" placeholder="计划通气开始日期"
|
|
118
|
+
style="width: 100%!important;"
|
|
119
|
+
v-model="model.jihuastart"
|
|
120
|
+
:value.sync="model.jihuastart"
|
|
121
|
+
:format="'yyyy-MM-dd'"
|
|
122
|
+
:show-reset-button="true"
|
|
123
|
+
condition="u.f_reconnaissance_time >= '{}'">
|
|
124
|
+
</datepicker>
|
|
125
|
+
</div>
|
|
126
|
+
</div>
|
|
127
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
128
|
+
<label class="">计划通气日期:</label>
|
|
129
|
+
<div class="col-xs-8" >
|
|
130
|
+
<datepicker id="startDate" placeholder="计划通气结束日期"
|
|
131
|
+
style="width: 100%!important;"
|
|
132
|
+
v-model="model.jihuaend"
|
|
133
|
+
:value.sync="model.jihuaend"
|
|
134
|
+
:format="'yyyy-MM-dd'"
|
|
135
|
+
:show-reset-button="true"
|
|
136
|
+
condition="u.f_reconnaissance_time <= '{}'">
|
|
137
|
+
</datepicker>
|
|
138
|
+
</div>
|
|
139
|
+
</div>
|
|
140
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
141
|
+
<label class="">预计通气时间:</label>
|
|
142
|
+
<div class="col-xs-8" >
|
|
143
|
+
<datepicker id="startDate" placeholder="预计通气开始时间"
|
|
144
|
+
style="width: 100%!important;"
|
|
145
|
+
v-model="model.yujistart"
|
|
146
|
+
:value.sync="model.yujistart"
|
|
147
|
+
:format="'yyyy-MM-dd'"
|
|
148
|
+
:show-reset-button="true"
|
|
149
|
+
condition="u.f_yjgase_time >= '{}'">
|
|
150
|
+
</datepicker>
|
|
151
|
+
</div>
|
|
152
|
+
</div>
|
|
153
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
154
|
+
<label class="">预计通气时间:</label>
|
|
155
|
+
<div class="col-xs-8" >
|
|
156
|
+
<datepicker id="startDate" placeholder="预计通气结束时间"
|
|
157
|
+
style="width: 100%!important;"
|
|
158
|
+
v-model="model.yujiend"
|
|
159
|
+
:value.sync="model.yujiend"
|
|
160
|
+
:format="'yyyy-MM-dd'"
|
|
161
|
+
:show-reset-button="true"
|
|
162
|
+
condition="u.f_yjgase_time <= '{}'">
|
|
163
|
+
</datepicker>
|
|
164
|
+
</div>
|
|
165
|
+
</div>
|
|
114
166
|
<!-- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
115
167
|
<label class="">稍后处理:</label>
|
|
116
168
|
<div class="col-xs-8" >
|
|
@@ -183,6 +183,31 @@ export default {
|
|
|
183
183
|
|
|
184
184
|
},
|
|
185
185
|
methods: {
|
|
186
|
+
async getdefaultmaterial() {
|
|
187
|
+
this.material = []
|
|
188
|
+
let datarow = {
|
|
189
|
+
workname: 'materials'
|
|
190
|
+
}
|
|
191
|
+
let http = new HttpResetClass()
|
|
192
|
+
let row = await http.load(
|
|
193
|
+
'POST',
|
|
194
|
+
`${this.$androidUtil.getProxyUrl()}/rs/logic/ApplyGetConfigs`,
|
|
195
|
+
{data: datarow},
|
|
196
|
+
{resolveMsg: null, rejectMsg: '配置数据获取失败!!!'})
|
|
197
|
+
let material = row.data[this.selectdata.f_apply_type]
|
|
198
|
+
if (!isEmpty(material)&& material.length>0){
|
|
199
|
+
for (let i = 0; i < material.length; i++){
|
|
200
|
+
this.material.push({
|
|
201
|
+
f_material_name: material[i].f_material_name,
|
|
202
|
+
f_material_style: material[i].f_material_style,
|
|
203
|
+
f_overlength_unitprice:"0",
|
|
204
|
+
f_overlength_number:"0",
|
|
205
|
+
f_discounts_money_detail:"0",
|
|
206
|
+
f_actual_materials_detail:"0"
|
|
207
|
+
})
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
},
|
|
186
211
|
delete_material(i) {
|
|
187
212
|
console.log('删除项====', i)
|
|
188
213
|
this.material.splice(i, 1)
|
|
@@ -269,6 +294,7 @@ export default {
|
|
|
269
294
|
}
|
|
270
295
|
// 所有型号
|
|
271
296
|
this.newmaterialnameandtype =materialNumbers
|
|
297
|
+
this.getdefaultmaterial()
|
|
272
298
|
}).catch((e) => {
|
|
273
299
|
console.log("933", e)
|
|
274
300
|
})
|
|
@@ -637,7 +663,10 @@ export default {
|
|
|
637
663
|
this.material.forEach((row) => {
|
|
638
664
|
if (row.f_material_price != 0) {
|
|
639
665
|
if(row.f_material_name.name=="自闭阀"){
|
|
640
|
-
str=
|
|
666
|
+
str=this.$appdata.getSingleValue(`报建自闭阀收费类型`)
|
|
667
|
+
}
|
|
668
|
+
if(row.f_material_name.name=="燃具管(连接管)"){
|
|
669
|
+
str=this.$appdata.getSingleValue(`报建燃具管收费类型`)
|
|
641
670
|
}
|
|
642
671
|
otherdetail.push({
|
|
643
672
|
f_brand_spec: [`${str}`],
|