zjh
2025-10-12 1b21c753b471406026cf058aea1e59a4a228052f
input.html
@@ -205,7 +205,13 @@
            {{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>
                      {{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;">
@@ -1070,6 +1076,7 @@
               timeout: 30000,
               success: function(data) {
                  if (data.result) {
                     // console.log("=================================================");
                     //console.log(JSON.stringify(data.data));
                     try {
                        var printCmd = ""