Bläddra i källkod

goods_line_code默认为立浇

wanglan 4 år sedan
förälder
incheckning
63d2e23bca
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      DK.Client/SystemModule/F_MST_0502.cs

+ 1 - 1
DK.Client/SystemModule/F_MST_0502.cs

@@ -363,7 +363,7 @@ namespace Dongke.IBOSS.PRD.Client.SystemModule
 				}
 				}
 				this._thisGoodsEntity.ScrapSumFlag = (this.chkScrapSumFlag.Checked ? "1" : "0");
 				this._thisGoodsEntity.ScrapSumFlag = (this.chkScrapSumFlag.Checked ? "1" : "0");
                 this._thisGoodsEntity.GoodsLineType = (this.chkGLT.Checked ? "1" : "0");
                 this._thisGoodsEntity.GoodsLineType = (this.chkGLT.Checked ? "1" : "0");
-				this._thisGoodsEntity.GoodsLineCode = this.chkGLT.Checked ? this.cbGLTDetail.SelectedValue.ToString() : "";
+				this._thisGoodsEntity.GoodsLineCode = this.chkGLT.Checked ? this.cbGLTDetail.SelectedValue.ToString() : "L";
 
 
 				this._thisGoodsEntity.Remarks = this.txtRemarks.Text;
 				this._thisGoodsEntity.Remarks = this.txtRemarks.Text;
 				//首先将未修改的图片从集合中删除
 				//首先将未修改的图片从集合中删除