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
752e8e1b
Commit
752e8e1b
authored
Jan 30, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘修改销售新增单据页面,新增按钮权限@@@@’
parent
934683da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
SalesFinancialDetail.vue
src/components/SalesModule/SalesFinancialDetail.vue
+5
-1
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+1
-1
No files found.
src/components/SalesModule/SalesFinancialDetail.vue
View file @
752e8e1b
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
<li><span>
{{
activeTab
===
1
?
'实收'
:
'实付'
}}
金额:
</span>
{{
moneyFormat
(
shiMoney
)
}}
</li>
<li><span>
{{
activeTab
===
1
?
'实收'
:
'实付'
}}
金额:
</span>
{{
moneyFormat
(
shiMoney
)
}}
</li>
<li><span>
{{
activeTab
===
1
?
'待收'
:
'待付'
}}
金额:
</span><span
:class=
"
{color_red:(allMoney-shiMoney)!==allMoney}">
{{
moneyFormat
(
allMoney
-
shiMoney
)
}}
</span></li>
<li><span>
{{
activeTab
===
1
?
'待收'
:
'待付'
}}
金额:
</span><span
:class=
"
{color_red:(allMoney-shiMoney)!==allMoney}">
{{
moneyFormat
(
allMoney
-
shiMoney
)
}}
</span></li>
</ul>
</ul>
<input
type=
"button"
:value=
"`新增$
{activeTab===1 ? '收款' : '付款'}`" class="normalBtn" @click="addFinancialOrder()">
<input
v-if=
"item.commissionSharePeople === userId && item.orderState !== '4' && item.orderState !== '3'"
type=
"button"
:value=
"`新增$
{activeTab===1 ? '收款' : '付款'}`" class="normalBtn" @click="addFinancialOrder()">
</div>
</div>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"teamRevenueExpenditureTable"
>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"teamRevenueExpenditureTable"
>
<tr>
<tr>
...
@@ -214,6 +214,8 @@ export default {
...
@@ -214,6 +214,8 @@ export default {
LogLoading
:
true
,
LogLoading
:
true
,
allMoney
:
0
,
allMoney
:
0
,
shiMoney
:
0
,
shiMoney
:
0
,
userId
:
null
,
item
:
{},
}
}
},
methods
:
{
},
methods
:
{
Financial_post_GetFinancLogList
:
function
(
id
){
// 获取单据日志
Financial_post_GetFinancLogList
:
function
(
id
){
// 获取单据日志
...
@@ -306,7 +308,9 @@ export default {
...
@@ -306,7 +308,9 @@ export default {
}
}
},
},
},
mounted
()
{
},
mounted
()
{
this
.
userId
=
this
.
getLocalStorage
().
EmployeeId
;
let
obj
=
JSON
.
parse
(
this
.
$route
.
query
.
item
)
let
obj
=
JSON
.
parse
(
this
.
$route
.
query
.
item
)
this
.
item
=
obj
this
.
orderId
=
this
.
msg
.
OrderID
=
obj
.
orderId
this
.
orderId
=
this
.
msg
.
OrderID
=
obj
.
orderId
this
.
tcnum
=
obj
.
tcnum
this
.
tcnum
=
obj
.
tcnum
this
.
tcid
=
obj
.
tcid
this
.
tcid
=
obj
.
tcid
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
752e8e1b
...
@@ -1512,7 +1512,7 @@
...
@@ -1512,7 +1512,7 @@
</el-upload>
</el-upload>
</td>
</td>
<td
class=
"groupTourOrderIcon"
>
<td
class=
"groupTourOrderIcon"
>
<el-button-group
v-if=
'item.isOwn==1 || userId==1||userId==5'
>
<el-button-group
v-if=
'item.isOwn==1 || userId==1||userId==5
|| isUpdateOrder
'
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top-start"
>
<el-button
v-if=
"(userId==1 || userId==5 || isUpdateOrder) || ( item.isOwn==1 &&item.isOrder=='1'&&item.isHaveFinance!='1'&&item.orderState!='1'&&item.orderState!='4')"
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
icon=
"iconfont icon-bianji-smal"
@
click=
'getDetail(item)'
></el-button>
<el-button
v-if=
"(userId==1 || userId==5 || isUpdateOrder) || ( item.isOwn==1 &&item.isOrder=='1'&&item.isHaveFinance!='1'&&item.orderState!='1'&&item.orderState!='4')"
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
icon=
"iconfont icon-bianji-smal"
@
click=
'getDetail(item)'
></el-button>
</el-tooltip>
</el-tooltip>
...
...
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