|
|
@ -54,7 +54,7 @@ |
|
|
|
<div class="form-group"> |
|
|
|
<label class="col-sm-4 control-label">美元汇率:</label> |
|
|
|
<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 class="form-group"> |
|
|
@ -124,9 +124,9 @@ |
|
|
|
<a class="btn btn-success" onclick="insertRow()"> |
|
|
|
<i class="fa fa-plus"></i> 添加物料 |
|
|
|
</a> |
|
|
|
<a class="btn btn-danger multiple disabled" onclick="insertNRow()"> |
|
|
|
<i class="fa fa-remove"></i> 添加无料号物料 |
|
|
|
</a> |
|
|
|
<!-- <a class="btn btn-danger multiple disabled" onclick="insertNRow()">--> |
|
|
|
<!-- <i class="fa fa-remove"></i> 添加无料号物料--> |
|
|
|
<!-- </a>--> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
@ -231,7 +231,7 @@ |
|
|
|
return $.table.selectDictLabel(sysUnitClassDatas, value); |
|
|
|
} |
|
|
|
}, |
|
|
|
{title: '半成品类型',field: 'processMethod',align: 'center', |
|
|
|
{title: '加工方式',field: 'processMethod',align: 'center', |
|
|
|
formatter: function(value, row, index) { |
|
|
|
return $.table.selectDictLabel(processMethodDatas, value); |
|
|
|
} |
|
|
@ -261,8 +261,8 @@ |
|
|
|
return actions.join(''); |
|
|
|
} |
|
|
|
}, |
|
|
|
{title: '国内税率',field: 'countTax',align: 'center',}, |
|
|
|
{ title: '美元汇率',field: 'usdTax', align: 'center',}, |
|
|
|
// {title: '国内税率',field: 'countTax',align: 'center',}, |
|
|
|
// { title: '美元汇率',field: 'usdTax', align: 'center',}, |
|
|
|
{field: 'materialNum',align: 'center',title: '物料的数量', |
|
|
|
editable:{ |
|
|
|
type : 'text', |
|
|
|