Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
罗超
confucius
Commits
7b17965a
Commit
7b17965a
authored
Mar 25, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
8a56787f
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
14 deletions
+14
-14
studyAbroad-form.vue
src/components/studyAbroad/studyAbroad-form.vue
+5
-5
studyproaudit-form.vue
src/components/studyAbroad/studyproaudit-form.vue
+2
-2
course.vue
src/pages/course/course.vue
+1
-1
TeamRevenueReport.vue
src/pages/financial/TeamRevenueReport.vue
+1
-1
courseoffer.vue
src/pages/sale/courseoffer.vue
+1
-1
studyProAudit.vue
src/pages/studyAbroad/studyProAudit.vue
+2
-2
studyabroad.vue
src/pages/studyAbroad/studyabroad.vue
+2
-2
No files found.
src/components/studyAbroad/studyAbroad-form.vue
View file @
7b17965a
...
...
@@ -11,8 +11,8 @@
class=
"col-6 q-pr-lg q-pb-lg"
label=
"项目名称"
:rules=
"[val => !!val || '项目名称']"
/>
<q-select
filled
stack-label
option-value=
"Id"
option-label=
"Name"
v-model=
"objOption.SupplierId"
ref=
"Type"
:options=
"supplierList"
label=
"供应商"
:dense=
"false"
class=
"col-6 q-pb-lg q-pr-lg"
emit-value
map-options
/>
<a
v-if=
"objOption.SupplierContract&&isHaveViewContractAction"
style=
"margin-left:10px;color:#2961FE;text-decoration:none;
"
:href=
"objOption.SupplierContract"
>
查看合同
</a>
<a
v-if=
"objOption.SupplierContract&&isHaveViewContractAction
"
style=
"margin-left:10px;color:#2961FE;text-decoration:none;"
:href=
"objOption.SupplierContract"
>
查看合同
</a>
</div>
<div
class=
"row wrap"
style=
"display:none;"
>
<div
class=
"col-12"
>
...
...
@@ -22,7 +22,6 @@
:multiple=
"uploadMultple"
>
<q-btn
color=
"accent"
size=
"sm"
icon=
"add"
label=
"上传供应商合同"
/>
</el-upload>
</div>
</div>
</div>
...
...
@@ -52,7 +51,7 @@
import
{
UploadSelfFile
}
from
'../../api/common/common'
import
{
import
{
mapState
}
from
"vuex"
;
export
default
{
...
...
@@ -90,7 +89,8 @@
computed
:
mapState
({
//是否有查看合同权限
isHaveViewContractAction
(
state
)
{
if
(
state
.
user
.
userInfo
.
ActionMenuList
)
{
if
(
state
.
user
.
userInfo
&&
state
.
user
.
userInfo
.
ActionMenuList
&&
state
.
user
.
userInfo
.
ActionMenuList
.
length
>
0
)
{
let
action
=
state
.
user
.
userInfo
.
ActionMenuList
.
find
(
x
=>
{
if
(
x
.
FunctionCode
==
"View_Supplier_Contract"
)
{
return
x
;
...
...
src/components/studyAbroad/studyproaudit-form.vue
View file @
7b17965a
...
...
@@ -461,7 +461,7 @@
computed
:
mapState
({
//是否有查看合同权限
isHaveViewContractAction
(
state
)
{
if
(
state
.
user
.
userInfo
.
ActionMenuList
)
{
if
(
state
.
user
.
userInfo
&&
state
.
user
.
userInfo
.
ActionMenuList
&&
state
.
user
.
userInfo
.
ActionMenuList
.
length
>
0
)
{
let
action
=
state
.
user
.
userInfo
.
ActionMenuList
.
find
(
x
=>
{
if
(
x
.
FunctionCode
==
"View_Supplier_Contract"
)
{
return
x
;
...
...
@@ -473,7 +473,7 @@
},
//是否有查看供应商权限
isHaveViewSupplierAction
(
state
)
{
if
(
state
.
user
.
userInfo
.
ActionMenuList
)
{
if
(
state
.
user
.
userInfo
&&
state
.
user
.
userInfo
.
ActionMenuList
&&
state
.
user
.
userInfo
.
ActionMenuList
.
length
>
0
)
{
let
action
=
state
.
user
.
userInfo
.
ActionMenuList
.
find
(
x
=>
{
if
(
x
.
FunctionCode
==
"View_Supplier"
)
{
return
x
;
...
...
src/pages/course/course.vue
View file @
7b17965a
...
...
@@ -299,7 +299,7 @@
},
computed
:
mapState
({
isHavePriceAction
(
state
)
{
if
(
state
.
user
.
userInfo
.
ActionMenuList
)
{
if
(
state
.
user
.
userInfo
&&
state
.
user
.
userInfo
.
ActionMenuList
&&
state
.
user
.
userInfo
.
ActionMenuList
.
length
>
0
)
{
let
action
=
state
.
user
.
userInfo
.
ActionMenuList
.
find
(
x
=>
{
if
(
x
.
FunctionCode
==
"Edit_CoursePrice"
)
{
return
x
;
...
...
src/pages/financial/TeamRevenueReport.vue
View file @
7b17965a
...
...
@@ -1394,7 +1394,7 @@
},
computed
:
mapState
({
isHavePriceAction
(
state
)
{
if
(
state
.
user
.
userInfo
.
ActionMenuList
)
{
if
(
state
.
user
.
userInfo
&&
state
.
user
.
userInfo
.
ActionMenuList
&&
state
.
user
.
userInfo
.
ActionMenuList
.
length
>
0
)
{
let
action
=
state
.
user
.
userInfo
.
ActionMenuList
.
find
(
x
=>
{
if
(
x
.
FunctionCode
==
"SelectAllSchool"
)
{
return
x
;
...
...
src/pages/sale/courseoffer.vue
View file @
7b17965a
...
...
@@ -313,7 +313,7 @@
},
computed
:
mapState
({
isHavePriceAction
(
state
)
{
if
(
state
.
user
.
userInfo
.
ActionMenuList
)
{
if
(
state
.
user
.
userInfo
&&
state
.
user
.
userInfo
.
ActionMenuList
&&
state
.
user
.
userInfo
.
ActionMenuList
.
length
>
0
)
{
let
action
=
state
.
user
.
userInfo
.
ActionMenuList
.
find
(
x
=>
{
if
(
x
.
FunctionCode
==
"Edit_Offer_Price"
)
{
return
x
;
...
...
src/pages/studyAbroad/studyProAudit.vue
View file @
7b17965a
...
...
@@ -252,7 +252,7 @@
computed
:
mapState
({
//是否有查看合同权限
isHaveViewContractAction
(
state
)
{
if
(
state
.
user
.
userInfo
.
ActionMenuList
)
{
if
(
state
.
user
.
userInfo
&&
state
.
user
.
userInfo
.
ActionMenuList
&&
state
.
user
.
userInfo
.
ActionMenuList
.
length
>
0
)
{
let
action
=
state
.
user
.
userInfo
.
ActionMenuList
.
find
(
x
=>
{
if
(
x
.
FunctionCode
==
"View_Supplier_Contract"
)
{
return
x
;
...
...
@@ -264,7 +264,7 @@
},
//是否有查看供应商权限
isHaveViewSupplierAction
(
state
)
{
if
(
state
.
user
.
userInfo
.
ActionMenuList
)
{
if
(
state
.
user
.
userInfo
&&
state
.
user
.
userInfo
.
ActionMenuList
&&
state
.
user
.
userInfo
.
ActionMenuList
.
length
>
0
)
{
let
action
=
state
.
user
.
userInfo
.
ActionMenuList
.
find
(
x
=>
{
if
(
x
.
FunctionCode
==
"View_Supplier"
)
{
return
x
;
...
...
src/pages/studyAbroad/studyabroad.vue
View file @
7b17965a
...
...
@@ -288,7 +288,7 @@
computed
:
mapState
({
//是否有查看合同权限
isHaveViewContractAction
(
state
)
{
if
(
state
.
user
.
userInfo
.
ActionMenuList
)
{
if
(
state
.
user
.
userInfo
&&
state
.
user
.
userInfo
.
ActionMenuList
&&
state
.
user
.
userInfo
.
ActionMenuList
.
length
>
0
)
{
let
action
=
state
.
user
.
userInfo
.
ActionMenuList
.
find
(
x
=>
{
if
(
x
.
FunctionCode
==
"View_Supplier_Contract"
)
{
return
x
;
...
...
@@ -300,7 +300,7 @@
},
//是否有查看供应商权限
isHaveViewSupplierAction
(
state
)
{
if
(
state
.
user
.
userInfo
.
ActionMenuList
)
{
if
(
state
.
user
.
userInfo
&&
state
.
user
.
userInfo
.
ActionMenuList
&&
state
.
user
.
userInfo
.
ActionMenuList
.
length
>
0
)
{
let
action
=
state
.
user
.
userInfo
.
ActionMenuList
.
find
(
x
=>
{
if
(
x
.
FunctionCode
==
"View_Supplier"
)
{
return
x
;
...
...
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