You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.6 KiB
Plaintext

<form catchsubmit="formSubmit">
<!-- <view class="p10 bgf mt12">
<textarea name="{{name}}" type="text" maxlength="-1" placeholder="请输入" placeholder-class="weui-input__placeholder" auto-height="true" style="background-color: #ffffff;min-height: 90px;width: 100%;" value="{{defaultValue}}"></textarea>
</view> -->
<view class="mt10 bgf p010">
<view class="weui-cells weui-cells_after-title" style="margin-top: 0;">
<view class="weui-cell">
<view class="weui-cell__bd f16 c6">
发薪日
</view>
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3">
<input class="weui-input mr8" type="number" name="salaryClassifyValue" value="{{timeValue}}" placeholder="请输入发薪日" placeholder-class="weui-input__placeholder" />
</view>
</view>
<view class="weui-cell" style="padding-bottom: 8px;">
<view class="weui-cell__bd f16 c6">说明</view>
</view>
<view class="p016">
<textarea name="{{name}}" type="text" maxlength="-1" placeholder="请输入说明" placeholder-class="weui-input__placeholder" auto-height="true" style="background-color: #ffffff;min-height: 90px;width: 100%;" value="{{defaultValue}}"></textarea>
</view>
</view>
</view>
<!-- <view style="padding-bottom: 60px;">
<button type='primary' class="loginOut sm-loginOut" formType="submit" style="font-weight:400;margin-top:90px;">确定</button>
</view> -->
<view class="btmFix display-flex" style="justify-content: center;">
<button type='primary' class="loginOut sm-loginOut" formType="submit" style="font-weight:blod;margin-top: 16px;">确定</button>
</view>
</form>