虚拟账单样式优化。

release
赵鹏 2 years ago
parent d6d1495c02
commit 9ec51c5025

@ -184,9 +184,8 @@ function Detail() {
//
function bindSubmitForm() {
let submitForm =null;
if (isNotEmpty(invoiceZDDetail)){
submitForm = invoiceZDDetail.map((data, index) => {
let submitForm = invoiceZDDetail.map((data, index) => {
if (data.GMD_Dealed) {
//
return (
@ -287,16 +286,20 @@ function Detail() {
);
}
});
return submitForm;
}else{
submitForm = ()=>{
return(
<>
{addButton(1==1)}
</>
<Row gutter={16} style={{ backgroundColor: "#f6f7f9", width: "100%", padding: "20px 40px" }}>
<Col span={4}></Col>
<Col span={18}>
{addButton(1==1)}
</Col>
<Col span={4}></Col>
</Row>
);
}
}
return submitForm;
}
return (

Loading…
Cancel
Save