orderPartProcess.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. {
  2. "orderpartprocess": {
  3. "_parent": {
  4. "type": "orderpart"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOrder": {
  11. "type": "long"
  12. },
  13. "idOrderPart": {
  14. "type": "long"
  15. },
  16. "idProcess": {
  17. "type": "long"
  18. },
  19. "processMemo": {
  20. "type": "text"
  21. },
  22. "obvRevId": {
  23. "type": "long"
  24. },
  25. "orderIndex": {
  26. "type": "long"
  27. },
  28. "pasteUpFileName": {
  29. "type": "text"
  30. },
  31. "pasteUpFilePageIndex": {
  32. "type": "long"
  33. },
  34. "processPrice": {
  35. "type": "double"
  36. },
  37. "processQty": {
  38. "type": "double"
  39. },
  40. "processMoney": {
  41. "type": "double"
  42. },
  43. "processRule": {
  44. "type": "text",
  45. "fields": {
  46. "raw": {
  47. "type": "keyword"
  48. }
  49. }
  50. },
  51. "idMaterial": {
  52. "type": "long"
  53. },
  54. "isOutAssisted": {
  55. "type": "integer"
  56. },
  57. "idOutAssistBill": {
  58. "type": "long"
  59. },
  60. "outAssistBillCode": {
  61. "type": "text",
  62. "index": "analyzed",
  63. "analyzer": "codefull_analyzer",
  64. "fields": {
  65. "raw": {
  66. "type": "keyword"
  67. }
  68. }
  69. },
  70. "idOutAssist": {
  71. "type": "long"
  72. },
  73. "outAssistName": {
  74. "type": "text",
  75. "analyzer": "index_ansj",
  76. "search_analyzer": "query_ansj",
  77. "fields": {
  78. "raw": {
  79. "type": "keyword"
  80. },
  81. "number": {
  82. "type": "text",
  83. "index": "analyzed",
  84. "analyzer": "number_analyzer"
  85. },
  86. "letter": {
  87. "type": "text",
  88. "index": "analyzed",
  89. "analyzer": "letter_analyzer"
  90. }
  91. }
  92. },
  93. "materialQty": {
  94. "type": "double"
  95. },
  96. "materialPreOutFlag": {
  97. "type": "integer"
  98. },
  99. "idActualMaterialInfo": {
  100. "type": "long"
  101. },
  102. "actualMaterialInfoName": {
  103. "type": "text",
  104. "analyzer": "index_ansj",
  105. "search_analyzer": "query_ansj",
  106. "fields": {
  107. "raw": {
  108. "type": "keyword"
  109. },
  110. "number": {
  111. "type": "text",
  112. "index": "analyzed",
  113. "analyzer": "number_analyzer"
  114. },
  115. "letter": {
  116. "type": "text",
  117. "index": "analyzed",
  118. "analyzer": "letter_analyzer"
  119. }
  120. }
  121. },
  122. "preOutStockLockIdRoom": {
  123. "type": "long"
  124. },
  125. "preOutStockLockQty": {
  126. "type": "integer"
  127. },
  128. "preOutLockState": {
  129. "type": "integer"
  130. },
  131. "preOutLockManId": {
  132. "type": "long"
  133. },
  134. "preOutLockManName": {
  135. "type": "text",
  136. "index": "not_analyzed"
  137. },
  138. "preOutStockUnlocked": {
  139. "type": "integer"
  140. },
  141. "materialPreRequestFlag": {
  142. "type": "integer"
  143. },
  144. "materialStockInFlag": {
  145. "type": "integer"
  146. },
  147. "materialPickingFlag": {
  148. "type": "integer"
  149. },
  150. "materialStockOutFlag": {
  151. "type": "integer"
  152. },
  153. "createBy": {
  154. "type": "long"
  155. },
  156. "createTimeLong": {
  157. "type": "long"
  158. },
  159. "updateBy": {
  160. "type": "long"
  161. },
  162. "updateTimeLong": {
  163. "type": "long"
  164. },
  165. "processName": {
  166. "type": "text",
  167. "analyzer": "index_ansj",
  168. "search_analyzer": "query_ansj",
  169. "fields": {
  170. "raw": {
  171. "type": "keyword"
  172. },
  173. "number": {
  174. "type": "text",
  175. "index": "analyzed",
  176. "analyzer": "number_analyzer"
  177. },
  178. "letter": {
  179. "type": "text",
  180. "index": "analyzed",
  181. "analyzer": "letter_analyzer"
  182. }
  183. }
  184. }
  185. }
  186. }
  187. }