crm_second_opening_mini/pagesA/crm/salesTarget/myTarget.wxml

1 line
9.8 KiB
Plaintext
Raw Normal View History

2023-03-13 01:13:08 +00:00
<view class="data-v-7f1ed141"><view class="sales_head data-v-7f1ed141"><picker value="{{valueTime}}" range-key="name" range="{{optionsTime}}" data-event-opts="{{[['change',[['changeTime',['$event']]]]]}}" bindchange="__e" class="data-v-7f1ed141"><view class="tablist data-v-7f1ed141"><view class="data-v-7f1ed141">{{optionsTime[valueTime]?optionsTime[valueTime].name:'时间'}}</view><image class="bottomimg data-v-7f1ed141" src="{{BASE_IMG_URL+'xia.png'}}" mode="scaleToFill"></image></view></picker><picker value="{{valueMoney}}" range-key="text" range="{{optionsMoney}}" data-event-opts="{{[['change',[['changeTopMoney',['$event']]]]]}}" bindchange="__e" class="data-v-7f1ed141"><view class="tablist data-v-7f1ed141"><view class="data-v-7f1ed141">{{optionsMoney[valueMoney]?optionsMoney[valueMoney].text:'金额'}}</view><image class="bottomimg data-v-7f1ed141" src="{{BASE_IMG_URL+'xia.png'}}" mode="scaleToFill"></image></view></picker></view><view class="btnwarp data-v-7f1ed141"><view data-event-opts="{{[['tap',[['toHistory',['$event']]]]]}}" class="history data-v-7f1ed141" bindtap="__e">历史修改记录</view></view><view class="sales_con data-v-7f1ed141"><view class="annual_tar data-v-7f1ed141"><view class="annual_item data-v-7f1ed141"><view class="data-v-7f1ed141">年度目标</view><block wx:if="{{!isSet}}"><view class="data-v-7f1ed141">{{info?info.yeartarget:'0'}}</view></block><block wx:if="{{isSet}}"><view class="data-v-7f1ed141"><input type="digit" placeholder="请填写目标金额" data-event-opts="{{[['confirm',[['handelMoney',['$event']]]],['blur',[['handelMoney',['$event']]]],['input',[['__set_model',['$0','yeartarget','$event',[]],['info']],['check',['$event']]]]]}}" value="{{info.yeartarget}}" bindconfirm="__e" bindblur="__e" bindinput="__e" class="data-v-7f1ed141"/></view></block></view><view class="annual_item data-v-7f1ed141"><view class="data-v-7f1ed141">1月</view><block wx:if="{{!isSet}}"><view class="data-v-7f1ed141">{{info?info.january:'0'}}</view></block><block wx:if="{{isSet}}"><view class="data-v-7f1ed141"><input type="digit" placeholder="请填写目标金额" data-event-opts="{{[['input',[['__set_model',['$0','january','$event',[]],['info']],['check1',['$event']]]],['confirm',[['changeMoney',['$event']]]],['blur',[['changeMoney',['$event']]]]]}}" value="{{info.january}}" bindinput="__e" bindconfirm="__e" bindblur="__e" class="data-v-7f1ed141"/></view></block></view><view class="annual_item data-v-7f1ed141"><view class="data-v-7f1ed141">2月</view><block wx:if="{{!isSet}}"><view class="data-v-7f1ed141">{{info?info.february:'0'}}</view></block><block wx:if="{{isSet}}"><view class="data-v-7f1ed141"><input type="digit" placeholder="请填写目标金额" data-event-opts="{{[['input',[['__set_model',['$0','february','$event',[]],['info']],['check2',['$event']]]],['confirm',[['changeMoney',['$event']]]],['blur',[['changeMoney',['$event']]]]]}}" value="{{info.february}}" bindinput="__e" bindconfirm="__e" bindblur="__e" class="data-v-7f1ed141"/></view></block></view><view class="annual_item data-v-7f1ed141"><view class="data-v-7f1ed141">3月</view><block wx:if="{{!isSet}}"><view class="data-v-7f1ed141">{{info?info.march:'0'}}</view></block><block wx:if="{{isSet}}"><view class="data-v-7f1ed141"><input type="digit" placeholder="请填写目标金额" data-event-opts="{{[['input',[['__set_model',['$0','march','$event',[]],['info']],['check3',['$event']]]],['confirm',[['changeMoney',['$event']]]],['blur',[['changeMoney',['$event']]]]]}}" value="{{info.march}}" bindinput="__e" bindconfirm="__e" bindblur="__e" class="data-v-7f1ed141"/></view></block></view><view class="annual_item data-v-7f1ed141"><view class="data-v-7f1ed141">4月</view><block wx:if="{{!isSet}}"><view class="data-v-7f1ed141">{{info?info.april:'0'}}</view></block><block wx:if="{{isSet}}"><view class="data-v-7f1ed141"><input type="digit" placeholder="请填写目标金额" data-event-opts="{{[['input',[['__set_model',['$0','april','$event',[]],['info']],['check4',['$event']]]],['confirm',[['changeMoney',['$event']]]],['blur',[['changeMoney',['$ev