修改
This commit is contained in:
@@ -13,9 +13,10 @@ export const clickSave = (code) => post('api/home/clickSave', {
|
||||
// 1.1 查询站点
|
||||
export const queryPoint = () => post('api/task/queryPoint', {})
|
||||
// 1.2 选择站点确认
|
||||
export const confirmPoint = (code, type) => post('api/task/confirmPoint', {
|
||||
export const confirmPoint = (code, type, ncode) => post('api/task/confirmPoint', {
|
||||
point_code: code,
|
||||
type: type
|
||||
type: type, // 对应按钮:type=1: | type=2
|
||||
next_point_code: ncode
|
||||
})
|
||||
// 1.3查询任务列表
|
||||
export const queryTaskList = () => post('api/task/queryTaskList', {})
|
||||
|
||||
@@ -21,6 +21,8 @@ module.exports = {
|
||||
carrypoint: {
|
||||
topinfo: 'Carry Point',
|
||||
dialoginfo: 'Confirm Position',
|
||||
dialogtip: 'If Select Return Site',
|
||||
returnsite: 'Return Site',
|
||||
pointcode: 'Point Code',
|
||||
button1: 'Auto Pickup',
|
||||
button2: 'Auto Release',
|
||||
|
||||
@@ -21,6 +21,8 @@ module.exports = {
|
||||
carrypoint: {
|
||||
topinfo: '搬运起点',
|
||||
dialoginfo: '确定点位',
|
||||
dialogtip: '是否选择返回点',
|
||||
returnsite: '返回点',
|
||||
pointcode: '点位编码',
|
||||
button1: '自动取货',
|
||||
button2: '自动放货',
|
||||
|
||||
Reference in New Issue
Block a user