Browse Source

YT-2472 新增隔离移库申请,明细中从库存状态显示不正确

intex_onlin20250418
张立 2 months ago
parent
commit
542bec5f43
  1. 2
      src/components/TableForm/src/TableForm.vue

2
src/components/TableForm/src/TableForm.vue

@ -563,7 +563,7 @@ const initSelectOptions = (headerItem, row) => {
} else {
return headerItem?.tableForm?.initOptions?.length>0
? headerItem.tableForm.initOptions
: headerItem.tableForm.initOptions
: getStrDictOptions(headerItem.dictType)
}
}
//

Loading…
Cancel
Save