{{ scope.row.itemNo ? scope.row.itemNo : "-" }}
{{ scope.row.chargeName ? scope.row.chargeName : "-" }}
{{ scope.row.totalVolume ? scope.row.totalVolume : "-" }}
{{ scope.row.unitCode ? scope.row.unitCode : "-" }}
{{ scope.row.partPercent ? thousandNumber(scope.row.partPercent) : "-" }}
{{
scope.row.conditionYbCode ? thousandNumber(scope.row.conditionYbCode) : "-"
}}
{{ scope.row.amount ? thousandNumber(scope.row.amount) : "-" }}
{{
scope.row.partMinUnitCode ? scope.row.partMinUnitCode : "-"
}}
{{
scope.row.partConditionPrice
? thousandNumber(scope.row.partConditionPrice)
: "-"
}}
{{ scope.row.price ? thousandNumber(scope.row.price) : "-" }}
{{ scope.row.description ? scope.row.description : "-" }}
{{ scope.row.updateTime ? moment(scope.row.updateTime).format("YYYY-MM-DD HH:mm:ss") : "-" }}
{{ scope.row.statusEnumText ? scope.row.statusEnumText : "-" }}
修改
{{ scope.row.itemNo ? scope.row.itemNo : "-" }}
{{ scope.row.chargeName ? scope.row.chargeName : "-" }}
{{ scope.row.totalVolume ? scope.row.totalVolume : "-" }}
{{ scope.row.unitCode ? scope.row.unitCode : "-" }}
{{ scope.row.partPercent ? thousandNumber(scope.row.partPercent) : "-" }}
{{
scope.row.conditionYbCode ? thousandNumber(scope.row.conditionYbCode) : "-"
}}
{{ scope.row.price ? thousandNumber(scope.row.price) : "-" }}
{{
scope.row.partMinUnitCode ? scope.row.partMinUnitCode : "-"
}}
{{
scope.row.partConditionPrice
? thousandNumber(scope.row.partConditionPrice)
: "-"
}}
{{ scope.row.price ? thousandNumber(scope.row.price) : "-" }}
{{ scope.row.description ? scope.row.description : "-" }}
{{ scope.row.updateTime ? moment(scope.row.updateTime).format("YYYY-MM-DD HH:mm:ss") : "-" }}
{{ scope.row.statusEnumText ? scope.row.statusEnumText : "-" }}
修改
{{ scope.row.itemNo ? scope.row.itemNo : "-" }}
{{ scope.row.chargeName ? scope.row.chargeName : "-" }}
{{ scope.row.totalVolume ? scope.row.totalVolume : "-" }}
{{ scope.row.unitCode ? scope.row.unitCode : "-" }}
{{ scope.row.partPercent ? thousandNumber(scope.row.partPercent) : "-" }}
{{
scope.row.conditionYbCode ? thousandNumber(scope.row.conditionYbCode) : "-"
}}
{{ scope.row.price ? thousandNumber(scope.row.price) : "-" }}
{{
scope.row.partMinUnitCode ? scope.row.partMinUnitCode : "-"
}}
{{
scope.row.partConditionPrice
? thousandNumber(scope.row.partConditionPrice)
: "-"
}}
{{ scope.row.price ? thousandNumber(scope.row.price) : "-" }}
{{ scope.row.description ? scope.row.description : "-" }}
{{ scope.row.updateTime ? moment(scope.row.updateTime).format("YYYY-MM-DD HH:mm:ss") : "-" }}
{{ scope.row.statusEnumText ? scope.row.statusEnumText : "-" }}
修改