新购入库审核时库存参数字段添加
This commit is contained in:
parent
bf54b5ce00
commit
addbdce204
|
|
@ -748,6 +748,7 @@ export default {
|
|||
inputNum: row.checkNum,
|
||||
maCode: row.maCode,
|
||||
typeId: row.typeId,
|
||||
num: row.num,
|
||||
}
|
||||
|
||||
let param = {
|
||||
|
|
|
|||
|
|
@ -45,10 +45,10 @@ module.exports = {
|
|||
|
||||
// target: `http://192.168.2.134:28080`, //超
|
||||
// target: `http://10.40.92.81:28080`, //韩/
|
||||
// target: `http://192.168.2.82:28080`,//旭/
|
||||
target: `http://192.168.2.82:28080`,//旭/
|
||||
// target: `http://192.168.2.248:28080`, //帅
|
||||
// target: `http://192.168.2.209:28080`, //福
|
||||
target: `http://192.168.2.114:39080`, //王
|
||||
// target: `http://192.168.2.114:39080`, //王
|
||||
|
||||
//******** 注意事项 ********* */
|
||||
//1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;
|
||||
|
|
|
|||
Loading…
Reference in New Issue