init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -55,7 +55,7 @@ | ... | @@ -55,7 +55,7 @@ |
| 55 | <div class="form-group col-sm-12 col-md-12"> | 55 | <div class="form-group col-sm-12 col-md-12"> |
| 56 | <label>拟批备注</label> | 56 | <label>拟批备注</label> |
| 57 | <textarea class="textarea" | 57 | <textarea class="textarea" |
| 58 | disabled><?= $getSecondCheck ? $getSecondCheck->mockMoney : '' ?></textarea> | 58 | disabled><?= $getSecondCheck ? $getSecondCheck->description : '' ?></textarea> |
| 59 | </div> | 59 | </div> |
| 60 | </div> | 60 | </div> |
| 61 | </div> | 61 | </div> | ... | ... |
-
Please register or sign in to post a comment