| | |
| | | string HOverFixPrice = list[0].HOverFixPrice; |
| | | string HSNo = list[0].HSNo; |
| | | string HBarCode = list[0].HBarCode; |
| | | string HProcMulID = list[0].HProcMulID; |
| | | string HProcMulID = list[0].HProcMulID==null?"0": list[0].HProcMulID; |
| | | string HProcCheckNote = list[0].HProcCheckNote; |
| | | string HRemark = list[0].HRemark; |
| | | bool HStopflag = list[0].HStopflag; |
| | |
| | | ",HStopflag= '" + HStopflag + "'" + |
| | | ",HRemark='" + HRemark + "'" + |
| | | ",HDeptID= " + HDeptID + |
| | | ",HBarCodeForBase='" + HBarCodeForBase + "'" + |
| | | ",HBarCodeForBase='" + HBarCode + "'" + |
| | | ",HProcessID_K3= " + HProcessID_K3 + |
| | | ",HBillSubType='" + HBillSubType + "'" + |
| | | ",HAutoTrunFlag= '" + HAutoTrunFlag + "'" + |
| | |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | /// <summary>Gy_Process/cx |
| | | /// <summary> |
| | | /// 工序列表删除功能 |
| | | /// </summary> |
| | | /// <returns></returns> |