kts-component-invoice-operate 3.0.2 → 3.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.
package/dist/index.esm.js
CHANGED
|
@@ -784,7 +784,7 @@ var InvoiceControllerForm = /*#__PURE__*/function (_GreyReactBox) {
|
|
|
784
784
|
}()); // 含税标记
|
|
785
785
|
|
|
786
786
|
|
|
787
|
-
_values.set('
|
|
787
|
+
_values.set('isTaxIncluded', this.state.goodsListState.isTaxIncluded);
|
|
788
788
|
|
|
789
789
|
return _context.abrupt("return", {
|
|
790
790
|
errors: _errors,
|
package/dist/index.js
CHANGED
|
@@ -794,7 +794,7 @@ var InvoiceControllerForm = /*#__PURE__*/function (_GreyReactBox) {
|
|
|
794
794
|
}()); // 含税标记
|
|
795
795
|
|
|
796
796
|
|
|
797
|
-
_values.set('
|
|
797
|
+
_values.set('isTaxIncluded', this.state.goodsListState.isTaxIncluded);
|
|
798
798
|
|
|
799
799
|
return _context.abrupt("return", {
|
|
800
800
|
errors: _errors,
|
package/package.json
CHANGED
|
@@ -78,7 +78,7 @@ export default class InvoiceControllerForm extends GreyReactBox<InvoiceControlle
|
|
|
78
78
|
})());
|
|
79
79
|
|
|
80
80
|
// 含税标记
|
|
81
|
-
_values.set('
|
|
81
|
+
_values.set('isTaxIncluded', this.state.goodsListState.isTaxIncluded)
|
|
82
82
|
|
|
83
83
|
return { errors: _errors, values: _values };
|
|
84
84
|
}
|