| | |
| | |
|
| | |
|
| | | <td class="ali02" colspan="6">
|
| | | <asp:Button ID="btn_Submit" Text="保存" runat="server" OnClick="btn_Submit_Config" />
|
| | | <% if (Shifouwanjie != "1") {%>
|
| | | <asp:Button ID="btn_Submit" Text="保存" runat="server" OnClick="btn_Submit_Config" /> <asp:Button ID="btn_wanjie" Text="完结" runat="server" OnClick="btn_Submit_Wanjie" />
|
| | | <asp:Button ID="btn_wanjie" Text="完结" runat="server" OnClick="btn_Submit_Wanjie" />
|
| | | <% } %>
|
| | | <input type="hidden" id="HideKeyid" value="<%=Request["Keyid"]%>" />
|
| | | <input type="hidden" id="saveKey" runat="server" />
|
| | |
| | | m_OA_CorporateClients.DegreeImportanId = this.selDegreeImportanId.Value.ToInt32() ?? 0; |
| | | m_OA_CorporateClients.AccountManagerId = this.selAccountManagerId.Value.ToInt32() ?? 0; |
| | | m_OA_CorporateClients.BusinessManagerId = this.selBusinessManagerId.Value.ToInt32() ?? 0; |
| | | m_OA_CorporateClients.Shifouwanjie = 2; |
| | | |
| | | //add by zyyao |
| | | m_OA_CorporateClients.Paytime = this.selPaytime.Value.ToInt32() ?? 0; |
| | |
| | | PageSize = 10000,// UCPager1.AspNetPager.PageSize, |
| | | PageIndex = 1// UCPager1.AspNetPager.CurrentPageIndex |
| | | }; |
| | | IEnumerable<EC_OrderBasic> result = _eC_OrderBasicBLL.SelectModelPage_Seller(pagination, SearchParam);//.Where(x=>x.Quchudingdan == 2); |
| | | IEnumerable<EC_OrderBasic> result = _eC_OrderBasicBLL.SelectModelPage_Seller(pagination, SearchParam).Where(x => x.OrderState != 0);//.Where(x=>x.Quchudingdan == 2); |
| | | rptData.DataSource = result; |
| | | rptData.DataBind(); |
| | | |