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
e48dfc47
Commit
e48dfc47
authored
Dec 02, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a2a0b485
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
54 deletions
+59
-54
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+59
-54
No files found.
src/components/SalesModule/customerTransfer.vue
View file @
e48dfc47
...
...
@@ -140,7 +140,7 @@
</th>
<th
width=
"7%"
>
{{
$t
(
'hotel.suplier_contact'
)
}}
</th>
<th
width=
"8%"
>
{{
$t
(
'restaurant.res_ContactNumber'
)
}}
</th>
<th
width=
"1
8
%"
>
{{
$t
(
'admin.admin_address'
)
}}
</th>
<th
width=
"1
0
%"
>
{{
$t
(
'admin.admin_address'
)
}}
</th>
<th
width=
"7%"
>
{{
$t
(
'salesModule.belongUnion'
)
}}
</th>
<th
width=
"8%"
>
{{
$t
(
'salesModule.SuoSales'
)
}}
</th>
<th
width=
"8%"
>
{{
$t
(
'salesModule.CustomerStatus'
)
}}
</th>
...
...
@@ -209,56 +209,52 @@
<td>
{{
item
.
Remark
}}
</td>
<td>
<el-tooltip
effect=
"dark"
:content=
"$t('fnc.zhuanjiao')"
placement=
"top-start"
>
<el-popover
width=
"280"
popper-class=
"pd20"
trigger=
"click"
>
<div>
<p
class=
"fz12 fbold mt10 color333"
>
{{
$t
(
'fnc.zhuanjiao'
)
}}
</p>
<p
class=
"fz12 mt30 color666"
>
<span>
{{
$t
(
'salesModule.Recipient'
)
}}
</span>
<el-select
filterable
class=
"w180"
v-model=
"RecipientMsg.NewEmployeeId"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
v-for=
"item in employeeList1"
:label=
"item.name"
:value=
"item.empId"
:key=
"item.empId"
></el-option>
</el-select>
</p>
<p
class=
"fz12 mt30 color666"
>
<span
class=
"fl"
>
{{
$t
(
'pub.pubRemark'
)
}}
</span>
<el-input
type=
"textarea"
v-model=
"RecipientMsg.Remarks"
class=
"w180"
></el-input>
</p>
<p>
<input
type=
"button"
class=
"normalBtn mt30"
@
click=
"save"
:value=
"$t('fnc.zhuanjiao')"
>
</p>
</div>
<i
slot=
"reference"
@
click=
"singeleCked(item)"
style=
"color: #019CED; font-size: 27px; cursor: pointer;"
class=
"iconfont icon-zhuanjiao"
></i>
</el-popover>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_edit')"
placement=
"top-start"
>
<el-button
v-if=
"bossID===1 || bossID===5"
type=
"primary"
class
icon=
"el-icon-edit"
circle
@
click=
"updateData(item)"
></el-button>
<el-button-group>
<el-tooltip
effect=
"dark"
:content=
"$t('fnc.zhuanjiao')"
placement=
"top-start"
>
<el-popover
width=
"280"
popper-class=
"pd20"
trigger=
"click"
>
<div>
<p
class=
"fz12 fbold mt10 color333"
>
{{
$t
(
'fnc.zhuanjiao'
)
}}
</p>
<p
class=
"fz12 mt30 color666"
>
<span>
{{
$t
(
'salesModule.Recipient'
)
}}
</span>
<el-select
filterable
class=
"w180"
v-model=
"RecipientMsg.NewEmployeeId"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
v-for=
"item in employeeList1"
:label=
"item.name"
:value=
"item.empId"
:key=
"item.empId"
></el-option>
</el-select>
</p>
<p
class=
"fz12 mt30 color666"
>
<span
class=
"fl"
>
{{
$t
(
'pub.pubRemark'
)
}}
</span>
<el-input
type=
"textarea"
v-model=
"RecipientMsg.Remarks"
class=
"w180"
></el-input>
</p>
<p>
<input
type=
"button"
class=
"normalBtn mt30"
@
click=
"save"
:value=
"$t('fnc.zhuanjiao')"
>
</p>
</div>
<el-button
slot=
"reference"
@
click=
"singeleCked(item)"
type=
"success"
class=
"iconfont icon-zhuanjiao1 fist-bottom"
></el-button>
</el-popover>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_edit')"
placement=
"top-start"
>
<el-button
v-if=
"bossID===1 || bossID===5"
type=
"primary"
class
icon=
"el-icon-edit"
circle
@
click=
"updateData(item)"
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
...
...
@@ -315,8 +311,9 @@
:content=
"$t('fnc.xiangqing')"
placement=
"top-start"
>
<el-button
@
click=
"getUrl(item)"
type=
"success"
icon=
"iconfont icon-nav-xiaoshou"
circle
></el-button>
<el-button
@
click=
"getUrl(item)"
style=
"padding: 5px;"
type=
"success"
icon=
"iconfont icon-nav-xiaoshou"
></el-button>
</el-tooltip>
</el-button-group>
</td>
</tr>
</table>
...
...
@@ -1336,7 +1333,6 @@ export default {
top
:
-5px
;
}
.customerTransferTable
.el-button
+
.el-button
{
margin
:
0
;
}
.customerTransfer
._mc_edit
{
overflow
:
auto
;
...
...
@@ -1416,5 +1412,14 @@ export default {
bottom
:
4px
;
/* left: -20px; */
}
.customerTransfer
.fist-bottom
{
color
:
rgb
(
255
,
255
,
255
);
font-size
:
14px
;
padding
:
5px
;
cursor
:
pointer
;
border-top-right-radius
:
0
;
border-bottom-right-radius
:
0
;
border-top-left-radius
:
4px
;
border-bottom-left-radius
:
4px
;
}
</
style
>
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