|
@@ -6,7 +6,6 @@
|
|
|
<view>{{content.followupmode?content.followupmode:'请选择'}}</view>
|
|
<view>{{content.followupmode?content.followupmode:'请选择'}}</view>
|
|
|
<van-icon name="arrow-down" />
|
|
<van-icon name="arrow-down" />
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
<view class="label"><text>*</text>本次跟进结果:</view>
|
|
<view class="label"><text>*</text>本次跟进结果:</view>
|
|
|
<view class="results" bindtap="changeType">
|
|
<view class="results" bindtap="changeType">
|
|
|
<view class="{{content.logtype=='继续跟进'?'op':''}}" data-name="继续跟进">继续跟进</view>
|
|
<view class="{{content.logtype=='继续跟进'?'op':''}}" data-name="继续跟进">继续跟进</view>
|
|
@@ -17,14 +16,11 @@
|
|
|
<textarea value='{{content.content}}' class="textarea selector" data-label="content" bind:input="inputChange" placeholder="请描述跟进情况及内容" />
|
|
<textarea value='{{content.content}}' class="textarea selector" data-label="content" bind:input="inputChange" placeholder="请描述跟进情况及内容" />
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
<view style="height: 140rpx;" />
|
|
<view style="height: 140rpx;" />
|
|
|
<view class="footer-but">
|
|
<view class="footer-but">
|
|
|
<van-button custom-class='button' disabled='{{disabled}}' bindtap="submit" loading='{{loading}}' loading-text="保存中...">确定</van-button>
|
|
<van-button custom-class='button' disabled='{{disabled}}' bindtap="submit" loading='{{loading}}' loading-text="保存中...">确定</van-button>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
<van-action-sheet show="{{ actionShow }}" actions="{{ actions }}" cancel-text="取消" bind:close="selectWay" bind:cancel='selectWay' bind:select="onSelect" />
|
|
<van-action-sheet show="{{ actionShow }}" actions="{{ actions }}" cancel-text="取消" bind:close="selectWay" bind:cancel='selectWay' bind:select="onSelect" />
|
|
|
-
|
|
|
|
|
<wxs module="text">
|
|
<wxs module="text">
|
|
|
module.exports.type = function (str) {
|
|
module.exports.type = function (str) {
|
|
|
var text = '';
|
|
var text = '';
|