| | |
| | | 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 |
| | |
| | | |
| | | |
| | | // 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' |