|
@@ -1208,9 +1208,9 @@
|
|
|
<%--alertx("+++++"+val.length) splitCodes[${varIndex.index}].splitCode--%>
|
|
|
productParametersIndex++;
|
|
|
var html = '<div id="paramsItem" class="paramsItem">';
|
|
|
- html += ' <input name="splitCodes[' + [productParametersIndex] + '].splitCode" id="splitCode" maxlength="8" placeholder="请输入分帐商户号" type="text" class="input-small"/> ';
|
|
|
- html += '<input name="splitCodes[' + [productParametersIndex] + '].email" id="email"maxlength="10" placeholder="请输入对应邮箱号" class="input-small"/> '
|
|
|
- html += '<input name="splitCodes[' + [productParametersIndex] + '].codeRemark" id="codeRemark" maxlength="10" placeholder="请输入账户备注" type="text" class="input-small"/> ';
|
|
|
+ html += ' <input name="splitCodes[' + [productParametersIndex] + '].splitCode" id="splitCode" maxlength="15" placeholder="请输入分帐商户号" type="text" class="input-small"/> ';
|
|
|
+ html += '<input name="splitCodes[' + [productParametersIndex] + '].email" id="email"maxlength="15" placeholder="请输入对应邮箱号" class="input-small"/> '
|
|
|
+ html += '<input name="splitCodes[' + [productParametersIndex] + '].codeRemark" id="codeRemark" maxlength="15" placeholder="请输入账户备注" type="text" class="input-small"/> ';
|
|
|
html += '<span type="button" style="cursor: pointer;color: #0B61A4" onclick="deleteParams(this)"">删除</span>';
|
|
|
html += '</div>';
|
|
|
$("#addParamsItems").append(html).show();
|