|
@ -4,12 +4,12 @@ |
|
|
ref="boardHeader_Ref" |
|
|
ref="boardHeader_Ref" |
|
|
:title="'发运看板'" |
|
|
:title="'发运看板'" |
|
|
> |
|
|
> |
|
|
<!-- <template> |
|
|
<template> |
|
|
<div class="dockCodeSearch"> |
|
|
<div class="dockCodeSearch"> |
|
|
<el-input v-model="dockCodeSearch" placeholder="请输入发货口"></el-input> |
|
|
<el-input clearable v-model="dockCodeSearch" placeholder="请输入发货口"></el-input> |
|
|
<div class="searchBtn" @click="searchHandle">查询</div> |
|
|
<div class="searchBtn" @click="searchHandle">查询</div> |
|
|
</div> |
|
|
</div> |
|
|
</template> --> |
|
|
</template> |
|
|
</boardHeader> |
|
|
</boardHeader> |
|
|
<dv-loading v-show="dataLoading">Loading...</dv-loading> |
|
|
<dv-loading v-show="dataLoading">Loading...</dv-loading> |
|
|
<div class="lineContain"> |
|
|
<div class="lineContain"> |
|
@ -170,7 +170,7 @@ export default { |
|
|
this.initConfig() |
|
|
this.initConfig() |
|
|
// todo:传参 |
|
|
// todo:传参 |
|
|
console.log(this.dockCodeSearch) |
|
|
console.log(this.dockCodeSearch) |
|
|
axiosUtil.ajax_post('/api/wms/store/board/deliver-board').then(res => { |
|
|
axiosUtil.ajax_post('/api/wms/store/board/deliver-board',{dockCode:this.dockCodeSearch}).then(res => { |
|
|
this.dataLoading = false |
|
|
this.dataLoading = false |
|
|
if(res.length <= 0){ |
|
|
if(res.length <= 0){ |
|
|
return |
|
|
return |
|
|