diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue index a9452aeb..18319932 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue @@ -540,7 +540,7 @@ export default { // 表格数据 leaseList: [], // 弹出层标题 - title: '', + title: '设备出库', // 单位数据 unitList: [], proList: [], //工程集合 @@ -707,7 +707,7 @@ export default { //编码出库 codeOut(row) { - this.title = '编码出库' + // this.title = '编码出库' this.openCode = true this.outNum = row.outNum this.outQuery.typeId = row.typeId @@ -717,7 +717,7 @@ export default { //数量出库 numOut(row) { console.log(row, '数量出库当前行数据--') - this.title = '数量出库' + // this.title = '数量出库' this.openNum = true this.resetForm('numOutForm') // console.log(row) diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js index ba85fcdb..687b3899 100644 --- a/sgzb-ui/vue.config.js +++ b/sgzb-ui/vue.config.js @@ -43,10 +43,10 @@ module.exports = { // target: `https://test-cc.zhgkxt.com`,//线上环境-南网 // target: `https://z.csgmall.com.cn`, - // target: `http://10.40.92.8:8080`, //超 + target: `http://10.40.92.50:28080`, //超 // target: `http://10.40.92.81:8080`, //韩/ // target: `http://10.40.92.74:8080`,//旭/ - target: `http://10.40.92.148:28080`, //帅 + // target: `http://10.40.92.148:28080`, //帅 // target: `http://10.40.92.5:28080`, //福 //******** 注意事项 ********* */