Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
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
fulixin
dsk-operate-sys-cscec
Commits
115d0124
Commit
115d0124
authored
Feb 27, 2024
by
tianhongyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
c5324969
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
6 deletions
+30
-6
index.js
dsk-operate-ui/src/api/projectCostLedger/index.js
+20
-4
index.vue
...nsultingOrgManagement/components/EnterpriseList/index.vue
+1
-1
Sidebar.vue
...operate-ui/src/views/detail/party-a/component/Sidebar.vue
+8
-0
cooperationRecord.vue
.../detail/party-a/internalCooperation/cooperationRecord.vue
+1
-1
No files found.
dsk-operate-ui/src/api/projectCostLedger/index.js
View file @
115d0124
...
...
@@ -37,7 +37,7 @@ export function editProjectInfo(data) {
//删除项目
export
function
batchDeleteProject
(
ids
)
{
return
request
({
url
:
'/cbProjectRecord/batchDeleteProject/'
+
ids
,
url
:
'/cbProjectRecord/batchDeleteProject/'
+
ids
,
method
:
'Delete'
,
});
}
...
...
@@ -102,7 +102,7 @@ export function getProjectList(data) {
return
request
({
url
:
'/cbProjectRecord/getProjectList'
,
method
:
'get'
,
params
:
data
params
:
data
});
}
...
...
@@ -111,13 +111,13 @@ export const getProfitLossMenuTreeApi = (params = {}) => request({
url
:
"/cbSummary/cbNameList"
,
method
:
"get"
,
params
})
})
;
// 工料汇总
/**
* 获取
供
料汇总左侧菜单
* 获取
工
料汇总左侧菜单
* @param {*} params
* @returns
*/
...
...
@@ -125,6 +125,22 @@ export const getFeedSummaryMenuTreeApi = (params = {}) => request({
url
:
"/cb/quantity/summary/subjectTree"
,
method
:
"get"
,
params
});
/**
* 获取科目月份列表
* @param {{
* cbSubjectName : string;
* recordDate : string;
* projectId : number;
* cbStage : number
* }} params
* @returns
*/
export
const
getFeedSummaryListApi
=
(
params
=
{})
=>
request
({
url
:
"/cb/quantity/summary/subjectList"
,
method
:
"get"
,
params
})
dsk-operate-ui/src/views/consultingOrgManagement/components/EnterpriseList/index.vue
View file @
115d0124
...
...
@@ -139,7 +139,7 @@ export default {
},
toCooperateDetail
(
row
)
{
if
(
!
row
.
advisoryBodyCid
)
return
this
.
$message
.
warning
(
"缺少咨询机构id"
);
this
.
$tab
.
openPage
(
`
${
row
.
advisoryBodyName
}
合作明细`
,
`/enterprise/
${
encodeStr
(
row
.
advisoryBodyCid
)}
?path=co
operationRecord
&companyName=
${
replaceDomTags
(
row
.
advisoryBodyName
)}
`
);
this
.
$tab
.
openPage
(
`
${
row
.
advisoryBodyName
}
合作明细`
,
`/enterprise/
${
encodeStr
(
row
.
advisoryBodyCid
)}
?path=co
nsultingAgencyCooperation
&companyName=
${
replaceDomTags
(
row
.
advisoryBodyName
)}
`
);
},
// 跳转到企业详情
viewEnterprise
(
row
)
{
...
...
dsk-operate-ui/src/views/detail/party-a/component/Sidebar.vue
View file @
115d0124
...
...
@@ -550,6 +550,14 @@ export default {
margin-top
:
-5px
;
}
}
/* 禁用时 不需要选中文字颜色 */
::v-deep
.el-menu-item
{
&
.is-disabled
{
&
:focus
{
color
:
unset
!
important
;
}
}
}
.is-disabled
:hover
{
color
:
rgba
(
35
,
35
,
35
,
0
.8
)
!
important
;
&
:before
{
...
...
dsk-operate-ui/src/views/detail/party-a/internalCooperation/cooperationRecord.vue
View file @
115d0124
...
...
@@ -52,7 +52,7 @@ export default {
return
{
queryParams
:
{
customerId
:
this
.
companyId
,
c
ompany
Name
:
this
.
companyName
,
c
ustomer
Name
:
this
.
companyName
,
pageNum
:
1
,
pageSize
:
10
,
},
...
...
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