|
@@ -2380,12 +2380,13 @@
|
|
this.pib_barcode.HeaderText = "唯一条码";
|
|
this.pib_barcode.HeaderText = "唯一条码";
|
|
this.pib_barcode.Name = "pib_barcode";
|
|
this.pib_barcode.Name = "pib_barcode";
|
|
this.pib_barcode.ReadOnly = true;
|
|
this.pib_barcode.ReadOnly = true;
|
|
|
|
+ this.pib_barcode.Visible = false;
|
|
this.pib_barcode.Width = 78;
|
|
this.pib_barcode.Width = 78;
|
|
//
|
|
//
|
|
// pib_custbarcode
|
|
// pib_custbarcode
|
|
//
|
|
//
|
|
this.pib_custbarcode.DataPropertyName = "pib_custbarcode";
|
|
this.pib_custbarcode.DataPropertyName = "pib_custbarcode";
|
|
- this.pib_custbarcode.HeaderText = "客户条码";
|
|
|
|
|
|
+ this.pib_custbarcode.HeaderText = "唯一条码";
|
|
this.pib_custbarcode.Name = "pib_custbarcode";
|
|
this.pib_custbarcode.Name = "pib_custbarcode";
|
|
this.pib_custbarcode.ReadOnly = true;
|
|
this.pib_custbarcode.ReadOnly = true;
|
|
this.pib_custbarcode.Width = 78;
|
|
this.pib_custbarcode.Width = 78;
|