Compare commits

..

No commits in common. "bebff1b107bc4f2478acecf34ec2d06f36cdba95" and "5e9c9b2e2970fae664c1600e0d8aa4c247ae6229" have entirely different histories.

1 changed files with 0 additions and 6 deletions

View File

@ -12,11 +12,6 @@
>
<el-table-column label="物料名称" prop="name"></el-table-column>
</xtSelect>
<el-input v-model="query.batch"
placeholder="批次号"
clearable
style="width: 200px;"
></el-input>
<el-date-picker
v-model="query.start_date"
type="date"
@ -73,7 +68,6 @@ export default {
data() {
return {
query:{
batch:'',
end_date:'',
material_name:'',
start_date:'2025-11-01',