tplus-components-touch 1.27.1 → 1.27.2

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.
Files changed (218) hide show
  1. package/dist/components/addLog/AddLogProcessor.js +53 -0
  2. package/dist/components/addLog/AddLogProcessor.js.map +1 -0
  3. package/dist/components/addLog/OperationLogApi.js +164 -0
  4. package/dist/components/addLog/OperationLogApi.js.map +1 -0
  5. package/dist/components/autoComplete/index.js +259 -0
  6. package/dist/components/autoComplete/index.js.map +1 -0
  7. package/dist/components/autoComplete/index.less +89 -0
  8. package/dist/components/autoComplete/option.js +75 -0
  9. package/dist/components/autoComplete/option.js.map +1 -0
  10. package/dist/components/autoCompleteWithKeyboard/index.js +206 -0
  11. package/dist/components/autoCompleteWithKeyboard/index.js.map +1 -0
  12. package/dist/components/autoCompleteWithKeyboard/index.less +5 -0
  13. package/dist/components/billSearch/api.js +425 -0
  14. package/dist/components/billSearch/api.js.map +1 -0
  15. package/dist/components/billSearch/index.js +2030 -0
  16. package/dist/components/billSearch/index.js.map +1 -0
  17. package/dist/components/billSearch/index.less +573 -0
  18. package/dist/components/cloudPrint/BTPrintFormatUtil.js +568 -0
  19. package/dist/components/cloudPrint/BTPrintFormatUtil.js.map +1 -0
  20. package/dist/components/cloudPrint/api.js +454 -0
  21. package/dist/components/cloudPrint/api.js.map +1 -0
  22. package/dist/components/cloudPrint/index.js +974 -0
  23. package/dist/components/cloudPrint/index.js.map +1 -0
  24. package/dist/components/cloudPrint/printDispatch.js +336 -0
  25. package/dist/components/cloudPrint/printDispatch.js.map +1 -0
  26. package/dist/components/commonForm/autoComplete/index.js +272 -0
  27. package/dist/components/commonForm/autoComplete/index.js.map +1 -0
  28. package/dist/components/commonForm/autoComplete/style.less +8 -0
  29. package/dist/components/commonForm/datePicker/index.js +117 -0
  30. package/dist/components/commonForm/datePicker/index.js.map +1 -0
  31. package/dist/components/commonForm/datePicker/style.less +11 -0
  32. package/dist/components/commonForm/formControl/index.js +183 -0
  33. package/dist/components/commonForm/formControl/index.js.map +1 -0
  34. package/dist/components/commonForm/formControl/style.less +8 -0
  35. package/dist/components/commonForm/index.js +208 -0
  36. package/dist/components/commonForm/index.js.map +1 -0
  37. package/dist/components/commonForm/inputNumber/index.js +291 -0
  38. package/dist/components/commonForm/inputNumber/index.js.map +1 -0
  39. package/dist/components/commonForm/inputNumber/style.less +17 -0
  40. package/dist/components/commonForm/radio/index.js +157 -0
  41. package/dist/components/commonForm/radio/index.js.map +1 -0
  42. package/dist/components/commonForm/radio/style.less +11 -0
  43. package/dist/components/commonForm/style.less +12 -0
  44. package/dist/components/deliverySearch/api.js +355 -0
  45. package/dist/components/deliverySearch/api.js.map +1 -0
  46. package/dist/components/deliverySearch/index.js +1254 -0
  47. package/dist/components/deliverySearch/index.js.map +1 -0
  48. package/dist/components/deliverySearch/index.less +624 -0
  49. package/dist/components/form/index.js +325 -0
  50. package/dist/components/form/index.js.map +1 -0
  51. package/dist/components/hardwareAPI/index.js +181 -0
  52. package/dist/components/hardwareAPI/index.js.map +1 -0
  53. package/dist/components/hotKey/config.js +306 -0
  54. package/dist/components/hotKey/config.js.map +1 -0
  55. package/dist/components/hotKey/hotKeyModal.js +479 -0
  56. package/dist/components/hotKey/hotKeyModal.js.map +1 -0
  57. package/dist/components/hotKey/index.js +782 -0
  58. package/dist/components/hotKey/index.js.map +1 -0
  59. package/dist/components/hotKey/localConfig.js +3831 -0
  60. package/dist/components/hotKey/localConfig.js.map +1 -0
  61. package/dist/components/hotKey/style.less +99 -0
  62. package/dist/components/hotKey/utils.js +135 -0
  63. package/dist/components/hotKey/utils.js.map +1 -0
  64. package/dist/components/input/index.js +257 -0
  65. package/dist/components/input/index.js.map +1 -0
  66. package/dist/components/input/style.less +107 -0
  67. package/dist/components/input/tplusInput/index.js +89 -0
  68. package/dist/components/input/tplusInput/index.js.map +1 -0
  69. package/dist/components/input/tplusInput/inputContent.js +130 -0
  70. package/dist/components/input/tplusInput/inputContent.js.map +1 -0
  71. package/dist/components/input/tplusInput/inputs.js +201 -0
  72. package/dist/components/input/tplusInput/inputs.js.map +1 -0
  73. package/dist/components/input/tplusInput/style.less +194 -0
  74. package/dist/components/input/utils/index.js +26 -0
  75. package/dist/components/input/utils/index.js.map +1 -0
  76. package/dist/components/inventorySearch/api.js +214 -0
  77. package/dist/components/inventorySearch/api.js.map +1 -0
  78. package/dist/components/inventorySearch/index.js +303 -0
  79. package/dist/components/inventorySearch/index.js.map +1 -0
  80. package/dist/components/inventorySearch/index.less +244 -0
  81. package/dist/components/inventorySearch/store.js +344 -0
  82. package/dist/components/inventorySearch/store.js.map +1 -0
  83. package/dist/components/inventorySearch/tab.js +255 -0
  84. package/dist/components/inventorySearch/tab.js.map +1 -0
  85. package/dist/components/keyboard/index.js +258 -0
  86. package/dist/components/keyboard/index.js.map +1 -0
  87. package/dist/components/keyboard/index.less +556 -0
  88. package/dist/components/keyboard/letterKeyboard.js +222 -0
  89. package/dist/components/keyboard/letterKeyboard.js.map +1 -0
  90. package/dist/components/keyboard/numKeyboard.js +458 -0
  91. package/dist/components/keyboard/numKeyboard.js.map +1 -0
  92. package/dist/components/keyboard/numKeyboardDigit.js +502 -0
  93. package/dist/components/keyboard/numKeyboardDigit.js.map +1 -0
  94. package/dist/components/keyboard/numKeyboardScan.js +215 -0
  95. package/dist/components/keyboard/numKeyboardScan.js.map +1 -0
  96. package/dist/components/keyboard/numberButtonInteger.js +296 -0
  97. package/dist/components/keyboard/numberButtonInteger.js.map +1 -0
  98. package/dist/components/keyboard/numberButton_input.js +300 -0
  99. package/dist/components/keyboard/numberButton_input.js.map +1 -0
  100. package/dist/components/keyboard/onlyKeyboard.js +90 -0
  101. package/dist/components/keyboard/onlyKeyboard.js.map +1 -0
  102. package/dist/components/keyboard/onlyLetterButton.js +187 -0
  103. package/dist/components/keyboard/onlyLetterButton.js.map +1 -0
  104. package/dist/components/keyboard/onlyLetterButton2.js +235 -0
  105. package/dist/components/keyboard/onlyLetterButton2.js.map +1 -0
  106. package/dist/components/keyboard/onlyLetterButton2.less +184 -0
  107. package/dist/components/keyboard/onlyNumberButton.js +128 -0
  108. package/dist/components/keyboard/onlyNumberButton.js.map +1 -0
  109. package/dist/components/keyboard/onlyNumberButton2.js +115 -0
  110. package/dist/components/keyboard/onlyNumberButton2.js.map +1 -0
  111. package/dist/components/keyboard/textKeyboard.js +50 -0
  112. package/dist/components/keyboard/textKeyboard.js.map +1 -0
  113. package/dist/components/layout/hamburger.js +29 -0
  114. package/dist/components/layout/hamburger.js.map +1 -0
  115. package/dist/components/layout/index.js +31 -0
  116. package/dist/components/layout/index.js.map +1 -0
  117. package/dist/components/layout/layout.js +182 -0
  118. package/dist/components/layout/layout.js.map +1 -0
  119. package/dist/components/layout/sider.js +165 -0
  120. package/dist/components/layout/sider.js.map +1 -0
  121. package/dist/components/layout/style.less +83 -0
  122. package/dist/components/loading/index.js +193 -0
  123. package/dist/components/loading/index.js.map +1 -0
  124. package/dist/components/loading/loadingContent.js +159 -0
  125. package/dist/components/loading/loadingContent.js.map +1 -0
  126. package/dist/components/loading/style.less +51 -0
  127. package/dist/components/loading/utils.js +29 -0
  128. package/dist/components/loading/utils.js.map +1 -0
  129. package/dist/components/message/index.js +286 -0
  130. package/dist/components/message/index.js.map +1 -0
  131. package/dist/components/message/index.less +150 -0
  132. package/dist/components/modal/index.js +93 -0
  133. package/dist/components/modal/index.js.map +1 -0
  134. package/dist/components/modal/index.less +19 -0
  135. package/dist/components/modalVertical/index.js +338 -0
  136. package/dist/components/modalVertical/index.js.map +1 -0
  137. package/dist/components/modalVertical/style.less +114 -0
  138. package/dist/components/modalWraper/index.js +482 -0
  139. package/dist/components/modalWraper/index.js.map +1 -0
  140. package/dist/components/modalWraper/style.less +363 -0
  141. package/dist/components/modalWraper/utils.js +49 -0
  142. package/dist/components/modalWraper/utils.js.map +1 -0
  143. package/dist/components/notification/index.js +124 -0
  144. package/dist/components/notification/index.js.map +1 -0
  145. package/dist/components/notification/index.less +58 -0
  146. package/dist/components/overflowTip/index.js +269 -0
  147. package/dist/components/overflowTip/index.js.map +1 -0
  148. package/dist/components/overflowTip/style.less +66 -0
  149. package/dist/components/page/index.js +49 -0
  150. package/dist/components/page/index.js.map +1 -0
  151. package/dist/components/page/index.less +26 -0
  152. package/dist/components/product/detail.js +97 -0
  153. package/dist/components/product/detail.js.map +1 -0
  154. package/dist/components/product/getCard.js +145 -0
  155. package/dist/components/product/getCard.js.map +1 -0
  156. package/dist/components/product/index.less +354 -0
  157. package/dist/components/progressState/EmptyAndErrorView.js +143 -0
  158. package/dist/components/progressState/EmptyAndErrorView.js.map +1 -0
  159. package/dist/components/progressState/ProgressState.js +157 -0
  160. package/dist/components/progressState/ProgressState.js.map +1 -0
  161. package/dist/components/progressState/index.js +14 -0
  162. package/dist/components/progressState/index.js.map +1 -0
  163. package/dist/components/progressState/style.less +65 -0
  164. package/dist/components/scan/index.js +219 -0
  165. package/dist/components/scan/index.js.map +1 -0
  166. package/dist/components/scan/index.less +34 -0
  167. package/dist/components/select/index.js +28 -0
  168. package/dist/components/select/index.js.map +1 -0
  169. package/dist/components/select/index.less +12 -0
  170. package/dist/components/settlement/asyncModal.js +178 -0
  171. package/dist/components/settlement/asyncModal.js.map +1 -0
  172. package/dist/components/settlement/index.js +16 -0
  173. package/dist/components/settlement/index.js.map +1 -0
  174. package/dist/components/settlement/settlement.js +5488 -0
  175. package/dist/components/settlement/settlement.js.map +1 -0
  176. package/dist/components/settlement/settlement.less +1604 -0
  177. package/dist/components/settlement/settlementStore.js +1460 -0
  178. package/dist/components/settlement/settlementStore.js.map +1 -0
  179. package/dist/components/settlement/utils.js +295 -0
  180. package/dist/components/settlement/utils.js.map +1 -0
  181. package/dist/components/socket/index.js +220 -0
  182. package/dist/components/socket/index.js.map +1 -0
  183. package/dist/components/spin/index.js +95 -0
  184. package/dist/components/spin/index.js.map +1 -0
  185. package/dist/components/spin/spin-style.less +436 -0
  186. package/dist/components/test/index.js +338 -0
  187. package/dist/components/test/index.js.map +1 -0
  188. package/dist/components/ticon/iconfont/demo.css +539 -0
  189. package/dist/components/ticon/iconfont/demo_index.html +4765 -0
  190. package/dist/components/ticon/iconfont/iconfont.css +811 -0
  191. package/dist/components/ticon/iconfont/iconfont.eot +0 -0
  192. package/dist/components/ticon/iconfont/iconfont.js +33 -0
  193. package/dist/components/ticon/iconfont/iconfont.js.map +1 -0
  194. package/dist/components/ticon/iconfont/iconfont.json +1402 -0
  195. package/dist/components/ticon/iconfont/iconfont.svg +572 -0
  196. package/dist/components/ticon/iconfont/iconfont.ttf +0 -0
  197. package/dist/components/ticon/iconfont/iconfont.woff +0 -0
  198. package/dist/components/ticon/iconfont/iconfont.woff2 +0 -0
  199. package/dist/components/ticon/index.js +60 -0
  200. package/dist/components/ticon/index.js.map +1 -0
  201. package/dist/components/touchScroll/index.js +182 -0
  202. package/dist/components/touchScroll/index.js.map +1 -0
  203. package/dist/components/touchTable/AuthProcess.js +42 -0
  204. package/dist/components/touchTable/AuthProcess.js.map +1 -0
  205. package/dist/components/touchTable/generateWater.js +59 -0
  206. package/dist/components/touchTable/generateWater.js.map +1 -0
  207. package/dist/components/touchTable/index.js +958 -0
  208. package/dist/components/touchTable/index.js.map +1 -0
  209. package/dist/components/touchTable/index.less +190 -0
  210. package/dist/components/touchTable/utils.js +14 -0
  211. package/dist/components/touchTable/utils.js.map +1 -0
  212. package/dist/demo/PopOverDemo.js +126 -0
  213. package/dist/demo/PopOverDemo.js.map +1 -0
  214. package/dist/index.js +246 -0
  215. package/dist/index.js.map +1 -0
  216. package/dist/util/tools.js +210 -0
  217. package/dist/util/tools.js.map +1 -0
  218. package/package.json +1 -1
@@ -0,0 +1,3831 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = [{
7
+ "ID": 1832,
8
+ "IsVisible": true,
9
+ "IsRequired": false,
10
+ "Name": "ShortcutKeyUp1",
11
+ "IdRef": null,
12
+ "DefaultValue": "up",
13
+ "ApplyPOS": null,
14
+ "DOMType": null,
15
+ "TabIndex": 0,
16
+ "Title": "上一行-开单页",
17
+ "Value": "up",
18
+ "IsEnable": true,
19
+ "ExtField": "{\"operation\": [\".voucher-body .row-selected\"],\"classification\": \"1\",\"enableEdit\":false , \"dynamic\": true , \"operationType\": 1 , \"isdisplay\": false }",
20
+ "ParamType": {
21
+ "Id": "56577",
22
+ "Code": "07",
23
+ "Name": "快捷键",
24
+ "Position": 0,
25
+ "CustomUse": false,
26
+ "IsDelete": 0,
27
+ "IsExtend": 0,
28
+ "remark": null,
29
+ "DefaultValue": null,
30
+ "IsPreset": 0,
31
+ "EnumId": ""
32
+ },
33
+ "Code": "",
34
+ "IdSolution": 1,
35
+ "Ts": "0000000000a786eb",
36
+ "RefData": null,
37
+ "WeakTypeDtoName": null,
38
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
39
+ "IsWeakType": false,
40
+ "AliName": "POSParamSolutionDetailDTO",
41
+ "Status": 0,
42
+ "EnableHasChanged": false,
43
+ "ChangedProperty": ["__belonginglistname"],
44
+ "DynamicPropertyKeys": ["__belonginglistname"],
45
+ "DynamicPropertyValues": ["SolutionDetails"],
46
+ "DeleteID": 1832,
47
+ "Updated": "/Date(1596269714267)/",
48
+ "UpdatedBy": null,
49
+ "InnerSearchLevel": 1,
50
+ "RecordChange": true,
51
+ "InnerPropInParentRecure": null,
52
+ "CaseSensitive": false,
53
+ "RecordDynamicNullValue": false,
54
+ "data": null
55
+ }, {
56
+ "ID": 1833,
57
+ "IsVisible": true,
58
+ "IsRequired": false,
59
+ "Name": "ShortcutKeyUp2",
60
+ "IdRef": null,
61
+ "DefaultValue": "up",
62
+ "ApplyPOS": null,
63
+ "DOMType": null,
64
+ "TabIndex": 10,
65
+ "Title": "上一行-解挂页",
66
+ "Value": "up",
67
+ "IsEnable": true,
68
+ "ExtField": "{\"operation\": [\".u-table-tbody .selected\"],\"classification\": \"1\",\"enableEdit\":false , \"dynamic\": true , \"operationType\": 2 , \"isdisplay\": false }",
69
+ "ParamType": {
70
+ "Id": "56577",
71
+ "Code": "07",
72
+ "Name": "快捷键",
73
+ "Position": 0,
74
+ "CustomUse": false,
75
+ "IsDelete": 0,
76
+ "IsExtend": 0,
77
+ "remark": null,
78
+ "DefaultValue": null,
79
+ "IsPreset": 0,
80
+ "EnumId": ""
81
+ },
82
+ "Code": "",
83
+ "IdSolution": 1,
84
+ "Ts": "0000000000a786ec",
85
+ "RefData": null,
86
+ "WeakTypeDtoName": null,
87
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
88
+ "IsWeakType": false,
89
+ "AliName": "POSParamSolutionDetailDTO",
90
+ "Status": 0,
91
+ "EnableHasChanged": false,
92
+ "ChangedProperty": ["__belonginglistname"],
93
+ "DynamicPropertyKeys": ["__belonginglistname"],
94
+ "DynamicPropertyValues": ["SolutionDetails"],
95
+ "DeleteID": 1833,
96
+ "Updated": "/Date(1596269714267)/",
97
+ "UpdatedBy": null,
98
+ "InnerSearchLevel": 1,
99
+ "RecordChange": true,
100
+ "InnerPropInParentRecure": null,
101
+ "CaseSensitive": false,
102
+ "RecordDynamicNullValue": false,
103
+ "data": null
104
+ }, {
105
+ "ID": 1834,
106
+ "IsVisible": true,
107
+ "IsRequired": false,
108
+ "Name": "ShortcutKeyUp3",
109
+ "IdRef": null,
110
+ "DefaultValue": "up",
111
+ "ApplyPOS": null,
112
+ "DOMType": null,
113
+ "TabIndex": 20,
114
+ "Title": "上一行-促销",
115
+ "Value": "up",
116
+ "IsEnable": true,
117
+ "ExtField": "{\"operation\": [\".voucher-body .row-selected\"],\"classification\": \"1\",\"enableEdit\":false , \"dynamic\": true , \"operationType\": 9 , \"isdisplay\": false }",
118
+ "ParamType": {
119
+ "Id": "56577",
120
+ "Code": "07",
121
+ "Name": "快捷键",
122
+ "Position": 0,
123
+ "CustomUse": false,
124
+ "IsDelete": 0,
125
+ "IsExtend": 0,
126
+ "remark": null,
127
+ "DefaultValue": null,
128
+ "IsPreset": 0,
129
+ "EnumId": ""
130
+ },
131
+ "Code": "",
132
+ "IdSolution": 1,
133
+ "Ts": "0000000000a786ed",
134
+ "RefData": null,
135
+ "WeakTypeDtoName": null,
136
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
137
+ "IsWeakType": false,
138
+ "AliName": "POSParamSolutionDetailDTO",
139
+ "Status": 0,
140
+ "EnableHasChanged": false,
141
+ "ChangedProperty": ["__belonginglistname"],
142
+ "DynamicPropertyKeys": ["__belonginglistname"],
143
+ "DynamicPropertyValues": ["SolutionDetails"],
144
+ "DeleteID": 1834,
145
+ "Updated": "/Date(1596269714267)/",
146
+ "UpdatedBy": null,
147
+ "InnerSearchLevel": 1,
148
+ "RecordChange": true,
149
+ "InnerPropInParentRecure": null,
150
+ "CaseSensitive": false,
151
+ "RecordDynamicNullValue": false,
152
+ "data": null
153
+ }, {
154
+ "ID": 1835,
155
+ "IsVisible": true,
156
+ "IsRequired": false,
157
+ "Name": "ShortcutKeyUp4",
158
+ "IdRef": null,
159
+ "DefaultValue": "up",
160
+ "ApplyPOS": null,
161
+ "DOMType": null,
162
+ "TabIndex": 30,
163
+ "Title": "上一行-会员页",
164
+ "Value": "up",
165
+ "IsEnable": true,
166
+ "ExtField": "{\"operation\": [\".swiper-member-container .slide-selected\"],\"classification\": \"1\",\"enableEdit\":false , \"dynamic\": true , \"operationType\": 4 , \"isdisplay\": false }",
167
+ "ParamType": {
168
+ "Id": "56577",
169
+ "Code": "07",
170
+ "Name": "快捷键",
171
+ "Position": 0,
172
+ "CustomUse": false,
173
+ "IsDelete": 0,
174
+ "IsExtend": 0,
175
+ "remark": null,
176
+ "DefaultValue": null,
177
+ "IsPreset": 0,
178
+ "EnumId": ""
179
+ },
180
+ "Code": "",
181
+ "IdSolution": 1,
182
+ "Ts": "0000000000a786ee",
183
+ "RefData": null,
184
+ "WeakTypeDtoName": null,
185
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
186
+ "IsWeakType": false,
187
+ "AliName": "POSParamSolutionDetailDTO",
188
+ "Status": 0,
189
+ "EnableHasChanged": false,
190
+ "ChangedProperty": ["__belonginglistname"],
191
+ "DynamicPropertyKeys": ["__belonginglistname"],
192
+ "DynamicPropertyValues": ["SolutionDetails"],
193
+ "DeleteID": 1835,
194
+ "Updated": "/Date(1596269714267)/",
195
+ "UpdatedBy": null,
196
+ "InnerSearchLevel": 1,
197
+ "RecordChange": true,
198
+ "InnerPropInParentRecure": null,
199
+ "CaseSensitive": false,
200
+ "RecordDynamicNullValue": false,
201
+ "data": null
202
+ }, {
203
+ "ID": 1836,
204
+ "IsVisible": true,
205
+ "IsRequired": false,
206
+ "Name": "ShortcutKeyDown1",
207
+ "IdRef": null,
208
+ "DefaultValue": "down",
209
+ "ApplyPOS": null,
210
+ "DOMType": null,
211
+ "TabIndex": 40,
212
+ "Title": "下一行-开单页",
213
+ "Value": "down",
214
+ "IsEnable": true,
215
+ "ExtField": "{\"operation\": [\".voucher-body .row-selected\"],\"classification\": \"1\",\"enableEdit\":false , \"dynamic\": true , \"operationType\": 1 , \"isdisplay\": false }",
216
+ "ParamType": {
217
+ "Id": "56577",
218
+ "Code": "07",
219
+ "Name": "快捷键",
220
+ "Position": 0,
221
+ "CustomUse": false,
222
+ "IsDelete": 0,
223
+ "IsExtend": 0,
224
+ "remark": null,
225
+ "DefaultValue": null,
226
+ "IsPreset": 0,
227
+ "EnumId": ""
228
+ },
229
+ "Code": "",
230
+ "IdSolution": 1,
231
+ "Ts": "0000000000a786ef",
232
+ "RefData": null,
233
+ "WeakTypeDtoName": null,
234
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
235
+ "IsWeakType": false,
236
+ "AliName": "POSParamSolutionDetailDTO",
237
+ "Status": 0,
238
+ "EnableHasChanged": false,
239
+ "ChangedProperty": ["__belonginglistname"],
240
+ "DynamicPropertyKeys": ["__belonginglistname"],
241
+ "DynamicPropertyValues": ["SolutionDetails"],
242
+ "DeleteID": 1836,
243
+ "Updated": "/Date(1596269714267)/",
244
+ "UpdatedBy": null,
245
+ "InnerSearchLevel": 1,
246
+ "RecordChange": true,
247
+ "InnerPropInParentRecure": null,
248
+ "CaseSensitive": false,
249
+ "RecordDynamicNullValue": false,
250
+ "data": null
251
+ }, {
252
+ "ID": 1837,
253
+ "IsVisible": true,
254
+ "IsRequired": false,
255
+ "Name": "ShortcutKeyDown2",
256
+ "IdRef": null,
257
+ "DefaultValue": "down",
258
+ "ApplyPOS": null,
259
+ "DOMType": null,
260
+ "TabIndex": 50,
261
+ "Title": "下一行-解挂页",
262
+ "Value": "down",
263
+ "IsEnable": true,
264
+ "ExtField": "{\"operation\": [\".u-table-tbody .selected\"],\"classification\": \"1\",\"enableEdit\":false , \"dynamic\": true , \"operationType\": 2 , \"isdisplay\": false }",
265
+ "ParamType": {
266
+ "Id": "56577",
267
+ "Code": "07",
268
+ "Name": "快捷键",
269
+ "Position": 0,
270
+ "CustomUse": false,
271
+ "IsDelete": 0,
272
+ "IsExtend": 0,
273
+ "remark": null,
274
+ "DefaultValue": null,
275
+ "IsPreset": 0,
276
+ "EnumId": ""
277
+ },
278
+ "Code": "",
279
+ "IdSolution": 1,
280
+ "Ts": "0000000000a786f0",
281
+ "RefData": null,
282
+ "WeakTypeDtoName": null,
283
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
284
+ "IsWeakType": false,
285
+ "AliName": "POSParamSolutionDetailDTO",
286
+ "Status": 0,
287
+ "EnableHasChanged": false,
288
+ "ChangedProperty": ["__belonginglistname"],
289
+ "DynamicPropertyKeys": ["__belonginglistname"],
290
+ "DynamicPropertyValues": ["SolutionDetails"],
291
+ "DeleteID": 1837,
292
+ "Updated": "/Date(1596269714267)/",
293
+ "UpdatedBy": null,
294
+ "InnerSearchLevel": 1,
295
+ "RecordChange": true,
296
+ "InnerPropInParentRecure": null,
297
+ "CaseSensitive": false,
298
+ "RecordDynamicNullValue": false,
299
+ "data": null
300
+ }, {
301
+ "ID": 1838,
302
+ "IsVisible": true,
303
+ "IsRequired": false,
304
+ "Name": "ShortcutKeyDown3",
305
+ "IdRef": null,
306
+ "DefaultValue": "down",
307
+ "ApplyPOS": null,
308
+ "DOMType": null,
309
+ "TabIndex": 60,
310
+ "Title": "下一行-促销",
311
+ "Value": "down",
312
+ "IsEnable": true,
313
+ "ExtField": "{\"operation\": [\".voucher-body .row-selected\"],\"classification\": \"1\",\"enableEdit\":false , \"dynamic\": true , \"operationType\": 9 , \"isdisplay\": false }",
314
+ "ParamType": {
315
+ "Id": "56577",
316
+ "Code": "07",
317
+ "Name": "快捷键",
318
+ "Position": 0,
319
+ "CustomUse": false,
320
+ "IsDelete": 0,
321
+ "IsExtend": 0,
322
+ "remark": null,
323
+ "DefaultValue": null,
324
+ "IsPreset": 0,
325
+ "EnumId": ""
326
+ },
327
+ "Code": "",
328
+ "IdSolution": 1,
329
+ "Ts": "0000000000a786f1",
330
+ "RefData": null,
331
+ "WeakTypeDtoName": null,
332
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
333
+ "IsWeakType": false,
334
+ "AliName": "POSParamSolutionDetailDTO",
335
+ "Status": 0,
336
+ "EnableHasChanged": false,
337
+ "ChangedProperty": ["__belonginglistname"],
338
+ "DynamicPropertyKeys": ["__belonginglistname"],
339
+ "DynamicPropertyValues": ["SolutionDetails"],
340
+ "DeleteID": 1838,
341
+ "Updated": "/Date(1596269714267)/",
342
+ "UpdatedBy": null,
343
+ "InnerSearchLevel": 1,
344
+ "RecordChange": true,
345
+ "InnerPropInParentRecure": null,
346
+ "CaseSensitive": false,
347
+ "RecordDynamicNullValue": false,
348
+ "data": null
349
+ }, {
350
+ "ID": 1839,
351
+ "IsVisible": true,
352
+ "IsRequired": false,
353
+ "Name": "ShortcutKeyDown4",
354
+ "IdRef": null,
355
+ "DefaultValue": "down",
356
+ "ApplyPOS": null,
357
+ "DOMType": null,
358
+ "TabIndex": 70,
359
+ "Title": "下一行-会员页",
360
+ "Value": "down",
361
+ "IsEnable": true,
362
+ "ExtField": "{\"operation\": [\".swiper-member-container .slide-selected\"],\"classification\": \"1\",\"enableEdit\":false , \"dynamic\": true , \"operationType\": 4 , \"isdisplay\": false }",
363
+ "ParamType": {
364
+ "Id": "56577",
365
+ "Code": "07",
366
+ "Name": "快捷键",
367
+ "Position": 0,
368
+ "CustomUse": false,
369
+ "IsDelete": 0,
370
+ "IsExtend": 0,
371
+ "remark": null,
372
+ "DefaultValue": null,
373
+ "IsPreset": 0,
374
+ "EnumId": ""
375
+ },
376
+ "Code": "",
377
+ "IdSolution": 1,
378
+ "Ts": "0000000000a786f2",
379
+ "RefData": null,
380
+ "WeakTypeDtoName": null,
381
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
382
+ "IsWeakType": false,
383
+ "AliName": "POSParamSolutionDetailDTO",
384
+ "Status": 0,
385
+ "EnableHasChanged": false,
386
+ "ChangedProperty": ["__belonginglistname"],
387
+ "DynamicPropertyKeys": ["__belonginglistname"],
388
+ "DynamicPropertyValues": ["SolutionDetails"],
389
+ "DeleteID": 1839,
390
+ "Updated": "/Date(1596269714267)/",
391
+ "UpdatedBy": null,
392
+ "InnerSearchLevel": 1,
393
+ "RecordChange": true,
394
+ "InnerPropInParentRecure": null,
395
+ "CaseSensitive": false,
396
+ "RecordDynamicNullValue": false,
397
+ "data": null
398
+ }, {
399
+ "ID": 1840,
400
+ "IsVisible": true,
401
+ "IsRequired": false,
402
+ "Name": "Open_DeleteRow",
403
+ "IdRef": null,
404
+ "DefaultValue": "delete",
405
+ "ApplyPOS": null,
406
+ "DOMType": null,
407
+ "TabIndex": 80,
408
+ "Title": "开单删除行",
409
+ "Value": "delete",
410
+ "IsEnable": true,
411
+ "ExtField": "{\"operation\":[\".voucher-body .row-selected .iconDel\"],\"classification\": \"1\",\"enableEdit\":false,\"dynamic\": true, \"operationType\": 1, \"isdisplay\": true }",
412
+ "ParamType": {
413
+ "Id": "56577",
414
+ "Code": "07",
415
+ "Name": "快捷键",
416
+ "Position": 0,
417
+ "CustomUse": false,
418
+ "IsDelete": 0,
419
+ "IsExtend": 0,
420
+ "remark": null,
421
+ "DefaultValue": null,
422
+ "IsPreset": 0,
423
+ "EnumId": ""
424
+ },
425
+ "Code": "",
426
+ "IdSolution": 1,
427
+ "Ts": "0000000000a786f3",
428
+ "RefData": null,
429
+ "WeakTypeDtoName": null,
430
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
431
+ "IsWeakType": false,
432
+ "AliName": "POSParamSolutionDetailDTO",
433
+ "Status": 0,
434
+ "EnableHasChanged": false,
435
+ "ChangedProperty": ["__belonginglistname"],
436
+ "DynamicPropertyKeys": ["__belonginglistname"],
437
+ "DynamicPropertyValues": ["SolutionDetails"],
438
+ "DeleteID": 1840,
439
+ "Updated": "/Date(1596269714267)/",
440
+ "UpdatedBy": null,
441
+ "InnerSearchLevel": 1,
442
+ "RecordChange": true,
443
+ "InnerPropInParentRecure": null,
444
+ "CaseSensitive": false,
445
+ "RecordDynamicNullValue": false,
446
+ "data": null
447
+ }, {
448
+ "ID": 1841,
449
+ "IsVisible": true,
450
+ "IsRequired": false,
451
+ "Name": "Pending_DeleteRow",
452
+ "IdRef": null,
453
+ "DefaultValue": "delete",
454
+ "ApplyPOS": null,
455
+ "DOMType": null,
456
+ "TabIndex": 90,
457
+ "Title": "挂单删除行",
458
+ "Value": "delete",
459
+ "IsEnable": true,
460
+ "ExtField": "{\"operation\":[\".u-table-tbody .selected .shanchu\"],\"classification\": \"3\",\"enableEdit\":false,\"dynamic\": true, \"operationType\": 2, \"isdisplay\": true }",
461
+ "ParamType": {
462
+ "Id": "56577",
463
+ "Code": "07",
464
+ "Name": "快捷键",
465
+ "Position": 0,
466
+ "CustomUse": false,
467
+ "IsDelete": 0,
468
+ "IsExtend": 0,
469
+ "remark": null,
470
+ "DefaultValue": null,
471
+ "IsPreset": 0,
472
+ "EnumId": ""
473
+ },
474
+ "Code": "",
475
+ "IdSolution": 1,
476
+ "Ts": "0000000000a786f4",
477
+ "RefData": null,
478
+ "WeakTypeDtoName": null,
479
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
480
+ "IsWeakType": false,
481
+ "AliName": "POSParamSolutionDetailDTO",
482
+ "Status": 0,
483
+ "EnableHasChanged": false,
484
+ "ChangedProperty": ["__belonginglistname"],
485
+ "DynamicPropertyKeys": ["__belonginglistname"],
486
+ "DynamicPropertyValues": ["SolutionDetails"],
487
+ "DeleteID": 1841,
488
+ "Updated": "/Date(1596269714267)/",
489
+ "UpdatedBy": null,
490
+ "InnerSearchLevel": 1,
491
+ "RecordChange": true,
492
+ "InnerPropInParentRecure": null,
493
+ "CaseSensitive": false,
494
+ "RecordDynamicNullValue": false,
495
+ "data": null
496
+ }, {
497
+ "ID": 1842,
498
+ "IsVisible": true,
499
+ "IsRequired": false,
500
+ "Name": "ChangeQuantity",
501
+ "IdRef": null,
502
+ "DefaultValue": "right",
503
+ "ApplyPOS": null,
504
+ "DOMType": null,
505
+ "TabIndex": 100,
506
+ "Title": "修改数量",
507
+ "Value": "right",
508
+ "IsEnable": true,
509
+ "ExtField": "{\"operation\": [\".voucher-body .row-selected .hot-key-Quantity\"],\"classification\": \"1\",\"enableEdit\":false , \"dynamic\": true , \"operationType\": 1 , \"isdisplay\": false }",
510
+ "ParamType": {
511
+ "Id": "56577",
512
+ "Code": "07",
513
+ "Name": "快捷键",
514
+ "Position": 0,
515
+ "CustomUse": false,
516
+ "IsDelete": 0,
517
+ "IsExtend": 0,
518
+ "remark": null,
519
+ "DefaultValue": null,
520
+ "IsPreset": 0,
521
+ "EnumId": ""
522
+ },
523
+ "Code": "",
524
+ "IdSolution": 1,
525
+ "Ts": "0000000000a786f5",
526
+ "RefData": null,
527
+ "WeakTypeDtoName": null,
528
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
529
+ "IsWeakType": false,
530
+ "AliName": "POSParamSolutionDetailDTO",
531
+ "Status": 0,
532
+ "EnableHasChanged": false,
533
+ "ChangedProperty": ["__belonginglistname"],
534
+ "DynamicPropertyKeys": ["__belonginglistname"],
535
+ "DynamicPropertyValues": ["SolutionDetails"],
536
+ "DeleteID": 1842,
537
+ "Updated": "/Date(1596269714267)/",
538
+ "UpdatedBy": null,
539
+ "InnerSearchLevel": 1,
540
+ "RecordChange": true,
541
+ "InnerPropInParentRecure": null,
542
+ "CaseSensitive": false,
543
+ "RecordDynamicNullValue": false,
544
+ "data": null
545
+ }, {
546
+ "ID": 1843,
547
+ "IsVisible": true,
548
+ "IsRequired": false,
549
+ "Name": "SingleChangePrice",
550
+ "IdRef": null,
551
+ "DefaultValue": "left",
552
+ "ApplyPOS": null,
553
+ "DOMType": null,
554
+ "TabIndex": 110,
555
+ "Title": "单品改价",
556
+ "Value": "left",
557
+ "IsEnable": true,
558
+ "ExtField": "{\"operation\":[\".voucher-body .row-selected .hot-key-TaxPrice\"],\"classification\": \"1\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 1, \"isdisplay\": true }",
559
+ "ParamType": {
560
+ "Id": "56577",
561
+ "Code": "07",
562
+ "Name": "快捷键",
563
+ "Position": 0,
564
+ "CustomUse": false,
565
+ "IsDelete": 0,
566
+ "IsExtend": 0,
567
+ "remark": null,
568
+ "DefaultValue": null,
569
+ "IsPreset": 0,
570
+ "EnumId": ""
571
+ },
572
+ "Code": "",
573
+ "IdSolution": 1,
574
+ "Ts": "0000000000a786f6",
575
+ "RefData": null,
576
+ "WeakTypeDtoName": null,
577
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
578
+ "IsWeakType": false,
579
+ "AliName": "POSParamSolutionDetailDTO",
580
+ "Status": 0,
581
+ "EnableHasChanged": false,
582
+ "ChangedProperty": ["__belonginglistname"],
583
+ "DynamicPropertyKeys": ["__belonginglistname"],
584
+ "DynamicPropertyValues": ["SolutionDetails"],
585
+ "DeleteID": 1843,
586
+ "Updated": "/Date(1596269714267)/",
587
+ "UpdatedBy": null,
588
+ "InnerSearchLevel": 1,
589
+ "RecordChange": true,
590
+ "InnerPropInParentRecure": null,
591
+ "CaseSensitive": false,
592
+ "RecordDynamicNullValue": false,
593
+ "data": null
594
+ }, {
595
+ "ID": 1844,
596
+ "IsVisible": true,
597
+ "IsRequired": false,
598
+ "Name": "SingleAmount",
599
+ "IdRef": null,
600
+ "DefaultValue": "ctrl+0",
601
+ "ApplyPOS": null,
602
+ "DOMType": null,
603
+ "TabIndex": 120,
604
+ "Title": "单品金额",
605
+ "Value": "ctrl+0",
606
+ "IsEnable": true,
607
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=单品金额\"],\"classification\": \"1\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
608
+ "ParamType": {
609
+ "Id": "56577",
610
+ "Code": "07",
611
+ "Name": "快捷键",
612
+ "Position": 0,
613
+ "CustomUse": false,
614
+ "IsDelete": 0,
615
+ "IsExtend": 0,
616
+ "remark": null,
617
+ "DefaultValue": null,
618
+ "IsPreset": 0,
619
+ "EnumId": ""
620
+ },
621
+ "Code": "",
622
+ "IdSolution": 1,
623
+ "Ts": "0000000000a786f7",
624
+ "RefData": null,
625
+ "WeakTypeDtoName": null,
626
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
627
+ "IsWeakType": false,
628
+ "AliName": "POSParamSolutionDetailDTO",
629
+ "Status": 0,
630
+ "EnableHasChanged": false,
631
+ "ChangedProperty": ["__belonginglistname"],
632
+ "DynamicPropertyKeys": ["__belonginglistname"],
633
+ "DynamicPropertyValues": ["SolutionDetails"],
634
+ "DeleteID": 1844,
635
+ "Updated": "/Date(1596269714267)/",
636
+ "UpdatedBy": null,
637
+ "InnerSearchLevel": 1,
638
+ "RecordChange": true,
639
+ "InnerPropInParentRecure": null,
640
+ "CaseSensitive": false,
641
+ "RecordDynamicNullValue": false,
642
+ "data": null
643
+ }, {
644
+ "ID": 1845,
645
+ "IsVisible": true,
646
+ "IsRequired": false,
647
+ "Name": "SingleDiscount",
648
+ "IdRef": null,
649
+ "DefaultValue": "/",
650
+ "ApplyPOS": null,
651
+ "DOMType": null,
652
+ "TabIndex": 130,
653
+ "Title": "单品打折",
654
+ "Value": "/",
655
+ "IsEnable": true,
656
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=单品打折\"],\"classification\": \"1\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
657
+ "ParamType": {
658
+ "Id": "56577",
659
+ "Code": "07",
660
+ "Name": "快捷键",
661
+ "Position": 0,
662
+ "CustomUse": false,
663
+ "IsDelete": 0,
664
+ "IsExtend": 0,
665
+ "remark": null,
666
+ "DefaultValue": null,
667
+ "IsPreset": 0,
668
+ "EnumId": ""
669
+ },
670
+ "Code": "",
671
+ "IdSolution": 1,
672
+ "Ts": "0000000000a786f8",
673
+ "RefData": null,
674
+ "WeakTypeDtoName": null,
675
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
676
+ "IsWeakType": false,
677
+ "AliName": "POSParamSolutionDetailDTO",
678
+ "Status": 0,
679
+ "EnableHasChanged": false,
680
+ "ChangedProperty": ["__belonginglistname"],
681
+ "DynamicPropertyKeys": ["__belonginglistname"],
682
+ "DynamicPropertyValues": ["SolutionDetails"],
683
+ "DeleteID": 1845,
684
+ "Updated": "/Date(1596269714267)/",
685
+ "UpdatedBy": null,
686
+ "InnerSearchLevel": 1,
687
+ "RecordChange": true,
688
+ "InnerPropInParentRecure": null,
689
+ "CaseSensitive": false,
690
+ "RecordDynamicNullValue": false,
691
+ "data": null
692
+ }, {
693
+ "ID": 1846,
694
+ "IsVisible": true,
695
+ "IsRequired": false,
696
+ "Name": "ChangeUnit",
697
+ "IdRef": null,
698
+ "DefaultValue": "ctrl+l",
699
+ "ApplyPOS": null,
700
+ "DOMType": null,
701
+ "TabIndex": 140,
702
+ "Title": "修改单位",
703
+ "Value": "ctrl+l",
704
+ "IsEnable": true,
705
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=修改单位\"],\"classification\": \"1\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
706
+ "ParamType": {
707
+ "Id": "56577",
708
+ "Code": "07",
709
+ "Name": "快捷键",
710
+ "Position": 0,
711
+ "CustomUse": false,
712
+ "IsDelete": 0,
713
+ "IsExtend": 0,
714
+ "remark": null,
715
+ "DefaultValue": null,
716
+ "IsPreset": 0,
717
+ "EnumId": ""
718
+ },
719
+ "Code": "",
720
+ "IdSolution": 1,
721
+ "Ts": "0000000000a786f9",
722
+ "RefData": null,
723
+ "WeakTypeDtoName": null,
724
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
725
+ "IsWeakType": false,
726
+ "AliName": "POSParamSolutionDetailDTO",
727
+ "Status": 0,
728
+ "EnableHasChanged": false,
729
+ "ChangedProperty": ["__belonginglistname"],
730
+ "DynamicPropertyKeys": ["__belonginglistname"],
731
+ "DynamicPropertyValues": ["SolutionDetails"],
732
+ "DeleteID": 1846,
733
+ "Updated": "/Date(1596269714267)/",
734
+ "UpdatedBy": null,
735
+ "InnerSearchLevel": 1,
736
+ "RecordChange": true,
737
+ "InnerPropInParentRecure": null,
738
+ "CaseSensitive": false,
739
+ "RecordDynamicNullValue": false,
740
+ "data": null
741
+ }, {
742
+ "ID": 1847,
743
+ "IsVisible": true,
744
+ "IsRequired": false,
745
+ "Name": "ChangeQuantity2",
746
+ "IdRef": null,
747
+ "DefaultValue": "\\",
748
+ "ApplyPOS": null,
749
+ "DOMType": null,
750
+ "TabIndex": 150,
751
+ "Title": "修改数量2",
752
+ "Value": "\\",
753
+ "IsEnable": true,
754
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=修改数量2\"],\"classification\": \"1\",\"enableEdit\":false , \"dynamic\": false , \"operationType\": 1 , \"isdisplay\": false }",
755
+ "ParamType": {
756
+ "Id": "56577",
757
+ "Code": "07",
758
+ "Name": "快捷键",
759
+ "Position": 0,
760
+ "CustomUse": false,
761
+ "IsDelete": 0,
762
+ "IsExtend": 0,
763
+ "remark": null,
764
+ "DefaultValue": null,
765
+ "IsPreset": 0,
766
+ "EnumId": ""
767
+ },
768
+ "Code": "",
769
+ "IdSolution": 1,
770
+ "Ts": "0000000000a786fa",
771
+ "RefData": null,
772
+ "WeakTypeDtoName": null,
773
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
774
+ "IsWeakType": false,
775
+ "AliName": "POSParamSolutionDetailDTO",
776
+ "Status": 0,
777
+ "EnableHasChanged": false,
778
+ "ChangedProperty": ["__belonginglistname"],
779
+ "DynamicPropertyKeys": ["__belonginglistname"],
780
+ "DynamicPropertyValues": ["SolutionDetails"],
781
+ "DeleteID": 1847,
782
+ "Updated": "/Date(1596269714267)/",
783
+ "UpdatedBy": null,
784
+ "InnerSearchLevel": 1,
785
+ "RecordChange": true,
786
+ "InnerPropInParentRecure": null,
787
+ "CaseSensitive": false,
788
+ "RecordDynamicNullValue": false,
789
+ "data": null
790
+ }, {
791
+ "ID": 1848,
792
+ "IsVisible": true,
793
+ "IsRequired": false,
794
+ "Name": "Present",
795
+ "IdRef": null,
796
+ "DefaultValue": "ctrl+g",
797
+ "ApplyPOS": null,
798
+ "DOMType": null,
799
+ "TabIndex": 160,
800
+ "Title": "赠品",
801
+ "Value": "ctrl+g",
802
+ "IsEnable": true,
803
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=赠品\"],\"classification\": \"1\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
804
+ "ParamType": {
805
+ "Id": "56577",
806
+ "Code": "07",
807
+ "Name": "快捷键",
808
+ "Position": 0,
809
+ "CustomUse": false,
810
+ "IsDelete": 0,
811
+ "IsExtend": 0,
812
+ "remark": null,
813
+ "DefaultValue": null,
814
+ "IsPreset": 0,
815
+ "EnumId": ""
816
+ },
817
+ "Code": "",
818
+ "IdSolution": 1,
819
+ "Ts": "0000000000a786fb",
820
+ "RefData": null,
821
+ "WeakTypeDtoName": null,
822
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
823
+ "IsWeakType": false,
824
+ "AliName": "POSParamSolutionDetailDTO",
825
+ "Status": 0,
826
+ "EnableHasChanged": false,
827
+ "ChangedProperty": ["__belonginglistname"],
828
+ "DynamicPropertyKeys": ["__belonginglistname"],
829
+ "DynamicPropertyValues": ["SolutionDetails"],
830
+ "DeleteID": 1848,
831
+ "Updated": "/Date(1596269714267)/",
832
+ "UpdatedBy": null,
833
+ "InnerSearchLevel": 1,
834
+ "RecordChange": true,
835
+ "InnerPropInParentRecure": null,
836
+ "CaseSensitive": false,
837
+ "RecordDynamicNullValue": false,
838
+ "data": null
839
+ }, {
840
+ "ID": 1849,
841
+ "IsVisible": true,
842
+ "IsRequired": false,
843
+ "Name": "ShoppingGuide",
844
+ "IdRef": null,
845
+ "DefaultValue": "f3",
846
+ "ApplyPOS": null,
847
+ "DOMType": null,
848
+ "TabIndex": 170,
849
+ "Title": "导购员",
850
+ "Value": "f3",
851
+ "IsEnable": true,
852
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=导购员\"],\"classification\": \"1\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 1, \"isdisplay\": true }",
853
+ "ParamType": {
854
+ "Id": "56577",
855
+ "Code": "07",
856
+ "Name": "快捷键",
857
+ "Position": 0,
858
+ "CustomUse": false,
859
+ "IsDelete": 0,
860
+ "IsExtend": 0,
861
+ "remark": null,
862
+ "DefaultValue": null,
863
+ "IsPreset": 0,
864
+ "EnumId": ""
865
+ },
866
+ "Code": "",
867
+ "IdSolution": 1,
868
+ "Ts": "0000000000a786fc",
869
+ "RefData": null,
870
+ "WeakTypeDtoName": null,
871
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
872
+ "IsWeakType": false,
873
+ "AliName": "POSParamSolutionDetailDTO",
874
+ "Status": 0,
875
+ "EnableHasChanged": false,
876
+ "ChangedProperty": ["__belonginglistname"],
877
+ "DynamicPropertyKeys": ["__belonginglistname"],
878
+ "DynamicPropertyValues": ["SolutionDetails"],
879
+ "DeleteID": 1849,
880
+ "Updated": "/Date(1596269714267)/",
881
+ "UpdatedBy": null,
882
+ "InnerSearchLevel": 1,
883
+ "RecordChange": true,
884
+ "InnerPropInParentRecure": null,
885
+ "CaseSensitive": false,
886
+ "RecordDynamicNullValue": false,
887
+ "data": null
888
+ }, {
889
+ "ID": 1850,
890
+ "IsVisible": true,
891
+ "IsRequired": false,
892
+ "Name": "AllShoppingGuide",
893
+ "IdRef": null,
894
+ "DefaultValue": "f5",
895
+ "ApplyPOS": null,
896
+ "DOMType": null,
897
+ "TabIndex": 180,
898
+ "Title": "整单导购",
899
+ "Value": "f5",
900
+ "IsEnable": true,
901
+ "ExtField": "{\"operation\": [\".radio-group label:1 label\"],\"classification\": 1,\"enableEdit\":true , \"dynamic\": true , \"operationType\": 6, \"isdisplay\": true }",
902
+ "ParamType": {
903
+ "Id": "56577",
904
+ "Code": "07",
905
+ "Name": "快捷键",
906
+ "Position": 0,
907
+ "CustomUse": false,
908
+ "IsDelete": 0,
909
+ "IsExtend": 0,
910
+ "remark": null,
911
+ "DefaultValue": null,
912
+ "IsPreset": 0,
913
+ "EnumId": ""
914
+ },
915
+ "Code": "",
916
+ "IdSolution": 1,
917
+ "Ts": "0000000000a786fd",
918
+ "RefData": null,
919
+ "WeakTypeDtoName": null,
920
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
921
+ "IsWeakType": false,
922
+ "AliName": "POSParamSolutionDetailDTO",
923
+ "Status": 0,
924
+ "EnableHasChanged": false,
925
+ "ChangedProperty": ["__belonginglistname"],
926
+ "DynamicPropertyKeys": ["__belonginglistname"],
927
+ "DynamicPropertyValues": ["SolutionDetails"],
928
+ "DeleteID": 1850,
929
+ "Updated": "/Date(1596269714267)/",
930
+ "UpdatedBy": null,
931
+ "InnerSearchLevel": 1,
932
+ "RecordChange": true,
933
+ "InnerPropInParentRecure": null,
934
+ "CaseSensitive": false,
935
+ "RecordDynamicNullValue": false,
936
+ "data": null
937
+ }, {
938
+ "ID": 1851,
939
+ "IsVisible": true,
940
+ "IsRequired": false,
941
+ "Name": "SingleShoppingGuide",
942
+ "IdRef": null,
943
+ "DefaultValue": "f6",
944
+ "ApplyPOS": null,
945
+ "DOMType": null,
946
+ "TabIndex": 190,
947
+ "Title": "当前商品导购",
948
+ "Value": "f6",
949
+ "IsEnable": true,
950
+ "ExtField": "{\"operation\": [\".radio-group label:2 label\"],\"classification\": 1,\"enableEdit\":true , \"dynamic\": true , \"operationType\": 6, \"isdisplay\": true }",
951
+ "ParamType": {
952
+ "Id": "56577",
953
+ "Code": "07",
954
+ "Name": "快捷键",
955
+ "Position": 0,
956
+ "CustomUse": false,
957
+ "IsDelete": 0,
958
+ "IsExtend": 0,
959
+ "remark": null,
960
+ "DefaultValue": null,
961
+ "IsPreset": 0,
962
+ "EnumId": ""
963
+ },
964
+ "Code": "",
965
+ "IdSolution": 1,
966
+ "Ts": "0000000000a786fe",
967
+ "RefData": null,
968
+ "WeakTypeDtoName": null,
969
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
970
+ "IsWeakType": false,
971
+ "AliName": "POSParamSolutionDetailDTO",
972
+ "Status": 0,
973
+ "EnableHasChanged": false,
974
+ "ChangedProperty": ["__belonginglistname"],
975
+ "DynamicPropertyKeys": ["__belonginglistname"],
976
+ "DynamicPropertyValues": ["SolutionDetails"],
977
+ "DeleteID": 1851,
978
+ "Updated": "/Date(1596269714267)/",
979
+ "UpdatedBy": null,
980
+ "InnerSearchLevel": 1,
981
+ "RecordChange": true,
982
+ "InnerPropInParentRecure": null,
983
+ "CaseSensitive": false,
984
+ "RecordDynamicNullValue": false,
985
+ "data": null
986
+ }, {
987
+ // 新增导购页面f7
988
+ "ID": 195100,
989
+ "IsVisible": true,
990
+ "IsRequired": false,
991
+ "Name": "SingleShoppingGuide",
992
+ "IdRef": null,
993
+ "DefaultValue": "f7",
994
+ "ApplyPOS": null,
995
+ "DOMType": null,
996
+ "TabIndex": 190,
997
+ "Title": "他店",
998
+ "Value": "f7",
999
+ "IsEnable": true,
1000
+ "ExtField": "{\"operation\": [\".guide-content-out .u-checkbox input\"],\"classification\": 1,\"enableEdit\":true , \"dynamic\": true , \"operationType\": 6, \"isdisplay\": true }",
1001
+ "ParamType": {
1002
+ "Id": "56577",
1003
+ "Code": "07",
1004
+ "Name": "快捷键",
1005
+ "Position": 0,
1006
+ "CustomUse": false,
1007
+ "IsDelete": 0,
1008
+ "IsExtend": 0,
1009
+ "remark": null,
1010
+ "DefaultValue": null,
1011
+ "IsPreset": 0,
1012
+ "EnumId": ""
1013
+ },
1014
+ "Code": "",
1015
+ "IdSolution": 1,
1016
+ "Ts": "0000000000a786fe",
1017
+ "RefData": null,
1018
+ "WeakTypeDtoName": null,
1019
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1020
+ "IsWeakType": false,
1021
+ "AliName": "POSParamSolutionDetailDTO",
1022
+ "Status": 0,
1023
+ "EnableHasChanged": false,
1024
+ "ChangedProperty": ["__belonginglistname"],
1025
+ "DynamicPropertyKeys": ["__belonginglistname"],
1026
+ "DynamicPropertyValues": ["SolutionDetails"],
1027
+ "DeleteID": 1851,
1028
+ "Updated": "/Date(1596269714267)/",
1029
+ "UpdatedBy": null,
1030
+ "InnerSearchLevel": 1,
1031
+ "RecordChange": true,
1032
+ "InnerPropInParentRecure": null,
1033
+ "CaseSensitive": false,
1034
+ "RecordDynamicNullValue": false,
1035
+ "data": null
1036
+ }, {
1037
+ "ID": 1852,
1038
+ "IsVisible": true,
1039
+ "IsRequired": false,
1040
+ "Name": "Batch",
1041
+ "IdRef": null,
1042
+ "DefaultValue": "ctrl+p",
1043
+ "ApplyPOS": null,
1044
+ "DOMType": null,
1045
+ "TabIndex": 200,
1046
+ "Title": "批号",
1047
+ "Value": "ctrl+p",
1048
+ "IsEnable": true,
1049
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=批号\"],\"classification\": \"1\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
1050
+ "ParamType": {
1051
+ "Id": "56577",
1052
+ "Code": "07",
1053
+ "Name": "快捷键",
1054
+ "Position": 0,
1055
+ "CustomUse": false,
1056
+ "IsDelete": 0,
1057
+ "IsExtend": 0,
1058
+ "remark": null,
1059
+ "DefaultValue": null,
1060
+ "IsPreset": 0,
1061
+ "EnumId": ""
1062
+ },
1063
+ "Code": "",
1064
+ "IdSolution": 1,
1065
+ "Ts": "0000000000a786ff",
1066
+ "RefData": null,
1067
+ "WeakTypeDtoName": null,
1068
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1069
+ "IsWeakType": false,
1070
+ "AliName": "POSParamSolutionDetailDTO",
1071
+ "Status": 0,
1072
+ "EnableHasChanged": false,
1073
+ "ChangedProperty": ["__belonginglistname"],
1074
+ "DynamicPropertyKeys": ["__belonginglistname"],
1075
+ "DynamicPropertyValues": ["SolutionDetails"],
1076
+ "DeleteID": 1852,
1077
+ "Updated": "/Date(1596269714267)/",
1078
+ "UpdatedBy": null,
1079
+ "InnerSearchLevel": 1,
1080
+ "RecordChange": true,
1081
+ "InnerPropInParentRecure": null,
1082
+ "CaseSensitive": false,
1083
+ "RecordDynamicNullValue": false,
1084
+ "data": null
1085
+ }, {
1086
+ "ID": 1853,
1087
+ "IsVisible": true,
1088
+ "IsRequired": false,
1089
+ "Name": "PreBatch",
1090
+ "IdRef": null,
1091
+ "DefaultValue": "down",
1092
+ "ApplyPOS": null,
1093
+ "DOMType": null,
1094
+ "TabIndex": 210,
1095
+ "Title": "上一个批号",
1096
+ "Value": "down",
1097
+ "IsEnable": true,
1098
+ "ExtField": "{\"operation\":[\".row-selected\"],\"classification\": \"1\",\"enableEdit\":false,\"dynamic\": true, \"operationType\": 8, \"isdisplay\": false }",
1099
+ "ParamType": {
1100
+ "Id": "56577",
1101
+ "Code": "07",
1102
+ "Name": "快捷键",
1103
+ "Position": 0,
1104
+ "CustomUse": false,
1105
+ "IsDelete": 0,
1106
+ "IsExtend": 0,
1107
+ "remark": null,
1108
+ "DefaultValue": null,
1109
+ "IsPreset": 0,
1110
+ "EnumId": ""
1111
+ },
1112
+ "Code": "",
1113
+ "IdSolution": 1,
1114
+ "Ts": "0000000000a78701",
1115
+ "RefData": null,
1116
+ "WeakTypeDtoName": null,
1117
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1118
+ "IsWeakType": false,
1119
+ "AliName": "POSParamSolutionDetailDTO",
1120
+ "Status": 0,
1121
+ "EnableHasChanged": false,
1122
+ "ChangedProperty": ["__belonginglistname"],
1123
+ "DynamicPropertyKeys": ["__belonginglistname"],
1124
+ "DynamicPropertyValues": ["SolutionDetails"],
1125
+ "DeleteID": 1853,
1126
+ "Updated": "/Date(1596269714267)/",
1127
+ "UpdatedBy": null,
1128
+ "InnerSearchLevel": 1,
1129
+ "RecordChange": true,
1130
+ "InnerPropInParentRecure": null,
1131
+ "CaseSensitive": false,
1132
+ "RecordDynamicNullValue": false,
1133
+ "data": null
1134
+ }, {
1135
+ "ID": 1854,
1136
+ "IsVisible": true,
1137
+ "IsRequired": false,
1138
+ "Name": "NextBatch",
1139
+ "IdRef": null,
1140
+ "DefaultValue": "up",
1141
+ "ApplyPOS": null,
1142
+ "DOMType": null,
1143
+ "TabIndex": 220,
1144
+ "Title": "下一个批号",
1145
+ "Value": "up",
1146
+ "IsEnable": true,
1147
+ "ExtField": "{\"operation\":[\".row-selected\"],\"classification\": \"1\",\"enableEdit\":false,\"dynamic\": true, \"operationType\": 8, \"isdisplay\": false }",
1148
+ "ParamType": {
1149
+ "Id": "56577",
1150
+ "Code": "07",
1151
+ "Name": "快捷键",
1152
+ "Position": 0,
1153
+ "CustomUse": false,
1154
+ "IsDelete": 0,
1155
+ "IsExtend": 0,
1156
+ "remark": null,
1157
+ "DefaultValue": null,
1158
+ "IsPreset": 0,
1159
+ "EnumId": ""
1160
+ },
1161
+ "Code": "",
1162
+ "IdSolution": 1,
1163
+ "Ts": "0000000000a78702",
1164
+ "RefData": null,
1165
+ "WeakTypeDtoName": null,
1166
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1167
+ "IsWeakType": false,
1168
+ "AliName": "POSParamSolutionDetailDTO",
1169
+ "Status": 0,
1170
+ "EnableHasChanged": false,
1171
+ "ChangedProperty": ["__belonginglistname"],
1172
+ "DynamicPropertyKeys": ["__belonginglistname"],
1173
+ "DynamicPropertyValues": ["SolutionDetails"],
1174
+ "DeleteID": 1854,
1175
+ "Updated": "/Date(1596269714267)/",
1176
+ "UpdatedBy": null,
1177
+ "InnerSearchLevel": 1,
1178
+ "RecordChange": true,
1179
+ "InnerPropInParentRecure": null,
1180
+ "CaseSensitive": false,
1181
+ "RecordDynamicNullValue": false,
1182
+ "data": null
1183
+ }, {
1184
+ "ID": 1855,
1185
+ "IsVisible": true,
1186
+ "IsRequired": false,
1187
+ "Name": "ChangeBatchQuentity",
1188
+ "IdRef": null,
1189
+ "DefaultValue": "right",
1190
+ "ApplyPOS": null,
1191
+ "DOMType": null,
1192
+ "TabIndex": 230,
1193
+ "Title": "批号修改数量",
1194
+ "Value": "right",
1195
+ "IsEnable": true,
1196
+ "ExtField": "{\"operation\":[\".row-selected .selectedCell span\"],\"classification\": \"1\",\"enableEdit\":false,\"dynamic\": true, \"operationType\": 8, \"isdisplay\": false }",
1197
+ "ParamType": {
1198
+ "Id": "56577",
1199
+ "Code": "07",
1200
+ "Name": "快捷键",
1201
+ "Position": 0,
1202
+ "CustomUse": false,
1203
+ "IsDelete": 0,
1204
+ "IsExtend": 0,
1205
+ "remark": null,
1206
+ "DefaultValue": null,
1207
+ "IsPreset": 0,
1208
+ "EnumId": ""
1209
+ },
1210
+ "Code": "",
1211
+ "IdSolution": 1,
1212
+ "Ts": "0000000000a78703",
1213
+ "RefData": null,
1214
+ "WeakTypeDtoName": null,
1215
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1216
+ "IsWeakType": false,
1217
+ "AliName": "POSParamSolutionDetailDTO",
1218
+ "Status": 0,
1219
+ "EnableHasChanged": false,
1220
+ "ChangedProperty": ["__belonginglistname"],
1221
+ "DynamicPropertyKeys": ["__belonginglistname"],
1222
+ "DynamicPropertyValues": ["SolutionDetails"],
1223
+ "DeleteID": 1855,
1224
+ "Updated": "/Date(1596269714267)/",
1225
+ "UpdatedBy": null,
1226
+ "InnerSearchLevel": 1,
1227
+ "RecordChange": true,
1228
+ "InnerPropInParentRecure": null,
1229
+ "CaseSensitive": false,
1230
+ "RecordDynamicNullValue": false,
1231
+ "data": null
1232
+ }, {
1233
+ "ID": 1856,
1234
+ "IsVisible": true,
1235
+ "IsRequired": false,
1236
+ "Name": "InputBatch",
1237
+ "IdRef": null,
1238
+ "DefaultValue": "f6",
1239
+ "ApplyPOS": null,
1240
+ "DOMType": null,
1241
+ "TabIndex": 240,
1242
+ "Title": "批号录入",
1243
+ "Value": "f6",
1244
+ "IsEnable": true,
1245
+ "ExtField": "{\"operation\":[\".modal-head button=批号录入\"],\"classification\": \"1\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 8, \"isdisplay\": true }",
1246
+ "ParamType": {
1247
+ "Id": "56577",
1248
+ "Code": "07",
1249
+ "Name": "快捷键",
1250
+ "Position": 0,
1251
+ "CustomUse": false,
1252
+ "IsDelete": 0,
1253
+ "IsExtend": 0,
1254
+ "remark": null,
1255
+ "DefaultValue": null,
1256
+ "IsPreset": 0,
1257
+ "EnumId": ""
1258
+ },
1259
+ "Code": "",
1260
+ "IdSolution": 1,
1261
+ "Ts": "0000000000a78704",
1262
+ "RefData": null,
1263
+ "WeakTypeDtoName": null,
1264
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1265
+ "IsWeakType": false,
1266
+ "AliName": "POSParamSolutionDetailDTO",
1267
+ "Status": 0,
1268
+ "EnableHasChanged": false,
1269
+ "ChangedProperty": ["__belonginglistname"],
1270
+ "DynamicPropertyKeys": ["__belonginglistname"],
1271
+ "DynamicPropertyValues": ["SolutionDetails"],
1272
+ "DeleteID": 1856,
1273
+ "Updated": "/Date(1596269714267)/",
1274
+ "UpdatedBy": null,
1275
+ "InnerSearchLevel": 1,
1276
+ "RecordChange": true,
1277
+ "InnerPropInParentRecure": null,
1278
+ "CaseSensitive": false,
1279
+ "RecordDynamicNullValue": false,
1280
+ "data": null
1281
+ }, {
1282
+ "ID": 1857,
1283
+ "IsVisible": true,
1284
+ "IsRequired": false,
1285
+ "Name": "FreeItem",
1286
+ "IdRef": null,
1287
+ "DefaultValue": "ctrl+i",
1288
+ "ApplyPOS": null,
1289
+ "DOMType": null,
1290
+ "TabIndex": 250,
1291
+ "Title": "自由项",
1292
+ "Value": "ctrl+i",
1293
+ "IsEnable": true,
1294
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=自由项\"],\"classification\": \"1\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
1295
+ "ParamType": {
1296
+ "Id": "56577",
1297
+ "Code": "07",
1298
+ "Name": "快捷键",
1299
+ "Position": 0,
1300
+ "CustomUse": false,
1301
+ "IsDelete": 0,
1302
+ "IsExtend": 0,
1303
+ "remark": null,
1304
+ "DefaultValue": null,
1305
+ "IsPreset": 0,
1306
+ "EnumId": ""
1307
+ },
1308
+ "Code": "",
1309
+ "IdSolution": 1,
1310
+ "Ts": "0000000000a78705",
1311
+ "RefData": null,
1312
+ "WeakTypeDtoName": null,
1313
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1314
+ "IsWeakType": false,
1315
+ "AliName": "POSParamSolutionDetailDTO",
1316
+ "Status": 0,
1317
+ "EnableHasChanged": false,
1318
+ "ChangedProperty": ["__belonginglistname"],
1319
+ "DynamicPropertyKeys": ["__belonginglistname"],
1320
+ "DynamicPropertyValues": ["SolutionDetails"],
1321
+ "DeleteID": 1857,
1322
+ "Updated": "/Date(1596269714267)/",
1323
+ "UpdatedBy": null,
1324
+ "InnerSearchLevel": 1,
1325
+ "RecordChange": true,
1326
+ "InnerPropInParentRecure": null,
1327
+ "CaseSensitive": false,
1328
+ "RecordDynamicNullValue": false,
1329
+ "data": null
1330
+ }, {
1331
+ "ID": 1858,
1332
+ "IsVisible": true,
1333
+ "IsRequired": false,
1334
+ "Name": "NextClassFreeItem",
1335
+ "IdRef": null,
1336
+ "DefaultValue": "down",
1337
+ "ApplyPOS": null,
1338
+ "DOMType": null,
1339
+ "TabIndex": 260,
1340
+ "Title": "下一类自由项",
1341
+ "Value": "down",
1342
+ "IsEnable": true,
1343
+ "ExtField": "{\"operation\":[\".freeItem-content .free-range-selected\"],\"classification\": \"1\",\"enableEdit\":false,\"dynamic\": true, \"operationType\": 7, \"isdisplay\": false }",
1344
+ "ParamType": {
1345
+ "Id": "56577",
1346
+ "Code": "07",
1347
+ "Name": "快捷键",
1348
+ "Position": 0,
1349
+ "CustomUse": false,
1350
+ "IsDelete": 0,
1351
+ "IsExtend": 0,
1352
+ "remark": null,
1353
+ "DefaultValue": null,
1354
+ "IsPreset": 0,
1355
+ "EnumId": ""
1356
+ },
1357
+ "Code": "",
1358
+ "IdSolution": 1,
1359
+ "Ts": "0000000000a78706",
1360
+ "RefData": null,
1361
+ "WeakTypeDtoName": null,
1362
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1363
+ "IsWeakType": false,
1364
+ "AliName": "POSParamSolutionDetailDTO",
1365
+ "Status": 0,
1366
+ "EnableHasChanged": false,
1367
+ "ChangedProperty": ["__belonginglistname"],
1368
+ "DynamicPropertyKeys": ["__belonginglistname"],
1369
+ "DynamicPropertyValues": ["SolutionDetails"],
1370
+ "DeleteID": 1858,
1371
+ "Updated": "/Date(1596269714267)/",
1372
+ "UpdatedBy": null,
1373
+ "InnerSearchLevel": 1,
1374
+ "RecordChange": true,
1375
+ "InnerPropInParentRecure": null,
1376
+ "CaseSensitive": false,
1377
+ "RecordDynamicNullValue": false,
1378
+ "data": null
1379
+ }, {
1380
+ "ID": 1859,
1381
+ "IsVisible": true,
1382
+ "IsRequired": false,
1383
+ "Name": "PreClassFreeItem",
1384
+ "IdRef": null,
1385
+ "DefaultValue": "up",
1386
+ "ApplyPOS": null,
1387
+ "DOMType": null,
1388
+ "TabIndex": 270,
1389
+ "Title": "上一类自由项",
1390
+ "Value": "up",
1391
+ "IsEnable": true,
1392
+ "ExtField": "{\"operation\":[\".freeItem-content .free-range-selected\"],\"classification\": \"1\",\"enableEdit\":false,\"dynamic\": true, \"operationType\": 7, \"isdisplay\": false }",
1393
+ "ParamType": {
1394
+ "Id": "56577",
1395
+ "Code": "07",
1396
+ "Name": "快捷键",
1397
+ "Position": 0,
1398
+ "CustomUse": false,
1399
+ "IsDelete": 0,
1400
+ "IsExtend": 0,
1401
+ "remark": null,
1402
+ "DefaultValue": null,
1403
+ "IsPreset": 0,
1404
+ "EnumId": ""
1405
+ },
1406
+ "Code": "",
1407
+ "IdSolution": 1,
1408
+ "Ts": "0000000000a78707",
1409
+ "RefData": null,
1410
+ "WeakTypeDtoName": null,
1411
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1412
+ "IsWeakType": false,
1413
+ "AliName": "POSParamSolutionDetailDTO",
1414
+ "Status": 0,
1415
+ "EnableHasChanged": false,
1416
+ "ChangedProperty": ["__belonginglistname"],
1417
+ "DynamicPropertyKeys": ["__belonginglistname"],
1418
+ "DynamicPropertyValues": ["SolutionDetails"],
1419
+ "DeleteID": 1859,
1420
+ "Updated": "/Date(1596269714267)/",
1421
+ "UpdatedBy": null,
1422
+ "InnerSearchLevel": 1,
1423
+ "RecordChange": true,
1424
+ "InnerPropInParentRecure": null,
1425
+ "CaseSensitive": false,
1426
+ "RecordDynamicNullValue": false,
1427
+ "data": null
1428
+ }, {
1429
+ "ID": 1860,
1430
+ "IsVisible": true,
1431
+ "IsRequired": false,
1432
+ "Name": "NextFreeItem",
1433
+ "IdRef": null,
1434
+ "DefaultValue": "right",
1435
+ "ApplyPOS": null,
1436
+ "DOMType": null,
1437
+ "TabIndex": 280,
1438
+ "Title": "下一个自由项",
1439
+ "Value": "right",
1440
+ "IsEnable": true,
1441
+ "ExtField": "{\"operation\":[\".freeItem-content .free-range-selected .free-range-select\"],\"classification\": \"1\",\"enableEdit\":false,\"dynamic\": true, \"operationType\": 7, \"isdisplay\": false }",
1442
+ "ParamType": {
1443
+ "Id": "56577",
1444
+ "Code": "07",
1445
+ "Name": "快捷键",
1446
+ "Position": 0,
1447
+ "CustomUse": false,
1448
+ "IsDelete": 0,
1449
+ "IsExtend": 0,
1450
+ "remark": null,
1451
+ "DefaultValue": null,
1452
+ "IsPreset": 0,
1453
+ "EnumId": ""
1454
+ },
1455
+ "Code": "",
1456
+ "IdSolution": 1,
1457
+ "Ts": "0000000000a78708",
1458
+ "RefData": null,
1459
+ "WeakTypeDtoName": null,
1460
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1461
+ "IsWeakType": false,
1462
+ "AliName": "POSParamSolutionDetailDTO",
1463
+ "Status": 0,
1464
+ "EnableHasChanged": false,
1465
+ "ChangedProperty": ["__belonginglistname"],
1466
+ "DynamicPropertyKeys": ["__belonginglistname"],
1467
+ "DynamicPropertyValues": ["SolutionDetails"],
1468
+ "DeleteID": 1860,
1469
+ "Updated": "/Date(1596269714267)/",
1470
+ "UpdatedBy": null,
1471
+ "InnerSearchLevel": 1,
1472
+ "RecordChange": true,
1473
+ "InnerPropInParentRecure": null,
1474
+ "CaseSensitive": false,
1475
+ "RecordDynamicNullValue": false,
1476
+ "data": null
1477
+ }, {
1478
+ "ID": 1861,
1479
+ "IsVisible": true,
1480
+ "IsRequired": false,
1481
+ "Name": "PreFreeItem",
1482
+ "IdRef": null,
1483
+ "DefaultValue": "left",
1484
+ "ApplyPOS": null,
1485
+ "DOMType": null,
1486
+ "TabIndex": 290,
1487
+ "Title": "上一个自由项",
1488
+ "Value": "left",
1489
+ "IsEnable": true,
1490
+ "ExtField": "{\"operation\":[\".freeItem-content .free-range-selected .free-range-select\"],\"classification\": \"1\",\"enableEdit\":false,\"dynamic\": true, \"operationType\": 7, \"isdisplay\": false }",
1491
+ "ParamType": {
1492
+ "Id": "56577",
1493
+ "Code": "07",
1494
+ "Name": "快捷键",
1495
+ "Position": 0,
1496
+ "CustomUse": false,
1497
+ "IsDelete": 0,
1498
+ "IsExtend": 0,
1499
+ "remark": null,
1500
+ "DefaultValue": null,
1501
+ "IsPreset": 0,
1502
+ "EnumId": ""
1503
+ },
1504
+ "Code": "",
1505
+ "IdSolution": 1,
1506
+ "Ts": "0000000000a78709",
1507
+ "RefData": null,
1508
+ "WeakTypeDtoName": null,
1509
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1510
+ "IsWeakType": false,
1511
+ "AliName": "POSParamSolutionDetailDTO",
1512
+ "Status": 0,
1513
+ "EnableHasChanged": false,
1514
+ "ChangedProperty": ["__belonginglistname"],
1515
+ "DynamicPropertyKeys": ["__belonginglistname"],
1516
+ "DynamicPropertyValues": ["SolutionDetails"],
1517
+ "DeleteID": 1861,
1518
+ "Updated": "/Date(1596269714267)/",
1519
+ "UpdatedBy": null,
1520
+ "InnerSearchLevel": 1,
1521
+ "RecordChange": true,
1522
+ "InnerPropInParentRecure": null,
1523
+ "CaseSensitive": false,
1524
+ "RecordDynamicNullValue": false,
1525
+ "data": null
1526
+ }, {
1527
+ "ID": 1862,
1528
+ "IsVisible": true,
1529
+ "IsRequired": false,
1530
+ "Name": "Weigh",
1531
+ "IdRef": null,
1532
+ "DefaultValue": "f9",
1533
+ "ApplyPOS": null,
1534
+ "DOMType": null,
1535
+ "TabIndex": 300,
1536
+ "Title": "称重",
1537
+ "Value": "f9",
1538
+ "IsEnable": true,
1539
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=称重\"],\"classification\": \"1\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
1540
+ "ParamType": {
1541
+ "Id": "56577",
1542
+ "Code": "07",
1543
+ "Name": "快捷键",
1544
+ "Position": 0,
1545
+ "CustomUse": false,
1546
+ "IsDelete": 0,
1547
+ "IsExtend": 0,
1548
+ "remark": null,
1549
+ "DefaultValue": null,
1550
+ "IsPreset": 0,
1551
+ "EnumId": ""
1552
+ },
1553
+ "Code": "",
1554
+ "IdSolution": 1,
1555
+ "Ts": "0000000000a7870a",
1556
+ "RefData": null,
1557
+ "WeakTypeDtoName": null,
1558
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1559
+ "IsWeakType": false,
1560
+ "AliName": "POSParamSolutionDetailDTO",
1561
+ "Status": 0,
1562
+ "EnableHasChanged": false,
1563
+ "ChangedProperty": ["__belonginglistname"],
1564
+ "DynamicPropertyKeys": ["__belonginglistname"],
1565
+ "DynamicPropertyValues": ["SolutionDetails"],
1566
+ "DeleteID": 1862,
1567
+ "Updated": "/Date(1596269714267)/",
1568
+ "UpdatedBy": null,
1569
+ "InnerSearchLevel": 1,
1570
+ "RecordChange": true,
1571
+ "InnerPropInParentRecure": null,
1572
+ "CaseSensitive": false,
1573
+ "RecordDynamicNullValue": false,
1574
+ "data": null
1575
+ }, {
1576
+ "ID": 1863,
1577
+ "IsVisible": true,
1578
+ "IsRequired": false,
1579
+ "Name": "ToZero",
1580
+ "IdRef": null,
1581
+ "DefaultValue": "ctrl+8",
1582
+ "ApplyPOS": null,
1583
+ "DOMType": null,
1584
+ "TabIndex": 310,
1585
+ "Title": "归零",
1586
+ "Value": "ctrl+8",
1587
+ "IsEnable": true,
1588
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=归零\"],\"classification\": \"1\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
1589
+ "ParamType": {
1590
+ "Id": "56577",
1591
+ "Code": "07",
1592
+ "Name": "快捷键",
1593
+ "Position": 0,
1594
+ "CustomUse": false,
1595
+ "IsDelete": 0,
1596
+ "IsExtend": 0,
1597
+ "remark": null,
1598
+ "DefaultValue": null,
1599
+ "IsPreset": 0,
1600
+ "EnumId": ""
1601
+ },
1602
+ "Code": "",
1603
+ "IdSolution": 1,
1604
+ "Ts": "0000000000a7870b",
1605
+ "RefData": null,
1606
+ "WeakTypeDtoName": null,
1607
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1608
+ "IsWeakType": false,
1609
+ "AliName": "POSParamSolutionDetailDTO",
1610
+ "Status": 0,
1611
+ "EnableHasChanged": false,
1612
+ "ChangedProperty": ["__belonginglistname"],
1613
+ "DynamicPropertyKeys": ["__belonginglistname"],
1614
+ "DynamicPropertyValues": ["SolutionDetails"],
1615
+ "DeleteID": 1863,
1616
+ "Updated": "/Date(1596269714267)/",
1617
+ "UpdatedBy": null,
1618
+ "InnerSearchLevel": 1,
1619
+ "RecordChange": true,
1620
+ "InnerPropInParentRecure": null,
1621
+ "CaseSensitive": false,
1622
+ "RecordDynamicNullValue": false,
1623
+ "data": null
1624
+ }, {
1625
+ "ID": 1864,
1626
+ "IsVisible": true,
1627
+ "IsRequired": false,
1628
+ "Name": "RemovePeel",
1629
+ "IdRef": null,
1630
+ "DefaultValue": "ctrl+9",
1631
+ "ApplyPOS": null,
1632
+ "DOMType": null,
1633
+ "TabIndex": 320,
1634
+ "Title": "去皮",
1635
+ "Value": "ctrl+9",
1636
+ "IsEnable": true,
1637
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=去皮\"],\"classification\": \"1\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
1638
+ "ParamType": {
1639
+ "Id": "56577",
1640
+ "Code": "07",
1641
+ "Name": "快捷键",
1642
+ "Position": 0,
1643
+ "CustomUse": false,
1644
+ "IsDelete": 0,
1645
+ "IsExtend": 0,
1646
+ "remark": null,
1647
+ "DefaultValue": null,
1648
+ "IsPreset": 0,
1649
+ "EnumId": ""
1650
+ },
1651
+ "Code": "",
1652
+ "IdSolution": 1,
1653
+ "Ts": "0000000000a7870c",
1654
+ "RefData": null,
1655
+ "WeakTypeDtoName": null,
1656
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1657
+ "IsWeakType": false,
1658
+ "AliName": "POSParamSolutionDetailDTO",
1659
+ "Status": 0,
1660
+ "EnableHasChanged": false,
1661
+ "ChangedProperty": ["__belonginglistname"],
1662
+ "DynamicPropertyKeys": ["__belonginglistname"],
1663
+ "DynamicPropertyValues": ["SolutionDetails"],
1664
+ "DeleteID": 1864,
1665
+ "Updated": "/Date(1596269714267)/",
1666
+ "UpdatedBy": null,
1667
+ "InnerSearchLevel": 1,
1668
+ "RecordChange": true,
1669
+ "InnerPropInParentRecure": null,
1670
+ "CaseSensitive": false,
1671
+ "RecordDynamicNullValue": false,
1672
+ "data": null
1673
+ }, {
1674
+ "ID": 1865,
1675
+ "IsVisible": true,
1676
+ "IsRequired": false,
1677
+ "Name": "Memo",
1678
+ "IdRef": null,
1679
+ "DefaultValue": "ctrl+n",
1680
+ "ApplyPOS": null,
1681
+ "DOMType": null,
1682
+ "TabIndex": 330,
1683
+ "Title": "备注",
1684
+ "Value": "ctrl+n",
1685
+ "IsEnable": true,
1686
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=备注\"],\"classification\": \"1\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
1687
+ "ParamType": {
1688
+ "Id": "56577",
1689
+ "Code": "07",
1690
+ "Name": "快捷键",
1691
+ "Position": 0,
1692
+ "CustomUse": false,
1693
+ "IsDelete": 0,
1694
+ "IsExtend": 0,
1695
+ "remark": null,
1696
+ "DefaultValue": null,
1697
+ "IsPreset": 0,
1698
+ "EnumId": ""
1699
+ },
1700
+ "Code": "",
1701
+ "IdSolution": 1,
1702
+ "Ts": "0000000000a7870d",
1703
+ "RefData": null,
1704
+ "WeakTypeDtoName": null,
1705
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1706
+ "IsWeakType": false,
1707
+ "AliName": "POSParamSolutionDetailDTO",
1708
+ "Status": 0,
1709
+ "EnableHasChanged": false,
1710
+ "ChangedProperty": ["__belonginglistname"],
1711
+ "DynamicPropertyKeys": ["__belonginglistname"],
1712
+ "DynamicPropertyValues": ["SolutionDetails"],
1713
+ "DeleteID": 1865,
1714
+ "Updated": "/Date(1596269714267)/",
1715
+ "UpdatedBy": null,
1716
+ "InnerSearchLevel": 1,
1717
+ "RecordChange": true,
1718
+ "InnerPropInParentRecure": null,
1719
+ "CaseSensitive": false,
1720
+ "RecordDynamicNullValue": false,
1721
+ "data": null
1722
+ }, {
1723
+ "ID": 1866,
1724
+ "IsVisible": true,
1725
+ "IsRequired": false,
1726
+ "Name": "AllDiscount",
1727
+ "IdRef": null,
1728
+ "DefaultValue": "f4",
1729
+ "ApplyPOS": null,
1730
+ "DOMType": null,
1731
+ "TabIndex": 340,
1732
+ "Title": "整单打折",
1733
+ "Value": "f4",
1734
+ "IsEnable": true,
1735
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=整单打折\"],\"classification\": \"2\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 1, \"isdisplay\": true }",
1736
+ "ParamType": {
1737
+ "Id": "56577",
1738
+ "Code": "07",
1739
+ "Name": "快捷键",
1740
+ "Position": 0,
1741
+ "CustomUse": false,
1742
+ "IsDelete": 0,
1743
+ "IsExtend": 0,
1744
+ "remark": null,
1745
+ "DefaultValue": null,
1746
+ "IsPreset": 0,
1747
+ "EnumId": ""
1748
+ },
1749
+ "Code": "",
1750
+ "IdSolution": 1,
1751
+ "Ts": "0000000000a7870e",
1752
+ "RefData": null,
1753
+ "WeakTypeDtoName": null,
1754
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1755
+ "IsWeakType": false,
1756
+ "AliName": "POSParamSolutionDetailDTO",
1757
+ "Status": 0,
1758
+ "EnableHasChanged": false,
1759
+ "ChangedProperty": ["__belonginglistname"],
1760
+ "DynamicPropertyKeys": ["__belonginglistname"],
1761
+ "DynamicPropertyValues": ["SolutionDetails"],
1762
+ "DeleteID": 1866,
1763
+ "Updated": "/Date(1596269714267)/",
1764
+ "UpdatedBy": null,
1765
+ "InnerSearchLevel": 1,
1766
+ "RecordChange": true,
1767
+ "InnerPropInParentRecure": null,
1768
+ "CaseSensitive": false,
1769
+ "RecordDynamicNullValue": false,
1770
+ "data": null
1771
+ }, {
1772
+ "ID": 1867,
1773
+ "IsVisible": true,
1774
+ "IsRequired": false,
1775
+ "Name": "AllPresent",
1776
+ "IdRef": null,
1777
+ "DefaultValue": "ctrl+u",
1778
+ "ApplyPOS": null,
1779
+ "DOMType": null,
1780
+ "TabIndex": 350,
1781
+ "Title": "整单赠送",
1782
+ "Value": "ctrl+u",
1783
+ "IsEnable": true,
1784
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=整单赠送\"],\"classification\": \"2\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
1785
+ "ParamType": {
1786
+ "Id": "56577",
1787
+ "Code": "07",
1788
+ "Name": "快捷键",
1789
+ "Position": 0,
1790
+ "CustomUse": false,
1791
+ "IsDelete": 0,
1792
+ "IsExtend": 0,
1793
+ "remark": null,
1794
+ "DefaultValue": null,
1795
+ "IsPreset": 0,
1796
+ "EnumId": ""
1797
+ },
1798
+ "Code": "",
1799
+ "IdSolution": 1,
1800
+ "Ts": "0000000000a7870f",
1801
+ "RefData": null,
1802
+ "WeakTypeDtoName": null,
1803
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1804
+ "IsWeakType": false,
1805
+ "AliName": "POSParamSolutionDetailDTO",
1806
+ "Status": 0,
1807
+ "EnableHasChanged": false,
1808
+ "ChangedProperty": ["__belonginglistname"],
1809
+ "DynamicPropertyKeys": ["__belonginglistname"],
1810
+ "DynamicPropertyValues": ["SolutionDetails"],
1811
+ "DeleteID": 1867,
1812
+ "Updated": "/Date(1596269714267)/",
1813
+ "UpdatedBy": null,
1814
+ "InnerSearchLevel": 1,
1815
+ "RecordChange": true,
1816
+ "InnerPropInParentRecure": null,
1817
+ "CaseSensitive": false,
1818
+ "RecordDynamicNullValue": false,
1819
+ "data": null
1820
+ }, {
1821
+ "ID": 1868,
1822
+ "IsVisible": true,
1823
+ "IsRequired": false,
1824
+ "Name": "NewBill",
1825
+ "IdRef": null,
1826
+ "DefaultValue": "ctrl+q",
1827
+ "ApplyPOS": null,
1828
+ "DOMType": null,
1829
+ "TabIndex": 360,
1830
+ "Title": "重新开单",
1831
+ "Value": "ctrl+q",
1832
+ "IsEnable": true,
1833
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=重新开单\"],\"classification\": \"2\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
1834
+ "ParamType": {
1835
+ "Id": "56577",
1836
+ "Code": "07",
1837
+ "Name": "快捷键",
1838
+ "Position": 0,
1839
+ "CustomUse": false,
1840
+ "IsDelete": 0,
1841
+ "IsExtend": 0,
1842
+ "remark": null,
1843
+ "DefaultValue": null,
1844
+ "IsPreset": 0,
1845
+ "EnumId": ""
1846
+ },
1847
+ "Code": "",
1848
+ "IdSolution": 1,
1849
+ "Ts": "0000000000a78710",
1850
+ "RefData": null,
1851
+ "WeakTypeDtoName": null,
1852
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1853
+ "IsWeakType": false,
1854
+ "AliName": "POSParamSolutionDetailDTO",
1855
+ "Status": 0,
1856
+ "EnableHasChanged": false,
1857
+ "ChangedProperty": ["__belonginglistname"],
1858
+ "DynamicPropertyKeys": ["__belonginglistname"],
1859
+ "DynamicPropertyValues": ["SolutionDetails"],
1860
+ "DeleteID": 1868,
1861
+ "Updated": "/Date(1596269714267)/",
1862
+ "UpdatedBy": null,
1863
+ "InnerSearchLevel": 1,
1864
+ "RecordChange": true,
1865
+ "InnerPropInParentRecure": null,
1866
+ "CaseSensitive": false,
1867
+ "RecordDynamicNullValue": false,
1868
+ "data": null
1869
+ }, {
1870
+ "ID": 1869,
1871
+ "IsVisible": true,
1872
+ "IsRequired": false,
1873
+ "Name": "ModifyDate",
1874
+ "IdRef": null,
1875
+ "DefaultValue": "ctrl+r",
1876
+ "ApplyPOS": null,
1877
+ "DOMType": null,
1878
+ "TabIndex": 370,
1879
+ "Title": "修改日期",
1880
+ "Value": "ctrl+r",
1881
+ "IsEnable": true,
1882
+ "ExtField": "{\"operation\": [\"B\", \".hide-dom-tokey .action-btn=修改日期\"],\"classification\": \"2\",\"enableEdit\":true , \"dynamic\": false , \"operationType\": 1 , \"isdisplay\": true }",
1883
+ "ParamType": {
1884
+ "Id": "56577",
1885
+ "Code": "07",
1886
+ "Name": "快捷键",
1887
+ "Position": 0,
1888
+ "CustomUse": false,
1889
+ "IsDelete": 0,
1890
+ "IsExtend": 0,
1891
+ "remark": null,
1892
+ "DefaultValue": null,
1893
+ "IsPreset": 0,
1894
+ "EnumId": ""
1895
+ },
1896
+ "Code": "",
1897
+ "IdSolution": 1,
1898
+ "Ts": "0000000000a78711",
1899
+ "RefData": null,
1900
+ "WeakTypeDtoName": null,
1901
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1902
+ "IsWeakType": false,
1903
+ "AliName": "POSParamSolutionDetailDTO",
1904
+ "Status": 0,
1905
+ "EnableHasChanged": false,
1906
+ "ChangedProperty": ["__belonginglistname"],
1907
+ "DynamicPropertyKeys": ["__belonginglistname"],
1908
+ "DynamicPropertyValues": ["SolutionDetails"],
1909
+ "DeleteID": 1869,
1910
+ "Updated": "/Date(1596269714267)/",
1911
+ "UpdatedBy": null,
1912
+ "InnerSearchLevel": 1,
1913
+ "RecordChange": true,
1914
+ "InnerPropInParentRecure": null,
1915
+ "CaseSensitive": false,
1916
+ "RecordDynamicNullValue": false,
1917
+ "data": null
1918
+ }, {
1919
+ "ID": 1870,
1920
+ "IsVisible": true,
1921
+ "IsRequired": false,
1922
+ "Name": "WipeChange",
1923
+ "IdRef": null,
1924
+ "DefaultValue": "ctrl+x",
1925
+ "ApplyPOS": null,
1926
+ "DOMType": null,
1927
+ "TabIndex": 380,
1928
+ "Title": "抹零",
1929
+ "Value": "ctrl+x",
1930
+ "IsEnable": true,
1931
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=抹零\"],\"classification\": \"2\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
1932
+ "ParamType": {
1933
+ "Id": "56577",
1934
+ "Code": "07",
1935
+ "Name": "快捷键",
1936
+ "Position": 0,
1937
+ "CustomUse": false,
1938
+ "IsDelete": 0,
1939
+ "IsExtend": 0,
1940
+ "remark": null,
1941
+ "DefaultValue": null,
1942
+ "IsPreset": 0,
1943
+ "EnumId": ""
1944
+ },
1945
+ "Code": "",
1946
+ "IdSolution": 1,
1947
+ "Ts": "0000000000a78712",
1948
+ "RefData": null,
1949
+ "WeakTypeDtoName": null,
1950
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
1951
+ "IsWeakType": false,
1952
+ "AliName": "POSParamSolutionDetailDTO",
1953
+ "Status": 0,
1954
+ "EnableHasChanged": false,
1955
+ "ChangedProperty": ["__belonginglistname"],
1956
+ "DynamicPropertyKeys": ["__belonginglistname"],
1957
+ "DynamicPropertyValues": ["SolutionDetails"],
1958
+ "DeleteID": 1870,
1959
+ "Updated": "/Date(1596269714267)/",
1960
+ "UpdatedBy": null,
1961
+ "InnerSearchLevel": 1,
1962
+ "RecordChange": true,
1963
+ "InnerPropInParentRecure": null,
1964
+ "CaseSensitive": false,
1965
+ "RecordDynamicNullValue": false,
1966
+ "data": null
1967
+ }, {
1968
+ "ID": 1871,
1969
+ "IsVisible": true,
1970
+ "IsRequired": false,
1971
+ "Name": "AllMemo",
1972
+ "IdRef": null,
1973
+ "DefaultValue": "ctrl+m",
1974
+ "ApplyPOS": null,
1975
+ "DOMType": null,
1976
+ "TabIndex": 390,
1977
+ "Title": "整单备注",
1978
+ "Value": "ctrl+m",
1979
+ "IsEnable": true,
1980
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=整单备注\"],\"classification\": \"2\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
1981
+ "ParamType": {
1982
+ "Id": "56577",
1983
+ "Code": "07",
1984
+ "Name": "快捷键",
1985
+ "Position": 0,
1986
+ "CustomUse": false,
1987
+ "IsDelete": 0,
1988
+ "IsExtend": 0,
1989
+ "remark": null,
1990
+ "DefaultValue": null,
1991
+ "IsPreset": 0,
1992
+ "EnumId": ""
1993
+ },
1994
+ "Code": "",
1995
+ "IdSolution": 1,
1996
+ "Ts": "0000000000a78713",
1997
+ "RefData": null,
1998
+ "WeakTypeDtoName": null,
1999
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2000
+ "IsWeakType": false,
2001
+ "AliName": "POSParamSolutionDetailDTO",
2002
+ "Status": 0,
2003
+ "EnableHasChanged": false,
2004
+ "ChangedProperty": ["__belonginglistname"],
2005
+ "DynamicPropertyKeys": ["__belonginglistname"],
2006
+ "DynamicPropertyValues": ["SolutionDetails"],
2007
+ "DeleteID": 1871,
2008
+ "Updated": "/Date(1596269714267)/",
2009
+ "UpdatedBy": null,
2010
+ "InnerSearchLevel": 1,
2011
+ "RecordChange": true,
2012
+ "InnerPropInParentRecure": null,
2013
+ "CaseSensitive": false,
2014
+ "RecordDynamicNullValue": false,
2015
+ "data": null
2016
+ }, {
2017
+ "ID": 1872,
2018
+ "IsVisible": true,
2019
+ "IsRequired": false,
2020
+ "Name": "Home",
2021
+ "IdRef": null,
2022
+ "DefaultValue": "ctrl+home",
2023
+ "ApplyPOS": null,
2024
+ "DOMType": null,
2025
+ "TabIndex": 400,
2026
+ "Title": "首页",
2027
+ "Value": "ctrl+home",
2028
+ "IsEnable": true,
2029
+ "ExtField": "{\"operation\":[\".pos-side-bar .sider-bar-menu-item .icon-shouye2\"],\"classification\": \"3\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
2030
+ "ParamType": {
2031
+ "Id": "56577",
2032
+ "Code": "07",
2033
+ "Name": "快捷键",
2034
+ "Position": 0,
2035
+ "CustomUse": false,
2036
+ "IsDelete": 0,
2037
+ "IsExtend": 0,
2038
+ "remark": null,
2039
+ "DefaultValue": null,
2040
+ "IsPreset": 0,
2041
+ "EnumId": ""
2042
+ },
2043
+ "Code": "",
2044
+ "IdSolution": 1,
2045
+ "Ts": "0000000000a78714",
2046
+ "RefData": null,
2047
+ "WeakTypeDtoName": null,
2048
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2049
+ "IsWeakType": false,
2050
+ "AliName": "POSParamSolutionDetailDTO",
2051
+ "Status": 0,
2052
+ "EnableHasChanged": false,
2053
+ "ChangedProperty": ["__belonginglistname"],
2054
+ "DynamicPropertyKeys": ["__belonginglistname"],
2055
+ "DynamicPropertyValues": ["SolutionDetails"],
2056
+ "DeleteID": 1872,
2057
+ "Updated": "/Date(1596269714267)/",
2058
+ "UpdatedBy": null,
2059
+ "InnerSearchLevel": 1,
2060
+ "RecordChange": true,
2061
+ "InnerPropInParentRecure": null,
2062
+ "CaseSensitive": false,
2063
+ "RecordDynamicNullValue": false,
2064
+ "data": null
2065
+ }, {
2066
+ "ID": 1873,
2067
+ "IsVisible": true,
2068
+ "IsRequired": false,
2069
+ "Name": "NoOrigReturn",
2070
+ "IdRef": null,
2071
+ "DefaultValue": "ctrl+1",
2072
+ "ApplyPOS": null,
2073
+ "DOMType": null,
2074
+ "TabIndex": 410,
2075
+ "Title": "非原单退货",
2076
+ "Value": "ctrl+1",
2077
+ "IsEnable": true,
2078
+ "ExtField": "{\"operation\":[\".pos-side-bar .sider-bar-menu-item .sub-menu-item span=非原单退货\"],\"classification\": \"3\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
2079
+ "ParamType": {
2080
+ "Id": "56577",
2081
+ "Code": "07",
2082
+ "Name": "快捷键",
2083
+ "Position": 0,
2084
+ "CustomUse": false,
2085
+ "IsDelete": 0,
2086
+ "IsExtend": 0,
2087
+ "remark": null,
2088
+ "DefaultValue": null,
2089
+ "IsPreset": 0,
2090
+ "EnumId": ""
2091
+ },
2092
+ "Code": "",
2093
+ "IdSolution": 1,
2094
+ "Ts": "0000000000a78715",
2095
+ "RefData": null,
2096
+ "WeakTypeDtoName": null,
2097
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2098
+ "IsWeakType": false,
2099
+ "AliName": "POSParamSolutionDetailDTO",
2100
+ "Status": 0,
2101
+ "EnableHasChanged": false,
2102
+ "ChangedProperty": ["__belonginglistname"],
2103
+ "DynamicPropertyKeys": ["__belonginglistname"],
2104
+ "DynamicPropertyValues": ["SolutionDetails"],
2105
+ "DeleteID": 1873,
2106
+ "Updated": "/Date(1596269714267)/",
2107
+ "UpdatedBy": null,
2108
+ "InnerSearchLevel": 1,
2109
+ "RecordChange": true,
2110
+ "InnerPropInParentRecure": null,
2111
+ "CaseSensitive": false,
2112
+ "RecordDynamicNullValue": false,
2113
+ "data": null
2114
+ }, {
2115
+ "ID": 1874,
2116
+ "IsVisible": true,
2117
+ "IsRequired": false,
2118
+ "Name": "OrigReturn",
2119
+ "IdRef": null,
2120
+ "DefaultValue": "ctrl+t",
2121
+ "ApplyPOS": null,
2122
+ "DOMType": null,
2123
+ "TabIndex": 420,
2124
+ "Title": "原单退货",
2125
+ "Value": "ctrl+t",
2126
+ "IsEnable": true,
2127
+ "ExtField": "{\"operation\":[\".pos-side-bar .sider-bar-menu-item .sub-menu-item span=原单退货\"],\"classification\": \"3\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
2128
+ "ParamType": {
2129
+ "Id": "56577",
2130
+ "Code": "07",
2131
+ "Name": "快捷键",
2132
+ "Position": 0,
2133
+ "CustomUse": false,
2134
+ "IsDelete": 0,
2135
+ "IsExtend": 0,
2136
+ "remark": null,
2137
+ "DefaultValue": null,
2138
+ "IsPreset": 0,
2139
+ "EnumId": ""
2140
+ },
2141
+ "Code": "",
2142
+ "IdSolution": 1,
2143
+ "Ts": "0000000000a78716",
2144
+ "RefData": null,
2145
+ "WeakTypeDtoName": null,
2146
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2147
+ "IsWeakType": false,
2148
+ "AliName": "POSParamSolutionDetailDTO",
2149
+ "Status": 0,
2150
+ "EnableHasChanged": false,
2151
+ "ChangedProperty": ["__belonginglistname"],
2152
+ "DynamicPropertyKeys": ["__belonginglistname"],
2153
+ "DynamicPropertyValues": ["SolutionDetails"],
2154
+ "DeleteID": 1874,
2155
+ "Updated": "/Date(1596269714267)/",
2156
+ "UpdatedBy": null,
2157
+ "InnerSearchLevel": 1,
2158
+ "RecordChange": true,
2159
+ "InnerPropInParentRecure": null,
2160
+ "CaseSensitive": false,
2161
+ "RecordDynamicNullValue": false,
2162
+ "data": null
2163
+ }, {
2164
+ "ID": 1875,
2165
+ "IsVisible": true,
2166
+ "IsRequired": false,
2167
+ "Name": "PendingVoucher",
2168
+ "IdRef": null,
2169
+ "DefaultValue": "pagedown",
2170
+ "ApplyPOS": null,
2171
+ "DOMType": null,
2172
+ "TabIndex": 430,
2173
+ "Title": "挂单取单",
2174
+ "Value": "pagedown",
2175
+ "IsEnable": true,
2176
+ "ExtField": "{\"operation\": [\".pos-side-bar .sider-bar-menu-item .icon-guadanxian1\"],\"classification\": \"3\",\"enableEdit\":true, \"dynamic\": false , \"operationType\": 1 , \"isdisplay\": true }",
2177
+ "ParamType": {
2178
+ "Id": "56577",
2179
+ "Code": "07",
2180
+ "Name": "快捷键",
2181
+ "Position": 0,
2182
+ "CustomUse": false,
2183
+ "IsDelete": 0,
2184
+ "IsExtend": 0,
2185
+ "remark": null,
2186
+ "DefaultValue": null,
2187
+ "IsPreset": 0,
2188
+ "EnumId": ""
2189
+ },
2190
+ "Code": "",
2191
+ "IdSolution": 1,
2192
+ "Ts": "0000000000a78717",
2193
+ "RefData": null,
2194
+ "WeakTypeDtoName": null,
2195
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2196
+ "IsWeakType": false,
2197
+ "AliName": "POSParamSolutionDetailDTO",
2198
+ "Status": 0,
2199
+ "EnableHasChanged": false,
2200
+ "ChangedProperty": ["__belonginglistname"],
2201
+ "DynamicPropertyKeys": ["__belonginglistname"],
2202
+ "DynamicPropertyValues": ["SolutionDetails"],
2203
+ "DeleteID": 1875,
2204
+ "Updated": "/Date(1596269714267)/",
2205
+ "UpdatedBy": null,
2206
+ "InnerSearchLevel": 1,
2207
+ "RecordChange": true,
2208
+ "InnerPropInParentRecure": null,
2209
+ "CaseSensitive": false,
2210
+ "RecordDynamicNullValue": false,
2211
+ "data": null
2212
+ }, {
2213
+ "ID": 1876,
2214
+ "IsVisible": true,
2215
+ "IsRequired": false,
2216
+ "Name": "MemberCard",
2217
+ "IdRef": null,
2218
+ "DefaultValue": "f1",
2219
+ "ApplyPOS": null,
2220
+ "DOMType": null,
2221
+ "TabIndex": 440,
2222
+ "Title": "会员卡",
2223
+ "Value": "f1",
2224
+ "IsEnable": true,
2225
+ // 增加会员聚焦F1
2226
+ "ExtField": "{ \"operation\": [[\".MemberContainer .member-hotkey-info\"],[\".MemberContainer #memberPoint\"]],\"classification\": 3,\"enableEdit\":true , \"dynamic\": true , \"operationType\": 1 , \"isdisplay\": true }",
2227
+ "ParamType": {
2228
+ "Id": "56577",
2229
+ "Code": "07",
2230
+ "Name": "快捷键",
2231
+ "Position": 0,
2232
+ "CustomUse": false,
2233
+ "IsDelete": 0,
2234
+ "IsExtend": 0,
2235
+ "remark": null,
2236
+ "DefaultValue": null,
2237
+ "IsPreset": 0,
2238
+ "EnumId": ""
2239
+ },
2240
+ "Code": "",
2241
+ "IdSolution": 1,
2242
+ "Ts": "0000000000a78718",
2243
+ "RefData": null,
2244
+ "WeakTypeDtoName": null,
2245
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2246
+ "IsWeakType": false,
2247
+ "AliName": "POSParamSolutionDetailDTO",
2248
+ "Status": 0,
2249
+ "EnableHasChanged": false,
2250
+ "ChangedProperty": ["__belonginglistname"],
2251
+ "DynamicPropertyKeys": ["__belonginglistname"],
2252
+ "DynamicPropertyValues": ["SolutionDetails"],
2253
+ "DeleteID": 1876,
2254
+ "Updated": "/Date(1596269714267)/",
2255
+ "UpdatedBy": null,
2256
+ "InnerSearchLevel": 1,
2257
+ "RecordChange": true,
2258
+ "InnerPropInParentRecure": null,
2259
+ "CaseSensitive": false,
2260
+ "RecordDynamicNullValue": false,
2261
+ "data": null
2262
+ }, {
2263
+ "ID": 1877,
2264
+ "IsVisible": true,
2265
+ "IsRequired": false,
2266
+ "Name": "MemberManager",
2267
+ "IdRef": null,
2268
+ "DefaultValue": "f2",
2269
+ "ApplyPOS": null,
2270
+ "DOMType": null,
2271
+ "TabIndex": 450,
2272
+ "Title": "会员管理",
2273
+ "Value": "f2",
2274
+ "IsEnable": true,
2275
+ "ExtField": "{\"operation\": [\".pos-side-bar .sider-bar-menu-item .sub-menu-item span=会员管理\"],\"classification\": \"3\",\"enableEdit\":true , \"dynamic\": true , \"operationType\": 1 , \"isdisplay\": true }",
2276
+ "ParamType": {
2277
+ "Id": "56577",
2278
+ "Code": "07",
2279
+ "Name": "快捷键",
2280
+ "Position": 0,
2281
+ "CustomUse": false,
2282
+ "IsDelete": 0,
2283
+ "IsExtend": 0,
2284
+ "remark": null,
2285
+ "DefaultValue": null,
2286
+ "IsPreset": 0,
2287
+ "EnumId": ""
2288
+ },
2289
+ "Code": "",
2290
+ "IdSolution": 1,
2291
+ "Ts": "0000000000a78719",
2292
+ "RefData": null,
2293
+ "WeakTypeDtoName": null,
2294
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2295
+ "IsWeakType": false,
2296
+ "AliName": "POSParamSolutionDetailDTO",
2297
+ "Status": 0,
2298
+ "EnableHasChanged": false,
2299
+ "ChangedProperty": ["__belonginglistname"],
2300
+ "DynamicPropertyKeys": ["__belonginglistname"],
2301
+ "DynamicPropertyValues": ["SolutionDetails"],
2302
+ "DeleteID": 1877,
2303
+ "Updated": "/Date(1596269714267)/",
2304
+ "UpdatedBy": null,
2305
+ "InnerSearchLevel": 1,
2306
+ "RecordChange": true,
2307
+ "InnerPropInParentRecure": null,
2308
+ "CaseSensitive": false,
2309
+ "RecordDynamicNullValue": false,
2310
+ "data": null
2311
+ }, {
2312
+ "ID": 1878,
2313
+ "IsVisible": true,
2314
+ "IsRequired": false,
2315
+ "Name": "MemberStorage",
2316
+ "IdRef": null,
2317
+ "DefaultValue": "f2",
2318
+ "ApplyPOS": null,
2319
+ "DOMType": null,
2320
+ "TabIndex": 460,
2321
+ "Title": "储值",
2322
+ "Value": "f2",
2323
+ "IsEnable": true,
2324
+ "ExtField": "{\"operation\": [\".member-content-tab .member-menu-el span=储值\"],\"classification\": \"3\",\"enableEdit\":true , \"dynamic\": true , \"operationType\": 4 , \"isdisplay\": true }",
2325
+ "ParamType": {
2326
+ "Id": "56577",
2327
+ "Code": "07",
2328
+ "Name": "快捷键",
2329
+ "Position": 0,
2330
+ "CustomUse": false,
2331
+ "IsDelete": 0,
2332
+ "IsExtend": 0,
2333
+ "remark": null,
2334
+ "DefaultValue": null,
2335
+ "IsPreset": 0,
2336
+ "EnumId": ""
2337
+ },
2338
+ "Code": "",
2339
+ "IdSolution": 1,
2340
+ "Ts": "0000000000a7871a",
2341
+ "RefData": null,
2342
+ "WeakTypeDtoName": null,
2343
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2344
+ "IsWeakType": false,
2345
+ "AliName": "POSParamSolutionDetailDTO",
2346
+ "Status": 0,
2347
+ "EnableHasChanged": false,
2348
+ "ChangedProperty": ["__belonginglistname"],
2349
+ "DynamicPropertyKeys": ["__belonginglistname"],
2350
+ "DynamicPropertyValues": ["SolutionDetails"],
2351
+ "DeleteID": 1878,
2352
+ "Updated": "/Date(1596269714267)/",
2353
+ "UpdatedBy": null,
2354
+ "InnerSearchLevel": 1,
2355
+ "RecordChange": true,
2356
+ "InnerPropInParentRecure": null,
2357
+ "CaseSensitive": false,
2358
+ "RecordDynamicNullValue": false,
2359
+ "data": null
2360
+ }, {
2361
+ "ID": 1879,
2362
+ "IsVisible": true,
2363
+ "IsRequired": false,
2364
+ "Name": "MemberChangePassword",
2365
+ "IdRef": null,
2366
+ "DefaultValue": "f3",
2367
+ "ApplyPOS": null,
2368
+ "DOMType": null,
2369
+ "TabIndex": 470,
2370
+ "Title": "修改密码",
2371
+ "Value": "f3",
2372
+ "IsEnable": true,
2373
+ "ExtField": "{\"operation\":[\".member-content-tab .member-menu-el span=修改密码\"],\"classification\": \"3\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 4, \"isdisplay\": true }",
2374
+ "ParamType": {
2375
+ "Id": "56577",
2376
+ "Code": "07",
2377
+ "Name": "快捷键",
2378
+ "Position": 0,
2379
+ "CustomUse": false,
2380
+ "IsDelete": 0,
2381
+ "IsExtend": 0,
2382
+ "remark": null,
2383
+ "DefaultValue": null,
2384
+ "IsPreset": 0,
2385
+ "EnumId": ""
2386
+ },
2387
+ "Code": "",
2388
+ "IdSolution": 1,
2389
+ "Ts": "0000000000a7871b",
2390
+ "RefData": null,
2391
+ "WeakTypeDtoName": null,
2392
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2393
+ "IsWeakType": false,
2394
+ "AliName": "POSParamSolutionDetailDTO",
2395
+ "Status": 0,
2396
+ "EnableHasChanged": false,
2397
+ "ChangedProperty": ["__belonginglistname"],
2398
+ "DynamicPropertyKeys": ["__belonginglistname"],
2399
+ "DynamicPropertyValues": ["SolutionDetails"],
2400
+ "DeleteID": 1879,
2401
+ "Updated": "/Date(1596269714267)/",
2402
+ "UpdatedBy": null,
2403
+ "InnerSearchLevel": 1,
2404
+ "RecordChange": true,
2405
+ "InnerPropInParentRecure": null,
2406
+ "CaseSensitive": false,
2407
+ "RecordDynamicNullValue": false,
2408
+ "data": null
2409
+ }, {
2410
+ "ID": 1880,
2411
+ "IsVisible": true,
2412
+ "IsRequired": false,
2413
+ "Name": "MemberLoss",
2414
+ "IdRef": null,
2415
+ "DefaultValue": "f4",
2416
+ "ApplyPOS": null,
2417
+ "DOMType": null,
2418
+ "TabIndex": 480,
2419
+ "Title": "挂失/取消挂失",
2420
+ "Value": "f4",
2421
+ "IsEnable": true,
2422
+ "ExtField": "{\"operation\":[\".member-content-tab .hot-RecordLoss\"],\"classification\": \"3\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 4, \"isdisplay\": true }",
2423
+ "ParamType": {
2424
+ "Id": "56577",
2425
+ "Code": "07",
2426
+ "Name": "快捷键",
2427
+ "Position": 0,
2428
+ "CustomUse": false,
2429
+ "IsDelete": 0,
2430
+ "IsExtend": 0,
2431
+ "remark": null,
2432
+ "DefaultValue": null,
2433
+ "IsPreset": 0,
2434
+ "EnumId": ""
2435
+ },
2436
+ "Code": "",
2437
+ "IdSolution": 1,
2438
+ "Ts": "0000000000a7871c",
2439
+ "RefData": null,
2440
+ "WeakTypeDtoName": null,
2441
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2442
+ "IsWeakType": false,
2443
+ "AliName": "POSParamSolutionDetailDTO",
2444
+ "Status": 0,
2445
+ "EnableHasChanged": false,
2446
+ "ChangedProperty": ["__belonginglistname"],
2447
+ "DynamicPropertyKeys": ["__belonginglistname"],
2448
+ "DynamicPropertyValues": ["SolutionDetails"],
2449
+ "DeleteID": 1880,
2450
+ "Updated": "/Date(1596269714267)/",
2451
+ "UpdatedBy": null,
2452
+ "InnerSearchLevel": 1,
2453
+ "RecordChange": true,
2454
+ "InnerPropInParentRecure": null,
2455
+ "CaseSensitive": false,
2456
+ "RecordDynamicNullValue": false,
2457
+ "data": null
2458
+ }, {
2459
+ "ID": 1881,
2460
+ "IsVisible": true,
2461
+ "IsRequired": false,
2462
+ "Name": "MemberOpenCard",
2463
+ "IdRef": null,
2464
+ "DefaultValue": "f5",
2465
+ "ApplyPOS": null,
2466
+ "DOMType": null,
2467
+ "TabIndex": 490,
2468
+ "Title": "开卡",
2469
+ "Value": "f5",
2470
+ "IsEnable": true,
2471
+ "ExtField": "{\"operation\": [\".member-content-tab .member-menu-el span=开卡\"],\"classification\": \"3\",\"enableEdit\":true , \"dynamic\": true , \"operationType\": 4 , \"isdisplay\": true }",
2472
+ "ParamType": {
2473
+ "Id": "56577",
2474
+ "Code": "07",
2475
+ "Name": "快捷键",
2476
+ "Position": 0,
2477
+ "CustomUse": false,
2478
+ "IsDelete": 0,
2479
+ "IsExtend": 0,
2480
+ "remark": null,
2481
+ "DefaultValue": null,
2482
+ "IsPreset": 0,
2483
+ "EnumId": ""
2484
+ },
2485
+ "Code": "",
2486
+ "IdSolution": 1,
2487
+ "Ts": "0000000000a7871d",
2488
+ "RefData": null,
2489
+ "WeakTypeDtoName": null,
2490
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2491
+ "IsWeakType": false,
2492
+ "AliName": "POSParamSolutionDetailDTO",
2493
+ "Status": 0,
2494
+ "EnableHasChanged": false,
2495
+ "ChangedProperty": ["__belonginglistname"],
2496
+ "DynamicPropertyKeys": ["__belonginglistname"],
2497
+ "DynamicPropertyValues": ["SolutionDetails"],
2498
+ "DeleteID": 1881,
2499
+ "Updated": "/Date(1596269714267)/",
2500
+ "UpdatedBy": null,
2501
+ "InnerSearchLevel": 1,
2502
+ "RecordChange": true,
2503
+ "InnerPropInParentRecure": null,
2504
+ "CaseSensitive": false,
2505
+ "RecordDynamicNullValue": false,
2506
+ "data": null
2507
+ }, {
2508
+ "ID": 1882,
2509
+ "IsVisible": true,
2510
+ "IsRequired": false,
2511
+ "Name": "MemberAdd",
2512
+ "IdRef": null,
2513
+ "DefaultValue": "f8",
2514
+ "ApplyPOS": null,
2515
+ "DOMType": null,
2516
+ "TabIndex": 500,
2517
+ "Title": "会员新增",
2518
+ "Value": "f8",
2519
+ "IsEnable": true,
2520
+ "ExtField": "{ \"operation\": [\".pos-side-bar .sider-bar-menu-item .sub-menu-item span=会员新增\"],\"classification\": 3,\"enableEdit\":true , \"dynamic\": true , \"operationType\": 1 , \"isdisplay\": true }",
2521
+ "ParamType": {
2522
+ "Id": "56577",
2523
+ "Code": "07",
2524
+ "Name": "快捷键",
2525
+ "Position": 0,
2526
+ "CustomUse": false,
2527
+ "IsDelete": 0,
2528
+ "IsExtend": 0,
2529
+ "remark": null,
2530
+ "DefaultValue": null,
2531
+ "IsPreset": 0,
2532
+ "EnumId": ""
2533
+ },
2534
+ "Code": "",
2535
+ "IdSolution": 1,
2536
+ "Ts": "0000000000a7871e",
2537
+ "RefData": null,
2538
+ "WeakTypeDtoName": null,
2539
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2540
+ "IsWeakType": false,
2541
+ "AliName": "POSParamSolutionDetailDTO",
2542
+ "Status": 0,
2543
+ "EnableHasChanged": false,
2544
+ "ChangedProperty": ["__belonginglistname"],
2545
+ "DynamicPropertyKeys": ["__belonginglistname"],
2546
+ "DynamicPropertyValues": ["SolutionDetails"],
2547
+ "DeleteID": 1882,
2548
+ "Updated": "/Date(1596269714267)/",
2549
+ "UpdatedBy": null,
2550
+ "InnerSearchLevel": 1,
2551
+ "RecordChange": true,
2552
+ "InnerPropInParentRecure": null,
2553
+ "CaseSensitive": false,
2554
+ "RecordDynamicNullValue": false,
2555
+ "data": null
2556
+ }, {
2557
+ "ID": 1883,
2558
+ "IsVisible": true,
2559
+ "IsRequired": false,
2560
+ "Name": "SearchStock",
2561
+ "IdRef": null,
2562
+ "DefaultValue": "ctrl+2",
2563
+ "ApplyPOS": null,
2564
+ "DOMType": null,
2565
+ "TabIndex": 510,
2566
+ "Title": "库存查询",
2567
+ "Value": "ctrl+2",
2568
+ "IsEnable": true,
2569
+ "ExtField": "{\"operation\":[\".pos-side-bar .sider-bar-menu-item .sub-menu-item span=库存查询\"],\"classification\": \"3\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
2570
+ "ParamType": {
2571
+ "Id": "56577",
2572
+ "Code": "07",
2573
+ "Name": "快捷键",
2574
+ "Position": 0,
2575
+ "CustomUse": false,
2576
+ "IsDelete": 0,
2577
+ "IsExtend": 0,
2578
+ "remark": null,
2579
+ "DefaultValue": null,
2580
+ "IsPreset": 0,
2581
+ "EnumId": ""
2582
+ },
2583
+ "Code": "",
2584
+ "IdSolution": 1,
2585
+ "Ts": "0000000000a7871f",
2586
+ "RefData": null,
2587
+ "WeakTypeDtoName": null,
2588
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2589
+ "IsWeakType": false,
2590
+ "AliName": "POSParamSolutionDetailDTO",
2591
+ "Status": 0,
2592
+ "EnableHasChanged": false,
2593
+ "ChangedProperty": ["__belonginglistname"],
2594
+ "DynamicPropertyKeys": ["__belonginglistname"],
2595
+ "DynamicPropertyValues": ["SolutionDetails"],
2596
+ "DeleteID": 1883,
2597
+ "Updated": "/Date(1596269714267)/",
2598
+ "UpdatedBy": null,
2599
+ "InnerSearchLevel": 1,
2600
+ "RecordChange": true,
2601
+ "InnerPropInParentRecure": null,
2602
+ "CaseSensitive": false,
2603
+ "RecordDynamicNullValue": false,
2604
+ "data": null
2605
+ }, {
2606
+ "ID": 1884,
2607
+ "IsVisible": true,
2608
+ "IsRequired": false,
2609
+ "Name": "SearchRetail",
2610
+ "IdRef": null,
2611
+ "DefaultValue": "ctrl+3",
2612
+ "ApplyPOS": null,
2613
+ "DOMType": null,
2614
+ "TabIndex": 520,
2615
+ "Title": "单据查询",
2616
+ "Value": "ctrl+3",
2617
+ "IsEnable": true,
2618
+ "ExtField": "{\"operation\":[\".pos-side-bar .sider-bar-menu-item .sub-menu-item span=单据查询\"],\"classification\": \"3\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
2619
+ "ParamType": {
2620
+ "Id": "56577",
2621
+ "Code": "07",
2622
+ "Name": "快捷键",
2623
+ "Position": 0,
2624
+ "CustomUse": false,
2625
+ "IsDelete": 0,
2626
+ "IsExtend": 0,
2627
+ "remark": null,
2628
+ "DefaultValue": null,
2629
+ "IsPreset": 0,
2630
+ "EnumId": ""
2631
+ },
2632
+ "Code": "",
2633
+ "IdSolution": 1,
2634
+ "Ts": "0000000000a78720",
2635
+ "RefData": null,
2636
+ "WeakTypeDtoName": null,
2637
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2638
+ "IsWeakType": false,
2639
+ "AliName": "POSParamSolutionDetailDTO",
2640
+ "Status": 0,
2641
+ "EnableHasChanged": false,
2642
+ "ChangedProperty": ["__belonginglistname"],
2643
+ "DynamicPropertyKeys": ["__belonginglistname"],
2644
+ "DynamicPropertyValues": ["SolutionDetails"],
2645
+ "DeleteID": 1884,
2646
+ "Updated": "/Date(1596269714267)/",
2647
+ "UpdatedBy": null,
2648
+ "InnerSearchLevel": 1,
2649
+ "RecordChange": true,
2650
+ "InnerPropInParentRecure": null,
2651
+ "CaseSensitive": false,
2652
+ "RecordDynamicNullValue": false,
2653
+ "data": null
2654
+ }, {
2655
+ "ID": 1885,
2656
+ "IsVisible": true,
2657
+ "IsRequired": false,
2658
+ "Name": "PickedUp",
2659
+ "IdRef": null,
2660
+ "DefaultValue": "f11",
2661
+ "ApplyPOS": null,
2662
+ "DOMType": null,
2663
+ "TabIndex": 530,
2664
+ "Title": "自提",
2665
+ "Value": "f11",
2666
+ "IsEnable": true,
2667
+ "ExtField": "{ \"operation\": [[\".pos-side-bar .sider-bar-menu-item .sub-menu-item span=自提\"],[\".pos-side-bar .sider-bar-menu-item .menu-submenu-content .menu-submenu-title=自提\"]],\"classification\": 3,\"enableEdit\":true , \"dynamic\": true , \"operationType\": 1 , \"isdisplay\": true }",
2668
+ "ParamType": {
2669
+ "Id": "56577",
2670
+ "Code": "07",
2671
+ "Name": "快捷键",
2672
+ "Position": 0,
2673
+ "CustomUse": false,
2674
+ "IsDelete": 0,
2675
+ "IsExtend": 0,
2676
+ "remark": null,
2677
+ "DefaultValue": null,
2678
+ "IsPreset": 0,
2679
+ "EnumId": ""
2680
+ },
2681
+ "Code": "",
2682
+ "IdSolution": 1,
2683
+ "Ts": "0000000000a78721",
2684
+ "RefData": null,
2685
+ "WeakTypeDtoName": null,
2686
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2687
+ "IsWeakType": false,
2688
+ "AliName": "POSParamSolutionDetailDTO",
2689
+ "Status": 0,
2690
+ "EnableHasChanged": false,
2691
+ "ChangedProperty": ["__belonginglistname"],
2692
+ "DynamicPropertyKeys": ["__belonginglistname"],
2693
+ "DynamicPropertyValues": ["SolutionDetails"],
2694
+ "DeleteID": 1885,
2695
+ "Updated": "/Date(1596269714267)/",
2696
+ "UpdatedBy": null,
2697
+ "InnerSearchLevel": 1,
2698
+ "RecordChange": true,
2699
+ "InnerPropInParentRecure": null,
2700
+ "CaseSensitive": false,
2701
+ "RecordDynamicNullValue": false,
2702
+ "data": null
2703
+ }, {
2704
+ "ID": 1886,
2705
+ "IsVisible": true,
2706
+ "IsRequired": false,
2707
+ "Name": "Distribution",
2708
+ "IdRef": null,
2709
+ "DefaultValue": "f12",
2710
+ "ApplyPOS": null,
2711
+ "DOMType": null,
2712
+ "TabIndex": 540,
2713
+ "Title": "配送",
2714
+ "Value": "f12",
2715
+ "IsEnable": true,
2716
+ "ExtField": "{ \"operation\": [[\".pos-side-bar .sider-bar-menu-item .sub-menu-item span=配送\"],[\".pos-side-bar .sider-bar-menu-item .menu-submenu-content .menu-submenu-title=配送\"]],\"classification\": 3,\"enableEdit\":true , \"dynamic\": true , \"operationType\": 1 , \"isdisplay\": true }",
2717
+ "ParamType": {
2718
+ "Id": "56577",
2719
+ "Code": "07",
2720
+ "Name": "快捷键",
2721
+ "Position": 0,
2722
+ "CustomUse": false,
2723
+ "IsDelete": 0,
2724
+ "IsExtend": 0,
2725
+ "remark": null,
2726
+ "DefaultValue": null,
2727
+ "IsPreset": 0,
2728
+ "EnumId": ""
2729
+ },
2730
+ "Code": "",
2731
+ "IdSolution": 1,
2732
+ "Ts": "0000000000a78722",
2733
+ "RefData": null,
2734
+ "WeakTypeDtoName": null,
2735
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2736
+ "IsWeakType": false,
2737
+ "AliName": "POSParamSolutionDetailDTO",
2738
+ "Status": 0,
2739
+ "EnableHasChanged": false,
2740
+ "ChangedProperty": ["__belonginglistname"],
2741
+ "DynamicPropertyKeys": ["__belonginglistname"],
2742
+ "DynamicPropertyValues": ["SolutionDetails"],
2743
+ "DeleteID": 1886,
2744
+ "Updated": "/Date(1596269714267)/",
2745
+ "UpdatedBy": null,
2746
+ "InnerSearchLevel": 1,
2747
+ "RecordChange": true,
2748
+ "InnerPropInParentRecure": null,
2749
+ "CaseSensitive": false,
2750
+ "RecordDynamicNullValue": false,
2751
+ "data": null
2752
+ }, {
2753
+ "ID": 1887,
2754
+ "IsVisible": true,
2755
+ "IsRequired": false,
2756
+ "Name": "Shortcuts",
2757
+ "IdRef": null,
2758
+ "DefaultValue": "ctrl+h",
2759
+ "ApplyPOS": null,
2760
+ "DOMType": null,
2761
+ "TabIndex": 550,
2762
+ "Title": "快捷键",
2763
+ "Value": "ctrl+h",
2764
+ "IsEnable": true,
2765
+ "ExtField": "{\"operation\":[\".pos-side-bar .sider-bar-menu-item .sub-menu-item span=快捷键\"],\"classification\": \"3\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
2766
+ "ParamType": {
2767
+ "Id": "56577",
2768
+ "Code": "07",
2769
+ "Name": "快捷键",
2770
+ "Position": 0,
2771
+ "CustomUse": false,
2772
+ "IsDelete": 0,
2773
+ "IsExtend": 0,
2774
+ "remark": null,
2775
+ "DefaultValue": null,
2776
+ "IsPreset": 0,
2777
+ "EnumId": ""
2778
+ },
2779
+ "Code": "",
2780
+ "IdSolution": 1,
2781
+ "Ts": "0000000000a78723",
2782
+ "RefData": null,
2783
+ "WeakTypeDtoName": null,
2784
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2785
+ "IsWeakType": false,
2786
+ "AliName": "POSParamSolutionDetailDTO",
2787
+ "Status": 0,
2788
+ "EnableHasChanged": false,
2789
+ "ChangedProperty": ["__belonginglistname"],
2790
+ "DynamicPropertyKeys": ["__belonginglistname"],
2791
+ "DynamicPropertyValues": ["SolutionDetails"],
2792
+ "DeleteID": 1887,
2793
+ "Updated": "/Date(1596269714267)/",
2794
+ "UpdatedBy": null,
2795
+ "InnerSearchLevel": 1,
2796
+ "RecordChange": true,
2797
+ "InnerPropInParentRecure": null,
2798
+ "CaseSensitive": false,
2799
+ "RecordDynamicNullValue": false,
2800
+ "data": null
2801
+ }, {
2802
+ "ID": 1888,
2803
+ "IsVisible": true,
2804
+ "IsRequired": false,
2805
+ "Name": "OpenCashbox",
2806
+ "IdRef": null,
2807
+ "DefaultValue": "end",
2808
+ "ApplyPOS": null,
2809
+ "DOMType": null,
2810
+ "TabIndex": 560,
2811
+ "Title": "钱箱",
2812
+ "Value": "end",
2813
+ "IsEnable": true,
2814
+ "ExtField": "{\"operation\":[[\".pos-side-bar .sider-bar-menu-item-more .sub-menu-item span=钱箱\"],[\".pos-side-bar .sider-bar-menu-item-cashbox\"],[\".pos-side-bar .cashbox-itemmm .icon-danqianxiang\"]],\"classification\": \"3\",\"enableEdit\":true , \"dynamic\": false , \"operationType\": 1 , \"isdisplay\": true }",
2815
+ "ParamType": {
2816
+ "Id": "56577",
2817
+ "Code": "07",
2818
+ "Name": "快捷键",
2819
+ "Position": 0,
2820
+ "CustomUse": false,
2821
+ "IsDelete": 0,
2822
+ "IsExtend": 0,
2823
+ "remark": null,
2824
+ "DefaultValue": null,
2825
+ "IsPreset": 0,
2826
+ "EnumId": ""
2827
+ },
2828
+ "Code": "",
2829
+ "IdSolution": 1,
2830
+ "Ts": "0000000000a78724",
2831
+ "RefData": null,
2832
+ "WeakTypeDtoName": null,
2833
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2834
+ "IsWeakType": false,
2835
+ "AliName": "POSParamSolutionDetailDTO",
2836
+ "Status": 0,
2837
+ "EnableHasChanged": false,
2838
+ "ChangedProperty": ["__belonginglistname"],
2839
+ "DynamicPropertyKeys": ["__belonginglistname"],
2840
+ "DynamicPropertyValues": ["SolutionDetails"],
2841
+ "DeleteID": 1888,
2842
+ "Updated": "/Date(1596269714267)/",
2843
+ "UpdatedBy": null,
2844
+ "InnerSearchLevel": 1,
2845
+ "RecordChange": true,
2846
+ "InnerPropInParentRecure": null,
2847
+ "CaseSensitive": false,
2848
+ "RecordDynamicNullValue": false,
2849
+ "data": null
2850
+ }, {
2851
+ "ID": 1889,
2852
+ "IsVisible": true,
2853
+ "IsRequired": false,
2854
+ "Name": "Lock",
2855
+ "IdRef": null,
2856
+ "DefaultValue": "home",
2857
+ "ApplyPOS": null,
2858
+ "DOMType": null,
2859
+ "TabIndex": 570,
2860
+ "Title": "锁屏",
2861
+ "Value": "home",
2862
+ "IsEnable": true,
2863
+ "ExtField": "{\"operation\":[\".pos-side-bar .sider-bar-menu-item .sub-menu-item span=锁屏\"],\"classification\": \"3\",\"enableEdit\":true,\"dynamic\": false, \"operationType\": 1, \"isdisplay\": true }",
2864
+ "ParamType": {
2865
+ "Id": "56577",
2866
+ "Code": "07",
2867
+ "Name": "快捷键",
2868
+ "Position": 0,
2869
+ "CustomUse": false,
2870
+ "IsDelete": 0,
2871
+ "IsExtend": 0,
2872
+ "remark": null,
2873
+ "DefaultValue": null,
2874
+ "IsPreset": 0,
2875
+ "EnumId": ""
2876
+ },
2877
+ "Code": "",
2878
+ "IdSolution": 1,
2879
+ "Ts": "0000000000a78725",
2880
+ "RefData": null,
2881
+ "WeakTypeDtoName": null,
2882
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2883
+ "IsWeakType": false,
2884
+ "AliName": "POSParamSolutionDetailDTO",
2885
+ "Status": 0,
2886
+ "EnableHasChanged": false,
2887
+ "ChangedProperty": ["__belonginglistname"],
2888
+ "DynamicPropertyKeys": ["__belonginglistname"],
2889
+ "DynamicPropertyValues": ["SolutionDetails"],
2890
+ "DeleteID": 1889,
2891
+ "Updated": "/Date(1596269714267)/",
2892
+ "UpdatedBy": null,
2893
+ "InnerSearchLevel": 1,
2894
+ "RecordChange": true,
2895
+ "InnerPropInParentRecure": null,
2896
+ "CaseSensitive": false,
2897
+ "RecordDynamicNullValue": false,
2898
+ "data": null
2899
+ }, {
2900
+ "ID": 1890,
2901
+ "IsVisible": true,
2902
+ "IsRequired": false,
2903
+ "Name": "SettleStyle1",
2904
+ "IdRef": null,
2905
+ "DefaultValue": "f5",
2906
+ "ApplyPOS": null,
2907
+ "DOMType": null,
2908
+ "TabIndex": 580,
2909
+ "Title": "常用结算方式1",
2910
+ "Value": "f5",
2911
+ "IsEnable": true,
2912
+ "ExtField": "{\"operation\":[\".billingSettlement .quick:0\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 1, \"isdisplay\": true }",
2913
+ "ParamType": {
2914
+ "Id": "56577",
2915
+ "Code": "07",
2916
+ "Name": "快捷键",
2917
+ "Position": 0,
2918
+ "CustomUse": false,
2919
+ "IsDelete": 0,
2920
+ "IsExtend": 0,
2921
+ "remark": null,
2922
+ "DefaultValue": null,
2923
+ "IsPreset": 0,
2924
+ "EnumId": ""
2925
+ },
2926
+ "Code": "",
2927
+ "IdSolution": 1,
2928
+ "Ts": "0000000000a78726",
2929
+ "RefData": null,
2930
+ "WeakTypeDtoName": null,
2931
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2932
+ "IsWeakType": false,
2933
+ "AliName": "POSParamSolutionDetailDTO",
2934
+ "Status": 0,
2935
+ "EnableHasChanged": false,
2936
+ "ChangedProperty": ["__belonginglistname"],
2937
+ "DynamicPropertyKeys": ["__belonginglistname"],
2938
+ "DynamicPropertyValues": ["SolutionDetails"],
2939
+ "DeleteID": 1890,
2940
+ "Updated": "/Date(1596269714267)/",
2941
+ "UpdatedBy": null,
2942
+ "InnerSearchLevel": 1,
2943
+ "RecordChange": true,
2944
+ "InnerPropInParentRecure": null,
2945
+ "CaseSensitive": false,
2946
+ "RecordDynamicNullValue": false,
2947
+ "data": null
2948
+ }, {
2949
+ "ID": 1891,
2950
+ "IsVisible": true,
2951
+ "IsRequired": false,
2952
+ "Name": "SettleStyle2",
2953
+ "IdRef": null,
2954
+ "DefaultValue": "f6",
2955
+ "ApplyPOS": null,
2956
+ "DOMType": null,
2957
+ "TabIndex": 590,
2958
+ "Title": "常用结算方式2",
2959
+ "Value": "f6",
2960
+ "IsEnable": true,
2961
+ "ExtField": "{\"operation\":[\".billingSettlement .quick:1\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 1, \"isdisplay\": true }",
2962
+ "ParamType": {
2963
+ "Id": "56577",
2964
+ "Code": "07",
2965
+ "Name": "快捷键",
2966
+ "Position": 0,
2967
+ "CustomUse": false,
2968
+ "IsDelete": 0,
2969
+ "IsExtend": 0,
2970
+ "remark": null,
2971
+ "DefaultValue": null,
2972
+ "IsPreset": 0,
2973
+ "EnumId": ""
2974
+ },
2975
+ "Code": "",
2976
+ "IdSolution": 1,
2977
+ "Ts": "0000000000a78727",
2978
+ "RefData": null,
2979
+ "WeakTypeDtoName": null,
2980
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
2981
+ "IsWeakType": false,
2982
+ "AliName": "POSParamSolutionDetailDTO",
2983
+ "Status": 0,
2984
+ "EnableHasChanged": false,
2985
+ "ChangedProperty": ["__belonginglistname"],
2986
+ "DynamicPropertyKeys": ["__belonginglistname"],
2987
+ "DynamicPropertyValues": ["SolutionDetails"],
2988
+ "DeleteID": 1891,
2989
+ "Updated": "/Date(1596269714267)/",
2990
+ "UpdatedBy": null,
2991
+ "InnerSearchLevel": 1,
2992
+ "RecordChange": true,
2993
+ "InnerPropInParentRecure": null,
2994
+ "CaseSensitive": false,
2995
+ "RecordDynamicNullValue": false,
2996
+ "data": null
2997
+ }, {
2998
+ "ID": 1892,
2999
+ "IsVisible": true,
3000
+ "IsRequired": false,
3001
+ "Name": "SettleStyle3",
3002
+ "IdRef": null,
3003
+ "DefaultValue": "f7",
3004
+ "ApplyPOS": null,
3005
+ "DOMType": null,
3006
+ "TabIndex": 600,
3007
+ "Title": "常用结算方式3",
3008
+ "Value": "f7",
3009
+ "IsEnable": true,
3010
+ "ExtField": "{\"operation\":[\".billingSettlement .quick:2\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 1, \"isdisplay\": true }",
3011
+ "ParamType": {
3012
+ "Id": "56577",
3013
+ "Code": "07",
3014
+ "Name": "快捷键",
3015
+ "Position": 0,
3016
+ "CustomUse": false,
3017
+ "IsDelete": 0,
3018
+ "IsExtend": 0,
3019
+ "remark": null,
3020
+ "DefaultValue": null,
3021
+ "IsPreset": 0,
3022
+ "EnumId": ""
3023
+ },
3024
+ "Code": "",
3025
+ "IdSolution": 1,
3026
+ "Ts": "0000000000a78728",
3027
+ "RefData": null,
3028
+ "WeakTypeDtoName": null,
3029
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3030
+ "IsWeakType": false,
3031
+ "AliName": "POSParamSolutionDetailDTO",
3032
+ "Status": 0,
3033
+ "EnableHasChanged": false,
3034
+ "ChangedProperty": ["__belonginglistname"],
3035
+ "DynamicPropertyKeys": ["__belonginglistname"],
3036
+ "DynamicPropertyValues": ["SolutionDetails"],
3037
+ "DeleteID": 1892,
3038
+ "Updated": "/Date(1596269714267)/",
3039
+ "UpdatedBy": null,
3040
+ "InnerSearchLevel": 1,
3041
+ "RecordChange": true,
3042
+ "InnerPropInParentRecure": null,
3043
+ "CaseSensitive": false,
3044
+ "RecordDynamicNullValue": false,
3045
+ "data": null
3046
+ }, {
3047
+ "ID": 1893,
3048
+ "IsVisible": true,
3049
+ "IsRequired": false,
3050
+ "Name": "MutliSettle",
3051
+ "IdRef": null,
3052
+ "DefaultValue": "f10",
3053
+ "ApplyPOS": null,
3054
+ "DOMType": null,
3055
+ "TabIndex": 610,
3056
+ "Title": "复合结算",
3057
+ "Value": "f10",
3058
+ "IsEnable": true,
3059
+ "ExtField": "{\"operation\":[\".billingSettlement .settle\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 1, \"isdisplay\": true }",
3060
+ "ParamType": {
3061
+ "Id": "56577",
3062
+ "Code": "07",
3063
+ "Name": "快捷键",
3064
+ "Position": 0,
3065
+ "CustomUse": false,
3066
+ "IsDelete": 0,
3067
+ "IsExtend": 0,
3068
+ "remark": null,
3069
+ "DefaultValue": null,
3070
+ "IsPreset": 0,
3071
+ "EnumId": ""
3072
+ },
3073
+ "Code": "",
3074
+ "IdSolution": 1,
3075
+ "Ts": "0000000000a78729",
3076
+ "RefData": null,
3077
+ "WeakTypeDtoName": null,
3078
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3079
+ "IsWeakType": false,
3080
+ "AliName": "POSParamSolutionDetailDTO",
3081
+ "Status": 0,
3082
+ "EnableHasChanged": false,
3083
+ "ChangedProperty": ["__belonginglistname"],
3084
+ "DynamicPropertyKeys": ["__belonginglistname"],
3085
+ "DynamicPropertyValues": ["SolutionDetails"],
3086
+ "DeleteID": 1893,
3087
+ "Updated": "/Date(1596269714267)/",
3088
+ "UpdatedBy": null,
3089
+ "InnerSearchLevel": 1,
3090
+ "RecordChange": true,
3091
+ "InnerPropInParentRecure": null,
3092
+ "CaseSensitive": false,
3093
+ "RecordDynamicNullValue": false,
3094
+ "data": null
3095
+ }, {
3096
+ "ID": 1894,
3097
+ "IsVisible": true,
3098
+ "IsRequired": false,
3099
+ "Name": "MutliSettleStyle1",
3100
+ "IdRef": null,
3101
+ "DefaultValue": "f3",
3102
+ "ApplyPOS": null,
3103
+ "DOMType": null,
3104
+ "TabIndex": 620,
3105
+ "Title": "复合结算方式1",
3106
+ "Value": "f3",
3107
+ "IsEnable": true,
3108
+ "ExtField": "{\"operation\":[\".settlement .hotkey_F3\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 5, \"isdisplay\": true }",
3109
+ "ParamType": {
3110
+ "Id": "56577",
3111
+ "Code": "07",
3112
+ "Name": "快捷键",
3113
+ "Position": 0,
3114
+ "CustomUse": false,
3115
+ "IsDelete": 0,
3116
+ "IsExtend": 0,
3117
+ "remark": null,
3118
+ "DefaultValue": null,
3119
+ "IsPreset": 0,
3120
+ "EnumId": ""
3121
+ },
3122
+ "Code": "",
3123
+ "IdSolution": 1,
3124
+ "Ts": "0000000000a7872a",
3125
+ "RefData": null,
3126
+ "WeakTypeDtoName": null,
3127
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3128
+ "IsWeakType": false,
3129
+ "AliName": "POSParamSolutionDetailDTO",
3130
+ "Status": 0,
3131
+ "EnableHasChanged": false,
3132
+ "ChangedProperty": ["__belonginglistname"],
3133
+ "DynamicPropertyKeys": ["__belonginglistname"],
3134
+ "DynamicPropertyValues": ["SolutionDetails"],
3135
+ "DeleteID": 1894,
3136
+ "Updated": "/Date(1596269714267)/",
3137
+ "UpdatedBy": null,
3138
+ "InnerSearchLevel": 1,
3139
+ "RecordChange": true,
3140
+ "InnerPropInParentRecure": null,
3141
+ "CaseSensitive": false,
3142
+ "RecordDynamicNullValue": false,
3143
+ "data": null
3144
+ }, {
3145
+ "ID": 1895,
3146
+ "IsVisible": true,
3147
+ "IsRequired": false,
3148
+ "Name": "MutliSettleStyle2",
3149
+ "IdRef": null,
3150
+ "DefaultValue": "f4",
3151
+ "ApplyPOS": null,
3152
+ "DOMType": null,
3153
+ "TabIndex": 630,
3154
+ "Title": "复合结算方式2",
3155
+ "Value": "f4",
3156
+ "IsEnable": true,
3157
+ "ExtField": "{\"operation\":[\".settlement .hotkey_F4\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 5, \"isdisplay\": true }",
3158
+ "ParamType": {
3159
+ "Id": "56577",
3160
+ "Code": "07",
3161
+ "Name": "快捷键",
3162
+ "Position": 0,
3163
+ "CustomUse": false,
3164
+ "IsDelete": 0,
3165
+ "IsExtend": 0,
3166
+ "remark": null,
3167
+ "DefaultValue": null,
3168
+ "IsPreset": 0,
3169
+ "EnumId": ""
3170
+ },
3171
+ "Code": "",
3172
+ "IdSolution": 1,
3173
+ "Ts": "0000000000a7872b",
3174
+ "RefData": null,
3175
+ "WeakTypeDtoName": null,
3176
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3177
+ "IsWeakType": false,
3178
+ "AliName": "POSParamSolutionDetailDTO",
3179
+ "Status": 0,
3180
+ "EnableHasChanged": false,
3181
+ "ChangedProperty": ["__belonginglistname"],
3182
+ "DynamicPropertyKeys": ["__belonginglistname"],
3183
+ "DynamicPropertyValues": ["SolutionDetails"],
3184
+ "DeleteID": 1895,
3185
+ "Updated": "/Date(1596269714267)/",
3186
+ "UpdatedBy": null,
3187
+ "InnerSearchLevel": 1,
3188
+ "RecordChange": true,
3189
+ "InnerPropInParentRecure": null,
3190
+ "CaseSensitive": false,
3191
+ "RecordDynamicNullValue": false,
3192
+ "data": null
3193
+ }, {
3194
+ "ID": 1896,
3195
+ "IsVisible": true,
3196
+ "IsRequired": false,
3197
+ "Name": "MutliSettleStyle3",
3198
+ "IdRef": null,
3199
+ "DefaultValue": "f5",
3200
+ "ApplyPOS": null,
3201
+ "DOMType": null,
3202
+ "TabIndex": 640,
3203
+ "Title": "复合结算方式3",
3204
+ "Value": "f5",
3205
+ "IsEnable": true,
3206
+ "ExtField": "{\"operation\":[\".settlement .hotkey_F5\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 5, \"isdisplay\": true }",
3207
+ "ParamType": {
3208
+ "Id": "56577",
3209
+ "Code": "07",
3210
+ "Name": "快捷键",
3211
+ "Position": 0,
3212
+ "CustomUse": false,
3213
+ "IsDelete": 0,
3214
+ "IsExtend": 0,
3215
+ "remark": null,
3216
+ "DefaultValue": null,
3217
+ "IsPreset": 0,
3218
+ "EnumId": ""
3219
+ },
3220
+ "Code": "",
3221
+ "IdSolution": 1,
3222
+ "Ts": "0000000000a7872c",
3223
+ "RefData": null,
3224
+ "WeakTypeDtoName": null,
3225
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3226
+ "IsWeakType": false,
3227
+ "AliName": "POSParamSolutionDetailDTO",
3228
+ "Status": 0,
3229
+ "EnableHasChanged": false,
3230
+ "ChangedProperty": ["__belonginglistname"],
3231
+ "DynamicPropertyKeys": ["__belonginglistname"],
3232
+ "DynamicPropertyValues": ["SolutionDetails"],
3233
+ "DeleteID": 1896,
3234
+ "Updated": "/Date(1596269714267)/",
3235
+ "UpdatedBy": null,
3236
+ "InnerSearchLevel": 1,
3237
+ "RecordChange": true,
3238
+ "InnerPropInParentRecure": null,
3239
+ "CaseSensitive": false,
3240
+ "RecordDynamicNullValue": false,
3241
+ "data": null
3242
+ }, {
3243
+ "ID": 1897,
3244
+ "IsVisible": true,
3245
+ "IsRequired": false,
3246
+ "Name": "MutliSettleStyle4",
3247
+ "IdRef": null,
3248
+ "DefaultValue": "f6",
3249
+ "ApplyPOS": null,
3250
+ "DOMType": null,
3251
+ "TabIndex": 650,
3252
+ "Title": "复合结算方式4",
3253
+ "Value": "f6",
3254
+ "IsEnable": true,
3255
+ "ExtField": "{\"operation\":[\".settlement .hotkey_F6\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 5, \"isdisplay\": true }",
3256
+ "ParamType": {
3257
+ "Id": "56577",
3258
+ "Code": "07",
3259
+ "Name": "快捷键",
3260
+ "Position": 0,
3261
+ "CustomUse": false,
3262
+ "IsDelete": 0,
3263
+ "IsExtend": 0,
3264
+ "remark": null,
3265
+ "DefaultValue": null,
3266
+ "IsPreset": 0,
3267
+ "EnumId": ""
3268
+ },
3269
+ "Code": "",
3270
+ "IdSolution": 1,
3271
+ "Ts": "0000000000a7872d",
3272
+ "RefData": null,
3273
+ "WeakTypeDtoName": null,
3274
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3275
+ "IsWeakType": false,
3276
+ "AliName": "POSParamSolutionDetailDTO",
3277
+ "Status": 0,
3278
+ "EnableHasChanged": false,
3279
+ "ChangedProperty": ["__belonginglistname"],
3280
+ "DynamicPropertyKeys": ["__belonginglistname"],
3281
+ "DynamicPropertyValues": ["SolutionDetails"],
3282
+ "DeleteID": 1897,
3283
+ "Updated": "/Date(1596269714267)/",
3284
+ "UpdatedBy": null,
3285
+ "InnerSearchLevel": 1,
3286
+ "RecordChange": true,
3287
+ "InnerPropInParentRecure": null,
3288
+ "CaseSensitive": false,
3289
+ "RecordDynamicNullValue": false,
3290
+ "data": null
3291
+ }, {
3292
+ "ID": 1898,
3293
+ "IsVisible": true,
3294
+ "IsRequired": false,
3295
+ "Name": "MutliSettleStyle5",
3296
+ "IdRef": null,
3297
+ "DefaultValue": "f7",
3298
+ "ApplyPOS": null,
3299
+ "DOMType": null,
3300
+ "TabIndex": 660,
3301
+ "Title": "复合结算方式5",
3302
+ "Value": "f7",
3303
+ "IsEnable": true,
3304
+ "ExtField": "{\"operation\":[\".settlement .hotkey_F7\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 5, \"isdisplay\": true }",
3305
+ "ParamType": {
3306
+ "Id": "56577",
3307
+ "Code": "07",
3308
+ "Name": "快捷键",
3309
+ "Position": 0,
3310
+ "CustomUse": false,
3311
+ "IsDelete": 0,
3312
+ "IsExtend": 0,
3313
+ "remark": null,
3314
+ "DefaultValue": null,
3315
+ "IsPreset": 0,
3316
+ "EnumId": ""
3317
+ },
3318
+ "Code": "",
3319
+ "IdSolution": 1,
3320
+ "Ts": "0000000000a7872e",
3321
+ "RefData": null,
3322
+ "WeakTypeDtoName": null,
3323
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3324
+ "IsWeakType": false,
3325
+ "AliName": "POSParamSolutionDetailDTO",
3326
+ "Status": 0,
3327
+ "EnableHasChanged": false,
3328
+ "ChangedProperty": ["__belonginglistname"],
3329
+ "DynamicPropertyKeys": ["__belonginglistname"],
3330
+ "DynamicPropertyValues": ["SolutionDetails"],
3331
+ "DeleteID": 1898,
3332
+ "Updated": "/Date(1596269714267)/",
3333
+ "UpdatedBy": null,
3334
+ "InnerSearchLevel": 1,
3335
+ "RecordChange": true,
3336
+ "InnerPropInParentRecure": null,
3337
+ "CaseSensitive": false,
3338
+ "RecordDynamicNullValue": false,
3339
+ "data": null
3340
+ }, {
3341
+ "ID": 1899,
3342
+ "IsVisible": true,
3343
+ "IsRequired": false,
3344
+ "Name": "MutliSettleStyle6",
3345
+ "IdRef": null,
3346
+ "DefaultValue": "f8",
3347
+ "ApplyPOS": null,
3348
+ "DOMType": null,
3349
+ "TabIndex": 670,
3350
+ "Title": "复合结算方式6",
3351
+ "Value": "f8",
3352
+ "IsEnable": true,
3353
+ "ExtField": "{\"operation\":[\".settlement .hotkey_F8\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 5, \"isdisplay\": true }",
3354
+ "ParamType": {
3355
+ "Id": "56577",
3356
+ "Code": "07",
3357
+ "Name": "快捷键",
3358
+ "Position": 0,
3359
+ "CustomUse": false,
3360
+ "IsDelete": 0,
3361
+ "IsExtend": 0,
3362
+ "remark": null,
3363
+ "DefaultValue": null,
3364
+ "IsPreset": 0,
3365
+ "EnumId": ""
3366
+ },
3367
+ "Code": "",
3368
+ "IdSolution": 1,
3369
+ "Ts": "0000000000a7872f",
3370
+ "RefData": null,
3371
+ "WeakTypeDtoName": null,
3372
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3373
+ "IsWeakType": false,
3374
+ "AliName": "POSParamSolutionDetailDTO",
3375
+ "Status": 0,
3376
+ "EnableHasChanged": false,
3377
+ "ChangedProperty": ["__belonginglistname"],
3378
+ "DynamicPropertyKeys": ["__belonginglistname"],
3379
+ "DynamicPropertyValues": ["SolutionDetails"],
3380
+ "DeleteID": 1899,
3381
+ "Updated": "/Date(1596269714267)/",
3382
+ "UpdatedBy": null,
3383
+ "InnerSearchLevel": 1,
3384
+ "RecordChange": true,
3385
+ "InnerPropInParentRecure": null,
3386
+ "CaseSensitive": false,
3387
+ "RecordDynamicNullValue": false,
3388
+ "data": null
3389
+ }, {
3390
+ "ID": 1900,
3391
+ "IsVisible": true,
3392
+ "IsRequired": false,
3393
+ "Name": "MutliSettleStyle7",
3394
+ "IdRef": null,
3395
+ "DefaultValue": "f9",
3396
+ "ApplyPOS": null,
3397
+ "DOMType": null,
3398
+ "TabIndex": 680,
3399
+ "Title": "复合结算方式7",
3400
+ "Value": "f9",
3401
+ "IsEnable": true,
3402
+ "ExtField": "{\"operation\":[\".settlement .hotkey_F9\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 5, \"isdisplay\": true }",
3403
+ "ParamType": {
3404
+ "Id": "56577",
3405
+ "Code": "07",
3406
+ "Name": "快捷键",
3407
+ "Position": 0,
3408
+ "CustomUse": false,
3409
+ "IsDelete": 0,
3410
+ "IsExtend": 0,
3411
+ "remark": null,
3412
+ "DefaultValue": null,
3413
+ "IsPreset": 0,
3414
+ "EnumId": ""
3415
+ },
3416
+ "Code": "",
3417
+ "IdSolution": 1,
3418
+ "Ts": "0000000000a78730",
3419
+ "RefData": null,
3420
+ "WeakTypeDtoName": null,
3421
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3422
+ "IsWeakType": false,
3423
+ "AliName": "POSParamSolutionDetailDTO",
3424
+ "Status": 0,
3425
+ "EnableHasChanged": false,
3426
+ "ChangedProperty": ["__belonginglistname"],
3427
+ "DynamicPropertyKeys": ["__belonginglistname"],
3428
+ "DynamicPropertyValues": ["SolutionDetails"],
3429
+ "DeleteID": 1900,
3430
+ "Updated": "/Date(1596269714267)/",
3431
+ "UpdatedBy": null,
3432
+ "InnerSearchLevel": 1,
3433
+ "RecordChange": true,
3434
+ "InnerPropInParentRecure": null,
3435
+ "CaseSensitive": false,
3436
+ "RecordDynamicNullValue": false,
3437
+ "data": null
3438
+ }, {
3439
+ "ID": 1901,
3440
+ "IsVisible": true,
3441
+ "IsRequired": false,
3442
+ "Name": "MutliSettleStyle8",
3443
+ "IdRef": null,
3444
+ "DefaultValue": "f10",
3445
+ "ApplyPOS": null,
3446
+ "DOMType": null,
3447
+ "TabIndex": 690,
3448
+ "Title": "复合结算方式8",
3449
+ "Value": "f10",
3450
+ "IsEnable": true,
3451
+ "ExtField": "{\"operation\":[\".settlement .hotkey_F10\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 5, \"isdisplay\": true }",
3452
+ "ParamType": {
3453
+ "Id": "56577",
3454
+ "Code": "07",
3455
+ "Name": "快捷键",
3456
+ "Position": 0,
3457
+ "CustomUse": false,
3458
+ "IsDelete": 0,
3459
+ "IsExtend": 0,
3460
+ "remark": null,
3461
+ "DefaultValue": null,
3462
+ "IsPreset": 0,
3463
+ "EnumId": ""
3464
+ },
3465
+ "Code": "",
3466
+ "IdSolution": 1,
3467
+ "Ts": "0000000000a78731",
3468
+ "RefData": null,
3469
+ "WeakTypeDtoName": null,
3470
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3471
+ "IsWeakType": false,
3472
+ "AliName": "POSParamSolutionDetailDTO",
3473
+ "Status": 0,
3474
+ "EnableHasChanged": false,
3475
+ "ChangedProperty": ["__belonginglistname"],
3476
+ "DynamicPropertyKeys": ["__belonginglistname"],
3477
+ "DynamicPropertyValues": ["SolutionDetails"],
3478
+ "DeleteID": 1901,
3479
+ "Updated": "/Date(1596269714267)/",
3480
+ "UpdatedBy": null,
3481
+ "InnerSearchLevel": 1,
3482
+ "RecordChange": true,
3483
+ "InnerPropInParentRecure": null,
3484
+ "CaseSensitive": false,
3485
+ "RecordDynamicNullValue": false,
3486
+ "data": null
3487
+ }, {
3488
+ "ID": 1902,
3489
+ "IsVisible": true,
3490
+ "IsRequired": false,
3491
+ "Name": "MutliSettleStyle9",
3492
+ "IdRef": null,
3493
+ "DefaultValue": "f11",
3494
+ "ApplyPOS": null,
3495
+ "DOMType": null,
3496
+ "TabIndex": 700,
3497
+ "Title": "复合结算方式9",
3498
+ "Value": "f11",
3499
+ "IsEnable": true,
3500
+ "ExtField": "{\"operation\":[\".settlement .hotkey_F11\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 5, \"isdisplay\": true }",
3501
+ "ParamType": {
3502
+ "Id": "56577",
3503
+ "Code": "07",
3504
+ "Name": "快捷键",
3505
+ "Position": 0,
3506
+ "CustomUse": false,
3507
+ "IsDelete": 0,
3508
+ "IsExtend": 0,
3509
+ "remark": null,
3510
+ "DefaultValue": null,
3511
+ "IsPreset": 0,
3512
+ "EnumId": ""
3513
+ },
3514
+ "Code": "",
3515
+ "IdSolution": 1,
3516
+ "Ts": "0000000000a78732",
3517
+ "RefData": null,
3518
+ "WeakTypeDtoName": null,
3519
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3520
+ "IsWeakType": false,
3521
+ "AliName": "POSParamSolutionDetailDTO",
3522
+ "Status": 0,
3523
+ "EnableHasChanged": false,
3524
+ "ChangedProperty": ["__belonginglistname"],
3525
+ "DynamicPropertyKeys": ["__belonginglistname"],
3526
+ "DynamicPropertyValues": ["SolutionDetails"],
3527
+ "DeleteID": 1902,
3528
+ "Updated": "/Date(1596269714267)/",
3529
+ "UpdatedBy": null,
3530
+ "InnerSearchLevel": 1,
3531
+ "RecordChange": true,
3532
+ "InnerPropInParentRecure": null,
3533
+ "CaseSensitive": false,
3534
+ "RecordDynamicNullValue": false,
3535
+ "data": null
3536
+ }, {
3537
+ "ID": 1903,
3538
+ "IsVisible": true,
3539
+ "IsRequired": false,
3540
+ "Name": "MutliSettleStyle10",
3541
+ "IdRef": null,
3542
+ "DefaultValue": "f12",
3543
+ "ApplyPOS": null,
3544
+ "DOMType": null,
3545
+ "TabIndex": 710,
3546
+ "Title": "复合结算方式10",
3547
+ "Value": "f12",
3548
+ "IsEnable": true,
3549
+ "ExtField": "{\"operation\":[\".settlement .hotkey_F12\"],\"classification\": \"4\",\"enableEdit\":true,\"dynamic\": true, \"operationType\": 5, \"isdisplay\": true }",
3550
+ "ParamType": {
3551
+ "Id": "56577",
3552
+ "Code": "07",
3553
+ "Name": "快捷键",
3554
+ "Position": 0,
3555
+ "CustomUse": false,
3556
+ "IsDelete": 0,
3557
+ "IsExtend": 0,
3558
+ "remark": null,
3559
+ "DefaultValue": null,
3560
+ "IsPreset": 0,
3561
+ "EnumId": ""
3562
+ },
3563
+ "Code": "",
3564
+ "IdSolution": 1,
3565
+ "Ts": "0000000000a78733",
3566
+ "RefData": null,
3567
+ "WeakTypeDtoName": null,
3568
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3569
+ "IsWeakType": false,
3570
+ "AliName": "POSParamSolutionDetailDTO",
3571
+ "Status": 0,
3572
+ "EnableHasChanged": false,
3573
+ "ChangedProperty": ["__belonginglistname"],
3574
+ "DynamicPropertyKeys": ["__belonginglistname"],
3575
+ "DynamicPropertyValues": ["SolutionDetails"],
3576
+ "DeleteID": 1903,
3577
+ "Updated": "/Date(1596269714267)/",
3578
+ "UpdatedBy": null,
3579
+ "InnerSearchLevel": 1,
3580
+ "RecordChange": true,
3581
+ "InnerPropInParentRecure": null,
3582
+ "CaseSensitive": false,
3583
+ "RecordDynamicNullValue": false,
3584
+ "data": null
3585
+ }, {
3586
+ "ID": 1904,
3587
+ "IsVisible": true,
3588
+ "IsRequired": false,
3589
+ "Name": "Promotion_ChangeQuantity",
3590
+ "IdRef": null,
3591
+ "DefaultValue": "right",
3592
+ "ApplyPOS": null,
3593
+ "DOMType": null,
3594
+ "TabIndex": 720,
3595
+ "Title": "促销-修改数量",
3596
+ "Value": "right",
3597
+ "IsEnable": true,
3598
+ "ExtField": "{\"operation\": [\".voucher-body .row-selected .hot-key-Quantity\"],\"classification\": \"1\",\"enableEdit\":false , \"dynamic\": true , \"operationType\": 9 , \"isdisplay\": false }",
3599
+ "ParamType": {
3600
+ "Id": "56577",
3601
+ "Code": "07",
3602
+ "Name": "快捷键",
3603
+ "Position": 0,
3604
+ "CustomUse": false,
3605
+ "IsDelete": 0,
3606
+ "IsExtend": 0,
3607
+ "remark": null,
3608
+ "DefaultValue": null,
3609
+ "IsPreset": 0,
3610
+ "EnumId": ""
3611
+ },
3612
+ "Code": "",
3613
+ "IdSolution": 1,
3614
+ "Ts": "0000000000a78734",
3615
+ "RefData": null,
3616
+ "WeakTypeDtoName": null,
3617
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3618
+ "IsWeakType": false,
3619
+ "AliName": "POSParamSolutionDetailDTO",
3620
+ "Status": 0,
3621
+ "EnableHasChanged": false,
3622
+ "ChangedProperty": ["__belonginglistname"],
3623
+ "DynamicPropertyKeys": ["__belonginglistname"],
3624
+ "DynamicPropertyValues": ["SolutionDetails"],
3625
+ "DeleteID": 1904,
3626
+ "Updated": "/Date(1596269714267)/",
3627
+ "UpdatedBy": null,
3628
+ "InnerSearchLevel": 1,
3629
+ "RecordChange": true,
3630
+ "InnerPropInParentRecure": null,
3631
+ "CaseSensitive": false,
3632
+ "RecordDynamicNullValue": false,
3633
+ "data": null
3634
+ }, {
3635
+ "ID": 1905,
3636
+ "IsVisible": true,
3637
+ "IsRequired": false,
3638
+ "Name": "Promotion_ChangeQuantity2",
3639
+ "IdRef": null,
3640
+ "DefaultValue": "\\",
3641
+ "ApplyPOS": null,
3642
+ "DOMType": null,
3643
+ "TabIndex": 730,
3644
+ "Title": "促销-修改数量2",
3645
+ "Value": "\\",
3646
+ "IsEnable": true,
3647
+ "ExtField": "{\"operation\":[\".hide-dom-tokey .action-btn=修改数量2\"],\"classification\": \"1\",\"enableEdit\":false , \"dynamic\": true , \"operationType\": 9 , \"isdisplay\": false }",
3648
+ "ParamType": {
3649
+ "Id": "56577",
3650
+ "Code": "07",
3651
+ "Name": "快捷键",
3652
+ "Position": 0,
3653
+ "CustomUse": false,
3654
+ "IsDelete": 0,
3655
+ "IsExtend": 0,
3656
+ "remark": null,
3657
+ "DefaultValue": null,
3658
+ "IsPreset": 0,
3659
+ "EnumId": ""
3660
+ },
3661
+ "Code": "",
3662
+ "IdSolution": 1,
3663
+ "Ts": "0000000000a78735",
3664
+ "RefData": null,
3665
+ "WeakTypeDtoName": null,
3666
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3667
+ "IsWeakType": false,
3668
+ "AliName": "POSParamSolutionDetailDTO",
3669
+ "Status": 0,
3670
+ "EnableHasChanged": false,
3671
+ "ChangedProperty": ["__belonginglistname"],
3672
+ "DynamicPropertyKeys": ["__belonginglistname"],
3673
+ "DynamicPropertyValues": ["SolutionDetails"],
3674
+ "DeleteID": 1905,
3675
+ "Updated": "/Date(1596269714267)/",
3676
+ "UpdatedBy": null,
3677
+ "InnerSearchLevel": 1,
3678
+ "RecordChange": true,
3679
+ "InnerPropInParentRecure": null,
3680
+ "CaseSensitive": false,
3681
+ "RecordDynamicNullValue": false,
3682
+ "data": null
3683
+ }, {
3684
+ "ID": 2201,
3685
+ "IsVisible": true,
3686
+ "IsRequired": false,
3687
+ "Name": "Promotion_Delete",
3688
+ "IdRef": null,
3689
+ "DefaultValue": "\\",
3690
+ "ApplyPOS": null,
3691
+ "DOMType": null,
3692
+ "TabIndex": 730,
3693
+ "Title": "促销-删除行",
3694
+ "Value": "\\",
3695
+ "IsEnable": true,
3696
+ "ExtField": "{\"operation\":[\".hasTabs .row-selected .shanchu .icon-shanchu\"],\"classification\": \"3\",\"enableEdit\":false , \"dynamic\": true , \"operationType\": 9 , \"isdisplay\": false }",
3697
+ "ParamType": {
3698
+ "Id": "56577",
3699
+ "Code": "07",
3700
+ "Name": "快捷键",
3701
+ "Position": 0,
3702
+ "CustomUse": false,
3703
+ "IsDelete": 0,
3704
+ "IsExtend": 0,
3705
+ "remark": null,
3706
+ "DefaultValue": null,
3707
+ "IsPreset": 0,
3708
+ "EnumId": ""
3709
+ },
3710
+ "Code": "",
3711
+ "IdSolution": 1,
3712
+ "Ts": "0000000000a78735",
3713
+ "RefData": null,
3714
+ "WeakTypeDtoName": null,
3715
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3716
+ "IsWeakType": false,
3717
+ "AliName": "POSParamSolutionDetailDTO",
3718
+ "Status": 0,
3719
+ "EnableHasChanged": false,
3720
+ "ChangedProperty": ["__belonginglistname"],
3721
+ "DynamicPropertyKeys": ["__belonginglistname"],
3722
+ "DynamicPropertyValues": ["SolutionDetails"],
3723
+ "DeleteID": 1905,
3724
+ "Updated": "/Date(1596269714267)/",
3725
+ "UpdatedBy": null,
3726
+ "InnerSearchLevel": 1,
3727
+ "RecordChange": true,
3728
+ "InnerPropInParentRecure": null,
3729
+ "CaseSensitive": false,
3730
+ "RecordDynamicNullValue": false,
3731
+ "data": null
3732
+ }, {
3733
+ "ID": 1906,
3734
+ "IsVisible": true,
3735
+ "IsRequired": false,
3736
+ "Name": "Promotion_Batch",
3737
+ "IdRef": null,
3738
+ "DefaultValue": "ctrl+p",
3739
+ "ApplyPOS": null,
3740
+ "DOMType": null,
3741
+ "TabIndex": 740,
3742
+ "Title": "促销-批次",
3743
+ "Value": "ctrl+p",
3744
+ "IsEnable": true,
3745
+ "ExtField": "{\"operation\":[\".hasTabs .u-button=批次\"],\"classification\": \"1\",\"enableEdit\":false,\"dynamic\": true, \"operationType\": 9, \"isdisplay\": false }",
3746
+ "ParamType": {
3747
+ "Id": "56577",
3748
+ "Code": "07",
3749
+ "Name": "快捷键",
3750
+ "Position": 0,
3751
+ "CustomUse": false,
3752
+ "IsDelete": 0,
3753
+ "IsExtend": 0,
3754
+ "remark": null,
3755
+ "DefaultValue": null,
3756
+ "IsPreset": 0,
3757
+ "EnumId": ""
3758
+ },
3759
+ "Code": "",
3760
+ "IdSolution": 1,
3761
+ "Ts": "0000000000a78736",
3762
+ "RefData": null,
3763
+ "WeakTypeDtoName": null,
3764
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3765
+ "IsWeakType": false,
3766
+ "AliName": "POSParamSolutionDetailDTO",
3767
+ "Status": 0,
3768
+ "EnableHasChanged": false,
3769
+ "ChangedProperty": ["__belonginglistname"],
3770
+ "DynamicPropertyKeys": ["__belonginglistname"],
3771
+ "DynamicPropertyValues": ["SolutionDetails"],
3772
+ "DeleteID": 1906,
3773
+ "Updated": "/Date(1596269714267)/",
3774
+ "UpdatedBy": null,
3775
+ "InnerSearchLevel": 1,
3776
+ "RecordChange": true,
3777
+ "InnerPropInParentRecure": null,
3778
+ "CaseSensitive": false,
3779
+ "RecordDynamicNullValue": false,
3780
+ "data": null
3781
+ }, {
3782
+ "ID": 1907,
3783
+ "IsVisible": true,
3784
+ "IsRequired": false,
3785
+ "Name": "Promotion_FreeItem",
3786
+ "IdRef": null,
3787
+ "DefaultValue": "ctrl+i",
3788
+ "ApplyPOS": null,
3789
+ "DOMType": null,
3790
+ "TabIndex": 750,
3791
+ "Title": "促销-自由项",
3792
+ "Value": "ctrl+i",
3793
+ "IsEnable": true,
3794
+ "ExtField": "{\"operation\":[\".hasTabs .u-button=自由项\"],\"classification\": \"1\",\"enableEdit\":false,\"dynamic\": true, \"operationType\": 9, \"isdisplay\": false }",
3795
+ "ParamType": {
3796
+ "Id": "56577",
3797
+ "Code": "07",
3798
+ "Name": "快捷键",
3799
+ "Position": 0,
3800
+ "CustomUse": false,
3801
+ "IsDelete": 0,
3802
+ "IsExtend": 0,
3803
+ "remark": null,
3804
+ "DefaultValue": null,
3805
+ "IsPreset": 0,
3806
+ "EnumId": ""
3807
+ },
3808
+ "Code": "",
3809
+ "IdSolution": 1,
3810
+ "Ts": "0000000000a78737",
3811
+ "RefData": null,
3812
+ "WeakTypeDtoName": null,
3813
+ "DtoClassName": "Ufida.T.RE.DTO.POSParamSolutionDetailDTO",
3814
+ "IsWeakType": false,
3815
+ "AliName": "POSParamSolutionDetailDTO",
3816
+ "Status": 0,
3817
+ "EnableHasChanged": false,
3818
+ "ChangedProperty": ["__belonginglistname"],
3819
+ "DynamicPropertyKeys": ["__belonginglistname"],
3820
+ "DynamicPropertyValues": ["SolutionDetails"],
3821
+ "DeleteID": 1907,
3822
+ "Updated": "/Date(1596269714267)/",
3823
+ "UpdatedBy": null,
3824
+ "InnerSearchLevel": 1,
3825
+ "RecordChange": true,
3826
+ "InnerPropInParentRecure": null,
3827
+ "CaseSensitive": false,
3828
+ "RecordDynamicNullValue": false,
3829
+ "data": null
3830
+ }];
3831
+ //# sourceMappingURL=localConfig.js.map