添加合同修改

master
xcw 2023-03-15 16:28:08 +08:00
parent 4c6ede951d
commit fcd8836cb5
3 changed files with 601 additions and 8 deletions

View File

@ -38,14 +38,16 @@
</picker> </picker>
</view> </view>
<view class="fllow_form"> <view class="fllow_form">
<view><text>*</text>消费金额</view> <view><text>*</text>金额</view>
<view class="form_input"><input class="{{[money?'valueActive':'']}}" type="text" placeholder-style="font-size:30rpx;color: #999;" placeholder="请输入消费金额" data-event-opts="{{[['input',[['__set_model',['','money','$event',[]]]]]]}}" value="{{money}}" bindinput="__e" /></view> <view class="form_input"><input class="{{[money?'valueActive':'']}}" type="text" placeholder-style="font-size:30rpx;color: #999;" placeholder="请输入报销金额" data-event-opts="{{[['input',[['__set_model',['','money','$event',[]]]]]]}}" value="{{money}}" bindinput="__e" /></view>
</view> </view>
<block wx:if="{{!isRequired}}">
<view class="fllow_form">
<view>报销主题</view>
<view class="form_input"><input class="{{[theme?'valueActive':'']}}" type="text" placeholder-style="font-size:30rpx;color: #999;" placeholder="请输入报销主题" data-event-opts="{{[['input',[['__set_model',['','theme','$event',[]]]]]]}}" value="{{theme}}" bindinput="__e" /></view>
</view>
</block>
<view class="fllow_form">
<view>报销主题</view>
<view class="form_input"><input class="{{[theme?'valueActive':'']}}" type="text" placeholder-style="font-size:30rpx;color: #999;" placeholder="请输入报销主题" data-event-opts="{{[['input',[['__set_model',['','theme','$event',[]]]]]]}}" value="{{theme}}" bindinput="__e" /></view>
</view>
<block wx:if="{{!isRequired}}"> <block wx:if="{{!isRequired}}">
<view class="fllow_area"> <view class="fllow_area">
<view class="area_head">备注</view><textarea class="{{[remark?'valueActive':'']}}" placeholder="请输入备注" placeholder-style="color:#999" data-event-opts="{{[['input',[['__set_model',['','remark','$event',[]]]]]]}}" value="{{remark}}" bindinput="__e"></textarea></view> <view class="area_head">备注</view><textarea class="{{[remark?'valueActive':'']}}" placeholder="请输入备注" placeholder-style="color:#999" data-event-opts="{{[['input',[['__set_model',['','remark','$event',[]]]]]]}}" value="{{remark}}" bindinput="__e"></textarea></view>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long