fix:出入库记录页面
add:库存变动服务添加记录
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
size="mini"
|
||||
style="width: 100%;"
|
||||
>
|
||||
<el-table-column prop="stor_code" label="仓库" width="150" show-tooltip-when-overflow />
|
||||
<el-table-column prop="sect_code" label="仓库" width="150" show-tooltip-when-overflow />
|
||||
<el-table-column prop="struct_code" label="仓位编码" width="150" show-tooltip-when-overflow />
|
||||
<el-table-column prop="material_code" label="物料编码" width="150" show-tooltip-when-overflow />
|
||||
<el-table-column prop="material_name" label="物料名称" width="150" show-tooltip-when-overflow />
|
||||
@@ -93,10 +93,10 @@
|
||||
<el-table-column prop="source_form_type" label="单据编号" show-tooltip-when-overflow />
|
||||
<el-table-column prop="source_form_id" label="单据表名" min-width="120" show-tooltip-when-overflow />
|
||||
<el-table-column prop="task_type" show-overflow-tooltip show-tooltip-when-overflow label="变动类型" />
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- {{ statusEnum.label.TASK_TYPE[scope.row.task_type] }}-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- {{ statusEnum.label.TASK_TYPE[scope.row.task_type] }}-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-table-column>-->
|
||||
<el-table-column prop="update_time" label="修改时间" width="120" show-tooltip-when-overflow />
|
||||
</el-table>
|
||||
<!--分页组件-->
|
||||
|
||||
Reference in New Issue
Block a user