f6e7f935 by lttnew

文案更改

1 parent c554bd67
......@@ -394,7 +394,7 @@ export function getHistoryByRelateId(rId) {
method: 'get',
})
}
// 查询团体会员信息列表
// 查询单位会员信息列表
export function getGroupVipList(query) {
return request({
url: '/member/info/selectPageList',
......@@ -402,7 +402,7 @@ export function getGroupVipList(query) {
params: query
})
}
// 查询团体会员 全部会员数,有效会员数
// 查询单位会员 全部会员数,有效会员数
export function getMemberCountInfo(query) {
return request({
url: '/member/info/getMemberCountInfo',
......@@ -456,7 +456,7 @@ export function getTransferList(data) {
params: data
})
}
// 查询团体会员信息列表
// 查询单位会员信息列表
export function getGroupList(params) {
return request({
url: `/member/certified/verifyList`,
......@@ -1296,7 +1296,7 @@ export function checkPersonByPersonId(perId) {
method: 'get'
})
}
// 获取团体会员优惠政策
// 获取单位会员优惠政策
export function canUseDiscount(params) {
return request({
url: `/system/certifiedNew/canUseDiscount`,
......@@ -1304,7 +1304,7 @@ export function canUseDiscount(params) {
params
})
}
// 获取团体会员一年缴费价格
// 获取单位会员一年缴费价格
export function getMyMemberCertUnitFee(params) {
return request({
url: `/system/certifiedNew/getMyMemberCertUnitFee`,
......@@ -1320,7 +1320,7 @@ export function checkBusinessLicense(data) {
})
}
// 生成团体订单renewYear
// 生成单位订单renewYear
export function certifiedNew(renewYear) {
return request({
url: `/system/certifiedNew/commit?renewYear=${renewYear}`,
......
......@@ -9,12 +9,12 @@
<view style="width: 70%;">
<view>{{n.memberName}}
<view class="date">
团体类型:
单位类型:
<text v-if="n.deptType == 2">一级协会</text>
<text v-if="n.deptType == 3">直属协会</text>
<text v-if="n.deptType == 4">二级协会</text>
<text v-if="n.deptType == 5">三级协会</text>
<text v-if="n.deptType == 6">职业性团体会员</text>
<text v-if="n.deptType == 6">职业性单位会员</text>
</view>
<view class="date">原有效期:<text>{{n.validityTime?.slice(0,10)}}</text></view>
......
......@@ -36,7 +36,7 @@
<text v-if="n.deptType==3">直属协会</text>
<text v-if="n.deptType==4">二级协会</text>
<text v-if="n.deptType==5">三级协会</text>
<text v-if="n.deptType==6">职业性团体会员</text>
<text v-if="n.deptType==6">职业性单位会员</text>
</view>
<view class="flexbox" style="background-color: rgba(244, 249, 253, 1);padding:10rpx;">
<view>
......
......@@ -6,7 +6,7 @@
</uni-easyinput>
</view>
<view class="vipData">
<view>变更团体数合计: <text>{{statistical.personCount}}</text></view>
<view>变更单位数合计: <text>{{statistical.personCount}}</text></view>
</view>
<view class="appList">
<view class="appItem" v-for="(item,index) in list" :key="index">
......@@ -25,7 +25,7 @@
</view>
<view class="flexbox" @click="goDetail(item)">
<view>
变更团体
变更单位
<view>
<text class="text-danger">{{item.count}}</text>
</view>
......
......@@ -3,7 +3,7 @@
<view class="searchbar">
<uni-easyinput placeholderStyle="font-size:30rpx" :input-border="false" prefixIcon="search"
v-model="query.name" placeholder="搜索团体会员名称" @blur="getSonList" @clear="getSonList">
v-model="query.name" placeholder="搜索单位会员名称" @blur="getSonList" @clear="getSonList">
</uni-easyinput>
<view class="invertedbtn-red" @click="getSonList">搜索</view>
</view>
......@@ -20,12 +20,12 @@
<text v-if="n.validityDate">{{n.validityDate?.slice(0,10)}}</text>
<text v-else>--</text>
</view>
<view class="date w50">团体类型
<view class="date w50">单位类型
<text v-if="n.deptType == 2">一级协会</text>
<text v-if="n.deptType == 3">直属协会</text>
<text v-if="n.deptType == 4">二级协会</text>
<text v-if="n.deptType == 5">三级协会</text>
<text v-if="n.deptType == 6">职业性团体会员</text>
<text v-if="n.deptType == 6">职业性单位会员</text>
</view>
</view>
</view>
......
......@@ -8,7 +8,7 @@
<text>{{n.memCode}}</text>
</view>
<view>
<label>团体会员名称:</label>
<label>单位会员名称:</label>
<view>
{{n.oldName}}
<text class="text-primary" v-if="n.oldName!=n.newName">变更为 </text>
......
......@@ -78,7 +78,7 @@
onLoad(() => {
userType.value = app.globalData.userType
deptType.value = app.globalData.deptType
// 部门类型 1:中跆协 2:省 3:直属 4:市 5:区 6: 团体
// 部门类型 1:中跆协 2:省 3:直属 4:市 5:区 6: 单位
if (deptType.value == 2 || deptType.value == 3) {
// navs.value = ['道馆', '三级协会', '二级协会']
navs.value = ['道馆', '二级协会']
......
......@@ -17,7 +17,7 @@
{{n.memCode}}
</view>
<view>
<label>团体会员名称:</label>
<label>单位会员名称:</label>
{{n.oldName}}
<text class="text-primary" @click="handleChange(n,'newName')">变更 </text>
<text class="text-danger" v-if="n.oldName!=n.newName">{{ n.newName }}</text>
......@@ -63,7 +63,7 @@
<view class="h3 text-center mb30">信息变更</view>
<uni-forms class="mt30" label-width="100">
<view style="min-height: 30vh">
<uni-forms-item label="团体会员名称:" v-show="type=='newName'">
<uni-forms-item label="单位会员名称:" v-show="type=='newName'">
<uni-easyinput v-model="form.newName" placeholder="请输入" />
</uni-forms-item>
</view>
......@@ -80,7 +80,7 @@
<view class="popBody">
<view class="searchbar">
<uni-easyinput placeholderStyle="font-size:30rpx" :input-border="false" prefixIcon="search"
v-model="query.name" placeholder="搜索团体会员名称" @blur="getSonList" @clear="getSonList">
v-model="query.name" placeholder="搜索单位会员名称" @blur="getSonList" @clear="getSonList">
</uni-easyinput>
<view class="invertedbtn-red" @click="getSonList">搜索</view>
</view>
......@@ -100,12 +100,12 @@
<view class="date" v-if="n.validityDate">到期时间
<text>{{n.validityDate?.slice(0,10)}}</text>
</view>
<view class="date">团体类型
<view class="date">单位类型
<text v-if="n.deptType == 2">一级协会</text>
<text v-if="n.deptType == 3">直属协会</text>
<text v-if="n.deptType == 4">二级协会</text>
<text v-if="n.deptType == 5">三级协会</text>
<text v-if="n.deptType == 6">职业性团体会员</text>
<text v-if="n.deptType == 6">职业性单位会员</text>
</view>
</view>
</view>
......
......@@ -2,7 +2,7 @@
<view class="hasfixedbottom">
<view class="searchbar">
<uni-easyinput placeholderStyle="font-size:30rpx" :input-border="false" prefixIcon="search"
v-model="queryParams.name" placeholder="团体会员名称" @blur="getList()" @clear="getList()">
v-model="queryParams.name" placeholder="单位会员名称" @blur="getList()" @clear="getList()">
</uni-easyinput>
</view>
<view class="indexboxre">
......@@ -22,7 +22,7 @@
<text v-if="n.deptType == 3">直属协会</text>
<text v-if="n.deptType == 4">二级协会</text>
<text v-if="n.deptType == 5">三级协会</text>
<text v-if="n.deptType == 6">职业性团体会员</text>
<text v-if="n.deptType == 6">职业性单位会员</text>
</view>
<view class="date">到期时间:{{n.validityDate?.slice(0,10)}}</view>
</view>
......@@ -95,7 +95,7 @@
}
if (arr.length == 0) {
uni.showToast({
title: "请选择团体",
title: "请选择单位",
icon: "none"
})
return
......
......@@ -15,7 +15,7 @@
</view>
<view class="name">{{n.realName}}</view>
<view class="date">
所属团体: {{n.memName}}
所属单位: {{n.memName}}
</view>
<view class="flexbox mtb30">
......
......@@ -409,7 +409,7 @@
function payTheFees() {
if (!form.value.name) {
uni.showToast({
title: `请先完善团体信息`,
title: `请先完善单位信息`,
icon: 'none'
});
return; // 新增:防止无名称时跳转
......
......@@ -11,7 +11,7 @@
</view>
<view class="rMainBox">
<uni-list :border="false" class="myList">
<uni-list-item thumb="/static/user_icon01.png" title="团体信息" showArrow clickable @click="goPath('/myCenter/teamInfo')">
<uni-list-item thumb="/static/user_icon01.png" title="单位信息" showArrow clickable @click="goPath('/myCenter/teamInfo')">
</uni-list-item>
<uni-list-item thumb="/static/user_icon02.png" title="会员认证" showArrow clickable @click="goPath('/myCenter/auth')">
......
......@@ -530,7 +530,7 @@
}, {
"path": "apply/applyDetail",
"style": {
"navigationBarTitleText": "团体会员审核详情",
"navigationBarTitleText": "单位会员审核详情",
"enablePullDownRefresh": false
}
......@@ -544,7 +544,7 @@
}, {
"path": "list",
"style": {
"navigationBarTitleText": "团体会员",
"navigationBarTitleText": "单位会员",
"enablePullDownRefresh": false
}
......@@ -558,7 +558,7 @@
}, {
"path": "feeBill",
"style": {
"navigationBarTitleText": "团体会员缴费单",
"navigationBarTitleText": "单位会员缴费单",
"enablePullDownRefresh": false
}
}, {
......@@ -571,7 +571,7 @@
}, {
"path": "apply/applyList",
"style": {
"navigationBarTitleText": "团体会员审核",
"navigationBarTitleText": "单位会员审核",
"enablePullDownRefresh": false
}
......@@ -585,28 +585,28 @@
{
"path": "changeGroupInfo",
"style": {
"navigationBarTitleText": "团体会员信息修改",
"navigationBarTitleText": "单位会员信息修改",
"enablePullDownRefresh": false
}
},
{
"path": "changeGroupAudit",
"style": {
"navigationBarTitleText": "团体信息变更审核",
"navigationBarTitleText": "单位信息变更审核",
"enablePullDownRefresh": false
}
},
{
"path": "changeGroupDetail",
"style": {
"navigationBarTitleText": "团体信息变更详情",
"navigationBarTitleText": "单位信息变更详情",
"enablePullDownRefresh": false
}
},
{
"path": "newChange",
"style": {
"navigationBarTitleText": "新建团体信息变更",
"navigationBarTitleText": "新建单位信息变更",
"enablePullDownRefresh": false
}
},
......@@ -757,7 +757,7 @@
{
"path": "teamInfo",
"style": {
"navigationBarTitleText": "团体信息",
"navigationBarTitleText": "单位信息",
"enablePullDownRefresh": false
}
},
......@@ -799,7 +799,7 @@
{
"path": "perfect",
"style": {
"navigationBarTitleText": "团体会员缴费",
"navigationBarTitleText": "单位会员缴费",
"enablePullDownRefresh": false
}
},
......
......@@ -22,7 +22,7 @@
</view>
<view class="girdBox" v-if="userType=='2'">
<view @click="goPath('/group/feeBill')">
<image :src="config.baseUrl_api+'/fs/static/icon/17.png'" />团体会员缴费单
<image :src="config.baseUrl_api+'/fs/static/icon/17.png'" />单位会员缴费单
</view>
<view @click="goPath('/level/approval')">
<image :src="config.baseUrl_api+'/fs/static/icon/3.png'" />级位考试审核
......
......@@ -51,7 +51,7 @@
<uni-list-item title="会员编号" :rightText="form.perCode" />
<uni-list-item title="所属一级协会" :rightText="form.topAssName" />
<uni-list-item title="所属地区协会" :rightText="form.areaAssName" />
<uni-list-item title="注册团体会员" :rightText="form.memName" />
<uni-list-item title="注册单位会员" :rightText="form.memName" />
<uni-list-item title="缴费日期" :rightText="form.payDate||'--'" />
<uni-list-item title="出生日期" :rightText="form.birth?.slice(0,10)" />
<uni-list-item title="手机号码" :rightText="form.phone" />
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!