代码更新

This commit is contained in:
2023-02-25 18:04:22 +08:00
parent 7316933ac3
commit 376ee4f59b
7 changed files with 69 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<template>
<el-dialog
title="盘点单新增"
title="盘点单明细"
append-to-body
fullscreen
:before-close="crud.cancelCU"

View File

@@ -181,7 +181,8 @@
<el-table-column show-overflow-tooltip prop="check_type" :formatter="bill_typeFormat" width="150" label="业务类型" />
<el-table-column show-overflow-tooltip prop="is_nok" :formatter="is_nokFormat" width="150" label="盘点状态" />
<el-table-column show-overflow-tooltip :formatter="create_modeFormat" prop="create_mode" label="生成方式" width="150" />
<el-table-column label="明细数" align="center" prop="dtl_num" width="150" />
<el-table-column label="数" align="center" prop="dtl_num" width="150" />
<el-table-column label="子卷数" align="center" prop="pcsn_num" width="150" />
<el-table-column show-overflow-tooltip prop="input_time" width="170" label="创建日期" />
</el-table>
<!--分页组件-->