a3f1c2d0 by yangjianbin

init

1 parent 82525b78
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
23 <div class="panel-header">初审意见</div> 23 <div class="panel-header">初审意见</div>
24 <div class="panel-body cl"> 24 <div class="panel-body cl">
25 <div class="row cl"> 25 <div class="row cl">
26 <div class="form-group col-sm-3 col-md-1"> 26 <div class="form-group col-sm-3 col-md-2">
27 <label>拟批</label> 27 <label>拟批</label>
28 <input type="text" class="form-control input-text" 28 <input type="text" class="form-control input-text"
29 value="<?= $getFirstCheck ? $getFirstCheck->mockMoney : '' ?>" disabled> 29 value="<?= $getFirstCheck ? $getFirstCheck->mockMoney : '' ?>" disabled>
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
44 <div class="panel-header">复审意见</div> 44 <div class="panel-header">复审意见</div>
45 <div class="panel-body cl"> 45 <div class="panel-body cl">
46 <div class="row cl"> 46 <div class="row cl">
47 <div class="form-group col-sm-3 col-md-1"> 47 <div class="form-group col-sm-3 col-md-2">
48 <label>拟批</label> 48 <label>拟批</label>
49 <input type="text" class="form-control input-text" 49 <input type="text" class="form-control input-text"
50 value="<?= $getSecondCheck ? $getSecondCheck->mockMoney : '' ?>" disabled> 50 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!