apply-clients 4.1.69 → 4.1.72
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/dist.zip +0 -0
- package/package.json +1 -1
- package/src/apply.js +72 -72
- package/src/components/product/Function/InstallInfoSelect.vue +0 -1
- package/src/components/product/Process/Processes/UserFireInfo.vue +409 -409
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +3 -0
- package/src/components/product/Process/Processes/devicesDetails.vue +834 -834
- package/src/components/product/ServiceView.vue +797 -797
- package/src/components/product/Supervisory/SupervisoryhCart.vue +0 -7
|
@@ -1041,6 +1041,9 @@ export default {
|
|
|
1041
1041
|
|
|
1042
1042
|
console.log("vfgvb",this.model.data)
|
|
1043
1043
|
}
|
|
1044
|
+
if(this.selectdata.defname === '合同签订'){
|
|
1045
|
+
return
|
|
1046
|
+
}
|
|
1044
1047
|
for (let i = 0; i < this.selectdata.fields.length; i++) {
|
|
1045
1048
|
if (this.selectdata.fields[i].label === '户数') {
|
|
1046
1049
|
this.selectdata.fields[i].value = res.data.length
|