|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
<view class="sh-search"> |
|
|
|
|
<u-form labelPosition="left" :model="dataForm" class="sh-form"> |
|
|
|
|
<u-form-item prop="barCode"> |
|
|
|
|
<u-input v-model="dataForm.containerCode" border input-align="left" height="70" style="background-color: #ffffff;height: 38px;line-height: 38px;" placeholder="请扫描台车编号" |
|
|
|
|
<u-input v-model="dataForm.containerCode" border input-align="left" height="70" style="background-color: #ffffff;height: 38px;line-height: 38px;" placeholder="请扫描台车编号" |
|
|
|
|
@confirm="inputQuery()" :focus="firstFocus"> |
|
|
|
|
</u-input> |
|
|
|
|
</u-form-item> |
|
|
|
|
@ -92,6 +92,7 @@ |
|
|
|
|
return { |
|
|
|
|
show:false, |
|
|
|
|
showDiv:false, |
|
|
|
|
focusFlag:true, |
|
|
|
|
queryFlag: '', |
|
|
|
|
dataForm: { |
|
|
|
|
containerCode: null, |
|
|
|
|
@ -307,9 +308,11 @@ |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
console.log(obj); |
|
|
|
|
// console.log(obj); |
|
|
|
|
this.$u.api.pickBy.pickAGV(obj).then(res=>{ |
|
|
|
|
console.log(res); |
|
|
|
|
obj={} |
|
|
|
|
this.dataList=[] |
|
|
|
|
this.dataForm.containerCode='' |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
// 下一个界面 |
|
|
|
|
|