|
@ -81,7 +81,7 @@ |
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
|
<label class="col-sm-4 control-label">美元汇率:</label> |
|
|
<label class="col-sm-4 control-label">美元汇率:</label> |
|
|
<div class="col-sm-8"> |
|
|
<div class="col-sm-8"> |
|
|
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="美元对人民币汇率"> |
|
|
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="当前未配置美元汇率,请联系总经理" readonly> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
@ -249,7 +249,7 @@ |
|
|
return $.table.selectDictLabel(sysUnitClassDatas, value); |
|
|
return $.table.selectDictLabel(sysUnitClassDatas, value); |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{title: '半成品类型',field: 'processMethod',align: 'center', |
|
|
{title: '加工方式',field: 'processMethod',align: 'center', |
|
|
formatter: function(value, row, index) { |
|
|
formatter: function(value, row, index) { |
|
|
return $.table.selectDictLabel(processMethodDatas, value); |
|
|
return $.table.selectDictLabel(processMethodDatas, value); |
|
|
} |
|
|
} |
|
@ -271,8 +271,8 @@ |
|
|
}, |
|
|
}, |
|
|
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',}, |
|
|
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',}, |
|
|
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',}, |
|
|
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',}, |
|
|
{title: '国内税率',field: 'countTax',align: 'center',}, |
|
|
// {title: '国内税率',field: 'countTax',align: 'center',}, |
|
|
{ title: '美元汇率',field: 'usdTax', align: 'center',}, |
|
|
// { title: '美元汇率',field: 'usdTax', align: 'center',}, |
|
|
{field: 'materialNum',align: 'center',title: '物料的数量', |
|
|
{field: 'materialNum',align: 'center',title: '物料的数量', |
|
|
editable:{ |
|
|
editable:{ |
|
|
type : 'text', |
|
|
type : 'text', |
|
|