|
|
@@ -26,7 +26,7 @@ export interface IGLJCol {
|
|
|
|
|
|
// 小数位数
|
|
|
export interface IDecimal {
|
|
|
- bills: { unitPrice: number; totalPrice: number };
|
|
|
+ bill: { unitPrice: number; totalPrice: number };
|
|
|
ration: { quantity: number; unitPrice: number; totalPrice: number };
|
|
|
glj: { quantity: number; unitPriceHasMix: number; unitPrice: number };
|
|
|
feeRate: number;
|