songshankun
2023-10-17 cdf783f0924c07b3555a90c36c140f902247c2b3
src/views/client/followupRecords/mixin/codeMixin.js
@@ -82,12 +82,15 @@
      }
    },
    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")