Browse Source

入库管理页面调整

master
huminghao 1 week ago
parent
commit
79c79a6278

+ 736
- 699
src/views/inventoryControl/putInstorage/addOrUpdate.vue
File diff suppressed because it is too large
View File


+ 2
- 2
src/views/inventoryControl/putInstorage/index.vue View File

@@ -55,7 +55,7 @@
</template>
</el-table-column> -->
<el-table-column type="selection" header-align="center" align="center" width="50"></el-table-column>
<el-table-column prop="id" label="申请编号" width="100"></el-table-column>
<el-table-column prop="applyNo" label="申请编号" width="100"></el-table-column>
<el-table-column prop="storeCode" label="仓库编号" width="100"></el-table-column>
<el-table-column prop="storeCode" label="仓库名称">
<template v-slot="scope">
@@ -75,7 +75,7 @@
</el-table-column>
<el-table-column prop="inventoryType" label="采购设备类型" min-width="120">
<template v-slot="scope">
<span>{{ getDictLabel(typeList, scope.row.inventoryType) }}</span>
<span>{{ getDictLabel(inventoryTypeList, scope.row.inventoryType) }}</span>
</template>
</el-table-column>
<el-table-column prop="version" label="设备版本" min-width="100">

Loading…
Cancel
Save