一键展开
一键收起
一键确定
导入excel
导出excel
审核
查看流程
{
scope.row.unitPrice = val;
changePrice(scope.row);
}
"
:precision="2"
:step="0.1"
:controls="false"
v-if="scope.row.quantity && scope.row.quantity != 0"
:disabled="versionsData.status != 'draft'"
/>
{{ scope.row.price != 0 ? Number(scope.row.price).toFixed(2) : null }}
确定