kts-component-invoice-operate 3.2.156-3 → 3.2.156-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,7 +32,6 @@ export default interface IGood {
32
32
  priceExcludeTax?: number;
33
33
  /** 类型 0 正常行, 1 折扣行 2 被折扣行 */
34
34
  lineAttribute: LineAttributeType;
35
- referenceLines?: any[];
36
35
  /** 金额(含税) */
37
36
  lineAmountIncludeTax?: number;
38
37
  /** 金额(不含税) */
@@ -24,8 +24,6 @@ export default class GoodsListState {
24
24
  isAddRow: boolean;
25
25
  /** 是否可以删除行 */
26
26
  isRemRow: boolean;
27
- /** 批量删除按钮 */
28
- isBatchRemRow: boolean;
29
27
  /** 是否含税 */
30
28
  isTaxIncluded: boolean;
31
29
  /**