UNPKG

tplus-pos

Version:

pos module

45 lines (43 loc) 992 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); //左侧明细 col数据 exports.default = [{ "FieldName": "Inventory.Name", "key": "Inventory.Name", "dataIndex": "Inventory.Name", "width": "110", "textAlign": 'left', "title": '商品名称' }, { "FieldName": "Quantity", "key": "Quantity", "dataIndex": "Quantity", "width": "122", "readOnly": false, "quick": true, "textAlign": 'center', 'title': '数量', 'maxValue': undefined, 'minValue': undefined }, { "FieldName": "TaxPrice", "key": "TaxPrice", "dataIndex": "TaxPrice", "width": "70", "quick": false, "readOnly": false, "textAlign": 'right', 'title': '单价' }, { "FieldName": "TaxAmount", "key": "TaxAmount", "dataIndex": "TaxAmount", "width": "70", "quick": false, "readOnly": true, "textAlign": 'right', "title": '金额' }]; //# sourceMappingURL=voucherColumns.js.map