Browse Source

feat(components): 重构客户添加页面

- 更新了客户添加页面的布局和样式
- 增加了新的字段和选项,如来源、顾问等
- 优化了表单提交流程,分为基础信息和六要素两个步骤
- 重新设计了下拉选择器和日期选择器的使用方式- 调整了部分字段的命名和展示逻辑
master
liutong 11 months ago
parent
commit
22f2c6c9b8
  1. 23
      components/AQ/AQTabber.vue
  2. 1010
      pages/market/clue/add_clues.vue

23
components/AQ/AQTabber.vue

@ -7,16 +7,16 @@
<view class="fui-custom__wrap"> <view class="fui-custom__wrap">
<view class="title" style="font-size: 36rpx;text-align: center;padding: 36rpx 0;">快捷新增</view> <view class="title" style="font-size: 36rpx;text-align: center;padding: 36rpx 0;">快捷新增</view>
<view class="but-style"> <view class="but-style">
<view class="but-style-top"> <!-- <view class="but-style-top">-->
<view class="left" @click="writingFollowUp"> <!-- <view class="left" @click="writingFollowUp">-->
<image src="@/static/images/index/writing.png" class="drop-image-x"></image> <!-- <image src="@/static/images/index/writing.png" class="drop-image-x"></image>-->
<view class="title-x">添加跟进记录</view> <!-- <view class="title-x">添加跟进记录</view>-->
</view> <!-- </view>-->
<view class="right" @click="newTask"> <!-- <view class="right" @click="newTask">-->
<image src="@/static/images/index/task.png" class="drop-image-x"></image> <!-- <image src="@/static/images/index/task.png" class="drop-image-x"></image>-->
<view class="title-x">转交跟进任务</view> <!-- <view class="title-x">转交跟进任务</view>-->
</view> <!-- </view>-->
</view> <!-- </view>-->
<view class="but-style-below" @click="addClues"> <view class="but-style-below" @click="addClues">
<image src="@/static/images/index/addto.png" class="drop-image-x"></image> <image src="@/static/images/index/addto.png" class="drop-image-x"></image>
<view class="title-x">添加客户</view> <view class="title-x">添加客户</view>
@ -196,7 +196,8 @@
} }
.fui-custom__wrap { .fui-custom__wrap {
width: 100%; width: 100%;
height: 600rpx; //height: 600rpx;
height: 450rpx;
} }
.title{ .title{
font-size: 36rpx; font-size: 36rpx;

1010
pages/market/clue/add_clues.vue

File diff suppressed because it is too large
Loading…
Cancel
Save