m_jg_fz.srm 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. $PBExportHeader$m_jg_fz.srm
  2. forward
  3. global type m_jg_fz from menu
  4. end type
  5. type m_外协损耗单 from menu within m_jg_fz
  6. end type
  7. type m_外协商罚款单 from menu within m_jg_fz
  8. end type
  9. type m_0 from menu within m_jg_fz
  10. end type
  11. type m_1 from menu within m_jg_fz
  12. end type
  13. type m_产品价格 from menu within m_jg_fz
  14. end type
  15. type m_客户投拆单 from menu within m_jg_fz
  16. end type
  17. type m_外协商盘点表 from menu within m_jg_fz
  18. end type
  19. type m_外协商盘盈单 from menu within m_jg_fz
  20. end type
  21. type m_外协商盘亏单 from menu within m_jg_fz
  22. end type
  23. type m_外协商库存成本价调整单 from menu within m_jg_fz
  24. end type
  25. global type m_jg_fz from menu
  26. m_外协损耗单 m_外协损耗单
  27. m_外协商罚款单 m_外协商罚款单
  28. m_0 m_0
  29. m_1 m_1
  30. m_产品价格 m_产品价格
  31. m_客户投拆单 m_客户投拆单
  32. m_外协商盘点表 m_外协商盘点表
  33. m_外协商盘盈单 m_外协商盘盈单
  34. m_外协商盘亏单 m_外协商盘亏单
  35. m_外协商库存成本价调整单 m_外协商库存成本价调整单
  36. end type
  37. end forward
  38. global type m_jg_fz from menu
  39. m_外协损耗单 m_外协损耗单
  40. m_外协商罚款单 m_外协商罚款单
  41. m_0 m_0
  42. m_1 m_1
  43. m_产品价格 m_产品价格
  44. m_客户投拆单 m_客户投拆单
  45. m_外协商盘点表 m_外协商盘点表
  46. m_外协商盘盈单 m_外协商盘盈单
  47. m_外协商盘亏单 m_外协商盘亏单
  48. m_外协商库存成本价调整单 m_外协商库存成本价调整单
  49. end type
  50. global m_jg_fz m_jg_fz
  51. on m_jg_fz.create
  52. m_jg_fz=this
  53. call super::create
  54. this.text = "m_jg_fz"
  55. this.menutextcolor = 134217735
  56. this.menubackcolor = 134217732
  57. this.menuhighlightcolor = 134217741
  58. this.textsize = 8
  59. this.weight = 400
  60. this.facename = "Tahoma"
  61. this.titlebackcolor = 134217730
  62. this.bitmapbackcolor = 12632256
  63. this.menubitmaps = true
  64. this.titlegradient = true
  65. this.toolbartextcolor = 134217746
  66. this.toolbarbackcolor = 67108864
  67. this.toolbarhighlightcolor = 134217741
  68. this.toolbargradient = true
  69. this.bitmapgradient = true
  70. this.m_外协损耗单=create m_外协损耗单
  71. this.m_外协商罚款单=create m_外协商罚款单
  72. this.m_0=create m_0
  73. this.m_1=create m_1
  74. this.m_产品价格=create m_产品价格
  75. this.m_客户投拆单=create m_客户投拆单
  76. this.m_外协商盘点表=create m_外协商盘点表
  77. this.m_外协商盘盈单=create m_外协商盘盈单
  78. this.m_外协商盘亏单=create m_外协商盘亏单
  79. this.m_外协商库存成本价调整单=create m_外协商库存成本价调整单
  80. this.Item[UpperBound(this.Item)+1]=this.m_外协损耗单
  81. this.Item[UpperBound(this.Item)+1]=this.m_外协商罚款单
  82. this.Item[UpperBound(this.Item)+1]=this.m_0
  83. this.Item[UpperBound(this.Item)+1]=this.m_1
  84. this.Item[UpperBound(this.Item)+1]=this.m_产品价格
  85. this.Item[UpperBound(this.Item)+1]=this.m_客户投拆单
  86. this.Item[UpperBound(this.Item)+1]=this.m_外协商盘点表
  87. this.Item[UpperBound(this.Item)+1]=this.m_外协商盘盈单
  88. this.Item[UpperBound(this.Item)+1]=this.m_外协商盘亏单
  89. this.Item[UpperBound(this.Item)+1]=this.m_外协商库存成本价调整单
  90. end on
  91. on m_jg_fz.destroy
  92. call super::destroy
  93. destroy(this.m_外协损耗单)
  94. destroy(this.m_外协商罚款单)
  95. destroy(this.m_0)
  96. destroy(this.m_1)
  97. destroy(this.m_产品价格)
  98. destroy(this.m_客户投拆单)
  99. destroy(this.m_外协商盘点表)
  100. destroy(this.m_外协商盘盈单)
  101. destroy(this.m_外协商盘亏单)
  102. destroy(this.m_外协商库存成本价调整单)
  103. end on
  104. type m_外协损耗单 from menu within m_jg_fz
  105. end type
  106. event clicked;f_sys_main(923)
  107. end event
  108. on m_外协损耗单.create
  109. call super::create
  110. this.text = "外协损耗单"
  111. this.menutextcolor = 134217735
  112. this.menubackcolor = 134217732
  113. this.menuhighlightcolor = 134217741
  114. this.textsize = 8
  115. this.weight = 400
  116. this.facename = "Tahoma"
  117. this.titlebackcolor = 134217730
  118. this.bitmapbackcolor = 12632256
  119. this.menubitmaps = true
  120. this.titlegradient = true
  121. this.toolbartextcolor = 134217746
  122. this.toolbarbackcolor = 67108864
  123. this.toolbarhighlightcolor = 134217741
  124. this.toolbargradient = true
  125. this.bitmapgradient = true
  126. end on
  127. on m_外协损耗单.destroy
  128. call super::destroy
  129. end on
  130. type m_外协商罚款单 from menu within m_jg_fz
  131. end type
  132. event clicked;f_sys_main(418)
  133. end event
  134. on m_外协商罚款单.create
  135. call super::create
  136. this.text = "供应商罚款单"
  137. this.menutextcolor = 134217735
  138. this.menubackcolor = 134217732
  139. this.menuhighlightcolor = 134217741
  140. this.textsize = 8
  141. this.weight = 400
  142. this.facename = "Tahoma"
  143. this.titlebackcolor = 134217730
  144. this.bitmapbackcolor = 12632256
  145. this.menubitmaps = true
  146. this.titlegradient = true
  147. this.toolbartextcolor = 134217746
  148. this.toolbarbackcolor = 67108864
  149. this.toolbarhighlightcolor = 134217741
  150. this.toolbargradient = true
  151. this.bitmapgradient = true
  152. end on
  153. on m_外协商罚款单.destroy
  154. call super::destroy
  155. end on
  156. type m_0 from menu within m_jg_fz
  157. end type
  158. event clicked;f_sys_main(412)
  159. end event
  160. on m_0.create
  161. call super::create
  162. this.text = "物料供应商价格"
  163. this.menutextcolor = 134217735
  164. this.menubackcolor = 134217732
  165. this.menuhighlightcolor = 134217741
  166. this.textsize = 8
  167. this.weight = 400
  168. this.facename = "Tahoma"
  169. this.titlebackcolor = 134217730
  170. this.bitmapbackcolor = 12632256
  171. this.menubitmaps = true
  172. this.titlegradient = true
  173. this.toolbartextcolor = 134217746
  174. this.toolbarbackcolor = 67108864
  175. this.toolbarhighlightcolor = 134217741
  176. this.toolbargradient = true
  177. this.bitmapgradient = true
  178. end on
  179. on m_0.destroy
  180. call super::destroy
  181. end on
  182. type m_1 from menu within m_jg_fz
  183. end type
  184. on m_1.create
  185. call super::create
  186. this.text = "供应商物料价格"
  187. this.menutextcolor = 134217735
  188. this.menubackcolor = 134217732
  189. this.menuhighlightcolor = 134217741
  190. this.textsize = 8
  191. this.weight = 400
  192. this.facename = "Tahoma"
  193. this.titlebackcolor = 134217730
  194. this.bitmapbackcolor = 12632256
  195. this.menubitmaps = true
  196. this.titlegradient = true
  197. this.toolbartextcolor = 134217746
  198. this.toolbarbackcolor = 67108864
  199. this.toolbarhighlightcolor = 134217741
  200. this.toolbargradient = true
  201. this.bitmapgradient = true
  202. end on
  203. on m_1.destroy
  204. call super::destroy
  205. end on
  206. event clicked;f_sys_main(410)
  207. end event
  208. type m_产品价格 from menu within m_jg_fz
  209. end type
  210. on m_产品价格.create
  211. call super::create
  212. this.text = "供应商费用单"
  213. this.menutextcolor = 134217735
  214. this.menubackcolor = 134217732
  215. this.menuhighlightcolor = 134217741
  216. this.textsize = 8
  217. this.weight = 400
  218. this.facename = "Tahoma"
  219. this.titlebackcolor = 134217730
  220. this.bitmapbackcolor = 12632256
  221. this.menubitmaps = true
  222. this.titlegradient = true
  223. this.toolbartextcolor = 134217746
  224. this.toolbarbackcolor = 67108864
  225. this.toolbarhighlightcolor = 134217741
  226. this.toolbargradient = true
  227. this.bitmapgradient = true
  228. end on
  229. on m_产品价格.destroy
  230. call super::destroy
  231. end on
  232. event clicked;f_sys_main(427)
  233. end event
  234. type m_客户投拆单 from menu within m_jg_fz
  235. end type
  236. on m_客户投拆单.create
  237. call super::create
  238. this.text = "供应商投诉单"
  239. this.menutextcolor = 134217735
  240. this.menubackcolor = 134217732
  241. this.menuhighlightcolor = 134217741
  242. this.textsize = 8
  243. this.weight = 400
  244. this.facename = "Tahoma"
  245. this.titlebackcolor = 134217730
  246. this.bitmapbackcolor = 12632256
  247. this.menubitmaps = true
  248. this.titlegradient = true
  249. this.toolbartextcolor = 134217746
  250. this.toolbarbackcolor = 67108864
  251. this.toolbarhighlightcolor = 134217741
  252. this.toolbargradient = true
  253. this.bitmapgradient = true
  254. end on
  255. on m_客户投拆单.destroy
  256. call super::destroy
  257. end on
  258. event clicked;f_sys_main(406)
  259. end event
  260. type m_外协商盘点表 from menu within m_jg_fz
  261. end type
  262. event clicked;f_sys_main(924)
  263. end event
  264. on m_外协商盘点表.create
  265. call super::create
  266. this.text = "外协商盘点表"
  267. this.menutextcolor = 134217735
  268. this.menubackcolor = 134217732
  269. this.menuhighlightcolor = 134217741
  270. this.textsize = 8
  271. this.weight = 400
  272. this.facename = "Tahoma"
  273. this.titlebackcolor = 134217730
  274. this.bitmapbackcolor = 12632256
  275. this.menubitmaps = true
  276. this.titlegradient = true
  277. this.toolbartextcolor = 134217746
  278. this.toolbarbackcolor = 67108864
  279. this.toolbarhighlightcolor = 134217741
  280. this.toolbargradient = true
  281. this.bitmapgradient = true
  282. end on
  283. on m_外协商盘点表.destroy
  284. call super::destroy
  285. end on
  286. type m_外协商盘盈单 from menu within m_jg_fz
  287. end type
  288. event clicked;f_sys_main(926)
  289. end event
  290. on m_外协商盘盈单.create
  291. call super::create
  292. this.text = "外协商盘盈单"
  293. this.menutextcolor = 134217735
  294. this.menubackcolor = 134217732
  295. this.menuhighlightcolor = 134217741
  296. this.textsize = 8
  297. this.weight = 400
  298. this.facename = "Tahoma"
  299. this.titlebackcolor = 134217730
  300. this.bitmapbackcolor = 12632256
  301. this.menubitmaps = true
  302. this.titlegradient = true
  303. this.toolbartextcolor = 134217746
  304. this.toolbarbackcolor = 67108864
  305. this.toolbarhighlightcolor = 134217741
  306. this.toolbargradient = true
  307. this.bitmapgradient = true
  308. end on
  309. on m_外协商盘盈单.destroy
  310. call super::destroy
  311. end on
  312. type m_外协商盘亏单 from menu within m_jg_fz
  313. end type
  314. event clicked;f_sys_main(925)
  315. end event
  316. on m_外协商盘亏单.create
  317. call super::create
  318. this.text = "外协商盘亏单"
  319. this.menutextcolor = 134217735
  320. this.menubackcolor = 134217732
  321. this.menuhighlightcolor = 134217741
  322. this.textsize = 8
  323. this.weight = 400
  324. this.facename = "Tahoma"
  325. this.titlebackcolor = 134217730
  326. this.bitmapbackcolor = 12632256
  327. this.menubitmaps = true
  328. this.titlegradient = true
  329. this.toolbartextcolor = 134217746
  330. this.toolbarbackcolor = 67108864
  331. this.toolbarhighlightcolor = 134217741
  332. this.toolbargradient = true
  333. this.bitmapgradient = true
  334. end on
  335. on m_外协商盘亏单.destroy
  336. call super::destroy
  337. end on
  338. type m_外协商库存成本价调整单 from menu within m_jg_fz
  339. end type
  340. event clicked;f_sys_main(928)
  341. end event
  342. on m_外协商库存成本价调整单.create
  343. call super::create
  344. this.text = "外协商库存成本价调整单"
  345. this.menutextcolor = 134217735
  346. this.menubackcolor = 134217732
  347. this.menuhighlightcolor = 134217741
  348. this.textsize = 8
  349. this.weight = 400
  350. this.facename = "Tahoma"
  351. this.titlebackcolor = 134217730
  352. this.bitmapbackcolor = 12632256
  353. this.menubitmaps = true
  354. this.titlegradient = true
  355. this.toolbartextcolor = 134217746
  356. this.toolbarbackcolor = 67108864
  357. this.toolbarhighlightcolor = 134217741
  358. this.toolbargradient = true
  359. this.bitmapgradient = true
  360. end on
  361. on m_外协商库存成本价调整单.destroy
  362. call super::destroy
  363. end on