merge
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<view class="nowrap" style="color: #FFAB3F;" v-else>待匹配律师</view>
|
||||
</view>
|
||||
<view class="order-content-type">
|
||||
<label>服务金额</label>
|
||||
<label>订单类型</label>
|
||||
<view class="nowrap">{{ synthesis.title || '-' }}</view>
|
||||
</view>
|
||||
<view class="order-content-type">
|
||||
|
||||
12
pages.json
12
pages.json
@@ -585,7 +585,7 @@
|
||||
"name": "Entrust",
|
||||
"auth": true,
|
||||
"style": {
|
||||
"navigationBarTitleText": "案件委托",
|
||||
"navigationBarTitleText": "案件委托咨询",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarBackgroundColor": "#FFFFFF"
|
||||
}
|
||||
@@ -622,7 +622,7 @@
|
||||
"name": "ConsultWork",
|
||||
"auth": true,
|
||||
"style": {
|
||||
"navigationBarTitleText": "协商调解单",
|
||||
"navigationBarTitleText": "协商调解咨询单",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarBackgroundColor": "#FFFFFF"
|
||||
}
|
||||
@@ -640,7 +640,7 @@
|
||||
"name": "ActionWork",
|
||||
"auth": true,
|
||||
"style": {
|
||||
"navigationBarTitleText": "诉讼委托单",
|
||||
"navigationBarTitleText": "诉讼委托咨询单",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarBackgroundColor": "#FFFFFF"
|
||||
}
|
||||
@@ -727,7 +727,7 @@
|
||||
"name": "EntrustCivil",
|
||||
"auth": true,
|
||||
"style": {
|
||||
"navigationBarTitleText": "案件委托-民事诉讼",
|
||||
"navigationBarTitleText": "案件委托-民事诉讼-咨询",
|
||||
"enablePullDownRefresh": false,
|
||||
"backgroundColor": "#FFF"
|
||||
}
|
||||
@@ -737,7 +737,7 @@
|
||||
"name": "EntrustWrite",
|
||||
"auth": true,
|
||||
"style": {
|
||||
"navigationBarTitleText": "案件委托-",
|
||||
"navigationBarTitleText": "案件委托-咨询",
|
||||
"enablePullDownRefresh": false,
|
||||
"backgroundColor": "#FFF"
|
||||
}
|
||||
@@ -755,7 +755,7 @@
|
||||
"name": "ExpandWrite",
|
||||
"auth": true,
|
||||
"style": {
|
||||
"navigationBarTitleText": "拓展服务-",
|
||||
"navigationBarTitleText": "拓展服务-咨询",
|
||||
"enablePullDownRefresh": false,
|
||||
"backgroundColor": "#FFF"
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<!-- 协商调解类 -->
|
||||
<view class="block">
|
||||
<view class="block-title">
|
||||
<view class="title">协商调解类</view>
|
||||
<view class="title">协商调解咨询类</view>
|
||||
</view>
|
||||
<scroll-view class="the-tabs" scroll-x="true" >
|
||||
<block v-for="(item, index) in theTabs" :key="index">
|
||||
@@ -92,7 +92,7 @@
|
||||
<!-- 诉讼委托类 -->
|
||||
<view class="block">
|
||||
<view class="block-title">
|
||||
<view class="title">诉讼委托类</view>
|
||||
<view class="title">诉讼委托咨询类</view>
|
||||
</view>
|
||||
<view class="lawsuit">
|
||||
<block v-for="(item, index) in appMenus.cases" :key="index">
|
||||
@@ -109,7 +109,7 @@
|
||||
<!-- 增收赋能类 -->
|
||||
<view class="block">
|
||||
<view class="block-title">
|
||||
<view class="title">增收赋能类</view>
|
||||
<view class="title">增收赋能咨询类</view>
|
||||
</view>
|
||||
<scroll-view
|
||||
class="the-flex"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<view class="total-flex">
|
||||
<view class="total-item">
|
||||
<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>
|
||||
<view class="total-item">
|
||||
@@ -27,7 +27,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="block">
|
||||
<view class="block-title">委托订单管理</view>
|
||||
<view class="block-title">委托咨询单管理</view>
|
||||
<view class="tool-flex">
|
||||
<view class="tool-flex-item" @click="onNav('SynthesizeOrder', { status: 0, type: 'entrust' })">
|
||||
<image class="icon" src="@/static/icons/work_icon_06.png"></image>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="block">
|
||||
<view class="block-title">协商调解订单管理</view>
|
||||
<view class="block-title">协商调解咨询订单管理</view>
|
||||
<view class="tool-flex">
|
||||
<view class="tool-flex-item" @click="onNav('Orders', { 'type': 0 })">
|
||||
<image class="icon" src="@/static/icons/work_icon_06.png"></image>
|
||||
|
||||
@@ -162,7 +162,7 @@
|
||||
case 'entrust':
|
||||
isScroll = true
|
||||
funName = entrustOrder
|
||||
tabName = '委托订单'
|
||||
tabName = '委托咨询订单'
|
||||
tabsArr = [
|
||||
{ name: '待支付', type: 0 },
|
||||
{ name: '待审核', type: 1 },
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
<u-icon size="12" color="#999" name="arrow-down-fill"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 业务类型 -->
|
||||
<!-- 业务咨询类型 -->
|
||||
<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)">
|
||||
<view class="institution-picker">
|
||||
<view class="institution-picker-text nowrap">{{item.fromType[item.fromIndex].title}}</view>
|
||||
@@ -327,7 +327,7 @@
|
||||
}).then(res => {
|
||||
uni.showModal({
|
||||
title : '提示',
|
||||
content : '订单已创建,请尽快提醒用户完善用户资料',
|
||||
content : '咨询订单已创建,请尽快提醒用户完善用户资料',
|
||||
showCancel : false,
|
||||
success : () => {
|
||||
this.$Router.back()
|
||||
|
||||
@@ -223,15 +223,13 @@
|
||||
<view v-else class="auth-null">
|
||||
<u-empty
|
||||
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="暂未登录"
|
||||
>
|
||||
</u-empty>
|
||||
/>
|
||||
<button class="auth-null-btn" size="mini" @click="onNav('Auth')">登录</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { index, rights, sign, synthesisCount } from '@/apis/interfaces/work.js'
|
||||
export default {
|
||||
@@ -381,7 +379,7 @@
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
padding: 0;
|
||||
width: 70vw;
|
||||
width: 80vw;
|
||||
background: $main-color;
|
||||
color: white;
|
||||
font-size: 32rpx;
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<view class="flex-item" @click="onNav('ConsultWork')">
|
||||
<image class="flex-icon" src="/static/icons/icon_00.png" mode="aspectFill"></image>
|
||||
<view class="flex-title">
|
||||
<view class="flex-name">协商调解类</view>
|
||||
<view class="flex-name">协商调解咨询类</view>
|
||||
<view class="flex-tips">信用卡、贷款业务</view>
|
||||
</view>
|
||||
<view class="flex-btn">去查看</view>
|
||||
@@ -85,7 +85,7 @@
|
||||
<view class="flex-item" @click="onNav('ActionWork')">
|
||||
<image class="flex-icon" src="/static/icons/icon_02.png" mode="aspectFill"></image>
|
||||
<view class="flex-title">
|
||||
<view class="flex-name">诉讼委托类</view>
|
||||
<view class="flex-name">诉讼委托咨询类</view>
|
||||
<view class="flex-tips">案件委托、拓展服务</view>
|
||||
</view>
|
||||
<view class="flex-btn">去查看</view>
|
||||
@@ -93,7 +93,7 @@
|
||||
<view class="flex-item" @click="onNav('EnableWork')">
|
||||
<image class="flex-icon" src="/static/icons/icon_03.png" mode="aspectFill"></image>
|
||||
<view class="flex-title">
|
||||
<view class="flex-name">增收赋能类</view>
|
||||
<view class="flex-name">增收赋能咨询类</view>
|
||||
<view class="flex-tips">销售、领袖、演说等</view>
|
||||
</view>
|
||||
<view class="flex-btn">去查看</view>
|
||||
@@ -105,10 +105,9 @@
|
||||
<view v-else class="auth-null">
|
||||
<u-empty
|
||||
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="暂未登录"
|
||||
>
|
||||
</u-empty>
|
||||
/>
|
||||
<button class="auth-null-btn" size="mini" @click="onNav('Auth')">登录</button>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user