缓存线
This commit is contained in:
@@ -118,17 +118,19 @@ export const deleteBox = (obj) => request({
|
||||
data: obj
|
||||
})
|
||||
// 1.7缓存线盘点-盘点开始
|
||||
export const cacheLineHandCheck = (option) => request({
|
||||
export const cacheLineHandCheck = (option, code) => request({
|
||||
url:'api/cacheLineHand/check',
|
||||
data: {
|
||||
check_option: option
|
||||
check_option: option,
|
||||
device_code: code
|
||||
}
|
||||
})
|
||||
// 1.8缓存线盘点-盘点结束
|
||||
export const cacheLineHandCheckEnd = (option) => request({
|
||||
export const cacheLineHandCheckEnd = (option, code) => request({
|
||||
url:'api/cacheLineHand/checkEnd',
|
||||
data: {
|
||||
check_option: option
|
||||
check_option: option,
|
||||
device_code: code
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user