tplus-components-touch 3.41.6 → 3.42.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.js +38 -15
- package/dist/components/billSearch/index.js.map +1 -1
- package/dist/components/cloudPrint/BTPrintFormatUtil.js +2 -2
- package/dist/components/cloudPrint/BTPrintFormatUtil.js.map +1 -1
- package/dist/components/cloudPrint/index.js +608 -891
- package/dist/components/cloudPrint/index.js.map +1 -1
- package/dist/components/cloudPrint/printDispatch.js +47 -151
- package/dist/components/cloudPrint/printDispatch.js.map +1 -1
- package/dist/components/deliverySearch/index.js +1 -5
- package/dist/components/deliverySearch/index.js.map +1 -1
- package/dist/components/hardwareAPI/index.js +12 -46
- package/dist/components/hardwareAPI/index.js.map +1 -1
- package/dist/components/inventorySearch/tab.js +1 -6
- package/dist/components/inventorySearch/tab.js.map +1 -1
- package/dist/components/loading/loadingContent.js +2 -5
- package/dist/components/loading/loadingContent.js.map +1 -1
- package/dist/components/message/index.js +5 -4
- package/dist/components/message/index.js.map +1 -1
- package/dist/components/notification/index.js +12 -11
- package/dist/components/notification/index.js.map +1 -1
- package/dist/components/progressState/EmptyAndErrorView.js +7 -5
- package/dist/components/progressState/EmptyAndErrorView.js.map +1 -1
- package/dist/components/settlement/settlement.js +93 -62
- package/dist/components/settlement/settlement.js.map +1 -1
- package/dist/components/settlement/settlementStore.js +26 -16
- package/dist/components/settlement/settlementStore.js.map +1 -1
- package/dist/components/ticon/iconfont/demo.css +539 -539
- package/dist/components/touchTable/index.js +3 -5
- package/dist/components/touchTable/index.js.map +1 -1
- package/package.json +3 -3
- package/dist/components/cloudPrint/printTemplate/dialy_one.json +0 -239
- package/dist/components/cloudPrint/printTemplate/duty_one.json +0 -239
- package/dist/components/cloudPrint/printTemplate/retail_one.json +0 -208
- package/dist/components/cloudPrint/printTemplate/retail_two.json +0 -220
- package/dist/components/cloudPrint/printTemplate/storage_one.json +0 -129
- package/dist/components/cloudPrint/printTemplate/template.js +0 -52
- package/dist/components/cloudPrint/printTemplate/template.js.map +0 -1
@@ -1,129 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"templateName": "模板1",
|
3
|
-
"width": 58,
|
4
|
-
"body": [
|
5
|
-
{
|
6
|
-
"type": "lineFeed",
|
7
|
-
"height": 1
|
8
|
-
},
|
9
|
-
{
|
10
|
-
"type": "leftPrintMsg",
|
11
|
-
"body": [
|
12
|
-
{
|
13
|
-
"name": "门店名称",
|
14
|
-
"attribute": "Store.Name",
|
15
|
-
"type": "string"
|
16
|
-
},
|
17
|
-
{
|
18
|
-
"name": "储值业务员",
|
19
|
-
"attribute": "Person.Name",
|
20
|
-
"type": "string"
|
21
|
-
},
|
22
|
-
{
|
23
|
-
"name": "日期",
|
24
|
-
"attribute": "CreatedTime",
|
25
|
-
"type": "string"
|
26
|
-
}
|
27
|
-
]
|
28
|
-
},
|
29
|
-
{
|
30
|
-
"type": "leftPrintMsg",
|
31
|
-
"body": [
|
32
|
-
{
|
33
|
-
"name": "本次储存金额",
|
34
|
-
"attribute": "StorageDetails.0.ThisStorageAmount",
|
35
|
-
"type": "price"
|
36
|
-
},
|
37
|
-
{
|
38
|
-
"name": "本次赠送金额",
|
39
|
-
"attribute": "StorageDetails.0.ThisPresentAmount",
|
40
|
-
"type": "price"
|
41
|
-
},
|
42
|
-
{
|
43
|
-
"name": "本次储值后金额",
|
44
|
-
"attribute": "StorageDetails.0.AfterBalanceStorage",
|
45
|
-
"type": "price"
|
46
|
-
}
|
47
|
-
]
|
48
|
-
},
|
49
|
-
{
|
50
|
-
"type": "separateLine",
|
51
|
-
"height":1
|
52
|
-
},
|
53
|
-
{
|
54
|
-
"type": "printMenuMSG",
|
55
|
-
"headerList": [
|
56
|
-
{
|
57
|
-
"headerText": "支付方式",
|
58
|
-
"headerWeight":1,
|
59
|
-
"isTitle": false,
|
60
|
-
"isFoot": false
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"headerText": "金额",
|
64
|
-
"headerWeight":1,
|
65
|
-
"isTitle": false,
|
66
|
-
"isFoot": false
|
67
|
-
}
|
68
|
-
],
|
69
|
-
"bodyList":{
|
70
|
-
"name": "支付方式",
|
71
|
-
"attribute":"StorageMutiSettleDetails",
|
72
|
-
"list": [
|
73
|
-
{
|
74
|
-
"attribute":"SettleStyle.Name",
|
75
|
-
"type":"price"
|
76
|
-
},
|
77
|
-
{
|
78
|
-
"attribute":"StorageAmount",
|
79
|
-
"type":"price"
|
80
|
-
}
|
81
|
-
]
|
82
|
-
}
|
83
|
-
},
|
84
|
-
{
|
85
|
-
"type": "leftPrintMsg",
|
86
|
-
"body": [
|
87
|
-
{
|
88
|
-
"name": "会员卡号",
|
89
|
-
"attribute": "Member.CardCode",
|
90
|
-
"type": "string"
|
91
|
-
},
|
92
|
-
{
|
93
|
-
"name": "会员手机",
|
94
|
-
"attribute": "Member.Mobilephone",
|
95
|
-
"type": "string"
|
96
|
-
},
|
97
|
-
{
|
98
|
-
"name": "会员姓名",
|
99
|
-
"attribute": "Member.Name",
|
100
|
-
"type": "string"
|
101
|
-
},
|
102
|
-
{
|
103
|
-
"name": "顾客签名",
|
104
|
-
"type": "string"
|
105
|
-
}
|
106
|
-
]
|
107
|
-
},
|
108
|
-
{
|
109
|
-
"type": "lineFeed",
|
110
|
-
"height": 4
|
111
|
-
},
|
112
|
-
{
|
113
|
-
"type": "separateLine",
|
114
|
-
"height":1
|
115
|
-
},
|
116
|
-
{
|
117
|
-
"type": "lineFeed",
|
118
|
-
"height": 1
|
119
|
-
},
|
120
|
-
{
|
121
|
-
"type": "text",
|
122
|
-
"value": "\t谢谢惠顾,欢迎再次光临"
|
123
|
-
},
|
124
|
-
{
|
125
|
-
"type": "lineFeed",
|
126
|
-
"height": 3
|
127
|
-
}
|
128
|
-
]
|
129
|
-
}
|
@@ -1,52 +0,0 @@
|
|
1
|
-
'use strict';
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.Template = undefined;
|
7
|
-
|
8
|
-
var _retail_one = require('./retail_one.json');
|
9
|
-
|
10
|
-
var _retail_one2 = _interopRequireDefault(_retail_one);
|
11
|
-
|
12
|
-
var _retail_two = require('./retail_two.json');
|
13
|
-
|
14
|
-
var _retail_two2 = _interopRequireDefault(_retail_two);
|
15
|
-
|
16
|
-
var _storage_one = require('./storage_one.json');
|
17
|
-
|
18
|
-
var _storage_one2 = _interopRequireDefault(_storage_one);
|
19
|
-
|
20
|
-
var _duty_one = require('./duty_one.json');
|
21
|
-
|
22
|
-
var _duty_one2 = _interopRequireDefault(_duty_one);
|
23
|
-
|
24
|
-
var _dialy_one = require('./dialy_one.json');
|
25
|
-
|
26
|
-
var _dialy_one2 = _interopRequireDefault(_dialy_one);
|
27
|
-
|
28
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
29
|
-
|
30
|
-
var Template = exports.Template = {
|
31
|
-
retail: {
|
32
|
-
retail_template_one: _retail_one2.default,
|
33
|
-
retail_template_two: _retail_two2.default
|
34
|
-
},
|
35
|
-
storage: {
|
36
|
-
storage_template_one: _storage_one2.default
|
37
|
-
},
|
38
|
-
duty: {
|
39
|
-
duty_template_one: _duty_one2.default
|
40
|
-
},
|
41
|
-
dialy: {
|
42
|
-
dialy_template_one: _dialy_one2.default
|
43
|
-
}
|
44
|
-
}; /*
|
45
|
-
* @Descripttion:
|
46
|
-
* @version:
|
47
|
-
* @Author: chenlongad
|
48
|
-
* @Date: 2022-03-07 19:29:29
|
49
|
-
* @LastEditors: Lixuhan
|
50
|
-
* @LastEditTime: 2022-03-10 11:15:19
|
51
|
-
*/
|
52
|
-
//# sourceMappingURL=template.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["tplus-components-touch/components/cloudPrint/printTemplate/template.js"],"names":["Template","retail","retail_template_one","RetailOne","retail_template_two","RetailTwo","storage","storage_template_one","StorageOne","duty","duty_template_one","DutyOne","dialy","dialy_template_one","DialyOne"],"mappings":";;;;;;;AASA;;;;AACA;;;;AACA;;;;AACA;;;;AACA;;;;;;AAEO,IAAMA,8BAAW;AACtBC,UAAO;AACLC,yBAAoBC,oBADf;AAELC,yBAAoBC;AAFf,GADe;AAKtBC,WAAS;AACPC,0BAAsBC;AADf,GALa;AAQtBC,QAAM;AACJC,uBAAmBC;AADf,GARgB;AAWtBC,SAAO;AACLC,wBAAoBC;AADf;AAXe,CAAjB,C,CAfP","file":"template.js","sourcesContent":["/*\r\n * @Descripttion: \r\n * @version: \r\n * @Author: chenlongad\r\n * @Date: 2022-03-07 19:29:29\r\n * @LastEditors: Lixuhan\r\n * @LastEditTime: 2022-03-10 11:15:19\r\n */\r\n\r\nimport RetailOne from './retail_one.json'\r\nimport RetailTwo from './retail_two.json'\r\nimport StorageOne from './storage_one.json'\r\nimport DutyOne from './duty_one.json'\r\nimport DialyOne from './dialy_one.json'\r\n\r\nexport const Template = {\r\n retail:{\r\n retail_template_one:RetailOne,\r\n retail_template_two:RetailTwo\r\n },\r\n storage: {\r\n storage_template_one: StorageOne\r\n },\r\n duty: {\r\n duty_template_one: DutyOne\r\n },\r\n dialy: {\r\n dialy_template_one: DialyOne\r\n }\r\n}"]}
|