This commit is contained in:
唐明明
2023-10-25 17:03:28 +08:00
9 changed files with 25 additions and 28 deletions

View File

@@ -12,7 +12,7 @@
<view class="nowrap" style="color: #FFAB3F;" v-else>待匹配律师</view> <view class="nowrap" style="color: #FFAB3F;" v-else>待匹配律师</view>
</view> </view>
<view class="order-content-type"> <view class="order-content-type">
<label>服务金额</label> <label>订单类型</label>
<view class="nowrap">{{ synthesis.title || '-' }}</view> <view class="nowrap">{{ synthesis.title || '-' }}</view>
</view> </view>
<view class="order-content-type"> <view class="order-content-type">

View File

@@ -585,7 +585,7 @@
"name": "Entrust", "name": "Entrust",
"auth": true, "auth": true,
"style": { "style": {
"navigationBarTitleText": "案件委托", "navigationBarTitleText": "案件委托咨询",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF" "navigationBarBackgroundColor": "#FFFFFF"
} }
@@ -622,7 +622,7 @@
"name": "ConsultWork", "name": "ConsultWork",
"auth": true, "auth": true,
"style": { "style": {
"navigationBarTitleText": "协商调解单", "navigationBarTitleText": "协商调解咨询单",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF" "navigationBarBackgroundColor": "#FFFFFF"
} }
@@ -640,7 +640,7 @@
"name": "ActionWork", "name": "ActionWork",
"auth": true, "auth": true,
"style": { "style": {
"navigationBarTitleText": "诉讼委托单", "navigationBarTitleText": "诉讼委托咨询单",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF" "navigationBarBackgroundColor": "#FFFFFF"
} }
@@ -727,7 +727,7 @@
"name": "EntrustCivil", "name": "EntrustCivil",
"auth": true, "auth": true,
"style": { "style": {
"navigationBarTitleText": "案件委托-民事诉讼", "navigationBarTitleText": "案件委托-民事诉讼-咨询",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"backgroundColor": "#FFF" "backgroundColor": "#FFF"
} }
@@ -737,7 +737,7 @@
"name": "EntrustWrite", "name": "EntrustWrite",
"auth": true, "auth": true,
"style": { "style": {
"navigationBarTitleText": "案件委托-", "navigationBarTitleText": "案件委托-咨询",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"backgroundColor": "#FFF" "backgroundColor": "#FFF"
} }
@@ -755,7 +755,7 @@
"name": "ExpandWrite", "name": "ExpandWrite",
"auth": true, "auth": true,
"style": { "style": {
"navigationBarTitleText": "拓展服务-", "navigationBarTitleText": "拓展服务-咨询",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"backgroundColor": "#FFF" "backgroundColor": "#FFF"
} }

View File

@@ -40,7 +40,7 @@
<!-- 协商调解类 --> <!-- 协商调解类 -->
<view class="block"> <view class="block">
<view class="block-title"> <view class="block-title">
<view class="title">协商调解类</view> <view class="title">协商调解咨询</view>
</view> </view>
<scroll-view class="the-tabs" scroll-x="true" > <scroll-view class="the-tabs" scroll-x="true" >
<block v-for="(item, index) in theTabs" :key="index"> <block v-for="(item, index) in theTabs" :key="index">
@@ -92,7 +92,7 @@
<!-- 诉讼委托类 --> <!-- 诉讼委托类 -->
<view class="block"> <view class="block">
<view class="block-title"> <view class="block-title">
<view class="title">诉讼委托类</view> <view class="title">诉讼委托咨询</view>
</view> </view>
<view class="lawsuit"> <view class="lawsuit">
<block v-for="(item, index) in appMenus.cases" :key="index"> <block v-for="(item, index) in appMenus.cases" :key="index">
@@ -109,7 +109,7 @@
<!-- 增收赋能类 --> <!-- 增收赋能类 -->
<view class="block"> <view class="block">
<view class="block-title"> <view class="block-title">
<view class="title">增收赋能类</view> <view class="title">增收赋能咨询</view>
</view> </view>
<scroll-view <scroll-view
class="the-flex" class="the-flex"

View File

@@ -5,7 +5,7 @@
<view class="total-flex"> <view class="total-flex">
<view class="total-item"> <view class="total-item">
<image class="icon" src="@/static/icons/work_icon_00.png"></image> <image class="icon" src="@/static/icons/work_icon_00.png"></image>
<view class="title">诉讼委托单</view> <view class="title">诉讼委托咨询</view>
<view class="number">{{orderAll.all}}<text></text></view> <view class="number">{{orderAll.all}}<text></text></view>
</view> </view>
<view class="total-item"> <view class="total-item">
@@ -27,7 +27,7 @@
</view> </view>
</view> </view>
<view class="block"> <view class="block">
<view class="block-title">委托单管理</view> <view class="block-title">委托咨询单管理</view>
<view class="tool-flex"> <view class="tool-flex">
<view class="tool-flex-item" @click="onNav('SynthesizeOrder', { status: 0, type: 'entrust' })"> <view class="tool-flex-item" @click="onNav('SynthesizeOrder', { status: 0, type: 'entrust' })">
<image class="icon" src="@/static/icons/work_icon_06.png"></image> <image class="icon" src="@/static/icons/work_icon_06.png"></image>

View File

@@ -38,7 +38,7 @@
</view> </view>
</view> </view>
<view class="block"> <view class="block">
<view class="block-title">协商调解订单管理</view> <view class="block-title">协商调解咨询订单管理</view>
<view class="tool-flex"> <view class="tool-flex">
<view class="tool-flex-item" @click="onNav('Orders', { 'type': 0 })"> <view class="tool-flex-item" @click="onNav('Orders', { 'type': 0 })">
<image class="icon" src="@/static/icons/work_icon_06.png"></image> <image class="icon" src="@/static/icons/work_icon_06.png"></image>

View File

@@ -162,7 +162,7 @@
case 'entrust': case 'entrust':
isScroll = true isScroll = true
funName = entrustOrder funName = entrustOrder
tabName = '委托订单' tabName = '委托咨询订单'
tabsArr = [ tabsArr = [
{ name: '待支付', type: 0 }, { name: '待支付', type: 0 },
{ name: '待审核', type: 1 }, { name: '待审核', type: 1 },

View File

@@ -16,9 +16,9 @@
<u-icon size="12" color="#999" name="arrow-down-fill"></u-icon> <u-icon size="12" color="#999" name="arrow-down-fill"></u-icon>
</view> </view>
</view> </view>
<!-- 业务类型 --> <!-- 业务咨询类型 -->
<view class="block-item"> <view class="block-item">
<label class="block-item-label"><text>*</text>业务类型</label> <label class="block-item-label"><text>*</text>业务咨询类型</label>
<picker :range="item.fromType" range-key="title" :value="item.fromIndex" @change="businessChange($event, item, index)"> <picker :range="item.fromType" range-key="title" :value="item.fromIndex" @change="businessChange($event, item, index)">
<view class="institution-picker"> <view class="institution-picker">
<view class="institution-picker-text nowrap">{{item.fromType[item.fromIndex].title}}</view> <view class="institution-picker-text nowrap">{{item.fromType[item.fromIndex].title}}</view>
@@ -327,7 +327,7 @@
}).then(res => { }).then(res => {
uni.showModal({ uni.showModal({
title : '提示', title : '提示',
content : '订单已创建,请尽快提醒用户完善用户资料', content : '咨询订单已创建,请尽快提醒用户完善用户资料',
showCancel : false, showCancel : false,
success : () => { success : () => {
this.$Router.back() this.$Router.back()

View File

@@ -223,15 +223,13 @@
<view v-else class="auth-null"> <view v-else class="auth-null">
<u-empty <u-empty
mode="permission" mode="permission"
icon="http://cdn.uviewui.com/uview/empty/permission.png" icon="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/09/04/3482a50a7b37798129c8754200c10466.png"
text="暂未登录" text="暂未登录"
> />
</u-empty>
<button class="auth-null-btn" size="mini" @click="onNav('Auth')">登录</button> <button class="auth-null-btn" size="mini" @click="onNav('Auth')">登录</button>
</view> </view>
</view> </view>
</template> </template>
<script> <script>
import { index, rights, sign, synthesisCount } from '@/apis/interfaces/work.js' import { index, rights, sign, synthesisCount } from '@/apis/interfaces/work.js'
export default { export default {
@@ -381,7 +379,7 @@
height: 90rpx; height: 90rpx;
line-height: 90rpx; line-height: 90rpx;
padding: 0; padding: 0;
width: 70vw; width: 80vw;
background: $main-color; background: $main-color;
color: white; color: white;
font-size: 32rpx; font-size: 32rpx;

View File

@@ -69,7 +69,7 @@
<view class="flex-item" @click="onNav('ConsultWork')"> <view class="flex-item" @click="onNav('ConsultWork')">
<image class="flex-icon" src="/static/icons/icon_00.png" mode="aspectFill"></image> <image class="flex-icon" src="/static/icons/icon_00.png" mode="aspectFill"></image>
<view class="flex-title"> <view class="flex-title">
<view class="flex-name">协商调解类</view> <view class="flex-name">协商调解咨询</view>
<view class="flex-tips">信用卡贷款业务</view> <view class="flex-tips">信用卡贷款业务</view>
</view> </view>
<view class="flex-btn">去查看</view> <view class="flex-btn">去查看</view>
@@ -85,7 +85,7 @@
<view class="flex-item" @click="onNav('ActionWork')"> <view class="flex-item" @click="onNav('ActionWork')">
<image class="flex-icon" src="/static/icons/icon_02.png" mode="aspectFill"></image> <image class="flex-icon" src="/static/icons/icon_02.png" mode="aspectFill"></image>
<view class="flex-title"> <view class="flex-title">
<view class="flex-name">诉讼委托类</view> <view class="flex-name">诉讼委托咨询</view>
<view class="flex-tips">案件委托拓展服务</view> <view class="flex-tips">案件委托拓展服务</view>
</view> </view>
<view class="flex-btn">去查看</view> <view class="flex-btn">去查看</view>
@@ -93,7 +93,7 @@
<view class="flex-item" @click="onNav('EnableWork')"> <view class="flex-item" @click="onNav('EnableWork')">
<image class="flex-icon" src="/static/icons/icon_03.png" mode="aspectFill"></image> <image class="flex-icon" src="/static/icons/icon_03.png" mode="aspectFill"></image>
<view class="flex-title"> <view class="flex-title">
<view class="flex-name">增收赋能类</view> <view class="flex-name">增收赋能咨询</view>
<view class="flex-tips">销售领袖演说等</view> <view class="flex-tips">销售领袖演说等</view>
</view> </view>
<view class="flex-btn">去查看</view> <view class="flex-btn">去查看</view>
@@ -105,10 +105,9 @@
<view v-else class="auth-null"> <view v-else class="auth-null">
<u-empty <u-empty
mode="permission" mode="permission"
icon="http://cdn.uviewui.com/uview/empty/permission.png" icon="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/c95ebcf8641fcbd413f990d661f638cb.gif"
text="暂未登录" text="暂未登录"
> />
</u-empty>
<button class="auth-null-btn" size="mini" @click="onNav('Auth')">登录</button> <button class="auth-null-btn" size="mini" @click="onNav('Auth')">登录</button>
</view> </view>
</view> </view>