diff --git a/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue b/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue index 9ccc1f82..a2b8a672 100644 --- a/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue +++ b/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue @@ -607,7 +607,7 @@ export default { dictName: undefined, dictType: undefined, status: undefined, - keyWord: '', + keyWord: '', typeId: '', // flag: 0, }, @@ -748,6 +748,7 @@ export default { inputNum: row.checkNum, maCode: row.maCode, typeId: row.typeId, + num: row.num, } let param = { diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js index b7488771..3c52f4b0 100644 --- a/sgzb-ui/vue.config.js +++ b/sgzb-ui/vue.config.js @@ -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;