a3f1c2d0 by yangjianbin

init

1 parent 82525b78
......@@ -23,7 +23,7 @@
<div class="panel-header">初审意见</div>
<div class="panel-body cl">
<div class="row cl">
<div class="form-group col-sm-3 col-md-1">
<div class="form-group col-sm-3 col-md-2">
<label>拟批</label>
<input type="text" class="form-control input-text"
value="<?= $getFirstCheck ? $getFirstCheck->mockMoney : '' ?>" disabled>
......@@ -44,7 +44,7 @@
<div class="panel-header">复审意见</div>
<div class="panel-body cl">
<div class="row cl">
<div class="form-group col-sm-3 col-md-1">
<div class="form-group col-sm-3 col-md-2">
<label>拟批</label>
<input type="text" class="form-control input-text"
value="<?= $getSecondCheck ? $getSecondCheck->mockMoney : '' ?>" disabled>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!