kts-component-invoice-operate 2.0.2 → 2.0.3

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.
@@ -6,19 +6,19 @@ export default interface IGood {
6
6
  discountGroup?: string;
7
7
  /** 发票ID */
8
8
  id?: string;
9
- /** 商品编码(对方-销售) */
9
+ /** 商品编码(对方-购买方) */
10
10
  itemCode?: string;
11
- /** 货物名称(对方-销售) */
11
+ /** 货物名称(对方-购买方) */
12
12
  itemName?: string;
13
- /** 单位(对方-销售) */
13
+ /** 单位(对方-购买方) */
14
14
  unit?: string;
15
- /** 货物规格型号(对方-销售) */
15
+ /** 货物规格型号(对方-购买方) */
16
16
  itemModelName?: string;
17
- /** 商品编码(我方-购买) */
17
+ /** 商品编码(我方-销售) */
18
18
  itemCodeSelf?: string;
19
- /** 货物名称(我方-购买) */
19
+ /** 货物名称(我方-销售) */
20
20
  itemNameSelf?: string;
21
- /** 货物规格型号(我方-购买) */
21
+ /** 货物规格型号(我方-销售) */
22
22
  itemModelNameSelf?: string;
23
23
  /** 数量 */
24
24
  quantity?: number;
package/dist/index.esm.js CHANGED
@@ -2934,7 +2934,6 @@ var useEndowCodeButton = (function () {
2934
2934
 
2935
2935
  /** 拆分全称加简称 */
2936
2936
  var getSN = function getSN(value) {
2937
- debugger;
2938
2937
  if (!value) return undefined;
2939
2938
  var arr = value.match(/\*[^*]+\*/);
2940
2939
 
package/dist/index.js CHANGED
@@ -2944,7 +2944,6 @@ var useEndowCodeButton = (function () {
2944
2944
 
2945
2945
  /** 拆分全称加简称 */
2946
2946
  var getSN = function getSN(value) {
2947
- debugger;
2948
2947
  if (!value) return undefined;
2949
2948
  var arr = value.match(/\*[^*]+\*/);
2950
2949