Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
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
紫光云
web-project
Commits
0a631029
Commit
0a631029
authored
Jun 27, 2024
by
牛虎林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结算管理高级查询功能开发
parent
9315cea5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
32 deletions
+38
-32
detail.data.ts
src/views/statement/changeSignatureDrawer/detail.data.ts
+35
-32
changeSignature.vue
src/views/statement/tabs/changeSignature.vue
+3
-0
No files found.
src/views/statement/changeSignatureDrawer/detail.data.ts
View file @
0a631029
...
...
@@ -649,35 +649,8 @@ export function getFormConfig(): Partial<FormProps> {
},
//0000
{
field
:
'changeAmount'
,
label
:
'合同累计签证、变更金额(含本次):'
,
colProps
:
{
xl
:
8
,
xxl
:
4
,
},
component
:
'InputNumber'
,
componentProps
:
{
addonAfter
:
'元'
,
},
},
//0000
{
field
:
'amountRatio'
,
label
:
'累计变更签证金额占合同金额比例:'
,
colProps
:
{
xl
:
8
,
xxl
:
18
,
},
component
:
'InputNumber'
,
componentProps
:
{
addonAfter
:
'元'
,
},
},
//变更编号
//0000
...
...
@@ -759,28 +732,58 @@ export function getFormConfig(): Partial<FormProps> {
xxl
:
4
,
},
},
//0000
//0000
{
field
:
'
contractValueRatio
'
,
label
:
'
预估变更金额占合同金额比例
:'
,
field
:
'
visaNumber
'
,
label
:
'
签证编号
:'
,
component
:
'Input'
,
colProps
:
{
xl
:
8
,
xxl
:
4
,
},
},
//0000
{
//'\n'
field
:
'amountRatio'
,
field
:
'visaNumber'
,
label
:
'签证编号:'
,
label
:
'累计变更签证金额占合'
+
'
\
n'
+
'同金额比例:'
,
colProps
:
{
xl
:
8
,
xxl
:
4
,
},
component
:
'InputNumber'
,
componentProps
:
{
addonAfter
:
'元'
,
},
},
{
field
:
'contractValueRatio'
,
label
:
'预估变更金额占'
+
'
\
n'
+
'合同金额比例:'
,
component
:
'Input'
,
colProps
:
{
xl
:
8
,
xxl
:
4
,
},
},
{
field
:
'changeAmount'
,
label
:
'合同累计签证、'
+
'
\
n'
+
'+变更金额(含本次):'
,
colProps
:
{
xl
:
8
,
xxl
:
4
,
},
component
:
'InputNumber'
,
componentProps
:
{
addonAfter
:
'元'
,
},
},
],
};
...
...
src/views/statement/tabs/changeSignature.vue
View file @
0a631029
...
...
@@ -96,3 +96,6 @@ import {getFormConfig} from "@/views/statement/changeSignatureDrawer/detail.data
});
}
</
script
>
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