UNPKG

tplus-pos

Version:

pos module

67 lines (65 loc) 1.6 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { outColumns: [{ "FieldName": "", "key": "ope", "dataIndex": "ope", "title": '', "width": "70", "textAlign": 'center' }, { "FieldName": "VoucherDate", "key": "VoucherDate", "dataIndex": "VoucherDate", "title": '挂单时间', "width": "140", "textAlign": 'left' }, { "FieldName": "TotalTaxAmount", "key": "TotalTaxAmount", "dataIndex": "TotalTaxAmount", "title": '单据金额', "width": "80", "textAlign": 'center', 'decimal': 2 }, { "FieldName": "Member", "key": "Member", "dataIndex": "Member", "title": '会员名称', "width": "100", "textAlign": 'left' }, { "FieldName": "MemberPhone", "key": "MemberPhone", "dataIndex": "MemberPhone", "title": '会员电话', "width": "130", "textAlign": 'left' }, { "FieldName": "Memo", "key": "Memo", "dataIndex": "Memo", "title": '备注', "width": "145", "textAlign": 'left' }, { "key": "quick", "dataIndex": "quick", "title": '', "width": "100", "textAlign": 'center' }], innerColumns: [{ "FieldName": "", "key": "ope", "dataIndex": "ope", "title": '', "width": "70", "textAlign": 'center' }] }; //# sourceMappingURL=viewModel.js.map