|
|
|
@ -109,7 +109,7 @@
|
|
|
|
|
: 'itembox' |
|
|
|
|
" |
|
|
|
|
> |
|
|
|
|
<div class="titls">{{ ite.layerNum + '层' + '-' + ite.columnNum + '列' }}</div> |
|
|
|
|
<div class="titls">{{ (arrlist[checkselect]?.warehouseGoodsAreaVOList[checkregionselect].headline)+'-'+ite.layerNum + '层' + '-' + ite.columnNum + '列' }}</div> |
|
|
|
|
<div>{{ '包件数:' + ite.packageNum }}</div> |
|
|
|
|
<div>{{ '订单数:' + ite.orderNum }}</div> |
|
|
|
|
<div>{{ '零担数:' + ite.lessNum }}</div> |
|
|
|
@ -329,7 +329,7 @@
|
|
|
|
|
:value="index" |
|
|
|
|
/> |
|
|
|
|
</el-select> --> |
|
|
|
|
<div class="inptx"> |
|
|
|
|
<div class="inptx" v-if="isshowdow != 4"> |
|
|
|
|
<div> |
|
|
|
|
{{ |
|
|
|
|
isshowdow == 1 |
|
|
|
@ -360,7 +360,7 @@
|
|
|
|
|
" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
<div class="inptx"> |
|
|
|
|
<div class="inptx" v-if="isshowdow == 1"> |
|
|
|
|
<div> |
|
|
|
|
{{ |
|
|
|
|
isshowdow == 1 |
|
|
|
@ -376,7 +376,7 @@
|
|
|
|
|
</div> |
|
|
|
|
<el-input |
|
|
|
|
style="flex: 1" |
|
|
|
|
v-if="isshowdow == 1" |
|
|
|
|
|
|
|
|
|
v-model="inputtxts1" |
|
|
|
|
:placeholder=" |
|
|
|
|
'请输入' + |
|
|
|
@ -395,7 +395,7 @@
|
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<el-button type="primary" @click="searchbutdown">搜索</el-button> |
|
|
|
|
<el-button type="primary">重置</el-button> |
|
|
|
|
<el-button type="primary" @click="removeinputdown">重置</el-button> |
|
|
|
|
<el-button type="primary" @click="alldown">批量下架</el-button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -1417,7 +1417,7 @@ const searchbutdown = async () => {
|
|
|
|
|
data = { |
|
|
|
|
// warehouseId: details.arrlist[details.checkindex]?.id || '', |
|
|
|
|
id: details.checkite.id, |
|
|
|
|
orderCode: details.inputtxts, |
|
|
|
|
materialCode: details.inputtxts, |
|
|
|
|
// serviceNumber: details.inputtxts, |
|
|
|
|
current: details.currentPage, |
|
|
|
|
size: details.pageSize, |
|
|
|
@ -1430,7 +1430,7 @@ const searchbutdown = async () => {
|
|
|
|
|
data = { |
|
|
|
|
// warehouseId: details.arrlist[details.checkindex]?.id || '', |
|
|
|
|
id: details.checkite.id, |
|
|
|
|
orderCode: details.inputtxts, |
|
|
|
|
trayCode: details.inputtxts, |
|
|
|
|
// serviceNumber: details.inputtxts, |
|
|
|
|
current: details.currentPage, |
|
|
|
|
size: details.pageSize, |
|
|
|
@ -2045,6 +2045,11 @@ const removeinputup = () => {
|
|
|
|
|
details.inputtxts1 = ''; |
|
|
|
|
searchbuts(); |
|
|
|
|
}; |
|
|
|
|
const removeinputdown=()=>{ |
|
|
|
|
details.inputtxts = ''; |
|
|
|
|
details.inputtxts1 = ''; |
|
|
|
|
searchbutdown(); |
|
|
|
|
} |
|
|
|
|
const btnsc = scope => { |
|
|
|
|
console.log(scope); |
|
|
|
|
}; |
|
|
|
@ -2062,6 +2067,8 @@ const selectionChange = scope => {
|
|
|
|
|
details.checkselectchangearr = scope; |
|
|
|
|
}; |
|
|
|
|
const checkitem = ite => { |
|
|
|
|
details.inputtxts='' |
|
|
|
|
details.inputtxts1='' |
|
|
|
|
if (Number(ite.allocationStatus) == 2) { |
|
|
|
|
details.isshowcon = 2; |
|
|
|
|
details.checkite = ite; |
|
|
|
|