9e0a038387707684c2222d188528f9cecb8b4681..421145f9db00b79e1c6dedd9e9ec3719b36a407a
2024-04-25 licp
修改k检验标准
421145 对比 | 目录
2024-04-25 licp
Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before into ...
79ab38 对比 | 目录
2024-04-25 licp
修改
742c4b 对比 | 目录
已修改2个文件
27 ■■■■ 文件已修改
src/views/quality/teststandard/index.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/quality/teststandard/index.vue
@@ -867,15 +867,12 @@
    dataFormTestStandardParam() {
      this.isSubmit = true
      if (this.testStandardParams.length > 0) {
        for(let standardParam in this.testStandardParams) {
            let value = this.testStandardParams[standardParam].referenceValue
            if( value !=null) {
                value = value.replace(',',',').replace('(','(').replace(')',')')
                if (!isNaN(value)) {
                  value='='+value
                }
        this.testStandardParams.map(m=>{
          if(m.referenceValue != undefined) {
              m.referenceValue = m.referenceValue.replace(',',',').replace('(','(').replace(')',')')
            return m
            }
        }
        })
        addTestStandardParam(this.testStandardParams)
          .then((response) => {
            this.$message.success('检测标准参数保存成功')
vue.config.js
@@ -1,11 +1,3 @@
/***
 * @Author licp lichunping@guanfang.com.cn
 * @Date 2024-04-12 14:16:06
 * @LastEditors licp lichunping@guanfang.com.cn
 * @LastEditTime 2024-04-24 18:03:40
 * @FilePath \mes-ocea-before\vue.config.js
 * @Description 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 */
/**
 * 配置参考:
 * https://cli.vuejs.org/zh/config/
@@ -13,9 +5,9 @@
//const url = 'https://ztms-mes.chinaztt.cn/'
const url = 'http://localhost:9999'
// const url = 'http://192.168.32.45:9999'
// const url = 'https://ztms-mes.chinaztt.cn/'
// const url = 'http://localhost:9999'
const url = 'http://192.168.32.45:9999'
const localUrl = 'http://localhost:8089'