licp
2024-04-25 d49f39681a68fd819ac687d67b6352ba386d0d13
Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before into master
已修改2个文件
8 ■■■■ 文件已修改
src/views/plan/customerorder/sample-customerorder-form.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/plan/customerorder/sample-customerorder-form.vue
@@ -409,6 +409,10 @@
      let isError = false
      _than.buttonDisable = true
      _than.tableData.forEach(ele=>{
        if(ele.productType==null || ele.productType=='' || ele.productType==undefined){
          _than.$message.error("产品的隶属品牌不能为空!")
          isError = true
        }
        if(ele.buyQtyDue==null || ele.buyQtyDue=='' || ele.buyQtyDue==undefined){
          _than.$message.error("零件数量不能为空!")
          isError = true
vue.config.js
@@ -6,8 +6,8 @@
// const url = 'https://ztms-mes.chinaztt.cn/'
// const url = 'http://localhost:9999'
const url = 'http://192.168.32.45:9999'
 const url = 'http://localhost:9999'
//const url = 'http://192.168.32.45:9999'
const localUrl = 'http://localhost:8089'