优化退料接收参数
This commit is contained in:
parent
a4e52b0902
commit
637594ba36
|
|
@ -219,11 +219,11 @@ export function getRecord(query) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 退料完成之前 判断所有设备是否全部操作退料
|
// 退料完成之前 判断所有设备是否全部操作退料
|
||||||
export function endBackBeforeQueryApi(query) {
|
export function endBackBeforeQueryApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: 'backReceive/getReceiveViewWebNum',
|
url: 'backReceive/getReceiveViewWebNum',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
query
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,11 +43,11 @@ 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://192.168.2.122:28080`, //超
|
// target: `http://192.168.2.122:28080`, //超
|
||||||
// target: `http://10.40.92.81:28080`, //韩/
|
// target: `http://10.40.92.81:28080`, //韩/
|
||||||
// target: `http://10.40.92.74:8080`,//旭/
|
// target: `http://10.40.92.74:8080`,//旭/
|
||||||
// target: `http://10.40.92.140:28080`, //帅
|
// target: `http://10.40.92.140:28080`, //帅
|
||||||
// target: `http://192.168.2.209:28080`, //福
|
target: `http://192.168.2.209:28080`, //福
|
||||||
|
|
||||||
//******** 注意事项 ********* */
|
//******** 注意事项 ********* */
|
||||||
//1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;
|
//1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue