fix 现存量打印、成品标签打印、库存余额

This commit is contained in:
Amjacks 2025-04-03 14:08:00 +08:00
parent 6396669db1
commit 42994f6eca
3 changed files with 8 additions and 2 deletions

View File

@ -42,7 +42,7 @@
</el-form>
<div class="page-search-btns">
<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>
</div>
</el-row>
@ -258,6 +258,8 @@ const updateList = (col: any) => {
function handleQueryInfo() {
state.queryParams.pageNum = 1
state.queryParamsActivate.pageNum = 1;
state.BoxDetailList = [];
state.total1 = 0
HandleQuery()
}
function HandleQuery() {

View File

@ -120,6 +120,10 @@ const state = reactive({
active_row: {},
StockStateList : [
{
ENUMVALUE : "" ,
DESCRIPTION : "全部"
},
{
ENUMVALUE : "Created" ,
DESCRIPTION : "创建"

View File

@ -36,7 +36,7 @@
</el-form>
<div class="page-search-btns">
<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>
</el-row>