|
|
|
|
@ -6,9 +6,9 @@ |
|
|
|
|
<!-- <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> --> |
|
|
|
|
<select-lay :options="datalist1" style="width: 92%;margin-left: 2vh; margin-top: 4vh;" |
|
|
|
|
smoldName="ptName" slabel="ptDesc" smodel="ptName" name="name3" svalue="id" @selectitem="queryList" |
|
|
|
|
:value="dataForm.ptName" placeholder="请选择物料编码"> </select-lay> |
|
|
|
|
<select-lay :options="datalist1" @itemclick="cpnclick" style="width: 92%;margin-left: 2vh; margin-top: 4vh;" |
|
|
|
|
smoldName="ptName" slabel="ptDesc" smodel="ptName" name="name3" svalue="id" @selectitem="queryList" |
|
|
|
|
:value="dataForm.ptName" placeholder="扫描或选择要释放位置编码"> </select-lay> |
|
|
|
|
</u-form-item> |
|
|
|
|
</u-form> |
|
|
|
|
|
|
|
|
|
@ -25,11 +25,12 @@ |
|
|
|
|
<view class="sh-card" v-for="(item, index) in dataList" :keys="item.id" :index="item.id" v-if="dataList.length > 0" |
|
|
|
|
style="border-radius: 20rpx;"> |
|
|
|
|
<view class="sh-card-title" style="border-radius: 20rpx;"> |
|
|
|
|
<image src="@/static/icon/edit.png" @click="editBtn(index)" style="width: 2.5vh;height: 2.5vh;position: absolute;right: 1vh;margin-top: 1vh;" /> |
|
|
|
|
<!-- @click="editBtn(index)" --> |
|
|
|
|
<image src="@/static/icon/edit.png" style="width: 2.5vh;height: 2.5vh;position: absolute;right: 1vh;margin-top: 1vh;" /> |
|
|
|
|
<view class="card-content"> |
|
|
|
|
|
|
|
|
|
<view class="card-content-item" width="60%" style="margin-top: 1vh;"> |
|
|
|
|
<text class="item-title" >物料编号:</text> |
|
|
|
|
<text class="item-title" >托盘编号:</text> |
|
|
|
|
<text class="item-value">{{item.ttPart}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
@ -47,7 +48,7 @@ |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
</view> --> |
|
|
|
|
<view class="card-content"> |
|
|
|
|
<!-- <view class="card-content"> |
|
|
|
|
<view class="card-content-item"> |
|
|
|
|
<text class="item-title">缴库数量:</text> |
|
|
|
|
<text class="item-value">{{item.ttQtyRct}}</text> |
|
|
|
|
@ -57,7 +58,7 @@ |
|
|
|
|
<text class="item-value">{{item.ttQtyRct}}</text> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
@ -83,9 +84,17 @@ |
|
|
|
|
</view> --> |
|
|
|
|
<!-- <button @click="open">测试</button> --> |
|
|
|
|
<view class="bottom"> |
|
|
|
|
<button @click="pickUp()" >完成出库</button> |
|
|
|
|
<button @click="pickUp()" >释放点位</button> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view style=" position: absolute; |
|
|
|
|
top: 92%; |
|
|
|
|
left: 40%; |
|
|
|
|
transform: translate(-30%,-50%); |
|
|
|
|
color: rgb(213, 21, 32);"> |
|
|
|
|
释放点位后,需确认已将点位上的托盘取下 |
|
|
|
|
且无任何障碍物! |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
@ -102,7 +111,7 @@ |
|
|
|
|
pageNum: 1, |
|
|
|
|
pageSize: 10 |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
datalist1:[], |
|
|
|
|
pickUpObj:{ |
|
|
|
|
pointNo:'', |
|
|
|
|
taskCode:'', |
|
|
|
|
@ -110,7 +119,12 @@ |
|
|
|
|
containerId:'', |
|
|
|
|
dtlAddBos:[] |
|
|
|
|
}, |
|
|
|
|
dataList: [], |
|
|
|
|
dataList: [ |
|
|
|
|
{ |
|
|
|
|
ttPart:'你好', |
|
|
|
|
ptName:'N96' |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
query: { |
|
|
|
|
current: 1, |
|
|
|
|
size: 20 |
|
|
|
|
@ -167,6 +181,9 @@ |
|
|
|
|
this.dataList=res.rows |
|
|
|
|
)) |
|
|
|
|
}, |
|
|
|
|
cpnclick(item){ |
|
|
|
|
console.log('cpnclick', item) |
|
|
|
|
}, |
|
|
|
|
//点击变色 |
|
|
|
|
btn(index,item){ |
|
|
|
|
this.pickUpObj.dtlAddBos=[] |
|
|
|
|
@ -179,6 +196,9 @@ |
|
|
|
|
this.pickUpObj.dtlAddBos.push({qrCode:item.qrCode} ) |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
confirmChange(){ |
|
|
|
|
console.log(11111111+"你好,念天琊"); |
|
|
|
|
}, |
|
|
|
|
editBtn(){ |
|
|
|
|
this.show=true |
|
|
|
|
}, |
|
|
|
|
|