fix 现存量打印、成品标签打印、库存余额
This commit is contained in:
parent
6396669db1
commit
42994f6eca
@ -42,7 +42,7 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<div class="page-search-btns">
|
<div class="page-search-btns">
|
||||||
<el-button type="primary" @click="handleQueryInfo">搜索</el-button>
|
<el-button type="primary" @click="handleQueryInfo">搜索</el-button>
|
||||||
<el-button type="primary" @click="InAdvanceQuery">刷新</el-button>
|
<!-- <el-button type="primary" @click="InAdvanceQuery">刷新</el-button>-->
|
||||||
<el-button type="primary" @click="exportExcel">导出</el-button>
|
<el-button type="primary" @click="exportExcel">导出</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-row>
|
</el-row>
|
||||||
@ -258,6 +258,8 @@ const updateList = (col: any) => {
|
|||||||
function handleQueryInfo() {
|
function handleQueryInfo() {
|
||||||
state.queryParams.pageNum = 1
|
state.queryParams.pageNum = 1
|
||||||
state.queryParamsActivate.pageNum = 1;
|
state.queryParamsActivate.pageNum = 1;
|
||||||
|
state.BoxDetailList = [];
|
||||||
|
state.total1 = 0
|
||||||
HandleQuery()
|
HandleQuery()
|
||||||
}
|
}
|
||||||
function HandleQuery() {
|
function HandleQuery() {
|
||||||
|
@ -120,6 +120,10 @@ const state = reactive({
|
|||||||
|
|
||||||
active_row: {},
|
active_row: {},
|
||||||
StockStateList : [
|
StockStateList : [
|
||||||
|
{
|
||||||
|
ENUMVALUE : "" ,
|
||||||
|
DESCRIPTION : "全部"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
ENUMVALUE : "Created" ,
|
ENUMVALUE : "Created" ,
|
||||||
DESCRIPTION : "创建"
|
DESCRIPTION : "创建"
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<div class="page-search-btns">
|
<div class="page-search-btns">
|
||||||
<el-button type="primary" @click="handleQueryInfo">搜索</el-button>
|
<el-button type="primary" @click="handleQueryInfo">搜索</el-button>
|
||||||
<el-button type="primary" @click="print" :disabled="state.button_print" v-loading="state.loadings">打印</el-button>
|
<!-- <el-button type="primary" @click="print" :disabled="state.button_print" v-loading="state.loadings">打印</el-button>-->
|
||||||
</div>
|
</div>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user