| | |
| | | } |
| | | eC_OrderBasic.SumPrice = MyConvert.ConvertToDecimal(Request["txtSumPrice"]); |
| | | //eC_OrderExtend.SurplusPrintNum = MyConvert.ConvertToInt32(txtSurplusPrintNum.Value); |
| | | if (Request["hidPrintTypeId"].ToString().ToInt32() == -1) |
| | | if (Request["hidPrintTypeId"].ToString().ToInt32() == -1 ) |
| | | { |
| | | _inquiryCommonModel = new InquiryCommonModel(); |
| | | _inquiryCommonModel.PrintTypeId = -1; |
| | |
| | | } |
| | | eC_OrderBasic.SumPrice = MyConvert.ConvertToDecimal(Request["txtSumPrice"]); |
| | | //eC_OrderExtend.SurplusPrintNum = MyConvert.ConvertToInt32(txtSurplusPrintNum.Value); |
| | | if (Request["hidPrintTypeId"].ToString().ToInt32() == -1) |
| | | if (Request["hidPrintTypeId"].ToString().ToInt32() == -1 || Request["hidPrintTypeId"].ToString().ToInt32() == 38 || Request["hidPrintTypeId"].ToString().ToInt32() == 39) |
| | | { |
| | | _inquiryCommonModel = new InquiryCommonModel(); |
| | | _inquiryCommonModel.PrintTypeId = -1; |