|
|
@ -65,7 +65,7 @@ |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="col-sm-12 select-table table-striped"> |
|
|
|
<table id="bootstrap-table"></table> |
|
|
|
<table id="bootstrap-table" style="white-space:nowrap"></table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -107,6 +107,8 @@ |
|
|
|
createUrl: prefix + "/add", |
|
|
|
updateUrl: prefix + "/edit/{id}", |
|
|
|
exportUrl: prefix + "/export", |
|
|
|
fixedColumns:true, |
|
|
|
fixedRightNumber:1, |
|
|
|
modalName: "仓库入库单", |
|
|
|
columns: [{ |
|
|
|
checkbox: true |
|
|
|