diff --git a/src/views/basic/client/cert/corpMaintainCert.vue b/src/views/basic/client/cert/corpMaintainCert.vue index 5dc3283..23afe0c 100644 --- a/src/views/basic/client/cert/corpMaintainCert.vue +++ b/src/views/basic/client/cert/corpMaintainCert.vue @@ -1403,7 +1403,7 @@ export default { }, addOrderMutiCert(){ if (isBlank(this.currentRow.corpId)) { - this.$message.error("请先选择用户!") + this.$message.error("请先选择往来单位!") return; } this.inputCertQuery={ @@ -1526,7 +1526,7 @@ export default { }, getBizDetailList() { if (isBlank(this.currentRow.corpId)) { - this.$message.error("请先选择用户!") + this.$message.error("请先选择往来单位!") return; } this.bizDetailLoading = true; diff --git a/src/views/basic/corpMaintain/corpMaintain.vue b/src/views/basic/corpMaintain/corpMaintain.vue index 5e38990..e0596bb 100644 --- a/src/views/basic/corpMaintain/corpMaintain.vue +++ b/src/views/basic/corpMaintain/corpMaintain.vue @@ -1246,9 +1246,8 @@ export default { } }, getBizDetailList() { - console.log("hshhhshhshshhshshs") if (isBlank(this.currentRow.companyIdFk)) { - this.$message.error("请先选择用户!") + this.$message.error("请先选择往来单位!") return; } this.bizDetailLoading = true; @@ -1285,7 +1284,7 @@ export default { addOrderMutiAuth(){ if (isBlank(this.currentRow.companyIdFk)) { - this.$message.error("请先选择用户!") + this.$message.error("请先选择往来单位!") return; } this.inputAuthQuery={ @@ -1295,7 +1294,7 @@ export default { }, addOrderMutiCert(){ if (isBlank(this.currentRow.companyIdFk)) { - this.$message.error("请先选择用户!") + this.$message.error("请先选择往来单位!") return; } this.inputCertQuery={ @@ -1529,18 +1528,18 @@ export default { if (this.editType == 0) { this.inputQuery.manufacturerId = getUUID('') } else { - this.certQuery.customerId = this.inputQuery.customerId - this.selectedOptions = this.inputQuery.placeAreaCode.split(',') - if (this.inputQuery.productionAreaCode != '' && this.inputQuery.productionAreaCode != null && this.inputQuery.productionAreaCode != undefined) { - this.selectedOptions2 = this.inputQuery.productionAreaCode.split(',') - } + // this.certQuery.customerId = this.$store.getters.customerId + // this.selectedOptions = this.inputQuery.placeAreaCode.split(',') + // if (this.inputQuery.productionAreaCode != '' && this.inputQuery.productionAreaCode != null && this.inputQuery.productionAreaCode != undefined) { + // this.selectedOptions2 = this.inputQuery.productionAreaCode.split(',') + // } } - this.certQuery.manufacturerIdFk = this.inputQuery.manufacturerId - this.manufacturerId = this.inputQuery.manufacturerId - this.customerId = this.inputQuery.customerId + // this.certQuery.manufacturerIdFk = this.inputQuery.manufacturerId + // this.manufacturerId = this.inputQuery.manufacturerId + // this.customerId = this.$store.getters.customerId // this.getData(); - this.getCompanyCertList() + // this.getCompanyCertList() this.findMethod() this.uploadUrl = this.BASE_URL + '/udiwms/upload/register/file' this.fileUrl = this.BASE_URL + '/udiwms/image/register/file/getImage?type=image2&name='