|
|
|
|
@ -27,13 +27,13 @@ |
|
|
|
|
|
|
|
|
|
<view class="card-content-item" width="60%" style="margin-top: 1vh;"> |
|
|
|
|
<text class="item-title" >物料编号:</text> |
|
|
|
|
<text class="item-value">{{item.ttPart}}</text> |
|
|
|
|
<text class="item-value">{{item.goodNo}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="card-content"> |
|
|
|
|
<view class="card-content-item"> |
|
|
|
|
<text class="item-title">物料信息:</text> |
|
|
|
|
<text class="item-value">{{item.ptName}}--{{item.ptDesc}}</text> |
|
|
|
|
<text class="item-value">{{item.goodName}}--{{item.specifications}}</text> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
@ -47,12 +47,12 @@ |
|
|
|
|
<view class="card-content"> |
|
|
|
|
<view class="card-content-item"> |
|
|
|
|
<text class="item-title">缴库数量:</text> |
|
|
|
|
<text class="item-value">{{item.ttQtyRct}}</text> |
|
|
|
|
<text class="item-value">{{item.qty}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="card-content-item"> |
|
|
|
|
<!-- <view class="card-content-item"> |
|
|
|
|
<text class="item-title">缴库数量:</text> |
|
|
|
|
<text class="item-value">{{item.ttQtyRct}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
@ -63,7 +63,7 @@ |
|
|
|
|
<text>数量确认</text> |
|
|
|
|
</view> |
|
|
|
|
<view style="width: 100%;display: flex;align-items: baseline;"> |
|
|
|
|
<text style="margin: 0px 20px 0px;">拣货数量:</text> <input v-model="item.ttQtyRct" style="border:1px solid #000;padding-right: 20px;"></u-input> |
|
|
|
|
<text style="margin: 0px 20px 0px;">缴库数量:</text> <input v-model="item.qty" style="border:1px solid #000;padding-right: 20px;"></u-input> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<view style="width: 100%; display: flex;margin-top: 40px;font-size: 14px;"> |
|
|
|
|
@ -107,7 +107,28 @@ |
|
|
|
|
containerId:'', |
|
|
|
|
dtlAddBos:[] |
|
|
|
|
}, |
|
|
|
|
dataList: [], |
|
|
|
|
dataList: [ |
|
|
|
|
{ |
|
|
|
|
"id": 3, |
|
|
|
|
"orderNo": "FL20240306002", |
|
|
|
|
"waveCode": "BC120240300606", |
|
|
|
|
"lineId": 0, |
|
|
|
|
"goodId": 14, |
|
|
|
|
"locationId": 172, |
|
|
|
|
"qty": 10.0000, |
|
|
|
|
"packageId": 14, |
|
|
|
|
"taskType": "1", |
|
|
|
|
"sourceOrderNo": "FL20240306002", |
|
|
|
|
"sourceLineId": "", |
|
|
|
|
"upperOrderNo": "FL20240306002", |
|
|
|
|
"goodNo": "L010002", |
|
|
|
|
"locationCode": "20-18-0", |
|
|
|
|
"specifications": "件", |
|
|
|
|
"containerCode": "P10000002", |
|
|
|
|
"goodName": "铝合金规格2", |
|
|
|
|
"batchNo": "07144961" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
query: { |
|
|
|
|
current: 1, |
|
|
|
|
size: 20 |
|
|
|
|
@ -185,10 +206,11 @@ |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
enterUp(item){ |
|
|
|
|
console.log(item); |
|
|
|
|
this.$u.api.replaceCar.upateBusinItemInDataForQty(item).then(res=>{ |
|
|
|
|
console.log(res); |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
this.show=false |
|
|
|
|
// this.$u.api.replaceCar.upateBusinItemInDataForQty(item).then(res=>{ |
|
|
|
|
// console.log(res); |
|
|
|
|
// }) |
|
|
|
|
}, |
|
|
|
|
/**搜索框查询*/ |
|
|
|
|
inputQuery() { |
|
|
|
|
@ -234,10 +256,10 @@ |
|
|
|
|
flag = true |
|
|
|
|
this.firstFocus=false |
|
|
|
|
|
|
|
|
|
this.$u.api.replaceCar.getBusinItemInData(this.dataForm).then(res=>{ |
|
|
|
|
this.$u.api.pickBy.pickByContainerCode(this.dataForm).then(res=>{ |
|
|
|
|
if(!res.data || res.data.length == 0){ |
|
|
|
|
// console.log(res); |
|
|
|
|
this.$u.toast("当前托盘模具不存在"); |
|
|
|
|
this.$u.toast("当前托盘不存在"); |
|
|
|
|
}else if(res.code == '200'){ |
|
|
|
|
// console.log(res); |
|
|
|
|
res.data.forEach((item)=>{ |
|
|
|
|
@ -260,6 +282,12 @@ |
|
|
|
|
|
|
|
|
|
},400) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
pickUp(){ |
|
|
|
|
this.$u.api.pickBy.pickAGV(this.dataForm).then(res=>{ |
|
|
|
|
console.log(res); |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
// 下一个界面 |
|
|
|
|
enterNext(item,index){ |
|
|
|
|
this.$u.route({ |
|
|
|
|
|