Commit 0a631029 authored by 牛虎林's avatar 牛虎林

结算管理高级查询功能开发

parent 9315cea5
...@@ -649,35 +649,8 @@ export function getFormConfig(): Partial<FormProps> { ...@@ -649,35 +649,8 @@ export function getFormConfig(): Partial<FormProps> {
}, },
//0000 //0000
{
field: 'changeAmount',
label: '合同累计签证、变更金额(含本次):',
colProps: {
xl: 8,
xxl: 4,
},
component: 'InputNumber',
componentProps: {
addonAfter: '元',
},
},
//0000 //0000
{
field: 'amountRatio',
label: '累计变更签证金额占合同金额比例:',
colProps: {
xl: 8,
xxl: 18,
},
component: 'InputNumber',
componentProps: {
addonAfter: '元',
},
},
//变更编号 //变更编号
//0000 //0000
...@@ -759,28 +732,58 @@ export function getFormConfig(): Partial<FormProps> { ...@@ -759,28 +732,58 @@ export function getFormConfig(): Partial<FormProps> {
xxl: 4, xxl: 4,
}, },
}, },
//0000
//0000 //0000
{ {
field: 'contractValueRatio', field: 'visaNumber',
label: '预估变更金额占合同金额比例:', label: '签证编号:',
component: 'Input', component: 'Input',
colProps: { colProps: {
xl: 8, xl: 8,
xxl: 4, xxl: 4,
}, },
}, },
//0000
{ {
//'\n'
field: 'amountRatio',
field: 'visaNumber', label: '累计变更签证金额占合'+'\n'+'同金额比例:',
label: '签证编号:', colProps: {
xl: 8,
xxl: 4,
},
component: 'InputNumber',
componentProps: {
addonAfter: '元',
},
},
{
field: 'contractValueRatio',
label: '预估变更金额占'+'\n'+'合同金额比例:',
component: 'Input', component: 'Input',
colProps: { colProps: {
xl: 8, xl: 8,
xxl: 4, xxl: 4,
}, },
}, },
{
field: 'changeAmount',
label: '合同累计签证、'+'\n'+'+变更金额(含本次):',
colProps: {
xl: 8,
xxl: 4,
},
component: 'InputNumber',
componentProps: {
addonAfter: '元',
},
},
], ],
}; };
......
...@@ -96,3 +96,6 @@ import {getFormConfig} from "@/views/statement/changeSignatureDrawer/detail.data ...@@ -96,3 +96,6 @@ import {getFormConfig} from "@/views/statement/changeSignatureDrawer/detail.data
}); });
} }
</script> </script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment