...
|
...
|
@@ -281,7 +281,7 @@ |
|
|
<input type="radio" name="isOutLets" value="Y">是</label>
|
|
|
<label class="radio-inline">
|
|
|
<input type="radio" name="isOutLets" value="N">否</label>
|
|
|
<input type="hidden" id="isOutLets" value="[[isOutLets||'N']]" for="radio" />
|
|
|
<input type="hidden" id="isOutLets" value="[[isOutLets == 'B' ? 'N' : (isOutLets||'N')]]" for="radio" />
|
|
|
</div>
|
|
|
|
|
|
|
...
|
...
|
|