apply-clients 5.0.35-44 → 5.0.35-45
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 +1 -1
- package/src/components/product/Common/PrintBill.vue +121 -121
- package/src/components/product/Function/functions/InstallFee.vue +1122 -1122
- package/src/components/product/Process/Processes/Service/ServiceControl.vue +0 -8
- package/src/components/product/ServiceView.vue +811 -804
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +0 -5
|
@@ -156,11 +156,6 @@
|
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
|
-
if(this.selectdata.f_apply_type='集体报建' && this.selectdata.f_user_type=='非民用' && this.selectdata.defname=='验收'){
|
|
160
|
-
for(let i = 0; i < this.data.fields.length; i++){
|
|
161
|
-
this.data.fields[i].required = false
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
159
|
this.data.buttons = null
|
|
165
160
|
if( this.$login.r.find(value => value == '报建流程修改') && this.data.f_apply_type=='个人报建' ){
|
|
166
161
|
// 仅留保存按钮
|