| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- <!-- MAIN CONTENT -->
- <div id="content">
- <!-- widget grid -->
- <section id="widget-grid" widget-grid>
- <!-- START ROW -->
- <div class="row">
- <!-- NEW COL START -->
- <article class="col-sm-12 col-md-12 col-lg-12">
- <!-- Widget ID (each widget will need unique ID)-->
- <div jarvis-widget id="form-grid-widget"
- data-widget-colorbutton="false" data-widget-editbutton="false"
- data-widget-custombutton="false">
- <!-- widget div-->
- <div>
- <!-- widget content -->
- <div class="widget-body no-padding">
- <form id="basicStorehouse-form" name='basicStorehouse-form'
- class="smart-form ng-pristine ng-valid"
- ng-submit='basicStorehouse-form.$valid&&save(basicStorehouse)'
- novalidate="novalidate">
- <header>
- <a href-void class="btn btn-default btn-xs" ng-click="retList()">
- <i class="fa fa-angle-left"></i> 返回
- </a>
- <strong>记账</strong>
- <span class="pull-right font-xs">带*的部分必须填写</span>
- </header>
- <fieldset>
- <table class="table table-striped table-bordered table-hover" width="100%">
- <tr>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">粮库名称</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="fcbgz.lcmc" ng-readonly="true">
- </label>
- </th>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">粮油性质</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="fcbgz.hwxz" ng-readonly="true">
- </label>
- <input type="hidden" ng-model="account.hwxz" />
- </th>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">粮油品种</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="fcbgz.lspz" ng-readonly="true">
- </label>
- <input type="hidden" ng-model="account.lspz" />
- </th>
- </tr>
- <tr>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">摘要</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="account.remark" ng-readonly="true" class="form-control" />
- </label>
- </th>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">计划文件号</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="account.wjh" ng-readonly="true" class="form-control" />
- </label>
- </th>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">日期</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="account.rq" ng-disabled="true" class="form-control" />
- </label>
- </th>
- </tr>
- <tr>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">入库数量</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="account.srsl" ng-readonly="true" class="form-control" />
- </label>
- </th>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">出库数量</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="account.zcsl" ng-readonly="true" class="form-control" />
- </label>
- </th>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">库存数量</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="account.kcsl" ng-readonly="true" class="form-control" />
- </label>
- </th>
- </tr>
- <tr>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">记账人</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="account.accountingPerson" name="accountingPerson" class="form-control" ng-readonly="true">
- </label>
- </th>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">记账时间</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="account.accountingDate" ng-disabled="accounting_isNotEdit"
- name="accountingDate" required class="form-control datepicker" data-smart-datepicker>
- </label>
- </th>
- <th>
- <label class="label" ng-hide="auditor_th" style="margin-top: 9px;text-align: center;">审核人</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-hide="auditor_th" ng-model="account.auditor" name="auditor" class="form-control" ng-readonly="true">
- </label>
- </th>
- </tr>
- <tr>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">损失损耗(Kg)</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="account.sssh" ng-readonly="butType != 0" class="form-control" />
- </label>
- </th>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">折标水杂数量(Kg)</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="account.zbszsl" ng-readonly="butType != 0" class="form-control" />
- </label>
- </th>
- <th colspan="2"></th>
- </tr>
- <tr ng-hide="auditor_th">
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">审核时间</label>
- </th>
- <th>
- <label class="input">
- <input type="text" ng-model="account.auditorDate" ng-disabled="auditor_isNotEdit"
- name="auditorDate" required class="form-control datepicker" data-smart-datepicker>
- </label>
- </th>
- <th>
- <label class="label" style="margin-top: 9px;text-align: center;">审核意见</label>
- </th>
- <th colspan="3">
- <label class="textarea">
- <textarea required ng-disabled="auditor_isNotEdit" rows="3" ng-model="account.auditorOpinion" name="auditorOpinion" oninput="if(value.length>255) value=value.slice(0,255)"></textarea>
- </label>
- </th>
- </tr>
- <tr ng-hide="auditor_th">
- </tr>
-
- </table>
- </fieldset>
- <footer class="modal-footer text-align-center">
- <button ng-click="retList()" class="btn btn-default btn-lg" data-dismiss="modal">取消</button>
- <button ng-click="submit()" type="button" class="btn btn-primary btn-lg" ng-hide="isNotEdit">提交</button>
- </footer>
- </form>
- </div>
- </div>
- </article>
- </div>
- </section>
- </div>
|