Browse Source

库位标签模版挂接错误,挂接的是箱签信息 YT-486

intex_online20241111
YEJIAXING-PC\lenovo 1 month ago
parent
commit
3c75348cbb
  1. 3
      src/views/wms/basicDataManage/labelManage/locationLabel/index.vue

3
src/views/wms/basicDataManage/labelManage/locationLabel/index.vue

@ -285,7 +285,8 @@ const getSelectionRows = (currentPage,currentPageSelectionRows) => {
/** 初始化 **/
onMounted(async () => {
tableObject.params = {
available: true
available: true,
type: 'LocationLabel'
}
getList()
})

Loading…
Cancel
Save