|
|
@ -11,12 +11,12 @@ |
|
|
|
<body class="white-bg"> |
|
|
|
<div class="wrapper wrapper-content animated fadeInRight ibox-content"> |
|
|
|
<form class="form-horizontal m" id="form-customerQuote-add"> |
|
|
|
<div class="form-group"> |
|
|
|
<label class="col-sm-4 control-label">客户报价编号:</label> |
|
|
|
<div class="col-sm-8"> |
|
|
|
<input name="supplierCode" class="form-control" type="text" readonly> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- <div class="form-group">--> |
|
|
|
<!-- <label class="col-sm-4 control-label">客户报价编号:</label>--> |
|
|
|
<!-- <div class="col-sm-8">--> |
|
|
|
<!-- <input name="supplierCode" class="form-control" type="text" readonly>--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- </div>--> |
|
|
|
<div class="form-group" shiro:hasPermission="system:customerQuote:edit"> |
|
|
|
<label class="col-sm-4 control-label">业务员:</label> |
|
|
|
<div class="col-sm-8"> |
|
|
@ -113,7 +113,7 @@ |
|
|
|
<div class="form-group"> |
|
|
|
<label class="col-sm-4 control-label">备注说明:</label> |
|
|
|
<div class="col-sm-8"> |
|
|
|
<textarea name="remark" class="form-control" readonly></textarea> |
|
|
|
<textarea name="remark" class="form-control"></textarea> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
@ -607,24 +607,24 @@ |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
function getCustomerCode(){ |
|
|
|
//获取单号 |
|
|
|
$.ajax({ |
|
|
|
url: prefix + "/getId", |
|
|
|
type: "post", |
|
|
|
dateType: "json", |
|
|
|
success: function (resp) { |
|
|
|
if (resp.code === 0) { |
|
|
|
$("input[name='supplierCode']").val(resp.data); |
|
|
|
} else { |
|
|
|
$.modal.msgError("失败啦"); |
|
|
|
} |
|
|
|
}, |
|
|
|
error: function () { |
|
|
|
$.modal.msgError("后台出错啦!"); |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
// function getCustomerCode(){ |
|
|
|
// //获取单号 |
|
|
|
// $.ajax({ |
|
|
|
// url: prefix + "/getId", |
|
|
|
// type: "post", |
|
|
|
// dateType: "json", |
|
|
|
// success: function (resp) { |
|
|
|
// if (resp.code === 0) { |
|
|
|
// $("input[name='supplierCode']").val(resp.data); |
|
|
|
// } else { |
|
|
|
// $.modal.msgError("失败啦"); |
|
|
|
// } |
|
|
|
// }, |
|
|
|
// error: function () { |
|
|
|
// $.modal.msgError("后台出错啦!"); |
|
|
|
// } |
|
|
|
// }); |
|
|
|
// } |
|
|
|
function getBusinessMembers(){ |
|
|
|
/*业务员列表*/ |
|
|
|
$.ajax({ |
|
|
|