|
@ -109,19 +109,19 @@ |
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
|
<label class="col-sm-3 control-label">联系人职务:</label> |
|
|
<label class="col-sm-3 control-label">联系人职务:</label> |
|
|
<div class="col-sm-8"> |
|
|
<div class="col-sm-8"> |
|
|
<input readonly name="contactPost" class="form-control" type="text" > |
|
|
<input name="contactPost" class="form-control" type="text" > |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
|
<label class="col-sm-3 control-label ">联系人电话:</label> |
|
|
<label class="col-sm-3 control-label ">联系人电话:</label> |
|
|
<div class="col-sm-8"> |
|
|
<div class="col-sm-8"> |
|
|
<input name="contactNumber" class="form-control" type="text" readonly> |
|
|
<input name="contactNumber" class="form-control" type="text" > |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
|
<label class="col-sm-3 control-label">联系人邮箱:</label> |
|
|
<label class="col-sm-3 control-label">联系人邮箱:</label> |
|
|
<div class="col-sm-8"> |
|
|
<div class="col-sm-8"> |
|
|
<input readonly name="contactEmail" class="form-control" type="text"> |
|
|
<input name="contactEmail" class="form-control" type="text"> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
@ -356,14 +356,14 @@ |
|
|
{ title: '对外售价',field: 'materialSole',align: 'center',}, |
|
|
{ title: '对外售价',field: 'materialSole',align: 'center',}, |
|
|
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',}, |
|
|
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',}, |
|
|
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',}, |
|
|
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',}, |
|
|
{ title: '最新报价历史',align: 'center', |
|
|
// { title: '最新报价历史',align: 'center', |
|
|
|
|
|
// |
|
|
formatter: function (value, row, index) { |
|
|
// formatter: function (value, row, index) { |
|
|
var actions = []; |
|
|
// var actions = []; |
|
|
actions.push('<a class="btn btn-success btn-xs" href="javascript:void(0)" onclick="recentQuotationHistory(\'' + row.materialCode + '\')"><i class="fa fa-edit"></i>最新报价历史</a> '); |
|
|
// actions.push('<a class="btn btn-success btn-xs" href="javascript:void(0)" onclick="recentQuotationHistory(\'' + row.materialCode + '\')"><i class="fa fa-edit"></i>最新报价历史</a> '); |
|
|
return actions.join(''); |
|
|
// return actions.join(''); |
|
|
} |
|
|
// } |
|
|
}, |
|
|
// }, |
|
|
// {title: '国内税率',field: 'countTax',align: 'center',editable: {type: 'text',mode: 'inline',},}, |
|
|
// {title: '国内税率',field: 'countTax',align: 'center',editable: {type: 'text',mode: 'inline',},}, |
|
|
// { title: '美元汇率',field: 'usdTax', align: 'center',editable: {type: 'text',mode: 'inline', }}, |
|
|
// { title: '美元汇率',field: 'usdTax', align: 'center',editable: {type: 'text',mode: 'inline', }}, |
|
|
{title: '物料的数量',field: 'materialNum',align: 'center', |
|
|
{title: '物料的数量',field: 'materialNum',align: 'center', |
|
|