提交 acb4fe3d 编写于 作者: doc_wei's avatar doc_wei

BUG0058 新增车辆信息,可新增相同VIN码车辆

上级 4b4f13f5
......@@ -9,6 +9,7 @@ layui.config({
var index = parent.layer.getFrameIndex(window.name);
var $ = layui.$,
textool = layui.textool;
var memberId = "";
showGrid({
id: "showForm",
url: shopBasePath + "memberCar003",
......@@ -18,7 +19,7 @@ layui.config({
template: $("#beanTemplate").html(),
ajaxSendLoadBefore: function(hdb){},
ajaxSendAfter:function(data){
memberId = data.bean.memberId;
textool.init({
eleId: 'remark',
maxlength: 400,
......@@ -36,6 +37,7 @@ layui.config({
modelType: $("#modelType").val(),
vinCode: $("#vinCode").val(),
insure: $("input[name='insure']:checked").val(),
memberId: memberId,
remark: $("#remark").val()
};
AjaxPostUtil.request({url: shopBasePath + "memberCar005", params: params, type: 'json', method: "PUT", callback: function(json){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册