选择
{{ scope.row.price * scope.row.qty }}
{{ (scope.row.price * scope.row.qty * (scope.row.rebateRate * 100)) / 100 }}
{{ scope.row.qty * scope.row.discAmount }}
{{
(scope.row.price * scope.row.qty * 100 -
((scope.row.price * scope.row.qty * (scope.row.rebateRate * 100)) / 100) * 100 -
((scope.row.qty * (scope.row.discAmount * 100)) / 100) * 100) /
100
}}
{{ scope.row.status1 | status1Filter }}
{{ status2Filter(scope.row) }}
删除
搜索
{{ findOrderType(dialogTable_data.orderType) }}
-
清空
搜索