Commit 3606b59e authored by 左玲玲's avatar 左玲玲 😬

合同

parent a730dd2e
......@@ -698,7 +698,7 @@ function Contract(props) {
};
const changeList = (list = []) => {
list.forEach(it => {
if (it.unitPrice && it.zxPrice) {
if ((it.unitPrice === 0 || it.unitPrice) && (it.zxPrice === 0 || it.zxPrice)) {
it.rebatePrice = Decimal(it.unitPrice).sub(Decimal(it.zxPrice)).toNumber();
} else {
it.rebatePrice = ''
......
......@@ -109,7 +109,7 @@ const Devicedata = () => {
<div className="ant-card-head" style={{ backgroundColor: 'white' }}>
<div className="ant-card-head-wrapper">
<div className="ant-card-head-title">
<h3 className="page-title">设备台账</h3>
<h3 className="page-title">设备查看</h3>
</div>
</div>
</div>
......
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