tplus-components-touch 3.33.3 → 3.34.1
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/components/billSearch/index.less +8 -0
- package/dist/components/input/scanInput.less +1 -1
- package/dist/components/keyboard/index.less +29 -23
- package/dist/components/keyboard/numKeyboard.js +4 -0
- package/dist/components/keyboard/numKeyboard.js.map +1 -1
- package/dist/components/keyboard/numkeyboardPassword.js +2 -0
- package/dist/components/keyboard/numkeyboardPassword.js.map +1 -1
- package/dist/components/layout/sider.js +3 -1
- package/dist/components/layout/sider.js.map +1 -1
- package/dist/components/settlement/settlement.js +282 -811
- package/dist/components/settlement/settlement.js.map +1 -1
- package/dist/components/settlement/settlement.less +1 -0
- package/dist/components/settlement/settlementCopy.js +5731 -0
- package/dist/components/settlement/settlementCopy.js.map +1 -0
- package/dist/components/settlement/settlementStore.js +1 -6
- package/dist/components/settlement/settlementStore.js.map +1 -1
- package/dist/components/touchTable/index.less +1 -1
- package/package.json +35 -35
|
@@ -1386,11 +1386,6 @@ var SettlementStore = (_class = function () {
|
|
|
1386
1386
|
|
|
1387
1387
|
return save;
|
|
1388
1388
|
}()
|
|
1389
|
-
}, {
|
|
1390
|
-
key: 'setVoucherDate',
|
|
1391
|
-
value: function setVoucherDate() {
|
|
1392
|
-
this.dto.VoucherDate = new Date();
|
|
1393
|
-
}
|
|
1394
1389
|
}, {
|
|
1395
1390
|
key: 'setDtoID',
|
|
1396
1391
|
value: function setDtoID(id) {
|
|
@@ -1740,7 +1735,7 @@ var SettlementStore = (_class = function () {
|
|
|
1740
1735
|
}, _callee9, _this15);
|
|
1741
1736
|
}));
|
|
1742
1737
|
}
|
|
1743
|
-
}), _applyDecoratedDescriptor(_class.prototype, 'addDjq', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'addDjq'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'changeFocusOnly', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'changeFocusOnly'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'changeClickFocusOnly', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'changeClickFocusOnly'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'changeValue', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'changeValue'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'addPayDirectly', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'addPayDirectly'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'addPay', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'addPay'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'delPay', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'delPay'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, '
|
|
1738
|
+
}), _applyDecoratedDescriptor(_class.prototype, 'addDjq', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'addDjq'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'changeFocusOnly', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'changeFocusOnly'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'changeClickFocusOnly', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'changeClickFocusOnly'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'changeValue', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'changeValue'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'addPayDirectly', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'addPayDirectly'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'addPay', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'addPay'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'delPay', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'delPay'), _class.prototype), _applyDecoratedDescriptor(_class.prototype, 'setDtoID', [_mobx.action], (0, _getOwnPropertyDescriptor2.default)(_class.prototype, 'setDtoID'), _class.prototype)), _class);
|
|
1744
1739
|
exports.default = SettlementStore;
|
|
1745
1740
|
var PayMode = exports.PayMode = (_class3 = function () {
|
|
1746
1741
|
//应收
|