zss
2023-12-15 ff047913af5fa6912eead51f2c7cdbaf206c702b
Merge remote-tracking branch 'origin/master'
已修改2个文件
8 ■■■■ 文件已修改
src/views/technology/routing/routing-form.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/technology/routing/routing-form.vue
@@ -699,14 +699,14 @@
      },
      dataRule: {
        partNo: [
          { required: true, message: '零件不能为空', trigger: 'change' }
          { required: true, message: '零件不能为空', trigger: 'blur' }
        ],
        bomTypeDb: [
          { required: true, message: '工艺类型不能为空', trigger: 'change' }
        ],
        bomId: [{ required: true, message: 'BOM不能为空', trigger: 'change' }],
        phaseInDate: [
          { required: true, message: '逐步采用日期不能为空', trigger: 'blur' }
          { required: true, message: '逐步采用日期不能为空', trigger: 'change' }
        ],
        alternativeNo: [
          { required: true, message: '替代不能为空', trigger: 'blur' }
vue.config.js
@@ -5,12 +5,12 @@
// const url = 'http://192.168.2.7:9999'
const url = 'http://192.168.32.45:9999'
// const url = 'http://192.168.32.45:9999'
//const url = 'http://192.168.2.7:9999'
//const url = 'http://192.168.32.45:9999'
// const url = 'http://192.168.0.23:9999'
// const url = 'http://localhost:9999'
const url = 'http://localhost:9999'
const localUrl = 'http://localhost:8089'