Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lm-app
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
LM-APP
lm-app
Commits
e319aadc
Commit
e319aadc
authored
Aug 14, 2025
by
zhaoyanping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: ID:231【合同审批/统筹采购合同】统筹项目发起合同审批时,“执行预算合同编号”下拉框中各选项拼接编号+明细,例:TC25-A01-01(某某某明细文字)-2
parent
b29c663c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
approveDetail.vue
pages/contract/details/approveDetail.vue
+1
-1
purchaseCoorDetail.vue
pages/contract/details/purchaseCoorDetail.vue
+2
-1
No files found.
pages/contract/details/approveDetail.vue
View file @
e319aadc
...
...
@@ -32,7 +32,7 @@
<
/view
>
<
view
class
=
"info"
>
<
view
>
{{
$t
(
'execBudgetContractCode'
)
}}
:
<
/view
>
<
view
>
{{
contractInfo
.
contractNo
||
'-'
}}
<
/view
>
<
view
>
{{
contractInfo
.
contractNo
||
'-'
}}
({{
contractInfo
.
executeBudgetDetail
}}
)
<
/view
>
<
/view
>
<
view
class
=
"info"
>
<
view
>
{{
$t
(
'supplierName'
)
}}
:
<
/view
>
...
...
pages/contract/details/purchaseCoorDetail.vue
View file @
e319aadc
...
...
@@ -40,7 +40,8 @@
<
template
v
-
else
>
{{
$t
(
'tempContractCode'
)
}}
<
/template
>
<
/view
>
<
view
class
=
"flex align-center"
>
{{
contractInfo
.
contractNo
||
contractInfo
.
tempContractNo
}}
<
template
v
-
if
=
"contractInfo.executeBudgetId"
>
{{
contractInfo
.
contractNo
}}
({{
contractInfo
.
executeBudgetDetail
}}
)
<
/template
>
<
template
v
-
else
>
{{
contractInfo
.
tempContractNo
}}
<
/template
>
<!--
<
image
v
-
if
=
"!contractInfo.executeBudgetId"
class
=
"li"
src
=
"/static/images/lin.png"
><
/image> --
>
<
/view
>
<
/view
>
...
...
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