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
8a674765
Commit
8a674765
authored
Jul 05, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
72c2b183
099d032e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
973 additions
and
750 deletions
+973
-750
addTeamman.vue
src/components/SalesModule/Common/addTeamman.vue
+12
-12
VisaProduct.vue
src/components/SalesVisa/VisaProduct.vue
+227
-219
VisaProductOrder.vue
src/components/SalesVisa/VisaProductOrder.vue
+328
-220
VisaProductOrder.vue
src/components/SalesVisa/components/VisaProductOrder.vue
+75
-59
visaOrderList.vue
src/components/SalesVisa/components/visaOrderList.vue
+329
-238
operation.vue
src/components/temp/operation.vue
+2
-2
No files found.
src/components/SalesModule/Common/addTeamman.vue
View file @
8a674765
...
@@ -65,15 +65,15 @@
...
@@ -65,15 +65,15 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</div>
</div>
<
!--
<
div
class=
"MyEditForm-item"
>
<div
class=
"MyEditForm-item"
>
<el-form-item
label=
"权限"
class=
"label-pad-left form-check"
>
<el-form-item
label=
"权限"
class=
"label-pad-left form-check"
>
<div
class=
"pad-left-10"
>
<div
class=
"pad-left-10"
>
<el-radio
v-model=
"form.IsRead"
:label=
"1"
>
只读
</el-radio>
<el-radio
v-model=
"form.IsRead"
:label=
"1"
>
只读
</el-radio>
<el-radio
v-model=
"form.IsRead"
:label=
"0"
>
读写
</el-radio>
<el-radio
v-model=
"form.IsRead"
:label=
"0"
>
读写
</el-radio>
</div>
</div>
</el-form-item>
</el-form-item>
</div>
-->
</div>
<div
class=
"MyEditForm-item"
>
<
!--
<
div
class=
"MyEditForm-item"
>
<el-form-item
label=
"同时添加至"
class=
"label-pad-left form-check"
>
<el-form-item
label=
"同时添加至"
class=
"label-pad-left form-check"
>
<div
class=
"pad-left-10"
>
<div
class=
"pad-left-10"
>
<el-checkbox-group
v-model=
"TransferOther"
>
<el-checkbox-group
v-model=
"TransferOther"
>
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
</el-checkbox-group>
</el-checkbox-group>
</div>
</div>
</el-form-item>
</el-form-item>
</div>
</div>
-->
</el-form>
</el-form>
</div>
</div>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
@@ -134,13 +134,13 @@
...
@@ -134,13 +134,13 @@
});
});
this
.
form
.
EmpIds
=
str
.
substring
(
0
,
str
.
length
-
1
);
this
.
form
.
EmpIds
=
str
.
substring
(
0
,
str
.
length
-
1
);
}
}
if
(
this
.
TransferOther
.
length
<
1
)
{
//
if (this.TransferOther.length
<
1
)
{
let
str2
=
""
;
//
let str2 = "";
this
.
TransferOther
.
map
((
x
,
i
)
=>
{
//
this.TransferOther.map((x, i) => {
str2
=
str2
+
x
+
","
;
//
str2 = str2 + x + ",";
});
//
});
this
.
form
.
TransferOther
=
str2
.
substring
(
0
,
str2
.
length
-
1
);
//
this.form.TransferOther = str2.substring(0, str2.length - 1);
}
//
}
this
.
loading
=
true
this
.
loading
=
true
this
.
crmapipost
(
"/api/Customer/AddTeamMembers"
,
this
.
form
,
(
res
)
=>
{
this
.
crmapipost
(
"/api/Customer/AddTeamMembers"
,
this
.
form
,
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
CustomerId
:
0
,
CustomerId
:
0
,
EmpIds
:
[],
EmpIds
:
[],
IsRead
:
0
,
IsRead
:
0
,
TransferOther
:
[]
,
TransferOther
:
''
,
};
};
this
.
$refs
[
formName
].
resetFields
();
this
.
$refs
[
formName
].
resetFields
();
},
},
...
...
src/components/SalesVisa/VisaProduct.vue
View file @
8a674765
This diff is collapsed.
Click to expand it.
src/components/SalesVisa/VisaProductOrder.vue
View file @
8a674765
This diff is collapsed.
Click to expand it.
src/components/SalesVisa/components/VisaProductOrder.vue
View file @
8a674765
...
@@ -336,6 +336,15 @@
...
@@ -336,6 +336,15 @@
<el-option
label=
"待付款"
value=
"3"
key=
'3'
></el-option>
<el-option
label=
"待付款"
value=
"3"
key=
'3'
></el-option>
</el-select>
</el-select>
</span></li>
</span></li>
<li>
<span>
<em>
完结状态
</em>
<el-select
v-model=
'msg.IsFinish'
>
<el-option
label=
"不限"
value=
"0"
key=
'0'
></el-option>
<el-option
label=
"已完结"
value=
"1"
key=
'1'
></el-option>
<el-option
label=
"未完结"
value=
"2"
key=
'2'
></el-option>
</el-select>
</span></li>
<li
v-if=
"pagesTitle!='销售'"
>
<li
v-if=
"pagesTitle!='销售'"
>
<span>
<span>
<em>
业务员
</em>
<em>
业务员
</em>
...
@@ -518,7 +527,8 @@
...
@@ -518,7 +527,8 @@
VisaOrderStatus
:
'0'
,
VisaOrderStatus
:
'0'
,
CreateBy
:
0
,
CreateBy
:
0
,
RB_Branch_Id
:
-
1
,
RB_Branch_Id
:
-
1
,
OrderId
:
0
OrderId
:
0
,
IsFinish
:
'0'
,
},
},
addMsg
:
{
addMsg
:
{
Id
:
0
,
Id
:
0
,
...
@@ -791,8 +801,15 @@
...
@@ -791,8 +801,15 @@
this
.
apipost
(
url
,
this
.
msg
,
res
=>
{
this
.
apipost
(
url
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
0
)
{
if
(
res
.
data
.
resultCode
==
0
)
{
this
.
loading
=
false
;
this
.
loading
=
false
;
this
.
dataList
=
[]
this
.
dataList
=
[]
}
else
{
}
else
{
let
arrList
=
function
(
list
){
list
.
forEach
(
x
=>
{
x
.
loading
=
false
});
}
arrList
(
res
.
data
.
data
.
pageData
)
this
.
dataList
=
res
.
data
.
data
.
pageData
;
this
.
dataList
=
res
.
data
.
data
.
pageData
;
this
.
total
=
res
.
data
.
data
.
count
;
this
.
total
=
res
.
data
.
data
.
count
;
this
.
loading
=
false
;
this
.
loading
=
false
;
...
@@ -908,4 +925,3 @@
...
@@ -908,4 +925,3 @@
}
}
</
script
>
</
script
>
\ No newline at end of file
src/components/SalesVisa/components/visaOrderList.vue
View file @
8a674765
This diff is collapsed.
Click to expand it.
src/components/temp/operation.vue
View file @
8a674765
...
@@ -527,6 +527,7 @@
...
@@ -527,6 +527,7 @@
1.以上制度公司会因市场变动与业务实际情况及公司规模採取适当因应或调整,敬请注意!!
</br>
1.以上制度公司会因市场变动与业务实际情况及公司规模採取适当因应或调整,敬请注意!!
</br>
2.购物佣金不计入OP毛利奖金
</br>
2.购物佣金不计入OP毛利奖金
</br>
3.如果小包团、落地散团出现利润亏损,需其他团分摊亏损的利润
</br>
3.如果小包团、落地散团出现利润亏损,需其他团分摊亏损的利润
</br>
4.签证订单 需OP点完结后方可参与提成。
</br>
</div>
</div>
<div
style=
"display: none; padding: 10px 0 0 0;color: #E95252;line-height: 30px;width: 50%;white-space: wrap;"
>
<div
style=
"display: none; padding: 10px 0 0 0;color: #E95252;line-height: 30px;width: 50%;white-space: wrap;"
>
<p
style=
"font-weight: bold;"
>
关于提成发放流程的补充通知:
</p>
<p
style=
"font-weight: bold;"
>
关于提成发放流程的补充通知:
</p>
...
@@ -538,8 +539,7 @@
...
@@ -538,8 +539,7 @@
2.未在规定时间内改价平账订单,违反提成规则,该订单报名当事人提成金额为0。
</br>
2.未在规定时间内改价平账订单,违反提成规则,该订单报名当事人提成金额为0。
</br>
3.未平账订单继续追溯至下个月,直到全部帐平为止,再放发上月其他订单提成
</br>
3.未平账订单继续追溯至下个月,直到全部帐平为止,再放发上月其他订单提成
</br>
4.未结团团期或成本遗漏补录等原因,造成团队利润变动,销售提成会在次月再次验证此团利润,多退少补;
</br>
4.未结团团期或成本遗漏补录等原因,造成团队利润变动,销售提成会在次月再次验证此团利润,多退少补;
</br>
5.签证订单 需OP点完结后方可参与提成。
</br>
5.提成工作环环相扣,请所有人员务必有公德心,同时遵守工作流程,尊重他人。
</br>
6.提成工作环环相扣,请所有人员务必有公德心,同时遵守工作流程,尊重他人。
</br>
</div>
</div>
</div>
</div>
...
...
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