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
7bf96143
Commit
7bf96143
authored
1 year ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
961a2052
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
22 deletions
+20
-22
index.vue
...components/FinancialModule/MonthlyCostStatement/index.vue
+0
-4
OPcommissionPeriods.vue
...ents/FinancialModule/OpCommission/OPcommissionPeriods.vue
+5
-4
ServiceCommission.vue
...s/FinancialModule/ServiceCommission/ServiceCommission.vue
+11
-11
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+2
-1
OPsalesCommission.vue
...components/FinancialModule/domestic/OPsalesCommission.vue
+2
-2
No files found.
src/components/FinancialModule/MonthlyCostStatement/index.vue
View file @
7bf96143
...
...
@@ -807,10 +807,6 @@ export default {
if
(
this
.
total
==
0
){
this
.
DataList
=
[];
}
else
{
data
.
forEach
(
x
=>
{
// this.columns[0].filters.push({label:x.FrID,value:x.FrID})
x
.
modelShow
=
false
;
})
this
.
DataList
=
data
;
}
this
.
loading
=
false
;
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/OpCommission/OPcommissionPeriods.vue
View file @
7bf96143
...
...
@@ -245,12 +245,13 @@
Money
=
item
.
SumPrice
}
let
obj
=
{
CostType
:
1
6
,
//112
CostType
:
1
12
,
Money
:
Money
,
CurrencyId
:
1
,
XSTC
:
1
,
OtherType
:
73
,
ReFinanceId
:
item
.
ID
,
SelectState
:
true
,
isRB_Branch_Id
:
true
,
RB_Branch_Id
:
this
.
msg
.
OutBranchId
,
}
...
...
@@ -261,11 +262,11 @@
IsUploadPic
:
1
,
orderObj
:
JSON
.
stringify
(
obj
)
}
if
(
this
.
msg
.
OutBranchId
>-
1
){
query
.
id
=
3
0
if
(
this
.
msg
.
OutBranchId
>
0
){
query
.
id
=
3
1
query
.
Name
=
"分公司OP提成单"
}
else
{
query
.
id
=
2
8
query
.
id
=
2
9
query
.
Name
=
"总部OP提成单"
}
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/ServiceCommission/ServiceCommission.vue
View file @
7bf96143
...
...
@@ -353,7 +353,7 @@
IsUploadPic
:
1
,
orderObj
:
JSON
.
stringify
(
obj
)
}
if
(
this
.
msg
.
OutBranchId
>
-
1
)
{
if
(
this
.
msg
.
OutBranchId
>
0
)
{
query
.
id
=
31
query
.
Name
=
"分公司销售提成单"
}
else
{
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
7bf96143
...
...
@@ -558,7 +558,7 @@
<el-select
filterable
v-model=
'da.CostTypeId'
ref=
'CostTypeId'
:placeholder=
"$t('rule.qxzfyshuoming')"
@
change=
"getCostTypeName(da.CostTypeId, daIn),getRate(da.CostTypeId,da.CurrencyId,2,daIn),addList(2,daIn+1)"
class=
" _border_b_1"
>
<el-option
v-for=
'item in GetCostTypeList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
<el-option
v-for=
'item in GetCostTypeList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
:disabled=
"SelectDisablsed!=item.ID"
>
</el-option>
</el-select>
</td>
...
...
@@ -1871,6 +1871,7 @@
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
GetCostTypeList
=
res
.
data
.
data
;
console
.
log
(
this
.
GetCostTypeList
,
'======'
)
if
(
type
)
{
this
.
msg
.
detailList
.
forEach
(
x
=>
{
this
.
GetCostTypeList
.
forEach
(
y
=>
{
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/domestic/OPsalesCommission.vue
View file @
7bf96143
...
...
@@ -246,7 +246,7 @@
IsUploadPic
:
1
,
orderObj
:
JSON
.
stringify
(
obj
)
}
if
(
this
.
msg
.
OutBranchId
>
-
1
)
{
if
(
this
.
msg
.
OutBranchId
>
0
)
{
query
.
id
=
31
query
.
Name
=
"分公司销售提成单"
}
else
{
...
...
This diff is collapsed.
Click to expand it.
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