bug修改

busUser
anthonyywj2 3 years ago
parent a457e7b521
commit a1ddc9d143

@ -318,15 +318,15 @@ export default {
this.$message.error('未选择产品'); this.$message.error('未选择产品');
return; return;
} }
if(this.ids.length>0){ // if(this.ids.length>0){
for(var i=0;i<this.ids.length;i++){ // for(var i=0;i<this.ids.length;i++){
if(this.ids[i]==this.multipleSelection.rlId){ // if(this.ids[i]==this.multipleSelection.rlId){
this.$message.error("该产品已录入!"); // this.$message.error("");
return // return
} // }
} // }
} // }
let str = this.multipleSelection.zczbhhzbapzbh; let str = this.multipleSelection.zczbhhzbapzbh;
if (str.search(",") != -1) { if (str.search(",") != -1) {
@ -339,7 +339,7 @@ export default {
}, },
combine() { combine() {
let ids = []; let ids = [];
let data = { let data = {
relId: this.multipleSelection.rlId, relId: this.multipleSelection.rlId,
@ -378,14 +378,14 @@ export default {
this.multipleSelection.zczbhhzbapzbh = this.currentCert; this.multipleSelection.zczbhhzbapzbh = this.currentCert;
this.combine(); this.combine();
} }
}, },
}, },
components: {udiRlDetailDialog}, components: {udiRlDetailDialog},
created() { created() {
if (this.$isNotBlank(this.data)) { if (this.$isNotBlank(this.data)) {
// this.listQuery.nameCode = this.data.udi; // this.listQuery.nameCode = this.data.udi;
// if (this.data.billType != null) { // if (this.data.billType != null) {
// this.listQuery.billType = this.data.billType; // this.listQuery.billType = this.data.billType;

Loading…
Cancel
Save