| | |
| | | {{/if}} |
| | | {{else if item[2] == 'MEMO'}} |
| | | <div class="mui-input-row" style="height:<%=(item[14])%>px;"> |
| | | <label><%=(item[1])%></label> |
| | | <textarea class="form" rows="8" id="<%=(item[0])%>" style="height:<%=(item[14])%>px;"></textarea> |
| | | </div> |
| | | <label><%=(item[1])%></label> |
| | | {{if item[3] == '1'}} |
| | | <textarea readonly class="form" rows="8" id="<%=(item[0])%>" |
| | | style="height:<%=(item[14])%>px; background-color: #f1f1f5;"></textarea> |
| | | {{else}} |
| | | <textarea class="form" rows="8" id="<%=(item[0])%>" |
| | | style="height:<%=(item[14])%>px;"></textarea> |
| | | {{/if}} |
| | | </div> |
| | | {{else if item[2] == 'BUTTON'}} |
| | | <div class="mui-input-row" style="height: 4rem;"> |
| | | <ul class="mui-table-view ulcss" > |
| | |
| | | timeout: 30000, |
| | | success: function(data) { |
| | | if (data.result) { |
| | | //console.log(JSON.stringify(data.data)); |
| | | // console.log("================================================="); |
| | | // console.log(JSON.stringify(data.data)); |
| | | try { |
| | | var printCmd = "" |
| | | for (var i = 0; i < data.data.length; i++) { |