质量报表:样式调整,添加删除功能

出库单:样式调整,添加出库打印功能(未全部完成)
This commit is contained in:
赵正易
2024-03-21 10:35:06 +08:00
parent e30f5e6598
commit 1ecac2d4f2
7 changed files with 593 additions and 172 deletions

View File

@@ -40,7 +40,8 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: 'http://localhost:8888/', // 后端接口地址
// target: 'http://192.168.90.92:8888/', // 后端接口地址
target: 'http://192.168.0.31:8888/', // 后端接口地址
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '', //需要rewrite的
@@ -48,7 +49,8 @@ module.exports = {
},
msgHub: {
target: 'http://localhost:8888/msgHub',
// target: 'http://192.168.90.92:8888/msgHub',
target: 'http://192.168.0.31:8888/msgHub',
ws: true,
changeOrigin: true,
pathRewrite: {