propertyTSheet-edit.html 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <!-- MAIN CONTENT -->
  2. <div id="content" style=" border-width:5px; margin-left:2%;position:relative;margin-right:2%;">
  3. <!-- widget grid -->
  4. <section id="widget-grid" widget-grid>
  5. <!-- START ROW -->
  6. <div class="row">
  7. <!-- NEW COL START -->
  8. <article class="col-sm-12 col-md-12 col-lg-12">
  9. <!-- Widget ID (each widget will need unique ID)-->
  10. <div jarvis-widget id="form-grid-widget"
  11. data-widget-colorbutton="false" data-widget-editbutton="false"
  12. data-widget-custombutton="false">
  13. <!-- widget div-->
  14. <!-- <div> -->
  15. <!-- widget content -->
  16. <div class="widget-body no-padding">
  17. <form id="propertyTSheet-form" class="smart-form ng-pristine ng-valid" data-validator-option="validateOptions" novalidate="novalidate" style=" border-width:5px; margin-left:2%;position:relative;margin-right:2%;">
  18. <header>
  19. <a href-void class="btn btn-default btn-xs" ng-click="retList()">
  20. <i class="fa fa-angle-left"></i>&nbsp;返回&nbsp;
  21. </a>
  22. &nbsp;<strong>粮食性质转变单</strong>
  23. </header>
  24. <fieldset>
  25. <div class="col-xs-15 col-sm-15">
  26. <table class="table table-striped table-bordered table-hover" bordercolor="#999999"
  27. style="border-style:solid;border-collapse:collapse;" border="1" width="100%">
  28. <tr colspan="8">
  29. <td>出库通知单计划号</td>
  30. <td colspan="5">{{receiveNotice.lsxzzbdh}}</td>
  31. </tr>
  32. <tr>
  33. <td>仓房名称</td>
  34. <td>{{storehouseObj[receiveNotice.houseId].storehouseName}}</td>
  35. <td>货位名称</td>
  36. <td>{{wares[receiveNotice.wareHouseId].warehouseName}}</td>
  37. <td>品种</td>
  38. <td>{{dicData[receiveNotice.grainKind]}}</td>
  39. </tr>
  40. <tr>
  41. <td>转前性质</td>
  42. <td>{{dicData[receiveNotice.grainAttribute]}}</td>
  43. <td>转后性质</td>
  44. <td>{{dicData[receiveNotice.hzqlsxzdm]}}</td>
  45. <td>划转数量(吨)</td>
  46. <td>{{receiveNotice.count}}</td>
  47. </tr>
  48. <tr>
  49. <td>仓内粮食数量(吨)</td>
  50. <td>{{receiveNotice.lssl}}</td>
  51. <td>划转时间</td>
  52. <td>{{receiveNotice.hzrq | date:'yyyy-MM-dd HH:mm:ss'}}</td>
  53. <td colspan="2"></td>
  54. </tr>
  55. </table>
  56. </div>
  57. </fieldset>
  58. <!-- </form> -->
  59. <div ng-include="'app/act/util/propertyTS-audit.html'"></div>
  60. </div>
  61. </div>
  62. </article>
  63. </div>
  64. </section>
  65. </div>