`

esayui from表单提交的时候需要加上name需要加上对象名才能传到后台

阅读更多
<div id="changeDate" closed="true"
            style="width: 650px; height: 500px" modal="true"
            maximizable="false" data-options="toolbar: '#dialog-toolbar',closed:true" >
            <s:form _action="updatereport"  id="updateForm">
           <input type="hidden" name="repairsDetail.id" id="id">
           <table style="width:45%;text-align: center;overflow: hidden;float: left;margin-top:5px;">
                    <tr>
                        <td class="fieldlabel"><span >网点维修中心:</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.areaRange" id="areaRange">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >订单来源:</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.customer" id="customer">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >收货票数:</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.shNum" id="shNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >退/换(收货):</span></td>
                        <td align="left" colspan="3">
                           <input type="text" name="repairsDetail.shThNum" id="shThNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >维修(收货):</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.shFwNum" id="shFwNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >回收(收货):</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.shHsNum" id="shHsNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >租赁(收货):</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.shZlNum" id="shZlNum">
                        </td>
                    </tr>
                    <tr>
<td class="fieldlabel"><span >发货票数:</span></td>
<td align="left" colspan="3">
<input type="text" name="repairsDetail.fhNum" id="fhNum"></td>
</tr>
<tr>
<td class="fieldlabel"><span >退/换(发货):</span></td>
<td align="left" colspan="3">
<input type="text" name="repairsDetail.fhThNum" id="fhThNum">
</tr>
<tr>
<td class="fieldlabel"><span >维修(发货):</span></td>
<td align="left" colspan="3">
<input type="text" name="repairsDetail.fhFwNum" id="fhFwNum">
</tr>
<tr>
<td class="fieldlabel"><span >回收(发货):</span></td>
<td align="left" colspan="3">
<input type="text" name="repairsDetail.fhHsNum" id="fhHsNum">
</tr>
<tr>
<td class="fieldlabel"><span >租赁(发货):</span></td>
<td align="left" colspan="3">
<input type="text" name="repairsDetail.fhZlNum" id="fhZlNum">
</tr>
<tr>
<td class="fieldlabel"><span >翻新(发货):</span></td>
<td align="left" colspan="3">
<input type="text" name="repairsDetail.fhFxNum" id="fhFxNum">
</tr>
<tr>
<td class="fieldlabel"><span >外发送修(发货):</span></td>
<td align="left" colspan="3">
<input type="text" name="repairsDetail.fhWfwxNum" id="fhWfwxNum">
</tr>
<tr>
<td class="fieldlabel"><span >回收(收货):</span></td>
<td align="left" colspan="3">
<input type="text" name="repairsDetail.fhBxthNum" id="fhBxthNum">
</tr>
<tr>
                       <td class="fieldlabel"><span >拒收:</span></td>
                       <td align="left" colspan="3">
                           <input type="text" name="repairsDetail.shRejectNum" id="shRejectNum">
                       </td>
                </tr>
                </table>
               
<table style="width:50%;margin-top:5px;text-align: center;overflow: hidden;float: right;">
                    <tr>
                        <td class="fieldlabel"><span >本厂维修中(留存):</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.lcBcwxzNum" id="lcBcwxzNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >本厂待料(留存):</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.lcBcdlNum" id="lcBcdlNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >待厂家沟通处理(留存):</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.lcCjgtNum" id="lcCjgtNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >待外发送修(留存):</span></td>
                        <td align="left" colspan="3">
                           <input type="text" name="repairsDetail.lcDwfsNum" id="lcDwfsNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >待质检(留存):</span></td>
                        <td align="left" colspan="3">
                           <input type="text" name="repairsDetail.lcSzjNum" id="lcSzjNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >待发货(留存):</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.lcDfhNum" id="lcDfhNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >不符三包退换条件(留存):</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.lcBfsbNum" id="lcBfsbNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >待产线外呼(留存):</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.lcDcxwhNum" id="lcDcxwhNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >待客服外呼(留存):</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.lcDkfwhNum" id="lcDkfwhNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >待客户付款(留存):</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.lcDkhfkNum" id="lcDkhfkNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >维修台数(保外维修):</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.bwwxWxNum" id="bwwxWxNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >收入(保外维修):</span></td>
                        <td align="left" colspan="3">
                            <input type="text" name="repairsDetail.bwwxSrNum" id="bwwxSrNum">
                        </td>
                    </tr>
                    <tr>
                        <td class="fieldlabel"><span >出勤人数(总共):</span></td>
                        <td align="left" colspan="3">
                           <input type="text" name="repairsDetail.cqrsNum" id="cqrsNum">
                        </td>
                    </tr>
                   
                </table>     
             <%-- <s:submit />   --%>
             <a href="#" class="easyui-linkbutton" iconCls="icon-search" id="sfqueryTime" onclick = "onsave()"  style="text-align: center;">保存</a>
         </s:form>
        </div>



<script>

    var aa = $("#updateForm").serializeJson();
//var aa = $("#peopleForm").serializeJson();//获取from表单转换成json格式的序列化
    $.ajax({
        url:contextPath + "/report/updatereport.pvt",
        type:"post",
        data:aa,//form表单
        contentType:'application/x-www-form-urlencoded',
        dataType : 'json',
        success:function(data) {
            if(data.success == true) {
            $('#peopleGrid').datagrid('load', {});//刷新datagrid数据表格
            $('#updateForm').form('clear');//清空from表单的属于框
            info("保存成功");
            $('#changeDate').dialog('close');//关闭from表单
            }else{
            $('#changeDate').dialog('close');
            info("保存错误");
            }
        }
    });



</script>
分享到:
评论

相关推荐

    jquery Easyui 后台 系统

    《jQuery EasyUI 后台系统开发详解》 jQuery EasyUI 是一套基于 jQuery 的前端开发框架,它为构建功能丰富的后台管理系统提供了便捷的方式。EasyUI 提供了一整套组件,包括表格、表单、对话框、菜单、树形控件等,...

    EasyUI后台管理系统

    EasyUI后台管理系统是一款基于JavaScript和CSS的前端框架,专门用于构建高效、美观的企业级Web应用后台界面。EasyUI提供了一套完整的组件库,包括布局、表格、表单、树形结构、对话框、菜单等,使得开发者能够快速...

    EasyUI做的漂亮的后台管理框架

    2. **响应式设计**:考虑到后台管理系统可能在不同设备上使用,EasyUI支持响应式布局,确保在桌面、平板和手机等不同屏幕尺寸上都能提供良好的用户体验。 3. **数据绑定和异步交互**:EasyUI与后端服务进行数据交换...

    easyui后台管理系统

    **EasyUI 后台管理系统详解** EasyUI 是一个基于 jQuery 的前端框架,它提供了一系列精美的界面组件,如表格、下拉菜单、按钮、对话框等,用于快速开发出美观且功能丰富的Web应用界面。标题提到的“EasyUI后台管理...

    非常漂亮的easyui后台模板

    非常漂亮的easyui的后台模板,全部是html+js组成!非常漂亮!可以下载学习!

    EasyUI中在表单提交之前进行验证

    EasyUI提供了一种简洁的方法来在客户端执行这种验证,以便在用户尝试提交表单之前检查输入的有效性。下面将详细介绍如何在EasyUI中实现表单提交前的验证。 首先,EasyUI的表单验证功能依赖于其内置的验证机制,它...

    easyui后台管理模板

    通过这些例子,你可以学习到如何使用EasyUI创建各种常见的后台管理界面元素,例如数据表格、分页、搜索过滤、表单验证等。 3. `css` 文件夹:包含了EasyUI的CSS样式文件,这些文件定义了EasyUI组件的外观和布局。你...

    easyUI例子_easyui1.4.4_一套EASYUI的经典后台管理模板_jquery_

    EasyUI 是一个基于 jQuery 的前端框架,主要用于快速构建用户界面,尤其适用于后台管理系统。这个"easyUI例子_easyui1.4.4"压缩包提供了一套使用 EasyUI 1.4.4 版本的经典后台管理模板,适用于开发人员快速搭建功能...

    EasyUI后台管理框架

    EasyUI后台管理框架是一款基于JavaScript和CSS的前端框架,专为构建高效、美观的企业级Web应用后台管理系统而设计。这个框架充分利用了EasyUI组件库,提供了丰富的UI元素和交互功能,使得开发者能够快速搭建出具有...

    简单漂亮的EasyUI制作的后台

    【标题】"简单漂亮的EasyUI制作的后台"指的是利用EasyUI框架开发的后台管理系统,它以其简洁美观的设计和高效易用的功能受到了用户的认可。EasyUI是基于jQuery的一个轻量级的前端开发框架,专为构建现代Web应用界面...

    后台模板HTML+整套Easyui皮肤组件-后台管理系统模板

    后台模板HTML+整套Easyui皮肤组件-后台管理系统模板后台模板HTML+整套Easyui皮肤组件-后台管理系统模板后台模板HTML+整套Easyui皮肤组件-后台管理系统模板后台模板HTML+整套Easyui皮肤组件-后台管理系统模板后台模板...

    easyui中combobox后台交互实例

    在本文中,我们将深入探讨EasyUI中的Combobox组件以及如何实现与后台的交互。EasyUI是一个基于jQuery的轻量级前端框架,它提供了一系列易于使用的UI组件,包括Combobox,用于创建下拉列表框,同时支持后台数据加载,...

    easyui后台html后台

    EasyUI 是一个基于 jQuery 的前端框架,专门用于构建现代企业级 Web 应用程序。...在实际开发中,开发者需要掌握EasyUI的使用方法,理解其组件功能和API调用,以便构建出功能完备、用户体验良好的后台系统。

    SSH+Jquery easyUI后台管理系统

    SSH+jQuery EasyUI后台管理系统是一种基于Struts2(S)、Spring(S)和Hibernate(H)三大开源框架的Web应用程序开发模式,结合jQuery EasyUI前端框架,构建出高效、简洁且具有现代感的后台管理界面。这个系统设计的...

    EasyUI管理后台模板源码

    EasyUI是一款基于jQuery的UI库,它为开发者提供了丰富的组件和精美的界面设计,使得构建管理后台变得更加便捷。"EasyUI管理后台模板源码"是一个包含EasyUI框架用于创建后台管理系统的完整源代码包,可以帮助开发者...

    基于EasyUI的后台管理系统案例 - 源码

    - **创建(Create)**:通常通过表单收集用户输入,然后通过Ajax提交到后台服务,创建新的数据记录。 - **读取(Read)**:通过表格或树形结构展示数据,数据可以从服务器动态加载。 - **更新(Update)**:用户...

    ThinkPHP+EasyUI后台权限管理

    《基于ThinkPHP 3.2与EasyUI的后台权限管理系统详解》 在信息化时代,后台管理系统扮演着至关重要的角色,它为企业提供了高效便捷的数据管理和权限控制。本篇将深入探讨如何利用ThinkPHP 3.2框架与EasyUI前端库构建...

    EasyUI管理后台模板(附源码)

    这个“EasyUI管理后台模板”是专为后台管理系统设计的一款界面模板,它集成了EasyUI的核心功能,并且附带了源代码,方便开发者进行二次开发和定制。 该模板的特点在于其简洁、美观的界面设计,这主要得益于EasyUI的...

    easyui(12套后台模版),花钱购买的,漂亮简洁清新

    easyui漂亮的后台管理框架,共12套,花钱购买的,有橙色模版,黑色模版,红色模版,蓝色模版,绿色模版,浅蓝色模版,深灰模版,深蓝模版,office2016版,数字管理系统,信息考核系统,云平台以及PSD源图。

Global site tag (gtag.js) - Google Analytics