Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
aee3c1e7
Commit
aee3c1e7
authored
Jun 13, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
62a76786
f04a3509
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
1 deletion
+43
-1
MyCustomer.vue
src/components/SalesModule/MyCustomer.vue
+23
-1
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+20
-0
No files found.
src/components/SalesModule/MyCustomer.vue
View file @
aee3c1e7
...
@@ -492,6 +492,17 @@
...
@@ -492,6 +492,17 @@
:key=
"item.Id"
></el-option>
:key=
"item.Id"
></el-option>
</el-select>
</el-select>
</span>
</span>
</li>
<li
style=
"margin-left: 10px"
>
<span>
<em>
VIP
{{
$t
(
"admin.admin_status"
)
}}
:
</em>
<el-select
class=
"w120"
:placeholder=
"$t('pub.pleaseSel')"
filterable
v-model=
"msg.IsVip"
@
change=
"reSearchPage"
>
<el-option
v-for=
"item in VipStatusList"
:label=
"item.Name"
:value=
"item.Id"
:key=
"item.Id"
></el-option>
</el-select>
</span>
</li>
</li>
<li>
<li>
<button
class=
"hollowFixedBtn"
@
click=
"reSearchPage"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"reSearchPage"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
...
@@ -532,6 +543,7 @@
...
@@ -532,6 +543,7 @@
<th>
{{$t('system.query_name')}}
</th>
<th>
{{$t('system.query_name')}}
</th>
<th>
{{$t('restaurant.res_ContactNumber')}}
</th>
<th>
{{$t('restaurant.res_ContactNumber')}}
</th>
<th>
{{$t('salesModule.storeName')}}
</th>
<th>
{{$t('salesModule.storeName')}}
</th>
<th>
VIP
</th>
<th>
{{$t('objFill.v102.appjihuozhuant')}}
</th>
<th>
{{$t('objFill.v102.appjihuozhuant')}}
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('salesModule.Yuefang')}}
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('salesModule.Yuefang')}}
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('salesModule.Visit')}}
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('salesModule.Visit')}}
</th>
...
@@ -571,6 +583,10 @@
...
@@ -571,6 +583,10 @@
{{$t('objFill.dai')}}{{item.departmentManagerStr}}{{$t('fnc.shenhe')}}
{{$t('objFill.dai')}}{{item.departmentManagerStr}}{{$t('fnc.shenhe')}}
</span>
</span>
</td>
</td>
<td>
{{item.isVip==1?$t('fnc.yes'):$t('fnc.fou')}}
</td>
<td>
<td>
<span
:style=
"{'color':item.openIdStatus==1?'red':''}"
>
<span
:style=
"{'color':item.openIdStatus==1?'red':''}"
>
{{ item.openIdStatus==1?$t('objFill.v102.yijihuo'):$t('objFill.v102.weijihuo') }}
{{ item.openIdStatus==1?$t('objFill.v102.yijihuo'):$t('objFill.v102.weijihuo') }}
...
@@ -1092,7 +1108,8 @@
...
@@ -1092,7 +1108,8 @@
City
:
'-1'
,
City
:
'-1'
,
District
:
'-1'
,
District
:
'-1'
,
SigningType
:
0
,
SigningType
:
0
,
OpenIdStatus
:
0
// 0-全部,1-已激活,2-未激活
OpenIdStatus
:
0
,
// 0-全部,1-已激活,2-未激活
IsVip
:
-
1
,
//1-是VIP
},
},
addMsg
:
{
addMsg
:
{
CustomerId
:
0
,
CustomerId
:
0
,
...
@@ -1262,6 +1279,11 @@
...
@@ -1262,6 +1279,11 @@
{
Name
:
this
.
$t
(
'objFill.v102.yijihuo'
),
Id
:
1
},
{
Name
:
this
.
$t
(
'objFill.v102.yijihuo'
),
Id
:
1
},
{
Name
:
this
.
$t
(
'objFill.v102.weijihuo'
),
Id
:
2
},
{
Name
:
this
.
$t
(
'objFill.v102.weijihuo'
),
Id
:
2
},
],
],
VipStatusList
:[
{
Name
:
this
.
$t
(
'objFill.v101.activity.col3.t4'
),
Id
:
-
1
},
{
Name
:
this
.
$t
(
'fnc.yes'
),
Id
:
1
},
{
Name
:
this
.
$t
(
'fnc.fou'
),
Id
:
0
},
],
customerStatus
:
0
,
customerStatus
:
0
,
}
}
},
},
...
...
src/components/SalesModule/customerTransfer.vue
View file @
aee3c1e7
...
@@ -130,6 +130,15 @@
...
@@ -130,6 +130,15 @@
</el-date-picker>
</el-date-picker>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"VIP"
>
<el-select
class=
"w120"
:placeholder=
"$t('pub.pleaseSel')"
filterable
v-model=
"msg.IsVip"
>
<el-option
v-for=
"item in VipStatusList"
:label=
"item.Name"
:value=
"item.Id"
:key=
"item.Id"
></el-option>
</el-select>
</el-form-item>
</el-col>
</el-row>
</el-row>
</el-form>
</el-form>
</li>
</li>
...
@@ -179,6 +188,7 @@
...
@@ -179,6 +188,7 @@
<th
width=
"14%"
>
{{$t('salesModule.storeName')}}
<th
width=
"14%"
>
{{$t('salesModule.storeName')}}
<!--<label><input type="checkbox" v-model="isCkedAll" @click='checkedAll()' style="vertical-align: middle;"/>{{$t('salesModule.storeName')}}</label>-->
<!--<label><input type="checkbox" v-model="isCkedAll" @click='checkedAll()' style="vertical-align: middle;"/>{{$t('salesModule.storeName')}}</label>-->
</th>
</th>
<th
width=
"3%"
>
VIP
</th>
<th
width=
"7%"
>
激活状态
</th>
<th
width=
"7%"
>
激活状态
</th>
<th
width=
"7%"
>
{{$t('hotel.suplier_contact')}}
</th>
<th
width=
"7%"
>
{{$t('hotel.suplier_contact')}}
</th>
<th
width=
"8%"
>
{{$t('restaurant.res_ContactNumber')}}
</th>
<th
width=
"8%"
>
{{$t('restaurant.res_ContactNumber')}}
</th>
...
@@ -241,6 +251,10 @@
...
@@ -241,6 +251,10 @@
</table>
</table>
<span
v-if=
"item.ExceptionCount > 0"
slot=
"reference"
class=
"yichangde"
@
click=
"yichangde(item)"
>
异
</span>
<span
v-if=
"item.ExceptionCount > 0"
slot=
"reference"
class=
"yichangde"
@
click=
"yichangde(item)"
>
异
</span>
</el-popover>
</el-popover>
</td>
<td>
{{item.isVip==1?$t('fnc.yes'):$t('fnc.fou')}}
</td>
</td>
<td>
<td>
<span
<span
...
@@ -477,6 +491,11 @@
...
@@ -477,6 +491,11 @@
EnterTime
:
[],
EnterTime
:
[],
isSelLayer
:
false
,
isSelLayer
:
false
,
layerShow
:
false
,
layerShow
:
false
,
VipStatusList
:[
{
Name
:
this
.
$t
(
'objFill.v101.activity.col3.t4'
),
Id
:
-
1
},
{
Name
:
this
.
$t
(
'fnc.yes'
),
Id
:
1
},
{
Name
:
this
.
$t
(
'fnc.fou'
),
Id
:
0
},
],
msg
:
{
msg
:
{
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
14
,
pageSize
:
14
,
...
@@ -500,6 +519,7 @@
...
@@ -500,6 +519,7 @@
OpenIdStatus
:
''
,
OpenIdStatus
:
''
,
ActivateStartDate
:
''
,
ActivateStartDate
:
''
,
ActivateEndDate
:
''
,
ActivateEndDate
:
''
,
IsVip
:
-
1
,
//1-是VIP
},
},
RecipientMsg
:
{
RecipientMsg
:
{
CustomerIdArr
:
[],
CustomerIdArr
:
[],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment