add:添加库区映射

This commit is contained in:
2026-07-29 16:53:23 +08:00
parent fd4c885787
commit 55bc3b18c0
7 changed files with 46 additions and 22 deletions

View File

@@ -67,6 +67,11 @@
<el-input v-model="form.material_model" style="width: 200px;" />
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="总型号" prop="material_general_model">
<el-input v-model="form.material_general_model" style="width: 200px;" />
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="外部标识" prop="ext_id">
<el-input v-model="form.ext_id" style="width: 200px;" />
@@ -105,6 +110,7 @@
<el-table-column prop="material_name" label="物料名称" width="180" show-overflow-tooltip />
<el-table-column prop="material_spec" label="物料规格" width="140" />
<el-table-column prop="material_model" label="物料型号" width="140"/>
<el-table-column prop="material_general_model" label="总型号" width="140"/>
<el-table-column prop="material_type_id" label="物料分类" width="140" />
<!-- <el-table-column label="启用" align="center" prop="is_used">-->
<!-- <template slot-scope="scope">-->
@@ -159,6 +165,7 @@ const defaultForm = {
material_name: null,
material_spec: null,
material_model: null,
material_general_model: null,
english_name: null,
base_unit_id: null,
approve_fileno: null,