Files
ziqim/Yangcai365_design/manage/zview/sys/orderMerchantAdd.zml
T
2025-02-20 14:58:55 +08:00

37 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<#def designatedPath="/orderMerchantList.htm"/>
${request.getValidateScript()}
${zhiqim_manager_history("orderMerchantList.htm")}
${zhiqim_manager_breadcrumb_parent("orderMerchantList.htm", "商家管理", "增加商家")}
${zhiqim_manager_content()}
<script>
</script>
<form name="theForm" action="/orderMerchantInsert.htm" method="post" onSubmit="return validateForm(this);" data-role="z-call-frame">
<table class="z-table z-bordered z-h50-tr z-pd10 z-bg-white">
<tr class="zi-h40 z-bg-gray z-bold">
<td colspan="2">增加商家</td>
</tr>
<tr>
<td width="40%">商家名称:<span class="z-color-999">20位不定长字符)</span></td>
<td width="*"><input name="merchantName" class="z-input z-w300 ${zmr_color_class}" maxlength="20"><span class="z-color-red">&nbsp;*</span></td>
</tr>
<tr>
<td>商家状态:<span class="z-color-999">(请选择)</span></td>
<td>
<select name="isEnabled" class="z-select z-w300" data-role="z-select" data-class="${zmr_color_class}">
<option value="true">正常</option>
<option value="false">停用</option>
</select><span class="z-color-red">&nbsp;*</span>
</td>
</tr>
<tr>
<td>商家秘钥:</td>
<td>
<div class="z-float-left"><textarea name="merchantSecret" class="z-textarea z-w300 z-h120"></textarea></div>
<div class="z-float-left z-mg-l10"><button type="button" onclick="this.form.merchantSecret.value = Z.Ids.uuid()" class="z-button z-cyan">随机生成</button></div>
</td>
</tr>
</table>
${zhiqim_manager_submit()}
</form>
${zhiqim_manager_content_end()}