Commit 3f6d6d2b authored by tanjunxin's avatar tanjunxin

fix: 包装标签打印增加入库时间字段

parent dbfb118b
...@@ -310,6 +310,12 @@ ...@@ -310,6 +310,12 @@
{{ scope.row.isSurplus ? '是' : '否' }} {{ scope.row.isSurplus ? '是' : '否' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column
label="入库时间"
prop="warehouseTime"
align="center"
width="160"
/>
</el-table> </el-table>
<pagination <pagination
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment