增加新购数据查询

This commit is contained in:
liang.chao 2026-02-10 09:55:50 +08:00
parent 47e7bcbafe
commit 757390bede
1 changed files with 5 additions and 5 deletions

View File

@ -36,8 +36,8 @@
type="daterange"
value-format="yyyy-MM-dd"
range-separator="至"
start-placeholder="开始日期"
end-placeholder="结束日期"
start-placeholder="采购开始日期"
end-placeholder="采购结束日期"
style="width: 240px; margin-left: 10px"
clearable
/>
@ -49,8 +49,8 @@
type="daterange"
value-format="yyyy-MM-dd"
range-separator="至"
start-placeholder="开始日期"
end-placeholder="结束日期"
start-placeholder="入库开始日期"
end-placeholder="入库结束日期"
style="width: 240px; margin-left: 10px"
clearable
/>
@ -109,7 +109,7 @@
show-overflow-tooltip
/>
<el-table-column
label="数量"
label="入库数量"
align="center"
prop="checkNum"
show-overflow-tooltip