混碾搬运
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
/** 确定 */
|
/** 确定 */
|
||||||
async toSure () {
|
async toSure () {
|
||||||
this.disabled1 = true
|
this.disabled1 = true
|
||||||
if (this.val1 || !this.index1) {
|
if (!this.val1 || !this.index1) {
|
||||||
this.disabled1 = false
|
this.disabled1 = false
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ export const getBlendingCode = () => request({
|
|||||||
})
|
})
|
||||||
// 确认
|
// 确认
|
||||||
export const sendTask = (vcode, spcode) => request({
|
export const sendTask = (vcode, spcode) => request({
|
||||||
url:'api/pda/move/sendTask',
|
url:'api/pda/move/sendTask',
|
||||||
data: {
|
data: {
|
||||||
vehicle_code: vcode,
|
vehicle_code: vcode,
|
||||||
start_point_code: spcode,
|
start_point_code: spcode,
|
||||||
|
|||||||
Reference in New Issue
Block a user