diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue index a76672f5..6b89459e 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue @@ -1,13 +1,6 @@ - + + + - + -
退料数量:{{returnNum}}
+
退料数量:{{ returnNum }}
@@ -166,243 +107,108 @@ - 批量合格 + 批量合格 - 批量维修 + 批量维修 - 批量报废 + 批量报废 - + - - + - + - +
-
-
退料数量:{{returnNum}}
+
+
退料数量:{{ returnNum }}
- 保存 + 保存 - - - - + + + + - +
-
接收抱杆类型:{{dialogData.typeName}},型号:{{dialogData.typeCode}},付数:{{returnNum}}。接收明细如下
+
+ 接收抱杆类型:{{ dialogData.typeName }},型号:{{ dialogData.typeCode }},付数:{{ returnNum }}。接收明细如下 +
- 保存 + 保存 - - + + - - + + - + @@ -411,7 +217,7 @@
- - diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js index 3f06e2d2..b86cbf64 100644 --- a/sgzb-ui/vue.config.js +++ b/sgzb-ui/vue.config.js @@ -15,7 +15,6 @@ const port = process.env.port || process.env.npm_config_port || 80 // 端口 //官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions // 这里只列一部分,具体配置参考文档 - module.exports = { // 部署生产环境和开发环境下的URL。 // 默认情况下,Vue CLI 会假设你的应用是被部署在一个域名的根路径上 @@ -39,7 +38,7 @@ module.exports = { [process.env.VUE_APP_BASE_API]: { // target: `http://112.29.103.165:21626`, //线上环境-重庆 // target: `http://112.29.103.165:21624`,//线上环境-宁夏 打包前放开数据大屏的路由 - target: `http://192.168.0.14:21624`, //测试环境 + // target: `http://192.168.0.14:21624`, //测试环境 // target: `http://1.12.248.179:23028`,//线上环境-南网 // target: `https://test-cc.zhgkxt.com`,//线上环境-南网 // target: `https://z.csgmall.com.cn`, @@ -48,7 +47,7 @@ module.exports = { // target: `http://10.40.92.81:8080`, //韩/ // target: `http://10.40.92.74:8080`,//旭/ // target: `http://10.40.92.153:8080`, //帅 - // target: `http://10.40.92.14:28080`, //福 + target: `http://10.40.92.5:28080`, //福 //******** 注意事项 ********* */ //1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target; @@ -149,10 +148,10 @@ module.exports = { }) config.optimization.runtimeChunk('single'), - { - from: path.resolve(__dirname, './public/robots.txt'), //防爬虫文件 - to: './', //到根目录下 - } + { + from: path.resolve(__dirname, './public/robots.txt'), //防爬虫文件 + to: './', //到根目录下 + } }) }, }