|
|
@@ -363,7 +363,7 @@ namespace Dongke.IBOSS.PRD.Client.SystemModule
|
|
|
}
|
|
|
this._thisGoodsEntity.ScrapSumFlag = (this.chkScrapSumFlag.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;
|
|
|
//首先将未修改的图片从集合中删除
|