Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
psa-web
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
高滢
psa-web
Commits
59ea8077
Commit
59ea8077
authored
Apr 03, 2025
by
qiyaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费用审批查询bug修复
parent
bf20e3da
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
14 deletions
+14
-14
examineAndApprove.js
src/api/examineAndApprove/examineAndApprove.js
+2
-2
projectCostReimbursementApprove.vue
...AndApprove/components/projectCostReimbursementApprove.vue
+3
-3
projectCostRequestApprove.vue
...xamineAndApprove/components/projectCostRequestApprove.vue
+3
-3
tripApplicationApprove.vue
...e/examineAndApprove/components/tripApplicationApprove.vue
+3
-3
tripReimburseApprove.vue
...age/examineAndApprove/components/tripReimburseApprove.vue
+3
-3
No files found.
src/api/examineAndApprove/examineAndApprove.js
View file @
59ea8077
import
request
from
"../../utils/request.js"
;
import
request
from
"../../utils/request.js"
;
//获取所有项目
名称
(查询下拉框)
//获取所有项目(查询下拉框)
export
function
getProjectName
()
{
export
function
getProjectName
()
{
return
request
({
return
request
({
url
:
'/
projectCostRequest/projectAll
List'
,
url
:
'/
dailyReimbursement/dailyReimbursement/project
List'
,
method
:
'get'
method
:
'get'
})
})
}
}
...
...
src/views/costManage/examineAndApprove/components/projectCostReimbursementApprove.vue
View file @
59ea8077
...
@@ -6,9 +6,9 @@
...
@@ -6,9 +6,9 @@
<el-select
style=
"width: 220px"
v-model=
"queryParams.projectName"
placeholder=
"请选择项目名称"
clearable
>
<el-select
style=
"width: 220px"
v-model=
"queryParams.projectName"
placeholder=
"请选择项目名称"
clearable
>
<el-option
<el-option
v-for=
"item in projectNameList"
v-for=
"item in projectNameList"
:key=
"item"
:key=
"item
.projectName
"
:label=
"item"
:label=
"item
.projectName
"
:value=
"item"
/>
:value=
"item
.projectName
"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"项目类型"
>
<el-form-item
label=
"项目类型"
>
...
...
src/views/costManage/examineAndApprove/components/projectCostRequestApprove.vue
View file @
59ea8077
...
@@ -6,9 +6,9 @@
...
@@ -6,9 +6,9 @@
<el-select
style=
"width: 220px"
v-model=
"queryParams.projectName"
placeholder=
"请选择项目名称"
clearable
>
<el-select
style=
"width: 220px"
v-model=
"queryParams.projectName"
placeholder=
"请选择项目名称"
clearable
>
<el-option
<el-option
v-for=
"item in projectNameList"
v-for=
"item in projectNameList"
:key=
"item"
:key=
"item
.projectName
"
:label=
"item"
:label=
"item
.projectName
"
:value=
"item"
/>
:value=
"item
.projectName
"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"项目类型"
>
<el-form-item
label=
"项目类型"
>
...
...
src/views/costManage/examineAndApprove/components/tripApplicationApprove.vue
View file @
59ea8077
...
@@ -13,9 +13,9 @@
...
@@ -13,9 +13,9 @@
>
>
<el-option
<el-option
v-for=
"item in projectNameList"
v-for=
"item in projectNameList"
:key=
"item"
:key=
"item
.projectName
"
:label=
"item"
:label=
"item
.projectName
"
:value=
"item"
:value=
"item
.projectName
"
style=
"width: 220px"
style=
"width: 220px"
/>
/>
</el-select>
</el-select>
...
...
src/views/costManage/examineAndApprove/components/tripReimburseApprove.vue
View file @
59ea8077
...
@@ -12,9 +12,9 @@
...
@@ -12,9 +12,9 @@
>
>
<el-option
<el-option
v-for=
"item in projectNameList"
v-for=
"item in projectNameList"
:key=
"item"
:key=
"item
.projectName
"
:label=
"item"
:label=
"item
.projectName
"
:value=
"item"
/>
:value=
"item
.projectName
"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"项目经理"
prop=
"projectManagerId"
>
<el-form-item
label=
"项目经理"
prop=
"projectManagerId"
>
...
...
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