init
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -69,13 +69,13 @@ | ... | @@ -69,13 +69,13 @@ |
| 69 | name="clientInfoInputVO.dwellState"> | 69 | name="clientInfoInputVO.dwellState"> |
| 70 | <span><?= $v ?></span> | 70 | <span><?= $v ?></span> |
| 71 | <?php if ($k == 0): ?> | 71 | <?php if ($k == 0): ?> |
| 72 | <input type="text" <?= $clientInfoOutputVO && $clientInfoOutputVO->dwellState == $k ? $clientInfoOutputVO->dwellDetail : '' ?> | 72 | <input type="text" |
| 73 | class="input-decoration w-50 text-c" name="clientInfoInputVO.dwellDetail" value=""> 层 | 73 | class="input-decoration w-50 text-c" name="clientInfoInputVO.dwellDetail" value="<?= $clientInfoOutputVO && $clientInfoOutputVO->dwellState == $k ? $clientInfoOutputVO->dwellDetail : '' ?>"> 层 |
| 74 | <?php elseif ($k == 1): ?> | 74 | <?php elseif ($k == 1): ?> |
| 75 | <input type="text" <?= $clientInfoOutputVO && $clientInfoOutputVO->dwellState == $k ? $clientInfoOutputVO->dwellDetail : '' ?> | 75 | <input type="text" value="<?= $clientInfoOutputVO && $clientInfoOutputVO->dwellState == $k ? $clientInfoOutputVO->dwellDetail : '' ?>" |
| 76 | name="clientInfoInputVO.dwellDetail" class="input-decoration w-50 text-c"> 万 | 76 | name="clientInfoInputVO.dwellDetail" class="input-decoration w-50 text-c"> 万 |
| 77 | <?php elseif ($k == 2): ?> | 77 | <?php elseif ($k == 2): ?> |
| 78 | <input type="text" <?= $clientInfoOutputVO && $clientInfoOutputVO->dwellState == $k ? $clientInfoOutputVO->dwellDetail : '' ?> | 78 | <input type="text" value="<?= $clientInfoOutputVO && $clientInfoOutputVO->dwellState == $k ? $clientInfoOutputVO->dwellDetail : '' ?>" |
| 79 | name="clientInfoInputVO.dwellDetail" class="input-decoration w-50 text-c"> 万 | 79 | name="clientInfoInputVO.dwellDetail" class="input-decoration w-50 text-c"> 万 |
| 80 | <?php endif; ?> | 80 | <?php endif; ?> |
| 81 | </div> | 81 | </div> | ... | ... |
-
Please register or sign in to post a comment