orderPartProcess.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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. "orderIndex": {
  23. "type": "long"
  24. },
  25. "pDFFileName": {
  26. "type": "text"
  27. },
  28. "pDFFilePageIndex": {
  29. "type": "long"
  30. },
  31. "processPrice": {
  32. "type": "double"
  33. },
  34. "processQty": {
  35. "type": "double"
  36. },
  37. "processMoney": {
  38. "type": "double"
  39. },
  40. "processRule": {
  41. "type": "text",
  42. "fields": {
  43. "raw": {
  44. "type": "keyword"
  45. }
  46. }
  47. },
  48. "idMaterial": {
  49. "type": "long"
  50. },
  51. "orderYear": {
  52. "type": "integer"
  53. },
  54. "processName": {
  55. "type": "text",
  56. "analyzer": "index_ansj",
  57. "search_analyzer": "query_ansj",
  58. "fields": {
  59. "raw": {
  60. "type": "keyword"
  61. },
  62. "number": {
  63. "type": "text",
  64. "index": "analyzed",
  65. "analyzer": "number_analyzer"
  66. },
  67. "letter": {
  68. "type": "text",
  69. "index": "analyzed",
  70. "analyzer": "letter_analyzer"
  71. }
  72. }
  73. },
  74. "obvRevId": {
  75. "type": "long"
  76. },
  77. "isOutAssisted": {
  78. "type": "integer"
  79. },
  80. "idOutAssistBill": {
  81. "type": "long"
  82. },
  83. "outAssistBillCode": {
  84. "type": "text",
  85. "index": "analyzed",
  86. "analyzer": "codefull_analyzer",
  87. "fields": {
  88. "raw": {
  89. "type": "keyword"
  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. "createTime": {
  157. "type": "long"
  158. },
  159. "createTimeLong": {
  160. "type": "long"
  161. },
  162. "updateBy": {
  163. "type": "long"
  164. },
  165. "updateTime": {
  166. "type": "long"
  167. },
  168. "updateTimeLong": {
  169. "type": "long"
  170. }
  171. }
  172. }
  173. }