弹框title统一改为:设备出库

This commit is contained in:
binbin_pan 2024-06-04 09:45:36 +08:00
parent 4201951630
commit 9fa92a9b22
2 changed files with 5 additions and 5 deletions

View File

@ -540,7 +540,7 @@ export default {
// //
leaseList: [], leaseList: [],
// //
title: '', title: '设备出库',
// //
unitList: [], unitList: [],
proList: [], // proList: [], //
@ -707,7 +707,7 @@ export default {
// //
codeOut(row) { codeOut(row) {
this.title = '编码出库' // this.title = ''
this.openCode = true this.openCode = true
this.outNum = row.outNum this.outNum = row.outNum
this.outQuery.typeId = row.typeId this.outQuery.typeId = row.typeId
@ -717,7 +717,7 @@ export default {
// //
numOut(row) { numOut(row) {
console.log(row, '数量出库当前行数据--') console.log(row, '数量出库当前行数据--')
this.title = '数量出库' // this.title = ''
this.openNum = true this.openNum = true
this.resetForm('numOutForm') this.resetForm('numOutForm')
// console.log(row) // console.log(row)

View File

@ -43,10 +43,10 @@ module.exports = {
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网 // target: `https://test-cc.zhgkxt.com`,//线上环境-南网
// target: `https://z.csgmall.com.cn`, // 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.81:8080`, //韩/
// target: `http://10.40.92.74: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`, //福 // target: `http://10.40.92.5:28080`, //福
//******** 注意事项 ********* */ //******** 注意事项 ********* */