| | |
| | | } |
| | | }, |
| | | codeList(val) { |
| | | console.log(val, "===val codelist") |
| | | this.inputValue = val |
| | | this.codenumberList = val.toString() |
| | | this.editConfig.infomation.number = this.codenumberList.length > 0 ? this.codenumberList.replace(/,/g, "") : "" |
| | | console.log(this.codenumberList.replace(/,/g, "")) |
| | | }, |
| | | validateFormNumber(){ |
| | | this.$set(this.editConfig.infomation,'number',this.editConfig.infomation.number) |
| | | this.$refs.form.validateField('number') |
| | | }, |
| | | // 配置编码规范的跳转 |
| | | numberClick() { |
| | | window.open("http://www.fai365.com:9080/facilty", "_blank") |