bill_jiaofu.php 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. <?php
  2. $type = Dever::db('option/cash')->config['config_type'];
  3. $status = array
  4. (
  5. 1 => '已确认',
  6. 2 => '未确认',
  7. );
  8. $audit = array
  9. (
  10. 1 => '正常',
  11. 2 => '作废',
  12. );
  13. $audit_manage = array
  14. (
  15. //1 => '正常',
  16. 2 => '作废',
  17. );
  18. $col = Dever::input('col');
  19. $aid = Dever::input('search_option_aid');
  20. $mid = Dever::input('search_option_mid');
  21. $button = array();
  22. if ($aid) {
  23. $option_aid = $aid;
  24. $search_audit = Dever::input('search_audit');
  25. if ($search_audit) {
  26. $option_aid .= '&search_audit=' . $search_audit;
  27. }
  28. $button = array
  29. (
  30. '返回上一页' => array('location', 'l=project/database/list&project=option&table=cash&page_type=1&aid=' . $option_aid),
  31. );
  32. }
  33. return array
  34. (
  35. # 表名
  36. 'name' => 'bill_jiaofu',
  37. # 显示给用户看的名称
  38. 'lang' => '期权交付记录',
  39. 'order' => 90,
  40. 'end' => array
  41. (
  42. //'update' => 'option/lib/manage.setJiaofu',
  43. ),
  44. 'config_audit' => $audit,
  45. # 数据结构
  46. 'struct' => array
  47. (
  48. 'id' => array
  49. (
  50. 'type' => 'int-11',
  51. 'name' => 'ID',
  52. 'default' => '',
  53. 'desc' => '',
  54. 'match' => 'is_numeric',
  55. 'search' => 'order',
  56. //'list' => true,
  57. ),
  58. 'order_num' => array
  59. (
  60. 'type' => 'varchar-100',
  61. 'name' => '流水号',
  62. 'default' => '',
  63. 'desc' => '流水号',
  64. 'match' => 'is_string',
  65. 'update' => 'text',
  66. 'search' => 'fulltext',
  67. 'list' => true,
  68. 'list_order' => 1,
  69. ),
  70. 'type' => array
  71. (
  72. 'type' => 'tinyint-1',
  73. 'name' => '交易类型',
  74. 'default' => '1',
  75. 'desc' => '交易类型',
  76. 'match' => 'is_numeric',
  77. 'option' => $type,
  78. 'update' => 'radio',
  79. 'list' => true,
  80. 'list_order' => 4,
  81. ),
  82. 'aid' => array
  83. (
  84. 'type' => 'int-11',
  85. 'name' => '主账号手机号',
  86. 'default' => '-1',
  87. 'desc' => '期权登录账户',
  88. 'match' => 'is_string',
  89. 'update' => 'text',
  90. 'search' => $aid ? 'hidden' : array
  91. (
  92. 'api' => 'option/member-getMain',
  93. 'col' => 'mobile',
  94. 'result' => 'id',
  95. 'search' => 'aid',//本表的字段,默认为当前的字段
  96. ),
  97. 'list_name' => '主账户',
  98. 'list' => 'Dever::load("option/lib/account.getInfo", {aid})',
  99. 'list_order' => 3,
  100. ),
  101. 'mid' => array
  102. (
  103. 'type' => 'int-11',
  104. 'name' => '子账号手机号',
  105. 'default' => '-1',
  106. 'desc' => '期权账户',
  107. 'match' => 'is_string',
  108. 'update' => 'text',
  109. 'search' => $mid ? 'hidden' : array
  110. (
  111. 'api' => 'option/member-getChild',
  112. 'col' => 'mobile',
  113. 'result' => 'id',
  114. 'search' => 'aid',//本表的字段,默认为当前的字段
  115. ),
  116. 'list_name' => '子账户',
  117. 'list' => 'Dever::load("option/lib/member.getInfo", {mid})',
  118. 'list_order' => 3,
  119. ),
  120. 'cash' => array
  121. (
  122. 'type' => 'float-11,2',
  123. 'name' => '期权操作',
  124. 'default' => '0',
  125. 'desc' => '期权操作',
  126. 'match' => 'is_numeric',
  127. //'update' => 'text',
  128. 'list' => '"+{cash}"',
  129. 'list_order' => 3,
  130. ),
  131. 'sign' => array
  132. (
  133. 'type' => 'varchar-150',
  134. 'name' => '签字',
  135. 'default' => '',
  136. 'desc' => '签字',
  137. 'match' => 'option',
  138. 'update' => 'image',
  139. 'key' => '7',
  140. //'list' => '"<img src=\'{sign}\' width=\'150\'>"',
  141. //'list_order' => 5,
  142. ),
  143. 'agreement_id' => array
  144. (
  145. 'type' => 'int-11',
  146. 'name' => '合同id',
  147. 'default' => '',
  148. 'desc' => '合同id',
  149. 'match' => 'is_numeric',
  150. ),
  151. 'status' => array
  152. (
  153. 'type' => 'tinyint-1',
  154. 'name' => '交付确认',
  155. 'default' => '2',
  156. 'desc' => '交付确认',
  157. 'match' => 'is_numeric',
  158. 'option' => $status,
  159. 'update' => 'radio',
  160. 'list' => true,
  161. 'list_order' => 4,
  162. ),
  163. 'audit' => array
  164. (
  165. 'type' => 'tinyint-1',
  166. 'name' => '审核',
  167. 'default' => $col ? '3' : '1',
  168. 'desc' => '审核',
  169. 'match' => 'is_numeric',
  170. 'option' => $col ? $audit_manage : $audit,
  171. 'update' => 'radio',
  172. 'control' => 'audit',
  173. 'value' => $col ? '3' : '1',
  174. //'list' => true,
  175. 'list_order' => 7,
  176. ),
  177. 'audit_desc' => array
  178. (
  179. 'type' => 'varchar-500',
  180. 'name' => '审核备注',
  181. 'default' => '',
  182. 'desc' => '备注',
  183. 'match' => 'option',
  184. 'update' => 'textarea',
  185. //'list' => '"{audit_desc}" ? "{audit_desc}" : "-"',
  186. 'list_order' => 9,
  187. ),
  188. 'audit_date' => array
  189. (
  190. 'type' => 'int-11',
  191. 'name' => '审核时间',
  192. 'match' => 'is_numeric',
  193. 'desc' => '审核时间',
  194. 'default' => '',
  195. ),
  196. 'audit_admin' => array
  197. (
  198. 'type' => 'int-11',
  199. 'name' => '操作人',
  200. 'default' => '',
  201. 'match' => 'is_numeric',
  202. 'desc' => '操作人',
  203. //'list' => '"{audit_admin}" > 0 ? Dever::load("manage/admin-find#name", {audit_admin}) : "-"',
  204. //'list_order' => 6,
  205. ),
  206. 'desc' => array
  207. (
  208. 'type' => 'varchar-500',
  209. 'name' => '备注说明',
  210. 'default' => '',
  211. 'desc' => '备注说明',
  212. 'match' => 'option',
  213. 'update' => 'textarea',
  214. 'list' => true,
  215. 'list_order' => 10,
  216. ),
  217. 'qdate' => array
  218. (
  219. 'type' => 'int-11',
  220. 'name' => '确认时间',
  221. 'default' => '',
  222. 'match' => 'is_numeric',
  223. 'desc' => '',
  224. ),
  225. 'state' => array
  226. (
  227. 'type' => 'tinyint-1',
  228. 'name' => '状态',
  229. 'default' => '1',
  230. 'desc' => '请选择状态',
  231. 'match' => 'is_numeric',
  232. ),
  233. 'cdate' => array
  234. (
  235. 'type' => 'int-11',
  236. 'name' => '操作时间',
  237. 'match' => array('is_numeric', time()),
  238. 'desc' => '',
  239. 'default' => '',
  240. # 只有insert时才生效
  241. 'insert' => true,
  242. 'list' => 'date("Y-m-d H:i:s", {cdate})',
  243. 'list_order' => 18,
  244. ),
  245. ),
  246. 'manage' => array
  247. (
  248. 'insert' => false,
  249. 'delete' => false,
  250. 'edit' => false,
  251. 'button' => $button,
  252. 'list_button' => array
  253. (
  254. //'list' => array('查看详情', '"member_area&mid={id}&page_type=1"'),
  255. //'edit' => array('审核', 'audit,audit_desc', '{audit} == 2'),
  256. //'delete' => array('删除', '', '{status} == 1'),
  257. ),
  258. ),
  259. 'request' => array
  260. (
  261. 'getData' => array
  262. (
  263. # 匹配的正则或函数 选填项
  264. 'option' => array
  265. (
  266. 'aid' => 'yes',
  267. 'type' => 'yes',
  268. 'audit' => 'yes',
  269. 'status' => 'yes',
  270. 'state' => 1,
  271. ),
  272. 'order' => array('id' => 'desc'),
  273. 'page' => array(10, 'list'),
  274. 'type' => 'all',
  275. 'col' => '*',
  276. ),
  277. 'getTotal' => array
  278. (
  279. # 匹配的正则或函数 选填项
  280. 'where' => array
  281. (
  282. 'aid' => 'yes',
  283. 'type' => 'yes',
  284. 'end' => array('yes-cdate', '<='),
  285. 'status' => 'yes',
  286. 'state' => 1,
  287. ),
  288. 'type' => 'one',
  289. 'col' => 'sum(cash) as total',
  290. ),
  291. 'upYes' => array
  292. (
  293. # 匹配的正则或函数 选填项
  294. 'where' => array
  295. (
  296. 'aid' => 'yes',
  297. 'end' => array('yes-cdate', '<='),
  298. 'status' => 'yes',
  299. 'state' => 1,
  300. ),
  301. 'set' => array
  302. (
  303. 'status' => 'yes',
  304. 'qdate' => 'yes',
  305. 'agreement_id' => 'yes',
  306. ),
  307. 'type' => 'update',
  308. ),
  309. ),
  310. );