新购入库审核时库存参数字段添加

This commit is contained in:
BianLzhaoMin 2024-08-06 13:20:39 +08:00
parent bf54b5ce00
commit addbdce204
2 changed files with 4 additions and 3 deletions

View File

@ -607,7 +607,7 @@ export default {
dictName: undefined, dictName: undefined,
dictType: undefined, dictType: undefined,
status: undefined, status: undefined,
keyWord: '', keyWord: '',
typeId: '', typeId: '',
// flag: 0, // flag: 0,
}, },
@ -748,6 +748,7 @@ export default {
inputNum: row.checkNum, inputNum: row.checkNum,
maCode: row.maCode, maCode: row.maCode,
typeId: row.typeId, typeId: row.typeId,
num: row.num,
} }
let param = { let param = {

View File

@ -45,10 +45,10 @@ module.exports = {
// target: `http://192.168.2.134:28080`, //超 // target: `http://192.168.2.134:28080`, //超
// target: `http://10.40.92.81: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.248:28080`, //帅
// target: `http://192.168.2.209: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; //1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;