|
@@ -1230,7 +1230,7 @@
|
|
html += '<input name="splitCodes[' + [productParametersIndex] + '].email" id="email" maxlength="50" placeholder="请输入对应邮箱号" type="text" style="width: 150px" class="input-small"/> '
|
|
html += '<input name="splitCodes[' + [productParametersIndex] + '].email" id="email" maxlength="50" placeholder="请输入对应邮箱号" type="text" style="width: 150px" class="input-small"/> '
|
|
html += '<input name="splitCodes[' + [productParametersIndex] + '].codeRemark" id="codeRemark" maxlength="15" placeholder="请输入账户备注" type="text" class="input-small"/> ';
|
|
html += '<input name="splitCodes[' + [productParametersIndex] + '].codeRemark" id="codeRemark" maxlength="15" placeholder="请输入账户备注" type="text" class="input-small"/> ';
|
|
html += '<input name="splitCodes[' + [productParametersIndex] + '].weChatFlag" id="weChatFlag" type="checkbox" class="input-small" value="1">已确认微信支付开户意愿</input> ';
|
|
html += '<input name="splitCodes[' + [productParametersIndex] + '].weChatFlag" id="weChatFlag" type="checkbox" class="input-small" value="1">已确认微信支付开户意愿</input> ';
|
|
- html += '<input name="splitCodes[' + [productParametersIndex] + '].aliPayFlag" id="aliCheck" type="checkbox" class="input-small" value="1">已确认微信支付开户意愿</input> ';
|
|
|
|
|
|
+ html += '<input name="splitCodes[' + [productParametersIndex] + '].aliPayFlag" id="aliCheck" type="checkbox" class="input-small" value="1">已确认支付宝开户意愿</input> ';
|
|
html += '<span type="button" style="cursor: pointer;color: #0B61A4" onclick="deleteParams(this)"">删除</span>';
|
|
html += '<span type="button" style="cursor: pointer;color: #0B61A4" onclick="deleteParams(this)"">删除</span>';
|
|
html += '</div>';
|
|
html += '</div>';
|
|
$("#addParamsItems").append(html).show();
|
|
$("#addParamsItems").append(html).show();
|