公告板
版本库
filestore
活动
搜索
登录
main
/
JC24WMS
JC24WMS
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
点击取消移库任务时无法将目标储位与起始储位恢复,扫描完箱码数量后,未显示出向内条码信息。 取消分配后 点击编辑库存数量显示错误,锁定数量超出库存数量,...
yuyou_x
2024-03-26
225a85b1a55f4475ba4441b3ed350e0df35ff735
[JC24WMS.git]
/
HTML
/
vueJs
/
src
/
components
/
base
/
render.js
1
2
3
4
5
6
7
8
9
10
export default {
name: 'RenderCell',
functional: true,
props: {
render: Function
},
render: (h, ctx) => {
return ctx.props.render(h);
}
};