确认取货
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
title: '',
|
||||
val1: '',
|
||||
val2: '',
|
||||
options: [{text:'空位', value:'1'}, {text:'空载具', value: '2'}, {text:'托盘绑定', value: '3'}],
|
||||
options: [{text:'空位', value:'1'}, {text:'空载具', value: '2'}, {text:'有料', value: '3'}],
|
||||
index: '',
|
||||
disabled: false
|
||||
};
|
||||
@@ -79,7 +79,7 @@
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await pickUp(this.val1, this.index)
|
||||
let res = await pickUp(this.val1, this.index, this.val2)
|
||||
if (res.code === '200') {
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
|
||||
Reference in New Issue
Block a user