ztxkui 4.2.18-9 → 4.2.18-91

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 (259) hide show
  1. package/dist/App.js +315 -291
  2. package/dist/Demo.js +58 -42
  3. package/dist/DemoCom/BasicDemo.js +57 -56
  4. package/dist/DemoCom/CodeQueryDemo.js +3 -2
  5. package/dist/DemoCom/CollapseDemo.js +28 -27
  6. package/dist/DemoCom/DragSort.js +11 -10
  7. package/dist/DemoCom/FormDemo.js +36 -30
  8. package/dist/DemoCom/PrintContainerDemo.js +151 -150
  9. package/dist/DemoCom/PrintDemo.js +15 -14
  10. package/dist/DemoCom/SinaturesDemo.js +9 -8
  11. package/dist/DemoCom/SyhDemo.js +21 -20
  12. package/dist/DemoCom/TableAnalyse.js +34 -33
  13. package/dist/DemoCom/TableDemo.js +74 -70
  14. package/dist/DemoCom/TableDemo1.js +34 -33
  15. package/dist/DemoCom/TableDetail.d.ts +9 -0
  16. package/dist/DemoCom/TableDetail.js +259 -0
  17. package/dist/DemoCom/TestCom.js +22 -19
  18. package/dist/DemoCom/data.d.ts +110 -0
  19. package/dist/DemoCom/data.js +2308 -0
  20. package/dist/TableDemo/BasicTable.js +103 -29
  21. package/dist/TableDemo/EditableTable.js +177 -91
  22. package/dist/TableDemo/ModalTable.js +25 -24
  23. package/dist/TableDemo/ProEditableTable.d.ts +21 -0
  24. package/dist/TableDemo/ProEditableTable.js +483 -0
  25. package/dist/TableDemo/data.d.ts +15 -0
  26. package/dist/TableDemo/data.js +44 -11
  27. package/dist/TableDemo/index.js +5 -4
  28. package/dist/TreeDemo.js +8 -7
  29. package/dist/TreeSelectDemo.js +10 -7
  30. package/dist/UI/Form/index.d.ts +3 -0
  31. package/dist/UI/Form/index.js +346 -0
  32. package/dist/UI/index.d.ts +2 -0
  33. package/dist/UI/index.js +10 -0
  34. package/dist/UploadDemo.js +12 -17
  35. package/dist/components/Button/button.js +3 -2
  36. package/dist/components/Collapse/collapse.js +2 -1
  37. package/dist/components/EnhanceSelect/index.d.ts +5 -1
  38. package/dist/components/EnhanceSelect/index.js +179 -32
  39. package/dist/components/EnhanceTree/index.js +4 -3
  40. package/dist/components/EnhanceTreeSelect/index.js +11 -5
  41. package/dist/components/Export/export.js +5 -4
  42. package/dist/components/Input/input.d.ts +3 -0
  43. package/dist/components/Input/input.js +53 -3
  44. package/dist/components/InputNumber/input-number.js +3 -2
  45. package/dist/components/NumberCase/index.js +9 -7
  46. package/dist/components/Print/print.js +4 -3
  47. package/dist/components/PrintContainer/AttachPreviewModal.js +3 -2
  48. package/dist/components/PrintContainer/PrintModal.js +4 -3
  49. package/dist/components/PrintContainer/handle.d.ts +2 -4
  50. package/dist/components/PrintContainer/handle.js +3 -2
  51. package/dist/components/PrintContainer/lodop.js +2 -1
  52. package/dist/components/PrintContainer/print-container.js +74 -73
  53. package/dist/components/PrintContainer/service.js +5 -4
  54. package/dist/components/ProForm/hooks.d.ts +23 -0
  55. package/dist/components/ProForm/hooks.js +209 -0
  56. package/dist/components/ProForm/index.d.ts +6 -0
  57. package/dist/components/ProForm/index.js +101 -0
  58. package/dist/components/ProForm/interface.d.ts +169 -0
  59. package/dist/components/ProForm/interface.js +1 -0
  60. package/dist/components/ProForm/item.d.ts +13 -0
  61. package/dist/components/ProForm/item.js +221 -0
  62. package/dist/components/ProForm/items.d.ts +5 -0
  63. package/dist/components/ProForm/items.js +36 -0
  64. package/dist/components/ProForm/search-drawer.d.ts +12 -0
  65. package/dist/components/ProForm/search-drawer.js +202 -0
  66. package/dist/components/ProForm/setting.d.ts +5 -0
  67. package/dist/components/ProForm/setting.js +13 -0
  68. package/dist/components/ProFormList/index.d.ts +12 -0
  69. package/dist/components/ProFormList/index.js +34 -0
  70. package/dist/components/ProTable/hooks.d.ts +28 -0
  71. package/dist/components/ProTable/hooks.js +279 -0
  72. package/dist/components/ProTable/index.d.ts +8 -0
  73. package/dist/components/ProTable/index.js +77 -0
  74. package/dist/components/ProTable/interface.d.ts +51 -0
  75. package/dist/components/ProTable/interface.js +1 -0
  76. package/dist/components/RangePicker/range-picker.js +5 -2
  77. package/dist/components/SortableCancel/sortable-cancel.d.ts +1 -0
  78. package/dist/components/SortableCancel/sortable-cancel.js +2 -2
  79. package/dist/components/Table/components/FillDown.d.ts +8 -0
  80. package/dist/components/Table/components/FillDown.js +11 -0
  81. package/dist/components/Table/components/FilterDropdown.d.ts +15 -0
  82. package/dist/components/Table/components/FilterDropdown.js +93 -0
  83. package/dist/components/Table/constants.d.ts +2 -0
  84. package/dist/components/Table/constants.js +2 -0
  85. package/dist/components/Table/hooks/useColumns.d.ts +25 -8
  86. package/dist/components/Table/hooks/useColumns.js +704 -180
  87. package/dist/components/Table/hooks/useDropRef.js +4 -2
  88. package/dist/components/Table/hooks/useInnerPagination.js +1 -0
  89. package/dist/components/Table/hooks/useSelectSubtotal.d.ts +4 -0
  90. package/dist/components/Table/hooks/useSelectSubtotal.js +182 -0
  91. package/dist/components/Table/hooks/useVituralScrollBar.d.ts +10 -0
  92. package/dist/components/Table/hooks/useVituralScrollBar.js +234 -0
  93. package/dist/components/Table/index.d.ts +11 -0
  94. package/dist/components/Table/table-adddel-column.d.ts +8 -5
  95. package/dist/components/Table/table-adddel-column.js +16 -5
  96. package/dist/components/Table/table-dynamic.js +165 -18
  97. package/dist/components/Table/table-enhance-cell.d.ts +7 -3
  98. package/dist/components/Table/table-enhance-cell.js +214 -109
  99. package/dist/components/Table/table-enhance-row.d.ts +4 -4
  100. package/dist/components/Table/table-enhance-row.js +10 -11
  101. package/dist/components/Table/table-headTooltip.d.ts +6 -0
  102. package/dist/components/Table/table-headTooltip.js +13 -0
  103. package/dist/components/Table/table-resizable-title.d.ts +4 -5
  104. package/dist/components/Table/table-resizable-title.js +33 -6
  105. package/dist/components/Table/table-sort.d.ts +11 -0
  106. package/dist/components/Table/table-sort.js +66 -0
  107. package/dist/components/Table/table.d.ts +30 -4
  108. package/dist/components/Table/table.js +526 -180
  109. package/dist/components/Table/utils/dom.d.ts +26 -0
  110. package/dist/components/Table/utils/dom.js +123 -0
  111. package/dist/components/Table/utils/filterHandle.d.ts +1 -0
  112. package/dist/components/Table/utils/filterHandle.js +66 -0
  113. package/dist/components/Table/utils/getSummaryData.d.ts +2 -1
  114. package/dist/components/Table/utils/getSummaryData.js +282 -25
  115. package/dist/components/Table/utils/shallowEqual.d.ts +2 -0
  116. package/dist/components/Table/utils/shallowEqual.js +35 -0
  117. package/dist/components/Table/utils/validate.d.ts +1 -1
  118. package/dist/components/Table/utils/validate.js +30 -11
  119. package/dist/components/TreeSelect/index.d.ts +15 -0
  120. package/dist/components/TreeSelect/index.js +29 -0
  121. package/dist/components/Upload/upload-table.js +31 -26
  122. package/dist/components/Upload/upload.js +23 -18
  123. package/dist/components/Upload/utils.js +11 -10
  124. package/dist/components/UploadSingle/upload-single.js +5 -4
  125. package/dist/components/Watermark/index.d.ts +2 -0
  126. package/dist/components/Watermark/index.js +2 -0
  127. package/dist/components/Watermark/interface.d.ts +20 -0
  128. package/dist/components/Watermark/interface.js +1 -0
  129. package/dist/components/Watermark/utils.d.ts +1 -0
  130. package/dist/components/Watermark/utils.js +70 -0
  131. package/dist/components/Watermark/water.d.ts +50 -0
  132. package/dist/components/Watermark/water.js +66 -0
  133. package/dist/components/Watermark/watermark-div.d.ts +4 -0
  134. package/dist/components/Watermark/watermark-div.js +41 -0
  135. package/dist/components/Watermark/watermark-shadow.d.ts +6 -0
  136. package/dist/components/Watermark/watermark-shadow.js +116 -0
  137. package/dist/components/Watermark/watermark.d.ts +3 -0
  138. package/dist/components/Watermark/watermark.js +102 -0
  139. package/dist/components/WorkflowPrintContainer/component/Gragh/Gragh.d.ts +9 -0
  140. package/dist/components/WorkflowPrintContainer/component/Gragh/Gragh.js +63 -0
  141. package/dist/components/WorkflowPrintContainer/component/Header.d.ts +12 -0
  142. package/dist/components/WorkflowPrintContainer/component/Header.js +109 -0
  143. package/dist/components/WorkflowPrintContainer/component/ProcessDetail.d.ts +18 -0
  144. package/dist/components/WorkflowPrintContainer/component/ProcessDetail.js +243 -0
  145. package/dist/components/WorkflowPrintContainer/component/Upload/index.d.ts +20 -0
  146. package/dist/components/WorkflowPrintContainer/component/Upload/index.js +59 -0
  147. package/dist/components/WorkflowPrintContainer/component/association/component/TableList.d.ts +10 -0
  148. package/dist/components/WorkflowPrintContainer/component/association/component/TableList.js +75 -0
  149. package/dist/components/WorkflowPrintContainer/component/association/index.d.ts +9 -0
  150. package/dist/components/WorkflowPrintContainer/component/association/index.js +92 -0
  151. package/dist/components/WorkflowPrintContainer/component/attention/component/TableList.d.ts +9 -0
  152. package/dist/components/WorkflowPrintContainer/component/attention/component/TableList.js +38 -0
  153. package/dist/components/WorkflowPrintContainer/component/attention/index.d.ts +10 -0
  154. package/dist/components/WorkflowPrintContainer/component/attention/index.js +95 -0
  155. package/dist/components/WorkflowPrintContainer/component/audit/component/TableList.d.ts +8 -0
  156. package/dist/components/WorkflowPrintContainer/component/audit/component/TableList.js +53 -0
  157. package/dist/components/WorkflowPrintContainer/component/audit/index.d.ts +7 -0
  158. package/dist/components/WorkflowPrintContainer/component/audit/index.js +88 -0
  159. package/dist/components/WorkflowPrintContainer/component/previewTable/component/TableList.d.ts +9 -0
  160. package/dist/components/WorkflowPrintContainer/component/previewTable/component/TableList.js +53 -0
  161. package/dist/components/WorkflowPrintContainer/component/previewTable/index.d.ts +11 -0
  162. package/dist/components/WorkflowPrintContainer/component/previewTable/index.js +60 -0
  163. package/dist/components/WorkflowPrintContainer/component/send/component/TableList.d.ts +9 -0
  164. package/dist/components/WorkflowPrintContainer/component/send/component/TableList.js +50 -0
  165. package/dist/components/WorkflowPrintContainer/component/send/index.d.ts +9 -0
  166. package/dist/components/WorkflowPrintContainer/component/send/index.js +92 -0
  167. package/dist/components/WorkflowPrintContainer/component/trail/component/TableList.d.ts +12 -0
  168. package/dist/components/WorkflowPrintContainer/component/trail/component/TableList.js +282 -0
  169. package/dist/components/WorkflowPrintContainer/component/trail/index.d.ts +11 -0
  170. package/dist/components/WorkflowPrintContainer/component/trail/index.js +56 -0
  171. package/dist/components/WorkflowPrintContainer/images.d.ts +2 -0
  172. package/dist/components/WorkflowPrintContainer/images.js +2 -0
  173. package/dist/components/WorkflowPrintContainer/index.d.ts +2 -0
  174. package/dist/components/WorkflowPrintContainer/index.js +2 -0
  175. package/dist/components/WorkflowPrintContainer/service.d.ts +14 -0
  176. package/dist/components/WorkflowPrintContainer/service.js +101 -0
  177. package/dist/components/WorkflowPrintContainer/usePagination.d.ts +14 -0
  178. package/dist/components/WorkflowPrintContainer/usePagination.js +22 -0
  179. package/dist/components/WorkflowPrintContainer/workflow-print-container.d.ts +100 -0
  180. package/dist/components/WorkflowPrintContainer/workflow-print-container.js +236 -0
  181. package/dist/components/business/Analyse/index.js +12 -11
  182. package/dist/components/business/CodeQuery/component/SearchForm.js +3 -2
  183. package/dist/components/business/CodeQuery/component/TableList.js +5 -4
  184. package/dist/components/business/CodeQuery/hooks.js +2 -1
  185. package/dist/components/business/CodeQuery/index.js +2 -1
  186. package/dist/components/business/Common/UserForgetPassword/index.js +36 -28
  187. package/dist/components/business/Common/UserInfo/component/MakingForm.js +11 -10
  188. package/dist/components/business/Common/UserInfo/index.js +7 -4
  189. package/dist/components/business/Common/UserPassword/index.d.ts +1 -0
  190. package/dist/components/business/Common/UserPassword/index.js +39 -18
  191. package/dist/components/business/Common/validatePassword.d.ts +1 -1
  192. package/dist/components/business/Common/validatePassword.js +17 -7
  193. package/dist/components/business/DetailCard/index.js +7 -6
  194. package/dist/components/business/DetailHeader/index.js +7 -6
  195. package/dist/components/business/DetailList/index.js +5 -4
  196. package/dist/components/business/DgColumns/index.js +12 -11
  197. package/dist/components/business/ExportButton/index.js +6 -5
  198. package/dist/components/business/Footer/index.js +4 -1
  199. package/dist/components/business/GridList/item.d.ts +1 -1
  200. package/dist/components/business/List/item.d.ts +1 -1
  201. package/dist/components/business/NewList/item.d.ts +1 -1
  202. package/dist/components/business/NewList/item.js +1 -1
  203. package/dist/components/business/OperationBtnGroup/index.js +17 -16
  204. package/dist/components/business/SearchContainer/hooks/useToggle.d.ts +1 -1
  205. package/dist/components/business/SearchContainer/hooks/useToggle.js +5 -4
  206. package/dist/components/business/SearchContainer/record-common-item.d.ts +14 -0
  207. package/dist/components/business/SearchContainer/record-common-item.js +82 -0
  208. package/dist/components/business/SearchContainer/record-common-list.d.ts +3 -0
  209. package/dist/components/business/SearchContainer/record-common-list.js +64 -0
  210. package/dist/components/business/SearchContainer/search-container.d.ts +13 -0
  211. package/dist/components/business/SearchContainer/search-container.js +32 -3
  212. package/dist/components/business/SearchContainer/search-drawer.d.ts +1 -0
  213. package/dist/components/business/SearchContainer/search-drawer.js +139 -13
  214. package/dist/components/business/SearchContainer/search-item.js +33 -2
  215. package/dist/components/business/SearchContainer/search-left.d.ts +1 -0
  216. package/dist/components/business/SearchContainer/search-left.js +11 -3
  217. package/dist/components/business/SearchContainer/search-right.js +23 -4
  218. package/dist/components/business/SearchContainer/useRecordCommonInit.d.ts +15 -0
  219. package/dist/components/business/SearchContainer/useRecordCommonInit.js +242 -0
  220. package/dist/components/business/SearchContainer/useRecordCommonSearch.d.ts +7 -0
  221. package/dist/components/business/SearchContainer/useRecordCommonSearch.js +140 -0
  222. package/dist/components/business/SearchContainer/useRecordCommonSearchContext.d.ts +31 -0
  223. package/dist/components/business/SearchContainer/useRecordCommonSearchContext.js +8 -0
  224. package/dist/components/business/Signatures/components/AttachOperation.js +7 -6
  225. package/dist/components/business/Signatures/components/CompareResult.js +7 -6
  226. package/dist/components/business/Signatures/components/DetailTable.js +37 -34
  227. package/dist/components/business/Signatures/components/QunjSeal.js +5 -4
  228. package/dist/components/business/Signatures/components/SealCheckbox.js +3 -2
  229. package/dist/components/business/Signatures/components/TemplateAttach.js +2 -1
  230. package/dist/components/business/Signatures/index.js +64 -53
  231. package/dist/components/business/SortList/sort-drawer.js +5 -4
  232. package/dist/components/business/Template/index.js +11 -10
  233. package/dist/components/utils/MyStorage.d.ts +36 -0
  234. package/dist/components/utils/MyStorage.js +120 -0
  235. package/dist/components/utils/ZtxkContext.d.ts +34 -0
  236. package/dist/components/utils/ZtxkContext.js +13 -0
  237. package/dist/components/utils/fetch.d.ts +10 -0
  238. package/dist/components/utils/fetch.js +119 -0
  239. package/dist/components/utils/index.d.ts +1 -0
  240. package/dist/components/utils/index.js +20 -0
  241. package/dist/components/utils/processNumber.d.ts +12 -0
  242. package/dist/components/utils/processNumber.js +106 -0
  243. package/dist/components/utils/upload.js +6 -3
  244. package/dist/components/utils/useBaseContext.d.ts +5 -0
  245. package/dist/components/utils/useBaseContext.js +10 -0
  246. package/dist/components/utils/useLastest.d.ts +2 -0
  247. package/dist/components/utils/useLastest.js +6 -0
  248. package/dist/components/utils/useMemoizedFn.d.ts +4 -0
  249. package/dist/components/utils/useMemoizedFn.js +19 -0
  250. package/dist/constants.d.ts +1 -1
  251. package/dist/constants.js +1 -1
  252. package/dist/index.css +1011 -7
  253. package/dist/index.css.map +1 -1
  254. package/dist/index.d.ts +10 -1
  255. package/dist/index.js +200 -84
  256. package/dist/locales/en-US.json +818 -0
  257. package/dist/locales/zh-CN.json +818 -0
  258. package/dist/request.js +6 -5
  259. package/package.json +7 -2
@@ -0,0 +1,818 @@
1
+ {
2
+ "浙商中拓集团(重庆)有限公司": "Zheshang Zhongtuo Group (Chongqing) Co., Ltd.",
3
+ "工程三部": "Engineering Department III",
4
+ "首钢水城钢铁(集团)有限责任公司遵义销售分公司": "Shougang Shuicheng Iron and Steel (Group) Co., Ltd. Zunyi Sales Branch",
5
+ "吨": "Tons",
6
+ "正数发票": "Positive invoice",
7
+ "13%进项税(国内采购,国内销售)- 价内税": "13% input tax (domestic purchase, domestic sales)-in-price tax",
8
+ "人民币": "RMB",
9
+ "已作废": "Voided",
10
+ "吕常武": "Lv Changwu",
11
+ "未红冲": "No red flush",
12
+ "同意": "Agree",
13
+ "已生效": "In effect",
14
+ "管理员": "Administrator",
15
+ "负数发票": "Negative invoice",
16
+ "待审核": "To be reviewed",
17
+ "已红冲": "Red-flushed",
18
+ "16%进项税(国内采购,出口销售)-不退税": "16% input tax (domestic purchases, export sales)-no tax refund",
19
+ "测试巡检01": "Test walkdown 01",
20
+ "风控巡检": "Risk control patrol inspection",
21
+ "超期": "Overdue",
22
+ "宋宇环": "Song Yuhuan",
23
+ "增洲库2021年4月巡检记录": "Inspection Record of Zengzhou Reservoir in April 2021",
24
+ "朱小兵": "Zhu Xiaobing",
25
+ "李四": "Li Si",
26
+ "审核未通过": "The review is not passed",
27
+ "张三": "Zhang San",
28
+ "巡检记录提交": "Submit patrol inspection records",
29
+ "1、现场有一堆货物未挂起货权标识;2、仓库东北角新增了一台监控,但目前未接入杭州监控中心;3、缺少2020年3月份的盘库记录": "1. There is a pile of goods on the site without goods right identification; 2. A new monitor is added at the northeast corner of the warehouse, but it is not connected to the Hangzhou Monitoring Center at present; 3. There is no inventory record of March 2020.",
30
+ "整改提交": "Rectification submission",
31
+ "1、该货物已挂货权标识;2、已于杭州总部郑超联系,将该监控接入杭州监控中心,画面预览正常;3、2020年3月份属于疫情期间,期间未发生货物往来,且人员配置没有到位,拟计入本月一并盘点": "1. The goods have been attached with the goods right mark; 2. Zheng Chao of Hangzhou Headquarters has been contacted to connect the monitoring to Hangzhou Monitoring Center, and the picture preview is normal; 3. March 2020 is the epidemic period, during which there is no goods transaction, and the personnel allocation is not in place, so it is planned to be counted in this month.",
32
+ "审核不通过": "The review is not passed",
33
+ "请立即盘点,并出具问题整改说明": "Please make an inventory immediately and provide a description of problem rectification.",
34
+ "已盘点库存,现场账物一致,盘点结果及整改说明请见附件": "The inventory has been counted, and the on-site accounts and materials are consistent. Please refer to the attachment for the counting results and rectification instructions.",
35
+ "增洲库2020年11月巡检记录": "Inspection Record of Zengzhou Reservoir in November 2020",
36
+ "审核中": "Under review",
37
+ "巡检人": "Inspector",
38
+ "朱小兵、李总、王总": "Zhu Xiaobing, General Manager Li, General Manager Wang",
39
+ "巡检日期": "Date of inspection",
40
+ "问题描述": "Description of the problem",
41
+ "1、该仓库监控未安装; 2、该仓库未贴注意标识 3、该仓库XXX": "1. The warehouse monitoring is not installed; 2. The warehouse is not posted with a warning sign; 3. The warehouse is XXX",
42
+ "整改意见": "Rectification suggestions",
43
+ "问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述问题描述": "Question Description Question Description Question Description Problem Description Question Description Problem Descriptions Question Descriptions. Problem Description Problem Description Problem Description Question Description Issue Description.Description Problem Description Problem Description Problem Description Question Description Issue Description Item Description. Description Question Description Question Description Question Description Problem Description Issue Description.Question Description Question Description Question Description Problem Description Question Description Problem Descriptions Question Descriptions. Problem Description Problem Description Problem Description Question Description Issue Description",
44
+ "附件": "Enclosure",
45
+ "迁安增洲-巡检照片1.jpg": "Qian'an Zengzhou-Inspection Photo 1.jpg",
46
+ "迁安增洲-巡检照片2.jpg": "Qian'an Zengzhou-Patrol Photo 2.jpg",
47
+ "迁安增洲-巡检照片3.jpg": "Qian'an Zengzhou-Patrol Photo 3.jpg",
48
+ "迁安增洲-巡检照片4.jpg": "Qian'an Zengzhou-Patrol Photo 4.jpg",
49
+ "序号": "Serial number",
50
+ "采购货款结算单号": "Purchase payment settlement document No.",
51
+ "测试下拉框1": "Test drop-down box 1",
52
+ "你好": "Hello",
53
+ "测试下拉框": "Test the drop-down box",
54
+ "测试数字输入框": "Test the numeric input box",
55
+ "测试数字金额输入框": "Test digital amount input box",
56
+ "结算日期": "Settlement date",
57
+ "过账日期": "Posting date",
58
+ "发票类型": "Invoice type",
59
+ "发票日期": "Invoice date",
60
+ "发票代码": "Invoice code",
61
+ "发票号码": "Invoice number",
62
+ "发票金额": "Invoice amount",
63
+ "发票税额": "Invoice tax amount",
64
+ "结算含税金额": "Settlement amount including tax",
65
+ "结算不含税金额": "Settlement amount excluding tax",
66
+ "结算税额": "Settlement tax amount",
67
+ "税率": "Tax rate",
68
+ "税码": "Tax Code",
69
+ "结算数量": "Settlement quantity",
70
+ "数量单位": "Quantity unit",
71
+ "货币": "Money",
72
+ "汇率": "Exchange rate",
73
+ "公司名称": "Company name",
74
+ "部门名称": "Department name",
75
+ "供应商名称": "Supplier name",
76
+ "备注": "Remark",
77
+ "创建人": "Created by",
78
+ "创建日期": "Date created",
79
+ "修改人": "Modified by",
80
+ "修改日期": "Date of modification",
81
+ "审核人": "Reviewer",
82
+ "审核日期": "Date of review",
83
+ "审核意见": "Review comments",
84
+ "单据状态": "Document status",
85
+ "操作": "Operation",
86
+ "修改": "Modification",
87
+ "删除": "Delete",
88
+ "奔奔.jpg": "Ben Ben.jpg",
89
+ "哈哈哈啊": "Ha ha ha",
90
+ "入库单号": "Receipt order No",
91
+ "入库日期": "Stock-in date",
92
+ "仓库名称": "Warehouse name",
93
+ "姓名姓名姓名姓名姓名姓名姓名": "Name name name name name",
94
+ "姓名": "Name",
95
+ "姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名": "Name name Name name.",
96
+ "姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓名姓": "Name Name Name Name Names Name Names Name Names names name names name names.",
97
+ "上传时间": "Upload time",
98
+ "整改人": "Rectification person",
99
+ "状态": "Status",
100
+ "项目类型": "Type of project",
101
+ "物流金融": "Logistics Finance",
102
+ "所属部门": "Belonging department",
103
+ "业务二部": "Business Department II",
104
+ "项目负责人": "Project leader",
105
+ "谌姚琦": "Chen Yao Qi",
106
+ "业务负责人": "Head of business",
107
+ "李富丰 李富丰 李富丰 李富丰": "Li Fufeng Li Fufeng Li Fufeng",
108
+ "李富丰": "Li Fufeng",
109
+ "入库单号1": "Stock-in order No.1",
110
+ "公司名称1": "Company name 1",
111
+ "请选择仓库名称": "Please select a warehouse name",
112
+ "是": "Yes",
113
+ "否": "No",
114
+ "动态表单配置": "Dynamic form configuration",
115
+ "查询": "Inquire",
116
+ "重置": "Reset",
117
+ "保存为常用搜索": "Save as favorite search",
118
+ "更新常用搜索": "Update favorite search",
119
+ "请输入常用搜索名称!": "Please enter the name of the favorite search!",
120
+ "常用搜索": "Favorite searches",
121
+ "保存成功!": "Save successfully!",
122
+ "保存常用搜索失败!": "Failed to save favorite search!",
123
+ "总计:共查询记录": "Total: records queried in total",
124
+ "条, 入库件数": "Pieces, number of warehoused pieces",
125
+ "件, 入库数量": "Piece, receipt quantity",
126
+ "共{{total}}条": "{{total}}",
127
+ "取消": "Cancel",
128
+ "确定": "Confirm",
129
+ "自定义分析设置": "Custom Analysis Settings",
130
+ "选择需要展示的字段": "Select the field to be displayed",
131
+ "行字段": "Row field",
132
+ "回到初始顺序": "Return to the original sequence",
133
+ "列字段": "Column field",
134
+ "值字段": "Value field",
135
+ "编码类型": "Type of encoding",
136
+ "请填写编码类型": "Please fill in the code type",
137
+ "描述": "Description",
138
+ "请填写描述": "Please fill in the description",
139
+ "编码": "Coding",
140
+ "国家": "Country",
141
+ "查询失败!": "Query failed!",
142
+ "编码查询工具": "Encoding query tool",
143
+ "用户名和手机号不一致,请联系运维人员!": "The user name is inconsistent with the mobile phone number. Please contact the operation and maintenance personnel!",
144
+ "校验用户名和手机号失败,稍后再试!": "Failed to verify user name and mobile phone number. Try again later!",
145
+ "请输入您的用户名": "Please enter your user name",
146
+ "请输入您的手机号": "Please enter your mobile number",
147
+ "验证码发送成功!": "Verification code sent successfully!",
148
+ "验证码发送失败!": "Failed to send verification code!",
149
+ "密码修改成功!": "Password changed successfully!",
150
+ "密码修改失败!": "Password modification failed!",
151
+ "确认修改": "Confirm the modification",
152
+ "忘记密码": "Forgot password",
153
+ "用户名": "User name",
154
+ "手机号": "Cell phone number",
155
+ "短信验证码": "SMS verification code",
156
+ "请输入您的短信验证码": "Please enter your SMS verification code",
157
+ "发送验证码": "Send the verification code",
158
+ "新密码": "New password",
159
+ "请输入新密码": "Please enter a new password",
160
+ "确认新密码": "Confirm the new password",
161
+ "请确认密码": "Please confirm the password",
162
+ "两次密码输入不一致": "The two password entries are inconsistent",
163
+ "账号": "Account number",
164
+ "请输入账号": "Please enter the account number",
165
+ "请输入姓名": "Please enter your name",
166
+ "电话": "Phone",
167
+ "请输入电话": "Please enter a phone number",
168
+ "邮箱": "Mailbox",
169
+ "身份证号": "ID number",
170
+ "用户信息修改失败!": "User information modification failed!",
171
+ "保存": "Preservation",
172
+ "编辑": "Editor",
173
+ "用户信息": "User information",
174
+ "原密码": "Original password",
175
+ "请输入原密码": "Please enter the original password",
176
+ "密码必须包含大小写字母、数字、特殊字符且最小长度为8,且不能出现连续数字或字符,不能出现相同字符,且禁止使用用户账号作为密码": "The password must contain uppercase and lowercase letters, numbers, special characters, and the minimum length is 8, and consecutive numbers or characters cannot appear, the same character cannot appear, and the user account is prohibited to be used as the password",
177
+ "密码中必须包含大小写字母、数字、特殊字符,且长度必须大于8个字符!": "The password must contain uppercase and lowercase letters, numbers, special characters, and must be longer than 8 characters!",
178
+ "密码与用户名相同!": "The password is the same as the user name!",
179
+ "密码中有相同且连续超过三次的字符!": "There are identical characters in the password more than three consecutive times!",
180
+ "从第{{slot0}}个字符开始,有连续{{slot1}}超过三位的字母或数字!": "Starting from the { slot0 } character, there are more than three consecutive { slot1 } letters or numbers!",
181
+ "从第{{slot0}}个字符开始,有按键盘横向连续{{slot1}}超过三位的字母!": "Starting from the { slot0 } character, there are more than three consecutive letters { slot1 } horizontally on the keyboard!",
182
+ "从第{{slot0}}个字符开始,有按键盘竖向连续{{slot1}}超过三位的字母或数字!": "Starting from the { slot0 } character, there are letters or numbers that are more than three digits continuously { slot1 } vertically on the keyboard!",
183
+ "节点": "Node",
184
+ "操作人": "Operator",
185
+ "操作事项": "Operational matters",
186
+ "操作时间": "Operating time",
187
+ "详情": "Details",
188
+ "进度": "Progress",
189
+ "创建:": "Create:",
190
+ "文件过大,暂不支持在线预览,请先下载后查看!": "The file is too large to support online preview. Please download it first and then view it!",
191
+ "预览": "Preview",
192
+ "下载": "Download",
193
+ "检查人员签字": "Signature of inspector",
194
+ "出错了": "Something went wrong",
195
+ "请求失败!": "Request failed!",
196
+ "存入样板": "Save the template",
197
+ "合同模板": "Contract template",
198
+ "合同对比结果": "Contract comparison results",
199
+ "附件类型": "Attachment type",
200
+ "该功能正在开发中": "This feature is under development",
201
+ "无数据可导出": "No data to export",
202
+ "没有可导出的内容": "There is no content to export",
203
+ "导出失败,导出的内容为空!": "Failed to export, the exported content is empty!",
204
+ "导出": "Export",
205
+ "启用": "Enable",
206
+ "是否确定启用?": "Are you sure you want to enable?",
207
+ "提交审核": "Submit for review",
208
+ "作废": "Void",
209
+ "是否确定作废?作废后单据不能再操作。": "Are you sure you want to void? After voiding, the document cannot be operated again.",
210
+ "撤销提交": "Undo the submission",
211
+ "是否确定撤销提交": "Are you sure you want to undo the submission",
212
+ "审核": "Audit",
213
+ "撤销审核": "Revoke the review",
214
+ "是否确定撤销审核?": "Are you sure you want to withdraw the approval?",
215
+ "查询条件自定义": "Query criteria customization",
216
+ "(拖拽排序)": "(Drag to sort)",
217
+ "{{label}} 未填!": "{{label}} Unfilled!",
218
+ "是否删除该条数据?": "Delete this piece of data?",
219
+ "查看比对结果": "View the comparison results",
220
+ "文件比对中,请稍后再试!": "File comparison is in progress, please try again later!",
221
+ "请先进行合同比对!": "Please compare the contract first!",
222
+ "附件名称": "Name of the attachment",
223
+ "合同": "Contract",
224
+ "合同比对模板": "Contract comparison template",
225
+ "合同本身": "The contract itself",
226
+ "合同比对结果": "Contract comparison results",
227
+ "保存为模板": "Save as a template",
228
+ "水印": "Watermark",
229
+ "下载水印版": "Download the watermarked version",
230
+ "电子印章": "Electronic seal",
231
+ "预览盖章效果": "Preview the stamp effect",
232
+ "群杰印章-用印申请": "Qunjie Seal-Seal Application",
233
+ "群杰验证码": "Qunjie verification code",
234
+ "查询用印状态": "Inquire about the status of printing",
235
+ "合同份数:": "Copies of contract:",
236
+ "份": "Share",
237
+ "用印类型:": "Printing type:",
238
+ "外部用印": "External printing",
239
+ "内部用印": "Internal seal",
240
+ "用印": "Use the seal",
241
+ "次": "Times",
242
+ "请选择需要下载的附件!": "Please select the attachment to be downloaded!",
243
+ "请选择需要下载的盖章件!": "Please select the stamp you want to download!",
244
+ "压缩": "Compression",
245
+ "不压缩": "No compression",
246
+ "批量下载原件": "Download the originals in bulk",
247
+ "批量下载盖章件": "Batch download of stamped documents",
248
+ "合同份数": "Copies of contract",
249
+ "选择比对模板": "Select the alignment template",
250
+ "第{{slot0}}行附件没有附件id,无法盖章!": "The attachment in line {{slot0}} has no attachment ID, so it cannot be stamped!",
251
+ "请勾选电子印章!": "Please check the electronic seal!",
252
+ "缺少合同id": "Contract ID is missing",
253
+ "类型": "Type",
254
+ "名称": "Name",
255
+ "添加附件": "Add an attachment",
256
+ "仅需要群杰印章": "Only Qunjie seal is required.",
257
+ "没有找到需要删除的文件名!": "File name to be deleted not found!",
258
+ "serverFileName 为 {{fileName}}": "ServerFileName is {{fileName}}",
259
+ "文件删除成功!": "File deleted successfully!",
260
+ "群杰": "Qunjie",
261
+ "添加水印": "Add a watermark",
262
+ "盖电子印章": "Affix the electronic seal",
263
+ "选择电子印章": "Select the electronic seal",
264
+ "是否加盖经济责任人手签章{{slot0}}": "Whether to affix the manual seal of the economic responsible person {{slot0}}",
265
+ "电子印章设置": "Electronic seal settings",
266
+ "指定签署位置": "Specify the signing location",
267
+ "群杰印章": "Seal of Qunjie",
268
+ "文件上传失败!": "File upload failed!",
269
+ "您的用印次数远超超过合理次数范围,请修改。": "Your printing times are far beyond the reasonable range, please modify.",
270
+ "您的用印次数超过合理次数范围,请慎重确认!": "Your printing times exceed the reasonable range, please confirm carefully!",
271
+ "您的用印次数已超过2倍合同数量,请确认用印数量是否正确。": "Your number of printing has exceeded 2 times of the contract quantity. Please confirm whether the number of printing is correct.",
272
+ "当前所勾选的电子印章信息与上一次盖章时有差异,请确认是否继续?": "There is difference between the current checked electronic seal information and the previous one. Are you sure you want to continue?",
273
+ "请勾选加盖电子印章所需要的印章列表!": "Please check the list of seals required for the electronic seal!",
274
+ "请点击确认盖章按钮,确认盖章位置后方可提交!": "Please click the button to confirm the seal position before submitting!",
275
+ "请填写合同份数!": "Please fill in the number of copies of the contract!",
276
+ "请填写{{slot0}} 的用印次数!": "Please fill in the printing times of {{slot0}}!",
277
+ "请选择群杰用印!": "Please select Qunjie Seal!",
278
+ "下列印章未确认盖章位置,如不需要请取消勾选。": "The following seal positions are not confirmed. If not required, please uncheck.",
279
+ "子项排序": "Sort the subitems",
280
+ "创建时间": "Creation time",
281
+ "合同号": "Contract No",
282
+ "样板号": "Template number",
283
+ "选择客户样板": "Select a customer template",
284
+ "客商名称": "Customer/supplier name",
285
+ "设置按钮类型": "Sets the button type",
286
+ "按钮失效状态": "Button failure status",
287
+ "按钮": "Button",
288
+ "点击按钮过于频繁": "Clicking buttons too often",
289
+ "复制": "Copy",
290
+ "收起": "Put it away",
291
+ "展开": "Expand",
292
+ "遇到了数组中存在空值得情况,请检查数据准确性!存在问题得数据 可能在defaultList中 {{url}}=={{dataKey}}=={{titleKey}}": "There is a null value in the array, please check the accuracy of the data! The data in question may be in the defaultList { URL } = { dataKey } = { titleKey }",
293
+ "全部": "Whole",
294
+ "遇到了数组中存在空值得情况,请检查数据准确性!存在问题得数据 接口中 {{url}}=={{dataKey}}=={{titleKey}}": "There is a null value in the array, please check the accuracy of the data! { URL } = { dataKey } = { titleKey } in the problematic data interface",
295
+ "第一次清空数据时,做一次远程查询": "The first time the data is cleared, a remote query is performed",
296
+ "滚动到了底部, 可以远程加载下一页!": "Scroll to the bottom to load the next page remotely!",
297
+ "刷新数据": "Refresh the data",
298
+ "TEST: 直接使用外部数据": "TEST: Direct use of external data",
299
+ "TEST: 异步获取全部数据": "TEST: Get all data asynchronously",
300
+ "TEST: 异步加载子节点": "TEST: Load child nodes asynchronously",
301
+ "低于最小值,已修改成最小值!": "Below minimum, modified to minimum!",
302
+ "高于最大值,已修改成最大值!": "Higher than the maximum, modified to the maximum!",
303
+ "数据非法": "The data is illegal",
304
+ "千百拾亿千百拾万千百拾元角分": "Ten billion, ten billion, ten thousand yuan.",
305
+ "零壹贰叁肆伍陆柒捌玖": "Zero one two three four five six seven eight nine",
306
+ "零": "Zero",
307
+ "元整": "yuan whole",
308
+ "15px 微软雅黑": "15px Microsoft Yahei",
309
+ "内部资料,严禁外泄!": "Internal information is strictly prohibited to be leaked!",
310
+ "打印": "Print",
311
+ "盖章文件": "Sealed document",
312
+ "设置local失败": "Failed to set local",
313
+ "获取local失败": "Failed to get local",
314
+ "安装lodop": "Install lodop",
315
+ "字体包下载失败": "Font package download failed",
316
+ "pdf文件": "PDF file",
317
+ "当前部门、流程下未找到对应的印章!": "No corresponding seal is found under the current department and process!",
318
+ "获取印章失败!": "Failed to get seal!",
319
+ "当前部门、流程下未配置印章图片,无法再页面上添加印章,请联系管理员配置!": "No seal picture is configured under the current department and process, and the seal cannot be added on the page. Please contact the administrator for configuration!",
320
+ "打印提示": "Prompt for printing",
321
+ "点击确认按钮后,将作为一次成功的打印,并记录到系统!你确认要打印吗?": "After clicking the confirmation button, it will be recorded in the system as a successful print! Are you sure you want to print?",
322
+ "确认": "Confirm",
323
+ "测试": "Test",
324
+ "请先按提示安装或启动打印插件!": "Please install or start the print plug-in according to the prompt first!",
325
+ "当前部门、流程下未配置印章,请联系管理员配置!": "No seal is configured under the current department and process. Please contact the administrator for configuration!",
326
+ "出错了,重新下载字体文件": "Error, download the font file again",
327
+ "生成pdf所需要的字体文件下载失败!": "Failed to download the font file needed to generate PDF!",
328
+ "单据{{slot0}}": "Document {{slot0}}",
329
+ "未能返回盖章链接!": "Failed to return the stamp link!",
330
+ "接口请求失败!": "Interface request failed!",
331
+ "接口调用失败!": "Interface call failed!",
332
+ "当前部门、流程下未配置自动盖章相关印章,请联系管理员配置!": "The current department and process are not configured with seals related to automatic stamping. Please contact the administrator for configuration!",
333
+ "以下文件盖章下载失败": "The following files failed to be stamped and downloaded",
334
+ "第 {{slot0}} 单据盖章下载失败,点击确定重新尝试!": "Failed to download the {{slot0}} document stamp. Click OK to retry!",
335
+ "放大文字": "Enlarge the text",
336
+ "缩小文字": "Reduce the text",
337
+ "调整边距": "Adjust the margins",
338
+ "移除水印": "Remove the watermark",
339
+ "添加印章": "Add a seal",
340
+ "移除印章": "Remove the stamp",
341
+ "插件打印": "Plug-in printing",
342
+ "横向": "Horizontal",
343
+ "纵向": "Longitudinal",
344
+ "导出PDF": "Export PDF",
345
+ "图片压缩版": "Compressed version of the picture",
346
+ "图片不压缩版": "Uncompressed version of the picture",
347
+ "导出盖章件": "Export the stamped part",
348
+ "确认盖章位置": "Confirm the stamping position",
349
+ "盖章": "Stamp:",
350
+ "自动盖章": "Automatic stamping",
351
+ "关闭": "Close",
352
+ "边距调整": "Margin adjustment",
353
+ "上边距:": "Top Margin:",
354
+ "左边距:": "Left margin:",
355
+ "下载失败,下载的内容为空!": "Failed to download. The downloaded content is empty!",
356
+ "至今": "Up to now",
357
+ "{{slot0}} -> 至今": "{{slot 0}}-> to date",
358
+ "往下填充": "Fill down",
359
+ "搜索": "Search",
360
+ "对于数字列可以尝试输入一些表达式: $0 + 1 > 2、 >= 10、 $0 + 1 == 2": "For numeric columns, try entering some expressions: $0 + 1 > 2, > = 10, $0 + 1 = = 2",
361
+ "columns 必须为一个数组": "Columns must be an array",
362
+ "复制整列": "Copy the entire column",
363
+ "是否全部删除": "Whether to delete all",
364
+ "请定义移动行后触发的函数 onMoveRow": "Please define the function onMoveRow to be triggered after moving rows",
365
+ "小计: {{result}} 已选:{{slot0}}项": "Subtotal: { result } Selected: { slot0 } Item",
366
+ "试试拖动小蓝块滚动表格": "Try dragging the small blue block to scroll the table",
367
+ "拖动我,可滚动表格!": "Drag me to scroll the table!",
368
+ "请将迷你地图放置在容器中...": "Please place the mini map in the container..",
369
+ "是否删除该行?": "Do you want to delete the line?",
370
+ "新增一行": "Add a new line",
371
+ "删除该行": "Delete the row",
372
+ "左": "Left",
373
+ "右": "Right",
374
+ "请至少保留一个列展示!": "Please keep at least one column for display!",
375
+ "显示字段自定义": "Display Field Customization",
376
+ "{{slot0}} 第{{slot1}}行 的{{title}}字段,输入的数值,已超过最大值,已帮您修改为最大值!": "{ slot0 } The value entered in the { title } field in the { slot1 } row has exceeded the maximum value, and has been modified to the maximum value for you!",
377
+ "{{slot0}} 第{{slot1}}行 的{{title}}字段,输入的数值,已低于最小值,已帮您修改为最小值!": "{ slot0 } The value entered in the { title } field in the { slot 1 } row is lower than the minimum value. It has been modified to the minimum value for you!",
378
+ "点击降序": "Click Descending",
379
+ "取消排序": "Unsort",
380
+ "点击升序": "Click Ascending",
381
+ "主键": "Primary key",
382
+ "年龄": "Age",
383
+ "地址": "Address",
384
+ "湖南长沙": "Changsha, Hunan",
385
+ "湖南岳阳": "Yueyang, Hunan",
386
+ "王五": "Wang Wu",
387
+ "湖南益阳": "Yiyang, Hunan",
388
+ "赵六": "Zhao Liu",
389
+ "湖北武汉": "Wuhan, Hubei",
390
+ "表格列配置": "Table column configuration",
391
+ "数据数组": "Data array",
392
+ "表格增、减行功能函数": "Table add and subtract line function",
393
+ "隐藏新增icon": "Hide new icon",
394
+ "隐藏删除icon": "Hide delete icon",
395
+ "是否显示动态表头配置": "Whether to display dynamic header configuration",
396
+ "是否显示小计或总计": "Show subtotals or totals",
397
+ "表格行拖拽功能": "Table row drag function",
398
+ "基本使用": "Basic use",
399
+ "动态列配置的表格": "Table for Dynamic Column Configuration",
400
+ "增减表格行": "Add or subtract table rows",
401
+ "小计总计功能": "Subtotal total function",
402
+ "暂无数据": "No data available",
403
+ "复制成功!": "Copy successful!",
404
+ "复制失败!请手工复制 {{str}}": "Copy failed! Please copy manually {{str}}",
405
+ "小计": "Subtotal",
406
+ "大于等于": "Greater than or equal to",
407
+ "小于等于": "Less than or equal to",
408
+ "大于": "Bigger than",
409
+ "小于": "Less than",
410
+ "等于": "Equal",
411
+ "不要使用赋值语句如:1+1=2 /n 应该使用:1+1==2": "Do not use assignment statements such as: 1 + 1 = 2/n should use: 1 + 1 = = 2",
412
+ "总计": "Total",
413
+ "因为某个key渲染": "Because some key render",
414
+ "没有数据,无需验证!": "No data, no validation!",
415
+ "columns 不是数组!": "Columns is not an array!",
416
+ "{{slot0}} 第{{slot1}}行 {{title}} {{slot2}}": "{ slot 0 } { slot 1 } Line { title } { slot2 }",
417
+ "{{slot0}} 第{{slot1}}行 {{title}} 为空!": "{ slot 0 } { slot 1 } row { title } is empty!",
418
+ "文件大于20MB,暂不支持在线预览,请先下载后查看!": "The file is larger than 20 MB. Online preview is not supported. Please download it first and then view it!",
419
+ "文件名称": "File name",
420
+ "文件大小": "File size",
421
+ "上传人": "Uploader",
422
+ "上传进度": "Upload progress",
423
+ "文件上传失败,重新上传": "File upload failed, upload again",
424
+ "{{slot0}} 文件下载失败!": "{{slot0}} File download failed!",
425
+ "Upload组件未传入 apiBaseUrl 属性!": "The upload component did not pass in the apiBaseUrl property!",
426
+ "附件上传中,请稍后操作!": "The attachment is being uploaded, please operate later!",
427
+ "{{slot0}} 第{{slot1}}个附件还在上传中,请稍等...": "{{slot0 } The {{slot1 } attachment is still being uploaded, please wait..",
428
+ "{{slot0}} 第{{slot1}}个附件上传失败,请检查": "{{slot0 } Failed to upload the {{slot1 } attachment. Please check.",
429
+ "不支持 {{fileNameSuffix}} 文件格式!": "{{fileName Suffix}} file format is not supported!",
430
+ "不能上传空文件!": "Cannot upload an empty file!",
431
+ "文件超出 {{MAXSIZESTR}}!": "File exceeds {{MAX SIZESTR}}!",
432
+ "请选择需要删除得附件!": "Please select the attachment to be deleted!",
433
+ "批量下载": "Batch download",
434
+ "批量删除": "Mass delete",
435
+ "(最多上传{{maxCount}}个文件)": "(Upload up to {{maxCount}} files)",
436
+ "添加图片": "Add a picture",
437
+ "(单个附件最大支持": "(Single attachment maximum support",
438
+ ",支持格式:": ", supported formats:",
439
+ "批量下载附件.zip": "Batch download attachments.zip",
440
+ "附件{{slot0}}": "Attachments {{slot0}}",
441
+ "上次文件下载还未完成,请稍后再进行批量下载!": "The last file download has not been completed, please download in batches later!",
442
+ "以下文件未授权下载: {{slot0}}!": "The following file is not authorized to download: {{slot0}}!",
443
+ "请选择有权限下载的附件!": "Please select the attachment you have permission to download!",
444
+ "没有可下载的内容": "There is nothing to download",
445
+ "导入": "Import",
446
+ "文件导入成功!": "File import succeeded!",
447
+ "文件导入失败!": "File import failed!",
448
+ "文件上传中": "File is being uploaded",
449
+ "微软雅黑": "Microsoft Yahei",
450
+ "浙商中拓": "Zheshang Zhongtuo",
451
+ "触发子级": "Trigger child",
452
+ "触发父级": "Trigger the parent",
453
+ "流程名称": "Process name",
454
+ "流程ID": "Process ID",
455
+ "流程申请人": "Process Applicant",
456
+ "流程申请时间": "Process application time",
457
+ "人员": "Personnel",
458
+ "抄送类型": "Cc type",
459
+ "每步审批结果自动抄送": "Automatically copy the approval results of each step",
460
+ "最终审批结果自动抄送": "Automatic copy of final approval result",
461
+ "时间": "Time",
462
+ "执行的操作": "The action to perform",
463
+ "对象": "Object",
464
+ "结果": "Result",
465
+ "本环节已审批通过": "This phase has been approved.",
466
+ "审批中": "Approval in progress",
467
+ "已驳回至起草,待修改表单": "Rejected to draft, form to be modified",
468
+ "已撤回至起草,待修改表单": "Withdrawn to draft, form to be modified",
469
+ "已驳回至上一环节": "Rejected to previous link",
470
+ "已取消": "Cancelled",
471
+ "已废弃": "Abandoned",
472
+ "未知": "Unknown",
473
+ "未启动": "Not started",
474
+ "已驳回": "Rejected",
475
+ "已撤回": "Withdrawn",
476
+ "已挂起": "Suspended",
477
+ "已办结": "Completed",
478
+ "一般": "General",
479
+ "急": "Urgent",
480
+ "紧急": "Emergency",
481
+ "{{slot0}}详情": "{{slot 0}} Details",
482
+ "打印日期:": "Print Date:",
483
+ "审批环节": "Approval process",
484
+ "审批人": "Approver",
485
+ "操作成功": "Operation succeeded",
486
+ "基本信息": "Basic information",
487
+ "审批记录 — 当前正在审批:": "Approval Record-Currently Approving:",
488
+ "审批记录": "Approval records",
489
+ "流程附件": "Process attachment",
490
+ "关联流程": "Associate processes",
491
+ "传阅及抄送记录({{sendTotal}})": "Circulation and Cc Records ({{sendTotal}})",
492
+ "其他信息": "Other information",
493
+ "流程图": "Flow chart",
494
+ "剩余审批环节": "Remaining approval steps",
495
+ "全部审批环节预演": "Rehearsal of all approval processes",
496
+ "自动抄送": "Auto CC",
497
+ "流程操作": "Process operation",
498
+ "发起人": "Promoter",
499
+ "接收对象": "Receive the object",
500
+ "待处理": "Pending",
501
+ "节点名称": "Node name",
502
+ "接收时间": "Receive time",
503
+ "操作者": "Operator",
504
+ "处理意见": "Handling comments",
505
+ "时": "Time",
506
+ "分": "Points",
507
+ "秒": "Seconds",
508
+ "请留意审批意见": "Please pay attention to the approval comments",
509
+ "通知类型:": "Notification Type:",
510
+ "主题:": "Theme",
511
+ "内容:": "Content",
512
+ "通知标题": "Notification title",
513
+ "标题": "Title",
514
+ "传阅及抄送记录": "Circulation and Cc Record",
515
+ "获取数据": "Get the data",
516
+ "项目12": "Item 12",
517
+ "获取": "Get",
518
+ "作为演示使用": "Use as a demonstration",
519
+ "如果数据是通过外部获取的,可以通过传递list属性": "If the data is obtained externally, you can do this by passing the list attribute",
520
+ "异步获取数据": "Get data asynchronously",
521
+ "异步获取数据,并缓存数据": "Get data asynchronously and cache data",
522
+ "远程模糊搜索": "Remote fuzzy search",
523
+ "远程搜索": "Remote search",
524
+ "可远程模糊搜索": "Remotely fuzzy searchable",
525
+ "一次性加载数据": "Load the data once",
526
+ "1.23asdasdasddddddddddddddddddddasdasdasddddddddddddddddddddasdasdasddddddddddddddddddddasdasdasddddddddddddddddddddasdasdasddddddddddddddddddddasdasdasddddddddddddddddddddasdasdasdddddddddddddddddddd 2.asldkj阿斯利康大家ask来得及阿斯利康大家看阿斯利康大家了卢卡斯觉得阿斯利康大家看阿斯利康大家了卢卡斯觉得阿斯利康大家看阿斯利康大家了卢卡斯觉得 3.阿斯利康大家看阿斯利康大家了卢卡斯觉得阿斯利康大家看阿斯利康大家了卢卡斯觉得阿斯利康大家看阿斯利康大家了卢卡斯觉得阿斯利康大家看阿斯利康大家了卢卡斯觉得 4.alskjdalkdj阿拉山口大家阿斯利康的按实际开来大家lakjdaskldjalskdjlkasjdlkasjdlkasjdlkasjdlkasjdlkajsldasjlkdjaslkdjasldjaslkdjaskldjlaksjdlasjdlkasjdlkasjdklasjlkdjaslkdjaskldjaskldjlaskjdlaksjdlkasjdklaskjd": "1.23asdasdasddddddddddddddddddddasdasdasddddddddddddddddddddasdasdasddddddddddddddddddddasdasdasddddddddddddddddddddasda sdasddddddddddddddddddddasdasdasddddddddddddddddddddasdasdasdddddddddddddddddddd 2.asldkj AstraZeneca everyone ask it's not too late AstraZeneca everyone look at Astrazeneca everyone Lucas thinks AstraZeneca everybody looks at Astrazeneca everyone Lucas thinks AstraZenica everybody looks at AstraZenecan everyone Luca thinks 3.AstraZeneca everybody look at AstraZeneca everybody Lucas thinks AstraZeneca everyone look at Astrazeneca everybody Lucas thinks AstraZenica everyone looks at Astrazeneca everyone Lucas thinks that AstraZenica everyone looks at AstraZen 4.alskjdalkdj alashankou everyone AstraZeneca according to the actual open everyone lakjdaskldjalskdjlkasjdlkasjdlkasj dlk asj DL kajsldasjlkd jaslkdjasldjaslkdjaskldjlaksj dlasjdlkasjdlkasjdklasjlkdjaslkdjaskldjaskldjlaskjdlaksjdlkasjdklaskjd",
527
+ "加载": "Load",
528
+ "请求超时,请稍后再试!": "Request timeout, please try again later!",
529
+ "传入多个参数传入多个参数传入多个参数传入多个参数 传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数传入多个参数": "Passing in Multiple Parameters Passing in Multiple Parameters Passing in multiple parameters passing in multiple parameters Passing in Multiple Parameters Passing in Multiple Parameters Passing in multiple parameters passing in multiple parameter passing in more than one parameter passed in more than one parameter passing through more than one parameters passing through more than many parameters passing through more then one parameter passing into more then many parameters passing into more then many parameters passes into more now many parameters. Passing in multiple parameters Passing in multiple parameters Passing out multiple parameters passing outEnter Multiple Parameters Pass In Multiple Parameters Pass In Multiple Parameters pass in Multiple Parameter Pass in Multiple Parameter pass in multiple Parameter Pass in multiple Parameter pass in multiple parameter pass in multi-parameter pass in multi-parameter pass through multiple parameter pass through multiple parameters pass through multi-parameter passes through multiple parameter passes through multiple parameters pass through multi-parameter passes through multiple-parameter Incoming Multiple Parameters Incoming Multiple Parameters Incoming multiple parameters Incoming multiple parameters Ingoing multiple parameters In entering multiple parameters In entering multiple parameters Input multiple parameterParameters passed in Multiple parameters passed in Multiple parameters passed in Multiple parameter passed in Multi-parameter passed in Multi-parameter passed In Multiple parameter passed In Multi-parameter pass In Multi-Parameter passed In Multi-Parameter pass In Multi parameter pass More parameters pass Many parameters pass More parameters pass Many parameters passes More parameters passes Many parameters passes More parameters passes Many parameters Parameters passed in multiple parameters passed in multiple parameters passed in parameters passed in parameters passed In parameter passed In parameters passed Inparameter passed Multiple parameters passed Inparameter passed Multiple parametersNumber of parameters passed in",
530
+ "关闭多个参数!": "Turn off multiple parameters!",
531
+ "传入config": "Pass in config",
532
+ "点击config!": "Click config!",
533
+ "关闭config!": "Close config!",
534
+ "传入多个参数": "Pass in more than one parameter",
535
+ "测试message": "Test message",
536
+ "提单号提单号提单号提单号": "Bill of Lading No. Bill of Lading No.",
537
+ "公司": "Company",
538
+ "部门": "Department",
539
+ "提货单位": "Picking unit",
540
+ "提单号": "Bill of lading number",
541
+ "测试测试测试测试测试saasasass": "Test test saasasass",
542
+ "再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见": "Goodbye, goodbye, goodbye, goodbye. Goodbye, goodbye.",
543
+ "再见": "Goodbye",
544
+ "测试测试": "Test. Test",
545
+ "呵呵呵呵": "Interesting",
546
+ "测试测试测试": "Test, test, test",
547
+ "跳转": "Jump",
548
+ "我是一个链接1111111111111111111": "I am a link 1111 111111111111111.",
549
+ "下拉框字典的res =": "Drop-down box dictionary res =",
550
+ "显示": "Show",
551
+ "个人信息": "Personal information",
552
+ "测试测试测试测试测试测试测试测试测试": "Testing Testing Testing Testing Test Testing Test",
553
+ "再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见再见": "Goodbye. Goodbye. Goodbye, goodbye.",
554
+ "组件1": "Component 1",
555
+ "组件2": "Component 2",
556
+ "组件3": "Component 3",
557
+ "组件4": "Component 4",
558
+ "开始设置": "Start setting up",
559
+ "你好7": "Hello 7",
560
+ "你好811": "Hello, 811",
561
+ "采购基本数据-请选择入库单号": "Basic Purchase Data-Please Select Receipt Doc No.",
562
+ "采购基本数据-请选择入库单号1": "Basic Purchase Data-Please Select Receipt Doc No.1",
563
+ "请选择部门名称": "Please select a department name",
564
+ "测试部门不显示": "Test department is not displayed",
565
+ "你好6": "Hello 6",
566
+ "测试一{{index}}": "Test One {{index}}",
567
+ "测试二{{index}}": "Test 2 {{index}}",
568
+ "测试三{{index}}": "Test Three {{index}}",
569
+ "测试四{{index}}": "Test Four {{index}}",
570
+ "提货单": "Bill of lading",
571
+ "(同一提货单号仅能提货一次)": "(The goods can only be picked up once for the same bill of lading number)",
572
+ "提货单号:": "Bill of Lading No.:",
573
+ "开单时间:": "Billing time:",
574
+ "审核时间:": "Review time:",
575
+ "开户银行及账号": "Bank of deposit and account number",
576
+ "物流指令单号": "Logistics order number",
577
+ "税号": "Tax ID",
578
+ "地址及电话": "Address and telephone number",
579
+ "销售合同号": "Sales contract number",
580
+ "提货仓库": "Picking warehouse",
581
+ "仓库地址": "Warehouse address",
582
+ "仓库联系人": "Warehouse contact",
583
+ "仓库电话": "Warehouse phone",
584
+ "商品名称": "Trade name",
585
+ "批次号": "Batch number",
586
+ "开单数量": "Quantity billed",
587
+ "实发数量": "Actual quantity issued",
588
+ "单价(含税)": "Unit price (tax included)",
589
+ "是否含运输费": "Whether the transportation fee is included",
590
+ "是否含出库费": "Whether the delivery fee is included",
591
+ "件": "Pieces",
592
+ "重量(吨)": "Weight (tons)",
593
+ "合计": "Totally",
594
+ "提单有效期": "Validity of bill of lading",
595
+ "出库方式": "Warehouse-out mode",
596
+ "提货人": "Picker",
597
+ "提货车牌": "Pick up the license plate",
598
+ "打印次数": "Number of prints",
599
+ "存货单位": "Inventory units",
600
+ "发货人": "Consignor",
601
+ "制单人": "Creator",
602
+ "业务代表": "Business representative",
603
+ "1、本提单在上述有效期内有效,过期作废;": "1. This bill of lading is valid within the above validity period, and will be invalid upon expiration;",
604
+ "2、本提货单位经财务收款盖章后提货;此提货单遗失,提货单位责任自负;凭此提货单交付货物后,货物所有风险转移到提货单位。": "2. The unit picking up the goods shall pick up the goods after being sealed by the financial department. If the bill of lading is lost, the unit picking up the goods shall be responsible for it. After the goods are delivered with the bill of lading, all risks of the goods will be transferred to the unit picking them up.",
605
+ "打印时间:": "Print Time:",
606
+ "打印人:": "Printed by:",
607
+ "提货单2": "Bill of Lading 2",
608
+ "中铁二十二局集团有限中铁二十二局集团有限,公司": "China Railway 22 Bureau Group Co., Ltd.",
609
+ "北京市石景山区石景山路35号": "35 Shijingshan Road, Shijingshan District, Beijing",
610
+ "物产物流欣顺美库": "Products Logistics Xinshun Meiku",
611
+ "1231啊实打实的大苏打": "1231, solid, solid soda.",
612
+ "啊实打实的阿松大是啊大苏打碍事": "Ah, solid, big pine. Yeah, big soda gets in the way.",
613
+ "啊实打实大苏打实打实的阿松大": "Ah, solid, big soda, solid, big Asong.",
614
+ "重轨 50MN 河北永洋": "Heavy rail 50MN Hebei Yongyang",
615
+ "啊实打实大苏打啊实打实大苏打阿松大阿松大阿松大啊实打实打算达到阿松大阿松大阿松大阿松大阿松大": "Ah, solid, big soda, solid, big soda, ah-sung, big ah-sung, big ah-sung! Ah, solid! I'm going to reach ah-sung! Ah-sung! Ah-sung?",
616
+ "客户自提": "Customer pick up",
617
+ "啊实打实的": "Ah, really.",
618
+ "啊大苏打撒旦": "Ah, big soda, Satan",
619
+ "重庆中拓-电商部": "Chongqing Zhongtuo-E-commerce Department",
620
+ "撒大苏打": "Sprinkle soda",
621
+ "黄智坚": "Huang Zhijian",
622
+ "胡伟华": "Hu Weihua",
623
+ "1、本提单在上述有效期内有效,过期作废啊实打实的;": "1. This bill of lading is valid within the above-mentioned validity period, and it is invalid after expiration;",
624
+ "2、本提货单位经财务收款盖章后提货;此提货单遗失,提货单位责任自负啊啊实打实大师的撒;凭此提货单交付货物后,货物所有风险转移到提货单位。": "2. The unit picking up the goods shall pick up the goods after being sealed by the financial department. If the bill of lading is lost, the unit picking up the goods shall be responsible for it. After the goods are delivered with the bill of lading, all risks of the goods will be transferred to the unit picking them up.",
625
+ "测试一": "Test one",
626
+ "新的.pdf": "New.pdf",
627
+ "转pdf": "Transfer to PDF",
628
+ "测试iframe打印": "Test iframe printing",
629
+ "我是多余的数据 我是多余的数据": "I'm redundant data. I'm redundant data.",
630
+ "源文件.jpg": "Source file.jpg",
631
+ "模板文件.jpg": "Template file.jpg",
632
+ "源文件1.jpg": "Source file 1.jpg",
633
+ "模板文件1.jpg": "Template file 1.jpg",
634
+ "浙商中拓(物流金融业务专用章)": "Zheshang Zhongtuo (with the special seal for logistics finance business)",
635
+ "浙商中拓集团(湖南)有限公司合同专用章(杭州)": "Special Seal for Contract of Zheshang Zhongtuo Group (Hunan) Co., Ltd. (Hangzhou)",
636
+ "合同工": "Contract worker",
637
+ "合同制": "Contract system",
638
+ "退休返聘": "Retired and rehired",
639
+ "非合同工": "Non-contract workers",
640
+ "非全日制": "Part-time",
641
+ "临时协议": "Provisional Agreement",
642
+ "劳务派遣": "Labor dispatch",
643
+ "外包协议": "Outsourcing Agreement",
644
+ "测试1": "Test 1",
645
+ "测试2": "Test 2",
646
+ "测试3": "Test 3",
647
+ "测试4": "Test 4",
648
+ "第一": "First",
649
+ "第二": "Second",
650
+ "第三": "Third",
651
+ "第四": "Fourth",
652
+ "第五": "Fifth",
653
+ "第六": "Sixth",
654
+ "第七": "Seventh",
655
+ "系统批次号": "System batch number",
656
+ "品名": "Product name",
657
+ "材质": "Material",
658
+ "规格": "Specification",
659
+ "产地": "Place of origin",
660
+ "质量等级": "Quality grade",
661
+ "批次类型": "Batch type",
662
+ "业务性质": "Nature of business",
663
+ "入库方式": "Warehousing mode",
664
+ "采购合同号": "Purchase contract number",
665
+ "采购合同子项号": "Purchase contract sub-item No",
666
+ "采购订单号": "Purchase order number",
667
+ "采购订单子项号": "Purchase order child number",
668
+ "币种": "Currency",
669
+ "0-7天": "0-7 days",
670
+ "8-15天": "8-15 days",
671
+ "16-30天": "16-30 days",
672
+ "31-60天": "31-60 days",
673
+ "61-90天": "61-90 days",
674
+ "91-120天": "91-120 days",
675
+ "121-180天": "121-180 days",
676
+ "181-360天": "181-360 days",
677
+ "≥361天": "≥ 361 days",
678
+ "库存数量": "Quantity in stock",
679
+ "库存金额": "Inventory amount",
680
+ "库存可供数量": "Quantity available in stock",
681
+ "库存可供金额": "Available amount of inventory",
682
+ "汇总": "Summarize",
683
+ "自定义分析": "Custom analysis",
684
+ "萍钢": "Pinggang",
685
+ "开始远程获取表格数据!": "Start getting table data remotely!",
686
+ "开始远程拉取下拉框数据!": "Start pulling the drop-down box data remotely!",
687
+ "螺纹钢 HRB400E": "Rebar HRB 400E",
688
+ "带肋钢筋": "Ribbed bar",
689
+ "螺纹钢": "Deformed steel",
690
+ "螺纹钢 HRB300E": "Rebar HR B300E",
691
+ "方钢品名1 HRB300E": "Square steel product name 1 HRB300E",
692
+ "方钢": "Square steel",
693
+ "方钢品名1": "Square steel product name 1",
694
+ "物料信息列表": "List of material information",
695
+ "物料选择相关": "Material selection dependent",
696
+ "测试字段1": "Test field 1",
697
+ "点击跳转": "Click to jump",
698
+ "我是一个链接": "I am a link.",
699
+ "测试字段2": "Test Field 2",
700
+ "编辑字段11": "Edit Field 11",
701
+ "采购基本数据-明细表 第{{index}}行 采购付款条件2 必填!": "Basic Purchase Data-Purchase Payment Term 2 in {{index}} Line of Details is required!",
702
+ "编辑字段2": "Edit field 2",
703
+ "第{{slot0}}行,超出最大值,已修改成最大值": "Line {{slot0}} exceeds the maximum value and has been modified to the maximum value",
704
+ "第{{slot0}}行,低于最小值,已修改成最小值": "Line {{slot0}}, below minimum, modified to minimum",
705
+ "失去焦点了": "Lost focus",
706
+ "获得焦点了": "Got the focus",
707
+ "编辑字段2+1": "Edit Field 2 + 1",
708
+ "编辑字段3": "Edit field 3",
709
+ "编辑字段4": "Edit field 4",
710
+ "编辑字段5": "Edit field 5",
711
+ "编辑字段6": "Edit field 6",
712
+ "财务审核": "Financial review",
713
+ "超长文本": "Extra long text",
714
+ "横穿阿斯利康大家按时了看到阿斯利康大家按时了看到阿拉山口巨大数量的阿斯利康大家按时的ask来得及": "Crossing AstraZeneca, everyone is on time to see AstraZeneca, everyone is on time to see the huge number of AstraZeneca in Alashankou, everyone's on time.",
715
+ "撤回": "Withdraw",
716
+ "是否确定撤回?": "Are you sure you want to withdraw?",
717
+ "点击": "Click",
718
+ "渲染": "Rendering",
719
+ "数据项1": "Data item 1",
720
+ "数据项2": "Data item 2",
721
+ "数据项3": "Data item 3",
722
+ "数据项4": "Data item 4",
723
+ "数据项5": "Data item 5",
724
+ "数据项6": "Data item 6",
725
+ "百度": "Baidu",
726
+ "阿里": "Ali",
727
+ "腾讯": "Tencent",
728
+ "百度-事业部": "Baidu-Business Division",
729
+ "百度-电商部": "Baidu-E-commerce Department",
730
+ "百度-工程部": "Baidu-Engineering Department",
731
+ "阿里-事业部": "Ali-Business Division",
732
+ "阿里-电商部": "Ali-E-commerce Department",
733
+ "阿里-工程部": "Ali-Engineering Department",
734
+ "腾讯-事业部": "Tencent-Business Division",
735
+ "腾讯-电商部": "Tencent-E-commerce Department",
736
+ "腾讯-工程部": "Tencent-Engineering Department",
737
+ "公司下拉框-render": "Company drop-down box-render",
738
+ "部门下拉框-render": "Department Drop-Down Box-render",
739
+ "输入text": "Enter text",
740
+ "输入text1": "Enter text1",
741
+ "输入number": "Enter number",
742
+ "输入number1": "Enter number 1",
743
+ "下拉框1": "Drop-down box 1",
744
+ "下拉框1-render": "Drop-down box 1-render",
745
+ "根据物料取配置信息失败,请切换重试!": "Failed to get the configuration information according to the material. Please switch and try again!",
746
+ "品名:": "Product name:",
747
+ "材质:": "Material:",
748
+ "规格:": "Specification",
749
+ "产地:": "Place of origin:",
750
+ "型号:": "Model",
751
+ "工艺:": "Craft",
752
+ "包装方式:": "Packing method:",
753
+ "品牌:": "Brand",
754
+ "牌号:": "Grade:",
755
+ "强度等级:": "Strength class:",
756
+ "用途:": "Purpose:",
757
+ "当前产品层次对应的规格配置": "Specification configuration corresponding to the current product level",
758
+ "请填写相关信息!": "Please fill in the relevant information!",
759
+ "新建": "New",
760
+ "选择规格": "Select a specification",
761
+ "添加": "Add to",
762
+ "{{slot0}}未填!": "{{slot 0}} is not filled!",
763
+ "刷新token遭到频繁调用,请联系管理员查看是否接口权限出现问题,可能是{{slot0}}接口出现问题": "Refreshing token is frequently called. Please contact the administrator to check whether there is a problem with the interface permission. It may be that there is a problem with the {{slot0}} interface.",
764
+ "请求超时,请稍后再试,请去列表确认数据是否插入成功,请勿重复提交!": "Request timeout, please try again later, please go to the list to confirm whether the data is inserted successfully, please do not submit repeatedly!",
765
+ "接口: {{slot0}} 未找到!": "Interface: {{slot0}} not found!",
766
+ "你的账号已在其他地方登录!": "Your account is logged in elsewhere!",
767
+ "登录过期!": "Login expired!",
768
+ "测试5": "Test 5",
769
+ "测试6": "Test 6",
770
+ "测试7": "Test 7",
771
+ "测试8": "Test 8",
772
+ "测试9": "Test 9",
773
+ "测试10": "Test 10",
774
+ "基础展示表格;": "Basic display form;",
775
+ "动态列配置;": "Dynamic column configuration;",
776
+ "如果需要缓存住动态列配置,需要传入showColumnDynamicKey; 表格内部进行了优化,数据将存储在本地缓存中,可以不用通过外界传入配置": "If the dynamic column configuration needs to be cached, the showColumnDynamicKey needs to be passed in; the table is optimized internally, and the data will be stored in the local cache, so it is not necessary to pass in the configuration from outside",
777
+ "列伸缩;": "Column stretching;",
778
+ "isResizableColumn属性默认为true,如果不需要列伸缩可以传入false": "The isResizable Column property defaults to true, and false can be passed in if column scaling is not required",
779
+ "切换数据": "Switch data",
780
+ "--切换数据": "-- Switch data",
781
+ "张飞": "Zhang Fei",
782
+ "赵云": "Zhao Yun",
783
+ "刘备": "Liu Bei",
784
+ "关羽": "Guan Yu",
785
+ "曹操": "Cao Cao",
786
+ "诸葛亮": "Zhuge Liang",
787
+ "测试111": "Test 111",
788
+ "输入": "Input",
789
+ "测试-明细表 第{{index}}行 测试2 不能小于102!": "Test-Test 2 in row {{index}} of schedule cannot be less than 102!",
790
+ "金额(含税)": "Amount (tax included)",
791
+ "测试5-001": "Test 5-001",
792
+ "测试5-002": "Test 5-002",
793
+ "可编辑表格;如果是输入框,可使用表格默认提供的编辑框; 配置editable为true即可,还可配置editableConfig配置执行类型等;具体editableConfig可查看详细签名": "The table can be edited; if it is an input box, the edit box provided by the table by default can be used; configure editable to be true, and you can also configure editableConfig to configure the execution type; for specific editable Config, you can view the detailed signature",
794
+ "对于配置了编辑的表格,一定要使用SCU来优化表格渲染,此举可以优化表格渲染": "For tables configured for editing, be sure to use SCU to optimize table rendering, which optimizes table rendering",
795
+ "如果配置了editable,并且配置了SCU来优化渲染,那么初始化的时候需要用一个变量标识首次需要渲染": "If editable is configured and SCU is configured to optimize rendering, a variable is required to indicate the first time rendering is required during initialization",
796
+ "新增删除行,表格拖拽排序;": "Add and delete rows, and drag the table to sort;",
797
+ "对于配置了SCU的列,需要在新增删除的时候重新渲染,通过设置state标识": "For columns configured with SCU, it is necessary to re-render when adding or deleting by setting the state flag",
798
+ "表格自定义验证,传入tableHandleRef一个Ref对象,可获取表格提供相关方法": "Table custom validation. A Ref object is passed in tableHandleRef, which can obtain relevant methods provided by the table.",
799
+ "1.编写验证规则,在列里面编写,通过传入validate属性配置,具体可查看签名 如果只是简单的非空验证,那么可传入一个空对象即可 如果是复杂验证可通过validate传入更多配置": "1. Write the validation rule in the column, and pass in the validate attribute configuration. You can view the signature. If it is only a simple non-null validation, you can pass in an empty object. If it is a complex validation, you can pass in more configurations through validate.",
800
+ "2.如果传入了自定义render函数,组件无法掌握在何时清空错误信息,所以需要调用方主动清空错误信息": "2. If a custom render function is passed in, the component cannot know when to empty the error message, so the caller needs to actively empty the error message",
801
+ "验证": "Validate",
802
+ "我是一个表格": "I am a form.",
803
+ "打开模态框": "Open the mode box",
804
+ "工程三部办公室": "Office of Engineering Department III",
805
+ "测试部门22121212": "The testing department is 22121212",
806
+ "异步获取数据,一次性获取数据": "Get data asynchronously, get data all at once",
807
+ "异步获取数据,异步加载子节点": "Get data asynchronously and load child nodes asynchronously",
808
+ "配合表单使用": "Use with forms",
809
+ "心量于里两111.pdf": "Xin Liang Yu Li Liang 111.pdf",
810
+ "心量于里两222.pdf": "Xin Liang Yu Li Liang 222.pdf",
811
+ "测试下面的": "Test the following",
812
+ "请传入特殊值": "Please pass in a special values",
813
+ "检查": "Check",
814
+ "获取选中项": "Gets the selected item",
815
+ "全选": "Select all",
816
+ "反选": "Invert selection",
817
+ "请至少保留一个展示项!": "Please keep at least one display item!"
818
+ }