Commit 819c382581ef1c2e3a796a558967a72edb371350

Authored by yihao.liu
1 parent 9c9eab13

wms2.0中的bug 7.基础数据-商品管理,明细数据没有,且新增弹不出来

src/main/resources/templates/config/bomDetail/bomDetail.html
... ... @@ -137,7 +137,7 @@
137 137  
138 138 function add() {
139 139 var url = prefix+"/add/"+[[${bomHeaderId}]];
140   - $.modal.open("添加" + $.table._option.modalName, url);
  140 + $.modal.open("添加" + table.options.modalName, url);
141 141 }
142 142 </script>
143 143 </body>
... ...