feat: 数据更改

This commit is contained in:
wwz
2025-04-09 16:26:02 +08:00
parent d6a576f729
commit 0b81b8355e
9 changed files with 108 additions and 109 deletions

View File

@@ -17,7 +17,7 @@
</el-form-item>
</el-row>
<el-row>
<el-col :span="8">
<el-col v-if="type == 'in'" :span="8">
<el-form-item label="供应商">
<el-select
v-model="queryForm.vendorId"
@@ -83,11 +83,11 @@
/>
</el-form-item>
</el-col>
<el-col :span="8">
<!-- <el-col :span="8">
<el-form-item label="批号">
<el-input v-model="queryForm.batchNo" placeholder="请输入批号" style="width: 220px" />
</el-form-item>
</el-col>
</el-col> -->
</el-row>
<el-row>
<el-col :span="8">