华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

819 lines
43 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSRewarehouse
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSRewarehouse));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  37. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  38. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  39. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  40. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  41. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  42. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colLOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colVenderLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colPrintTimes = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colPRODUCTDATE = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colisInput = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colVoucherNO = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colEATTRIBUTE3 = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  57. this.panel1 = new System.Windows.Forms.Panel();
  58. this.txtCode = new DevExpress.XtraEditors.GridLookUpEdit();
  59. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  60. this.grdMoDetail = new DevExpress.XtraGrid.GridControl();
  61. this.grvMoDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  62. this.colMoId = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.colMoIsSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.colMOPLANQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.colMOSEQ1 = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.colMoCode1 = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  71. this.txtQty = new DevExpress.XtraEditors.TextEdit();
  72. this.txtStd = new DevExpress.XtraEditors.TextEdit();
  73. this.txtItemCode = new DevExpress.XtraEditors.TextEdit();
  74. this.txtItemName = new DevExpress.XtraEditors.TextEdit();
  75. this.cmbSEQ = new DevExpress.XtraEditors.ComboBoxEdit();
  76. this.label5 = new System.Windows.Forms.Label();
  77. this.label6 = new System.Windows.Forms.Label();
  78. this.label4 = new System.Windows.Forms.Label();
  79. this.label3 = new System.Windows.Forms.Label();
  80. this.label2 = new System.Windows.Forms.Label();
  81. this.label1 = new System.Windows.Forms.Label();
  82. this.VoucherNO = new DevExpress.XtraGrid.Columns.GridColumn();
  83. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  84. this.panelControl3.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  86. this.groupControl1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  90. this.panel1.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.grdMoDetail)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.grvMoDetail)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.txtQty.Properties)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.txtStd.Properties)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.cmbSEQ.Properties)).BeginInit();
  101. this.SuspendLayout();
  102. //
  103. // btnExit
  104. //
  105. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  106. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  107. this.btnExit.Appearance.Options.UseFont = true;
  108. this.btnExit.Appearance.Options.UseForeColor = true;
  109. this.btnExit.Appearance.Options.UseTextOptions = true;
  110. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  111. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  112. this.btnExit.Location = new System.Drawing.Point(332, 0);
  113. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  114. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  115. this.btnExit.Name = "btnExit";
  116. this.btnExit.Size = new System.Drawing.Size(55, 30);
  117. this.btnExit.TabIndex = 10;
  118. this.btnExit.Text = "退出";
  119. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  120. //
  121. // panelControl3
  122. //
  123. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  124. this.panelControl3.Appearance.Options.UseBackColor = true;
  125. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  126. this.panelControl3.Controls.Add(this.simpleButton4);
  127. this.panelControl3.Controls.Add(this.btnCancelAll);
  128. this.panelControl3.Controls.Add(this.btnSelectAll);
  129. this.panelControl3.Controls.Add(this.btnDel);
  130. this.panelControl3.Controls.Add(this.btnClose);
  131. this.panelControl3.Controls.Add(this.btnCreate);
  132. this.panelControl3.Controls.Add(this.MOTitle);
  133. this.panelControl3.Controls.Add(this.btnExit);
  134. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  135. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  136. this.panelControl3.Name = "panelControl3";
  137. this.panelControl3.Size = new System.Drawing.Size(1173, 30);
  138. this.panelControl3.TabIndex = 13;
  139. //
  140. // simpleButton4
  141. //
  142. this.simpleButton4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  143. this.simpleButton4.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  144. this.simpleButton4.Appearance.ForeColor = System.Drawing.Color.White;
  145. this.simpleButton4.Appearance.Options.UseBackColor = true;
  146. this.simpleButton4.Appearance.Options.UseFont = true;
  147. this.simpleButton4.Appearance.Options.UseForeColor = true;
  148. this.simpleButton4.Appearance.Options.UseTextOptions = true;
  149. this.simpleButton4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  150. this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
  151. this.simpleButton4.Location = new System.Drawing.Point(225, 0);
  152. this.simpleButton4.LookAndFeel.SkinName = "BlueButtonSkin";
  153. this.simpleButton4.LookAndFeel.UseDefaultLookAndFeel = false;
  154. this.simpleButton4.Name = "simpleButton4";
  155. this.simpleButton4.Size = new System.Drawing.Size(107, 30);
  156. this.simpleButton4.TabIndex = 121;
  157. this.simpleButton4.Text = "打印退料条码";
  158. this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
  159. //
  160. // btnCancelAll
  161. //
  162. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  163. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  164. this.btnCancelAll.Appearance.Options.UseFont = true;
  165. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  166. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  167. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  168. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  169. this.btnCancelAll.Location = new System.Drawing.Point(639, 0);
  170. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  171. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  172. this.btnCancelAll.Name = "btnCancelAll";
  173. this.btnCancelAll.Size = new System.Drawing.Size(57, 30);
  174. this.btnCancelAll.TabIndex = 28;
  175. this.btnCancelAll.Text = "全消";
  176. this.btnCancelAll.Visible = false;
  177. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  178. //
  179. // btnSelectAll
  180. //
  181. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  182. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  183. this.btnSelectAll.Appearance.Options.UseFont = true;
  184. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  185. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  186. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  187. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  188. this.btnSelectAll.Location = new System.Drawing.Point(582, 0);
  189. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  190. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  191. this.btnSelectAll.Name = "btnSelectAll";
  192. this.btnSelectAll.Size = new System.Drawing.Size(57, 30);
  193. this.btnSelectAll.TabIndex = 27;
  194. this.btnSelectAll.Text = "全选";
  195. this.btnSelectAll.Visible = false;
  196. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  197. //
  198. // btnDel
  199. //
  200. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  201. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  202. this.btnDel.Appearance.Options.UseFont = true;
  203. this.btnDel.Appearance.Options.UseForeColor = true;
  204. this.btnDel.Appearance.Options.UseTextOptions = true;
  205. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  206. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  207. this.btnDel.Location = new System.Drawing.Point(168, 0);
  208. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  209. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  210. this.btnDel.Name = "btnDel";
  211. this.btnDel.Size = new System.Drawing.Size(58, 30);
  212. this.btnDel.TabIndex = 26;
  213. this.btnDel.Text = "删除";
  214. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  215. //
  216. // btnClose
  217. //
  218. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  219. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  220. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  221. this.btnClose.Appearance.Options.UseFont = true;
  222. this.btnClose.Appearance.Options.UseForeColor = true;
  223. this.btnClose.Appearance.Options.UseTextOptions = true;
  224. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  225. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  226. this.btnClose.Location = new System.Drawing.Point(1147, 0);
  227. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  228. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  229. this.btnClose.Name = "btnClose";
  230. this.btnClose.Size = new System.Drawing.Size(26, 29);
  231. this.btnClose.TabIndex = 25;
  232. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  233. //
  234. // btnCreate
  235. //
  236. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  237. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  238. this.btnCreate.Appearance.Options.UseFont = true;
  239. this.btnCreate.Appearance.Options.UseForeColor = true;
  240. this.btnCreate.Appearance.Options.UseTextOptions = true;
  241. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  242. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  243. this.btnCreate.Location = new System.Drawing.Point(110, 0);
  244. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  245. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  246. this.btnCreate.Name = "btnCreate";
  247. this.btnCreate.Size = new System.Drawing.Size(58, 30);
  248. this.btnCreate.TabIndex = 23;
  249. this.btnCreate.Text = "生成";
  250. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  251. //
  252. // MOTitle
  253. //
  254. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  255. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  256. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  257. this.MOTitle.Location = new System.Drawing.Point(4, 4);
  258. this.MOTitle.Name = "MOTitle";
  259. this.MOTitle.Size = new System.Drawing.Size(100, 23);
  260. this.MOTitle.TabIndex = 19;
  261. this.MOTitle.Text = "退料条码生成";
  262. //
  263. // rptPage
  264. //
  265. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  266. this.rptPage.Appearance.Options.UseBackColor = true;
  267. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  268. this.rptPage.isInit = false;
  269. this.rptPage.Location = new System.Drawing.Point(0, 413);
  270. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  271. this.rptPage.Name = "rptPage";
  272. this.rptPage.PageIndex = 0;
  273. this.rptPage.PageSize = 0;
  274. this.rptPage.RecordNum = 0;
  275. this.rptPage.Size = new System.Drawing.Size(1173, 26);
  276. this.rptPage.TabIndex = 15;
  277. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  278. //
  279. // groupControl1
  280. //
  281. this.groupControl1.Controls.Add(this.grdDetail);
  282. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  283. this.groupControl1.Location = new System.Drawing.Point(0, 268);
  284. this.groupControl1.Name = "groupControl1";
  285. this.groupControl1.Size = new System.Drawing.Size(1173, 145);
  286. this.groupControl1.TabIndex = 14;
  287. this.groupControl1.Text = "详细信息";
  288. //
  289. // grdDetail
  290. //
  291. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  292. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  293. this.grdDetail.MainView = this.grvDetail;
  294. this.grdDetail.Name = "grdDetail";
  295. this.grdDetail.Size = new System.Drawing.Size(1169, 121);
  296. this.grdDetail.TabIndex = 0;
  297. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  298. this.grvDetail,
  299. this.grvAdvDetail});
  300. //
  301. // grvDetail
  302. //
  303. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  304. this.colID,
  305. this.colisSelect,
  306. this.colLOTNO,
  307. this.colLOTQTY,
  308. this.colINVUOM,
  309. this.colMOCODE,
  310. this.colMOSEQ,
  311. this.colVenderLotNO,
  312. this.colPrintTimes,
  313. this.colPRODUCTDATE,
  314. this.colMUSERName,
  315. this.colisInput,
  316. this.colVoucherNO,
  317. this.colEATTRIBUTE3});
  318. this.grvDetail.GridControl = this.grdDetail;
  319. this.grvDetail.IndicatorWidth = 60;
  320. this.grvDetail.Name = "grvDetail";
  321. this.grvDetail.OptionsBehavior.Editable = false;
  322. this.grvDetail.OptionsBehavior.ReadOnly = true;
  323. this.grvDetail.OptionsSelection.MultiSelect = true;
  324. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  325. this.grvDetail.OptionsView.ShowFooter = true;
  326. this.grvDetail.OptionsView.ShowGroupPanel = false;
  327. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  328. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  329. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  330. //
  331. // colID
  332. //
  333. this.colID.Caption = "ID";
  334. this.colID.FieldName = "ID";
  335. this.colID.Name = "colID";
  336. //
  337. // colisSelect
  338. //
  339. this.colisSelect.Caption = "选择";
  340. this.colisSelect.FieldName = "isSelect";
  341. this.colisSelect.Name = "colisSelect";
  342. this.colisSelect.Visible = true;
  343. this.colisSelect.VisibleIndex = 0;
  344. this.colisSelect.Width = 45;
  345. //
  346. // colLOTNO
  347. //
  348. this.colLOTNO.Caption = "物料条码";
  349. this.colLOTNO.FieldName = "LOTNO";
  350. this.colLOTNO.Name = "colLOTNO";
  351. this.colLOTNO.Visible = true;
  352. this.colLOTNO.VisibleIndex = 1;
  353. this.colLOTNO.Width = 156;
  354. //
  355. // colLOTQTY
  356. //
  357. this.colLOTQTY.Caption = "数量";
  358. this.colLOTQTY.FieldName = "LOTQTY";
  359. this.colLOTQTY.Name = "colLOTQTY";
  360. this.colLOTQTY.Visible = true;
  361. this.colLOTQTY.VisibleIndex = 2;
  362. //
  363. // colINVUOM
  364. //
  365. this.colINVUOM.Caption = "单位";
  366. this.colINVUOM.FieldName = "INVUOM";
  367. this.colINVUOM.Name = "colINVUOM";
  368. this.colINVUOM.Visible = true;
  369. this.colINVUOM.VisibleIndex = 3;
  370. //
  371. // colMOCODE
  372. //
  373. this.colMOCODE.Caption = "退料单号";
  374. this.colMOCODE.FieldName = "VouchCode";
  375. this.colMOCODE.Name = "colMOCODE";
  376. this.colMOCODE.Visible = true;
  377. this.colMOCODE.VisibleIndex = 4;
  378. //
  379. // colMOSEQ
  380. //
  381. this.colMOSEQ.Caption = "退料行号";
  382. this.colMOSEQ.FieldName = "VouchRow";
  383. this.colMOSEQ.Name = "colMOSEQ";
  384. this.colMOSEQ.Visible = true;
  385. this.colMOSEQ.VisibleIndex = 5;
  386. //
  387. // colVenderLotNO
  388. //
  389. this.colVenderLotNO.Caption = "生产批次";
  390. this.colVenderLotNO.FieldName = "VenderLotNO";
  391. this.colVenderLotNO.Name = "colVenderLotNO";
  392. //
  393. // colPrintTimes
  394. //
  395. this.colPrintTimes.Caption = "打印次数";
  396. this.colPrintTimes.FieldName = "PrintTimes";
  397. this.colPrintTimes.Name = "colPrintTimes";
  398. this.colPrintTimes.Visible = true;
  399. this.colPrintTimes.VisibleIndex = 7;
  400. //
  401. // colPRODUCTDATE
  402. //
  403. this.colPRODUCTDATE.Caption = "生产日期";
  404. this.colPRODUCTDATE.FieldName = "PRODUCTDATE";
  405. this.colPRODUCTDATE.Name = "colPRODUCTDATE";
  406. this.colPRODUCTDATE.Visible = true;
  407. this.colPRODUCTDATE.VisibleIndex = 6;
  408. //
  409. // colMUSERName
  410. //
  411. this.colMUSERName.Caption = "维护人";
  412. this.colMUSERName.FieldName = "MUSERName";
  413. this.colMUSERName.Name = "colMUSERName";
  414. this.colMUSERName.Visible = true;
  415. this.colMUSERName.VisibleIndex = 8;
  416. //
  417. // colisInput
  418. //
  419. this.colisInput.Caption = "已入库";
  420. this.colisInput.FieldName = "isInput";
  421. this.colisInput.Name = "colisInput";
  422. this.colisInput.Visible = true;
  423. this.colisInput.VisibleIndex = 9;
  424. //
  425. // colVoucherNO
  426. //
  427. this.colVoucherNO.Caption = "零件号";
  428. this.colVoucherNO.FieldName = "VoucherNO";
  429. this.colVoucherNO.Name = "colVoucherNO";
  430. this.colVoucherNO.Visible = true;
  431. this.colVoucherNO.VisibleIndex = 10;
  432. //
  433. // colEATTRIBUTE3
  434. //
  435. this.colEATTRIBUTE3.Caption = "比例";
  436. this.colEATTRIBUTE3.FieldName = "EATTRIBUTE3";
  437. this.colEATTRIBUTE3.Name = "colEATTRIBUTE3";
  438. this.colEATTRIBUTE3.Visible = true;
  439. this.colEATTRIBUTE3.VisibleIndex = 11;
  440. //
  441. // grvAdvDetail
  442. //
  443. this.grvAdvDetail.GridControl = this.grdDetail;
  444. this.grvAdvDetail.Name = "grvAdvDetail";
  445. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  446. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  447. this.grvAdvDetail.OptionsView.ShowFooter = true;
  448. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  449. //
  450. // panel1
  451. //
  452. this.panel1.Controls.Add(this.txtCode);
  453. this.panel1.Controls.Add(this.grdMoDetail);
  454. this.panel1.Controls.Add(this.txtQty);
  455. this.panel1.Controls.Add(this.txtStd);
  456. this.panel1.Controls.Add(this.txtItemCode);
  457. this.panel1.Controls.Add(this.txtItemName);
  458. this.panel1.Controls.Add(this.cmbSEQ);
  459. this.panel1.Controls.Add(this.label5);
  460. this.panel1.Controls.Add(this.label6);
  461. this.panel1.Controls.Add(this.label4);
  462. this.panel1.Controls.Add(this.label3);
  463. this.panel1.Controls.Add(this.label2);
  464. this.panel1.Controls.Add(this.label1);
  465. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  466. this.panel1.Location = new System.Drawing.Point(0, 30);
  467. this.panel1.Name = "panel1";
  468. this.panel1.Size = new System.Drawing.Size(1173, 238);
  469. this.panel1.TabIndex = 16;
  470. //
  471. // txtCode
  472. //
  473. this.txtCode.Location = new System.Drawing.Point(60, 16);
  474. this.txtCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  475. this.txtCode.Name = "txtCode";
  476. this.txtCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  477. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  478. this.txtCode.Properties.View = this.gridLookUpEdit1View;
  479. this.txtCode.Size = new System.Drawing.Size(111, 20);
  480. this.txtCode.TabIndex = 8;
  481. this.txtCode.EditValueChanged += new System.EventHandler(this.txtMOCode_EditValueChanged);
  482. //
  483. // gridLookUpEdit1View
  484. //
  485. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  486. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  487. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  488. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  489. //
  490. // grdMoDetail
  491. //
  492. this.grdMoDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  493. | System.Windows.Forms.AnchorStyles.Left)
  494. | System.Windows.Forms.AnchorStyles.Right)));
  495. this.grdMoDetail.Location = new System.Drawing.Point(4, 44);
  496. this.grdMoDetail.MainView = this.grvMoDetail;
  497. this.grdMoDetail.Name = "grdMoDetail";
  498. this.grdMoDetail.Size = new System.Drawing.Size(1166, 187);
  499. this.grdMoDetail.TabIndex = 7;
  500. this.grdMoDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  501. this.grvMoDetail,
  502. this.advBandedGridView1});
  503. this.grdMoDetail.Click += new System.EventHandler(this.grdMoDetail_Click);
  504. this.grdMoDetail.DoubleClick += new System.EventHandler(this.grdMoDetail_DoubleClick);
  505. //
  506. // grvMoDetail
  507. //
  508. this.grvMoDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  509. this.colMoId,
  510. this.colMoIsSelect,
  511. this.colITEMCODE,
  512. this.colMOPLANQTY,
  513. this.colINVNAME,
  514. this.colMOSEQ1,
  515. this.colINVSTD,
  516. this.colMoCode1,
  517. this.VoucherNO});
  518. this.grvMoDetail.GridControl = this.grdMoDetail;
  519. this.grvMoDetail.IndicatorWidth = 60;
  520. this.grvMoDetail.Name = "grvMoDetail";
  521. this.grvMoDetail.OptionsBehavior.Editable = false;
  522. this.grvMoDetail.OptionsBehavior.ReadOnly = true;
  523. this.grvMoDetail.OptionsSelection.MultiSelect = true;
  524. this.grvMoDetail.OptionsView.ColumnAutoWidth = false;
  525. this.grvMoDetail.OptionsView.ShowFooter = true;
  526. this.grvMoDetail.OptionsView.ShowGroupPanel = false;
  527. this.grvMoDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvMoDetail_CustomDrawRowIndicator);
  528. //
  529. // colMoId
  530. //
  531. this.colMoId.Caption = "ID";
  532. this.colMoId.FieldName = "MoID";
  533. this.colMoId.Name = "colMoId";
  534. //
  535. // colMoIsSelect
  536. //
  537. this.colMoIsSelect.Caption = "选择";
  538. this.colMoIsSelect.FieldName = "MoIsSelect";
  539. this.colMoIsSelect.Name = "colMoIsSelect";
  540. this.colMoIsSelect.Visible = true;
  541. this.colMoIsSelect.VisibleIndex = 0;
  542. this.colMoIsSelect.Width = 45;
  543. //
  544. // colITEMCODE
  545. //
  546. this.colITEMCODE.Caption = "存货编码";
  547. this.colITEMCODE.FieldName = "ITEMCODE";
  548. this.colITEMCODE.Name = "colITEMCODE";
  549. this.colITEMCODE.Visible = true;
  550. this.colITEMCODE.VisibleIndex = 3;
  551. this.colITEMCODE.Width = 156;
  552. //
  553. // colMOPLANQTY
  554. //
  555. this.colMOPLANQTY.Caption = "数量";
  556. this.colMOPLANQTY.FieldName = "MOPLANQTY";
  557. this.colMOPLANQTY.Name = "colMOPLANQTY";
  558. this.colMOPLANQTY.Visible = true;
  559. this.colMOPLANQTY.VisibleIndex = 6;
  560. //
  561. // colINVNAME
  562. //
  563. this.colINVNAME.Caption = "存货名称";
  564. this.colINVNAME.FieldName = "INVNAME";
  565. this.colINVNAME.Name = "colINVNAME";
  566. this.colINVNAME.Visible = true;
  567. this.colINVNAME.VisibleIndex = 4;
  568. //
  569. // colMOSEQ1
  570. //
  571. this.colMOSEQ1.Caption = "行号";
  572. this.colMOSEQ1.FieldName = "MOSEQ";
  573. this.colMOSEQ1.Name = "colMOSEQ1";
  574. this.colMOSEQ1.Visible = true;
  575. this.colMOSEQ1.VisibleIndex = 2;
  576. //
  577. // colINVSTD
  578. //
  579. this.colINVSTD.Caption = "规格型号";
  580. this.colINVSTD.FieldName = "INVSTD";
  581. this.colINVSTD.Name = "colINVSTD";
  582. this.colINVSTD.Visible = true;
  583. this.colINVSTD.VisibleIndex = 5;
  584. //
  585. // colMoCode1
  586. //
  587. this.colMoCode1.Caption = "单据号";
  588. this.colMoCode1.FieldName = "MOCODE";
  589. this.colMoCode1.Name = "colMoCode1";
  590. this.colMoCode1.Visible = true;
  591. this.colMoCode1.VisibleIndex = 1;
  592. //
  593. // advBandedGridView1
  594. //
  595. this.advBandedGridView1.GridControl = this.grdMoDetail;
  596. this.advBandedGridView1.Name = "advBandedGridView1";
  597. this.advBandedGridView1.OptionsBehavior.ReadOnly = true;
  598. this.advBandedGridView1.OptionsSelection.MultiSelect = true;
  599. this.advBandedGridView1.OptionsView.ShowFooter = true;
  600. this.advBandedGridView1.OptionsView.ShowGroupPanel = false;
  601. //
  602. // txtQty
  603. //
  604. this.txtQty.Location = new System.Drawing.Point(988, 16);
  605. this.txtQty.Name = "txtQty";
  606. this.txtQty.Properties.ReadOnly = true;
  607. this.txtQty.Size = new System.Drawing.Size(120, 20);
  608. this.txtQty.TabIndex = 4;
  609. this.txtQty.Visible = false;
  610. //
  611. // txtStd
  612. //
  613. this.txtStd.Location = new System.Drawing.Point(818, 16);
  614. this.txtStd.Name = "txtStd";
  615. this.txtStd.Properties.ReadOnly = true;
  616. this.txtStd.Size = new System.Drawing.Size(120, 20);
  617. this.txtStd.TabIndex = 4;
  618. this.txtStd.Visible = false;
  619. //
  620. // txtItemCode
  621. //
  622. this.txtItemCode.Location = new System.Drawing.Point(429, 16);
  623. this.txtItemCode.Name = "txtItemCode";
  624. this.txtItemCode.Properties.ReadOnly = true;
  625. this.txtItemCode.Size = new System.Drawing.Size(120, 20);
  626. this.txtItemCode.TabIndex = 4;
  627. this.txtItemCode.Visible = false;
  628. //
  629. // txtItemName
  630. //
  631. this.txtItemName.Location = new System.Drawing.Point(623, 16);
  632. this.txtItemName.Name = "txtItemName";
  633. this.txtItemName.Properties.ReadOnly = true;
  634. this.txtItemName.Size = new System.Drawing.Size(120, 20);
  635. this.txtItemName.TabIndex = 4;
  636. this.txtItemName.Visible = false;
  637. //
  638. // cmbSEQ
  639. //
  640. this.cmbSEQ.Location = new System.Drawing.Point(233, 16);
  641. this.cmbSEQ.Name = "cmbSEQ";
  642. this.cmbSEQ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  643. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  644. this.cmbSEQ.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  645. this.cmbSEQ.Size = new System.Drawing.Size(120, 20);
  646. this.cmbSEQ.TabIndex = 3;
  647. this.cmbSEQ.Visible = false;
  648. this.cmbSEQ.SelectedIndexChanged += new System.EventHandler(this.cmbSEQ_SelectedIndexChanged);
  649. //
  650. // label5
  651. //
  652. this.label5.AutoSize = true;
  653. this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  654. this.label5.Location = new System.Drawing.Point(947, 19);
  655. this.label5.Name = "label5";
  656. this.label5.Size = new System.Drawing.Size(46, 14);
  657. this.label5.TabIndex = 0;
  658. this.label5.Text = "数量:";
  659. this.label5.Visible = false;
  660. //
  661. // label6
  662. //
  663. this.label6.AutoSize = true;
  664. this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  665. this.label6.Location = new System.Drawing.Point(361, 19);
  666. this.label6.Name = "label6";
  667. this.label6.Size = new System.Drawing.Size(72, 14);
  668. this.label6.TabIndex = 0;
  669. this.label6.Text = "存货编码:";
  670. this.label6.Visible = false;
  671. //
  672. // label4
  673. //
  674. this.label4.AutoSize = true;
  675. this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  676. this.label4.Location = new System.Drawing.Point(749, 19);
  677. this.label4.Name = "label4";
  678. this.label4.Size = new System.Drawing.Size(72, 14);
  679. this.label4.TabIndex = 0;
  680. this.label4.Text = "规格型号:";
  681. this.label4.Visible = false;
  682. //
  683. // label3
  684. //
  685. this.label3.AutoSize = true;
  686. this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  687. this.label3.Location = new System.Drawing.Point(555, 19);
  688. this.label3.Name = "label3";
  689. this.label3.Size = new System.Drawing.Size(72, 14);
  690. this.label3.TabIndex = 0;
  691. this.label3.Text = "存货名称:";
  692. this.label3.Visible = false;
  693. //
  694. // label2
  695. //
  696. this.label2.AutoSize = true;
  697. this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  698. this.label2.Location = new System.Drawing.Point(187, 19);
  699. this.label2.Name = "label2";
  700. this.label2.Size = new System.Drawing.Size(46, 14);
  701. this.label2.TabIndex = 0;
  702. this.label2.Text = "行号:";
  703. this.label2.Visible = false;
  704. //
  705. // label1
  706. //
  707. this.label1.AutoSize = true;
  708. this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  709. this.label1.Location = new System.Drawing.Point(2, 19);
  710. this.label1.Name = "label1";
  711. this.label1.Size = new System.Drawing.Size(59, 14);
  712. this.label1.TabIndex = 0;
  713. this.label1.Text = "单据号:";
  714. //
  715. // VoucherNO
  716. //
  717. this.VoucherNO.Caption = "零件号";
  718. this.VoucherNO.FieldName = "VoucherNO";
  719. this.VoucherNO.Name = "VoucherNO";
  720. this.VoucherNO.Visible = true;
  721. this.VoucherNO.VisibleIndex = 7;
  722. //
  723. // FormICSRewarehouse
  724. //
  725. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  726. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  727. this.ClientSize = new System.Drawing.Size(1173, 439);
  728. this.Controls.Add(this.groupControl1);
  729. this.Controls.Add(this.panel1);
  730. this.Controls.Add(this.rptPage);
  731. this.Controls.Add(this.panelControl3);
  732. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  733. this.Name = "FormICSRewarehouse";
  734. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  735. this.Text = "FormICSRewarehouse";
  736. this.Load += new System.EventHandler(this.FormICSRewarehouse_Load);
  737. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  738. this.panelControl3.ResumeLayout(false);
  739. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  740. this.groupControl1.ResumeLayout(false);
  741. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  742. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  743. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  744. this.panel1.ResumeLayout(false);
  745. this.panel1.PerformLayout();
  746. ((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).EndInit();
  747. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  748. ((System.ComponentModel.ISupportInitialize)(this.grdMoDetail)).EndInit();
  749. ((System.ComponentModel.ISupportInitialize)(this.grvMoDetail)).EndInit();
  750. ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit();
  751. ((System.ComponentModel.ISupportInitialize)(this.txtQty.Properties)).EndInit();
  752. ((System.ComponentModel.ISupportInitialize)(this.txtStd.Properties)).EndInit();
  753. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).EndInit();
  754. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
  755. ((System.ComponentModel.ISupportInitialize)(this.cmbSEQ.Properties)).EndInit();
  756. this.ResumeLayout(false);
  757. }
  758. #endregion
  759. private DevExpress.XtraEditors.SimpleButton btnExit;
  760. private DevExpress.XtraEditors.PanelControl panelControl3;
  761. private DevExpress.XtraEditors.LabelControl MOTitle;
  762. private DevExpress.XtraEditors.SimpleButton btnCreate;
  763. private Base.UserControl.FormControl.PageNavTool rptPage;
  764. private DevExpress.XtraEditors.GroupControl groupControl1;
  765. private DevExpress.XtraGrid.GridControl grdDetail;
  766. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  767. private DevExpress.XtraGrid.Columns.GridColumn colLOTNO;
  768. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  769. private DevExpress.XtraEditors.SimpleButton btnClose;
  770. private DevExpress.XtraEditors.SimpleButton btnDel;
  771. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  772. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  773. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  774. private DevExpress.XtraGrid.Columns.GridColumn colLOTQTY;
  775. private System.Windows.Forms.Panel panel1;
  776. private DevExpress.XtraEditors.ComboBoxEdit cmbSEQ;
  777. private System.Windows.Forms.Label label2;
  778. private System.Windows.Forms.Label label1;
  779. private DevExpress.XtraEditors.TextEdit txtQty;
  780. private DevExpress.XtraEditors.TextEdit txtStd;
  781. private DevExpress.XtraEditors.TextEdit txtItemName;
  782. private System.Windows.Forms.Label label5;
  783. private System.Windows.Forms.Label label4;
  784. private System.Windows.Forms.Label label3;
  785. private DevExpress.XtraGrid.Columns.GridColumn colID;
  786. private DevExpress.XtraEditors.SimpleButton simpleButton4;
  787. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  788. private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ;
  789. private DevExpress.XtraGrid.Columns.GridColumn colVenderLotNO;
  790. private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTDATE;
  791. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  792. private DevExpress.XtraGrid.Columns.GridColumn colisInput;
  793. private DevExpress.XtraEditors.TextEdit txtItemCode;
  794. private System.Windows.Forms.Label label6;
  795. private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
  796. private DevExpress.XtraGrid.GridControl grdMoDetail;
  797. private DevExpress.XtraGrid.Views.Grid.GridView grvMoDetail;
  798. private DevExpress.XtraGrid.Columns.GridColumn colMoId;
  799. private DevExpress.XtraGrid.Columns.GridColumn colMoIsSelect;
  800. private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
  801. private DevExpress.XtraGrid.Columns.GridColumn colMOPLANQTY;
  802. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  803. private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ1;
  804. private DevExpress.XtraGrid.Columns.GridColumn colINVSTD;
  805. private DevExpress.XtraGrid.Columns.GridColumn colMoCode1;
  806. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView1;
  807. private DevExpress.XtraGrid.Columns.GridColumn colPrintTimes;
  808. private DevExpress.XtraEditors.GridLookUpEdit txtCode;
  809. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  810. private DevExpress.XtraGrid.Columns.GridColumn colVoucherNO;
  811. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE3;
  812. private DevExpress.XtraGrid.Columns.GridColumn VoucherNO;
  813. }
  814. }