m_ware_fz_biz.srm 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. $PBExportHeader$m_ware_fz_biz.srm
  2. forward
  3. global type m_ware_fz_biz from menu
  4. end type
  5. type m_3 from menu within m_ware_fz_biz
  6. end type
  7. type m_4 from menu within m_ware_fz_biz
  8. end type
  9. type m_物料监控表 from menu within m_ware_fz_biz
  10. end type
  11. type m_5 from menu within m_ware_fz_biz
  12. end type
  13. type m_2 from menu within m_ware_fz_biz
  14. end type
  15. type m_产品计划价调整单 from menu within m_ware_fz_biz
  16. end type
  17. type m_1 from menu within m_ware_fz_biz
  18. end type
  19. type m_客户投拆单 from menu within m_ware_fz_biz
  20. end type
  21. type m_客户费用单 from menu within m_ware_fz_biz
  22. end type
  23. type m_客户补件单 from menu within m_ware_fz_biz
  24. end type
  25. type m_产品价格 from menu within m_ware_fz_biz
  26. end type
  27. type m_库存配置调整单 from menu within m_ware_fz_biz
  28. end type
  29. type m_扣费品领用单 from menu within m_ware_fz_biz
  30. end type
  31. global type m_ware_fz_biz from menu
  32. m_3 m_3
  33. m_4 m_4
  34. m_物料监控表 m_物料监控表
  35. m_5 m_5
  36. m_2 m_2
  37. m_产品计划价调整单 m_产品计划价调整单
  38. m_1 m_1
  39. m_客户投拆单 m_客户投拆单
  40. m_客户费用单 m_客户费用单
  41. m_客户补件单 m_客户补件单
  42. m_产品价格 m_产品价格
  43. m_库存配置调整单 m_库存配置调整单
  44. m_扣费品领用单 m_扣费品领用单
  45. end type
  46. end forward
  47. global type m_ware_fz_biz from menu
  48. m_3 m_3
  49. m_4 m_4
  50. m_物料监控表 m_物料监控表
  51. m_5 m_5
  52. m_2 m_2
  53. m_产品计划价调整单 m_产品计划价调整单
  54. m_1 m_1
  55. m_客户投拆单 m_客户投拆单
  56. m_客户费用单 m_客户费用单
  57. m_客户补件单 m_客户补件单
  58. m_产品价格 m_产品价格
  59. m_库存配置调整单 m_库存配置调整单
  60. m_扣费品领用单 m_扣费品领用单
  61. end type
  62. global m_ware_fz_biz m_ware_fz_biz
  63. on m_ware_fz_biz.create
  64. m_ware_fz_biz=this
  65. call super::create
  66. this.text = "m_ware_fz1"
  67. this.menutextcolor = 134217735
  68. this.menubackcolor = 134217732
  69. this.menuhighlightcolor = 134217741
  70. this.textsize = 8
  71. this.weight = 400
  72. this.facename = "Tahoma"
  73. this.titlebackcolor = 134217730
  74. this.bitmapbackcolor = 12632256
  75. this.menubitmaps = true
  76. this.titlegradient = true
  77. this.toolbartextcolor = 134217746
  78. this.toolbarbackcolor = 67108864
  79. this.toolbarhighlightcolor = 134217741
  80. this.toolbargradient = true
  81. this.bitmapgradient = true
  82. this.m_3=create m_3
  83. this.m_4=create m_4
  84. this.m_物料监控表=create m_物料监控表
  85. this.m_5=create m_5
  86. this.m_2=create m_2
  87. this.m_产品计划价调整单=create m_产品计划价调整单
  88. this.m_1=create m_1
  89. this.m_客户投拆单=create m_客户投拆单
  90. this.m_客户费用单=create m_客户费用单
  91. this.m_客户补件单=create m_客户补件单
  92. this.m_产品价格=create m_产品价格
  93. this.m_库存配置调整单=create m_库存配置调整单
  94. this.m_扣费品领用单=create m_扣费品领用单
  95. this.Item[UpperBound(this.Item)+1]=this.m_3
  96. this.Item[UpperBound(this.Item)+1]=this.m_4
  97. this.Item[UpperBound(this.Item)+1]=this.m_物料监控表
  98. this.Item[UpperBound(this.Item)+1]=this.m_5
  99. this.Item[UpperBound(this.Item)+1]=this.m_2
  100. this.Item[UpperBound(this.Item)+1]=this.m_产品计划价调整单
  101. this.Item[UpperBound(this.Item)+1]=this.m_1
  102. this.Item[UpperBound(this.Item)+1]=this.m_客户投拆单
  103. this.Item[UpperBound(this.Item)+1]=this.m_客户费用单
  104. this.Item[UpperBound(this.Item)+1]=this.m_客户补件单
  105. this.Item[UpperBound(this.Item)+1]=this.m_产品价格
  106. this.Item[UpperBound(this.Item)+1]=this.m_库存配置调整单
  107. this.Item[UpperBound(this.Item)+1]=this.m_扣费品领用单
  108. end on
  109. on m_ware_fz_biz.destroy
  110. call super::destroy
  111. destroy(this.m_3)
  112. destroy(this.m_4)
  113. destroy(this.m_物料监控表)
  114. destroy(this.m_5)
  115. destroy(this.m_2)
  116. destroy(this.m_产品计划价调整单)
  117. destroy(this.m_1)
  118. destroy(this.m_客户投拆单)
  119. destroy(this.m_客户费用单)
  120. destroy(this.m_客户补件单)
  121. destroy(this.m_产品价格)
  122. destroy(this.m_库存配置调整单)
  123. destroy(this.m_扣费品领用单)
  124. end on
  125. type m_3 from menu within m_ware_fz_biz
  126. end type
  127. on m_3.create
  128. call super::create
  129. this.text = "产品及物料存放仓库"
  130. this.menutextcolor = 134217735
  131. this.menubackcolor = 134217732
  132. this.menuhighlightcolor = 134217741
  133. this.textsize = 8
  134. this.weight = 400
  135. this.facename = "Tahoma"
  136. this.titlebackcolor = 134217730
  137. this.bitmapbackcolor = 12632256
  138. this.menubitmaps = true
  139. this.titlegradient = true
  140. this.toolbartextcolor = 134217746
  141. this.toolbarbackcolor = 67108864
  142. this.toolbarhighlightcolor = 134217741
  143. this.toolbargradient = true
  144. this.bitmapgradient = true
  145. end on
  146. on m_3.destroy
  147. call super::destroy
  148. end on
  149. event clicked;f_sys_main(331)
  150. end event
  151. type m_4 from menu within m_ware_fz_biz
  152. end type
  153. event clicked;f_sys_main(312)
  154. end event
  155. on m_4.create
  156. call super::create
  157. this.text = "库存上下限参数设定"
  158. this.menutextcolor = 134217735
  159. this.menubackcolor = 134217732
  160. this.menuhighlightcolor = 134217741
  161. this.textsize = 8
  162. this.weight = 400
  163. this.facename = "Tahoma"
  164. this.titlebackcolor = 134217730
  165. this.bitmapbackcolor = 12632256
  166. this.menubitmaps = true
  167. this.titlegradient = true
  168. this.toolbartextcolor = 134217746
  169. this.toolbarbackcolor = 67108864
  170. this.toolbarhighlightcolor = 134217741
  171. this.toolbargradient = true
  172. this.bitmapgradient = true
  173. end on
  174. on m_4.destroy
  175. call super::destroy
  176. end on
  177. type m_物料监控表 from menu within m_ware_fz_biz
  178. end type
  179. event clicked;f_sys_main(209)
  180. end event
  181. on m_物料监控表.create
  182. call super::create
  183. this.text = "物料监控表"
  184. this.menutextcolor = 134217735
  185. this.menubackcolor = 134217732
  186. this.menuhighlightcolor = 134217741
  187. this.textsize = 8
  188. this.weight = 400
  189. this.facename = "Tahoma"
  190. this.titlebackcolor = 134217730
  191. this.bitmapbackcolor = 12632256
  192. this.menubitmaps = true
  193. this.titlegradient = true
  194. this.toolbartextcolor = 134217746
  195. this.toolbarbackcolor = 67108864
  196. this.toolbarhighlightcolor = 134217741
  197. this.toolbargradient = true
  198. this.bitmapgradient = true
  199. end on
  200. on m_物料监控表.destroy
  201. call super::destroy
  202. end on
  203. type m_5 from menu within m_ware_fz_biz
  204. end type
  205. on m_5.create
  206. call super::create
  207. this.text = "-"
  208. this.menutextcolor = 134217735
  209. this.menubackcolor = 134217732
  210. this.menuhighlightcolor = 134217741
  211. this.textsize = 8
  212. this.weight = 400
  213. this.facename = "Tahoma"
  214. this.titlebackcolor = 134217730
  215. this.bitmapbackcolor = 12632256
  216. this.menubitmaps = true
  217. this.titlegradient = true
  218. this.toolbartextcolor = 134217746
  219. this.toolbarbackcolor = 67108864
  220. this.toolbarhighlightcolor = 134217741
  221. this.toolbargradient = true
  222. this.bitmapgradient = true
  223. end on
  224. on m_5.destroy
  225. call super::destroy
  226. end on
  227. type m_2 from menu within m_ware_fz_biz
  228. end type
  229. on m_2.create
  230. call super::create
  231. this.text = "成本价调整单"
  232. this.menutextcolor = 134217735
  233. this.menubackcolor = 134217732
  234. this.menuhighlightcolor = 134217741
  235. this.textsize = 8
  236. this.weight = 400
  237. this.facename = "Tahoma"
  238. this.titlebackcolor = 134217730
  239. this.bitmapbackcolor = 12632256
  240. this.menubitmaps = true
  241. this.titlegradient = true
  242. this.toolbartextcolor = 134217746
  243. this.toolbarbackcolor = 67108864
  244. this.toolbarhighlightcolor = 134217741
  245. this.toolbargradient = true
  246. this.bitmapgradient = true
  247. end on
  248. on m_2.destroy
  249. call super::destroy
  250. end on
  251. event clicked;f_sys_main(333)
  252. end event
  253. type m_产品计划价调整单 from menu within m_ware_fz_biz
  254. end type
  255. event clicked;f_sys_main(424)
  256. end event
  257. on m_产品计划价调整单.create
  258. call super::create
  259. this.text = "产品计划价调整单"
  260. this.menutextcolor = 134217735
  261. this.menubackcolor = 134217732
  262. this.menuhighlightcolor = 134217741
  263. this.textsize = 8
  264. this.weight = 400
  265. this.facename = "Tahoma"
  266. this.titlebackcolor = 134217730
  267. this.bitmapbackcolor = 12632256
  268. this.menubitmaps = true
  269. this.titlegradient = true
  270. this.toolbartextcolor = 134217746
  271. this.toolbarbackcolor = 67108864
  272. this.toolbarhighlightcolor = 134217741
  273. this.toolbargradient = true
  274. this.bitmapgradient = true
  275. end on
  276. on m_产品计划价调整单.destroy
  277. call super::destroy
  278. end on
  279. type m_1 from menu within m_ware_fz_biz
  280. end type
  281. on m_1.create
  282. call super::create
  283. this.text = "-"
  284. this.menutextcolor = 134217735
  285. this.menubackcolor = 134217732
  286. this.menuhighlightcolor = 134217741
  287. this.textsize = 8
  288. this.weight = 400
  289. this.facename = "Tahoma"
  290. this.titlebackcolor = 134217730
  291. this.bitmapbackcolor = 12632256
  292. this.menubitmaps = true
  293. this.titlegradient = true
  294. this.toolbartextcolor = 134217746
  295. this.toolbarbackcolor = 67108864
  296. this.toolbarhighlightcolor = 134217741
  297. this.toolbargradient = true
  298. this.bitmapgradient = true
  299. end on
  300. on m_1.destroy
  301. call super::destroy
  302. end on
  303. type m_客户投拆单 from menu within m_ware_fz_biz
  304. end type
  305. on m_客户投拆单.create
  306. call super::create
  307. this.text = "拆装单"
  308. this.menutextcolor = 134217735
  309. this.menubackcolor = 134217732
  310. this.menuhighlightcolor = 134217741
  311. this.textsize = 8
  312. this.weight = 400
  313. this.facename = "Tahoma"
  314. this.titlebackcolor = 134217730
  315. this.bitmapbackcolor = 12632256
  316. this.menubitmaps = true
  317. this.titlegradient = true
  318. this.toolbartextcolor = 134217746
  319. this.toolbarbackcolor = 67108864
  320. this.toolbarhighlightcolor = 134217741
  321. this.toolbargradient = true
  322. this.bitmapgradient = true
  323. end on
  324. on m_客户投拆单.destroy
  325. call super::destroy
  326. end on
  327. event clicked;f_sys_main(314)
  328. end event
  329. type m_客户费用单 from menu within m_ware_fz_biz
  330. end type
  331. on m_客户费用单.create
  332. call super::create
  333. this.text = "盘盈单"
  334. this.menutextcolor = 134217735
  335. this.menubackcolor = 134217732
  336. this.menuhighlightcolor = 134217741
  337. this.textsize = 8
  338. this.weight = 400
  339. this.facename = "Tahoma"
  340. this.titlebackcolor = 134217730
  341. this.bitmapbackcolor = 12632256
  342. this.menubitmaps = true
  343. this.titlegradient = true
  344. this.toolbartextcolor = 134217746
  345. this.toolbarbackcolor = 67108864
  346. this.toolbarhighlightcolor = 134217741
  347. this.toolbargradient = true
  348. this.bitmapgradient = true
  349. end on
  350. on m_客户费用单.destroy
  351. call super::destroy
  352. end on
  353. event clicked;f_sys_main(305)
  354. end event
  355. type m_客户补件单 from menu within m_ware_fz_biz
  356. end type
  357. event clicked;f_sys_main(306)
  358. end event
  359. on m_客户补件单.create
  360. call super::create
  361. this.text = "盘亏单"
  362. this.menutextcolor = 134217735
  363. this.menubackcolor = 134217732
  364. this.menuhighlightcolor = 134217741
  365. this.textsize = 8
  366. this.weight = 400
  367. this.facename = "Tahoma"
  368. this.titlebackcolor = 134217730
  369. this.bitmapbackcolor = 12632256
  370. this.menubitmaps = true
  371. this.titlegradient = true
  372. this.toolbartextcolor = 134217746
  373. this.toolbarbackcolor = 67108864
  374. this.toolbarhighlightcolor = 134217741
  375. this.toolbargradient = true
  376. this.bitmapgradient = true
  377. end on
  378. on m_客户补件单.destroy
  379. call super::destroy
  380. end on
  381. type m_产品价格 from menu within m_ware_fz_biz
  382. end type
  383. event clicked;f_sys_main(322)
  384. end event
  385. on m_产品价格.create
  386. call super::create
  387. this.text = "客存调整单"
  388. this.menutextcolor = 134217735
  389. this.menubackcolor = 134217732
  390. this.menuhighlightcolor = 134217741
  391. this.textsize = 8
  392. this.weight = 400
  393. this.facename = "Tahoma"
  394. this.titlebackcolor = 134217730
  395. this.bitmapbackcolor = 12632256
  396. this.menubitmaps = true
  397. this.titlegradient = true
  398. this.toolbartextcolor = 134217746
  399. this.toolbarbackcolor = 67108864
  400. this.toolbarhighlightcolor = 134217741
  401. this.toolbargradient = true
  402. this.bitmapgradient = true
  403. end on
  404. on m_产品价格.destroy
  405. call super::destroy
  406. end on
  407. type m_库存配置调整单 from menu within m_ware_fz_biz
  408. end type
  409. event clicked;f_sys_main(311)
  410. end event
  411. on m_库存配置调整单.create
  412. call super::create
  413. this.text = "库存配置调整单"
  414. this.menutextcolor = 134217735
  415. this.menubackcolor = 134217732
  416. this.menuhighlightcolor = 134217741
  417. this.textsize = 8
  418. this.weight = 400
  419. this.facename = "Tahoma"
  420. this.titlebackcolor = 134217730
  421. this.bitmapbackcolor = 12632256
  422. this.menubitmaps = true
  423. this.titlegradient = true
  424. this.toolbartextcolor = 134217746
  425. this.toolbarbackcolor = 67108864
  426. this.toolbarhighlightcolor = 134217741
  427. this.toolbargradient = true
  428. this.bitmapgradient = true
  429. end on
  430. on m_库存配置调整单.destroy
  431. call super::destroy
  432. end on
  433. type m_扣费品领用单 from menu within m_ware_fz_biz
  434. end type
  435. event clicked;f_sys_main(329)
  436. end event
  437. on m_扣费品领用单.create
  438. call super::create
  439. this.text = "扣费品领用单"
  440. this.menutextcolor = 134217735
  441. this.menubackcolor = 134217732
  442. this.menuhighlightcolor = 134217741
  443. this.textsize = 8
  444. this.weight = 400
  445. this.facename = "Tahoma"
  446. this.titlebackcolor = 134217730
  447. this.bitmapbackcolor = 12632256
  448. this.menubitmaps = true
  449. this.titlegradient = true
  450. this.toolbartextcolor = 134217746
  451. this.toolbarbackcolor = 67108864
  452. this.toolbarhighlightcolor = 134217741
  453. this.toolbargradient = true
  454. this.bitmapgradient = true
  455. end on
  456. on m_扣费品领用单.destroy
  457. call super::destroy
  458. end on