弹框title统一改为:设备出库
This commit is contained in:
parent
4201951630
commit
9fa92a9b22
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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`, //福
|
||||
|
||||
//******** 注意事项 ********* */
|
||||
|
|
|
|||
Loading…
Reference in New Issue