539 lines
27 KiB
Plaintext
539 lines
27 KiB
Plaintext
|
<style type="text/css">
|
||
|
.summary {
|
||
|
margin-top: 80px;
|
||
|
}
|
||
|
|
||
|
.td-1 {
|
||
|
width: 300px;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<div ng-controller="LCAMaterialTransportCtrl" select-row lca-detail>
|
||
|
@* header *@
|
||
|
@* header's button style is controlled by header-content-layout, the business logic(ng-show) is controlled here *@
|
||
|
<div class="body_content container" style="margin-top: 10px;">
|
||
|
<div header-content-layout>
|
||
|
|
||
|
@*header content layout provide the general function like mouse over and background image*@
|
||
|
<div class="header_image_button"
|
||
|
ng-style="{ backgroundImage: headerLayout.header_image1 }"
|
||
|
ng-show="lcaDetail.Status==1"
|
||
|
ng-click="createProcess()"
|
||
|
ng-mouseover="headerLayout.headerImageChange(1, 2)"
|
||
|
ng-mouseleave="headerLayout.headerImageChange(1, 1)">
|
||
|
|
||
|
<div class="tooltip" ng-show="headerLayout.show1">
|
||
|
<div ng-style="{ width: headerLayout.tooltipWidth(1) }">
|
||
|
@Resource.StaticLabelAddNew
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="header_image_button"
|
||
|
ng-style="{ backgroundImage: headerLayout.header_image4 }"
|
||
|
ng-click="editProcess(selectRow.getSelected())"
|
||
|
ng-mouseover="headerLayout.headerImageChange(4, 2)"
|
||
|
ng-mouseleave="headerLayout.headerImageChange(4, 1)"
|
||
|
ng-show="selectRow.getSelected() != null">
|
||
|
|
||
|
<div class="tooltip" ng-show="headerLayout.show4">
|
||
|
<div ng-style="{width: headerLayout.tooltipWidth(4)}">
|
||
|
@Resource.StaticLabelGlobal_Edit
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="header_image_button"
|
||
|
ng-style="{ backgroundImage: headerLayout.header_image6 }"
|
||
|
ng-click="deleteProcess(selectRow.getSelected())"
|
||
|
ng-mouseover="headerLayout.headerImageChange(6, 2)"
|
||
|
ng-mouseleave="headerLayout.headerImageChange(6, 1)"
|
||
|
ng-show="selectRow.getSelected() != null">
|
||
|
|
||
|
<div class="tooltip" ng-show="headerLayout.show6">
|
||
|
<div ng-style="{ width: headerLayout.tooltipWidth(6) }">
|
||
|
@Resource.StaticLabelGlobal_Delete
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
@*
|
||
|
<div class="header_image_button"
|
||
|
ng-style="{ backgroundImage: headerLayout.header_image8 }"
|
||
|
ng-click="modelBuilder.export(model)"
|
||
|
ng-mouseover="headerLayout.headerImageChange(8, 2)"
|
||
|
ng-mouseleave="headerLayout.headerImageChange(8, 1)">
|
||
|
|
||
|
<div class="tooltip" ng-show="headerLayout.show8">
|
||
|
<div ng-style="{ width: tooltipWidth(8) }">
|
||
|
@Resource.StaticLabelExportBOM
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="header_image_button"
|
||
|
ng-style="{ backgroundImage: headerLayout.header_image9 }"
|
||
|
ng-click="fileImportModal.show = true;"
|
||
|
ng-mouseover="headerLayout.headerImageChange(9, 2)"
|
||
|
ng-mouseleave="headerLayout.headerImageChange(9, 1)">
|
||
|
|
||
|
<div class="tooltip" ng-show="headerLayout.show9">
|
||
|
<div ng-style="{ width: tooltipWidth(9) }">
|
||
|
@Resource.StaticLabelImprotBOM
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
*@
|
||
|
<div class="header_image_button"
|
||
|
ng-style="{ backgroundImage: headerLayout.header_image17 }"
|
||
|
ng-click="quoteModal.show = true;"
|
||
|
ng-mouseover="headerLayout.headerImageChange(17, 2)"
|
||
|
ng-mouseleave="headerLayout.headerImageChange(17, 1)">
|
||
|
|
||
|
<div class="tooltip" ng-show="headerLayout.show17">
|
||
|
<div ng-style="{ width: tooltipWidth(17) }">
|
||
|
@Resource.StaticLabelReferenceData
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="header_image_button"
|
||
|
ng-style="{ backgroundImage: headerLayout.header_image11 }"
|
||
|
ng-click="search_box = !search_box"
|
||
|
ng-mouseover="headerLayout.headerImageChange(11, 2)"
|
||
|
ng-mouseleave="headerLayout.headerImageChange(11, 1)">
|
||
|
|
||
|
<div class="tooltip" ng-show="headerLayout.show11">
|
||
|
<div ng-style="{ width: tooltipWidth(11) }">
|
||
|
@Resource.StaticLabelGlobal_Search
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div ng-show="lcaDetail.isProductLCA">
|
||
|
<label for="Allocation">@Resource.Allocation</label>
|
||
|
<select name="AllocationN" id="Allocation"
|
||
|
ng-model="Allocation" style="width:130px"
|
||
|
ng-change="onAllocationChange(Allocation)"
|
||
|
ng-disabled="lcaDetail.Status!=1"
|
||
|
class="table_text_select">
|
||
|
<option value="-1">-- @Resource.StaticLabelGlobal_Select --</option>
|
||
|
<option value="99">@Resource.AllocationNon</option>
|
||
|
<option value="0">@Resource.AllocationWeight</option>
|
||
|
<option value="1">@Resource.AllocationAreaSize</option>
|
||
|
<option value="2">@Resource.AllocationPcsPerYear</option>
|
||
|
<option value="3">@Resource.AllocationEconomic</option>
|
||
|
<option value="4">@Resource.AllocationWorkHour</option>
|
||
|
</select>
|
||
|
<label for="Ratio">@Resource.Ratio {{Ratio * 100}} % </label>
|
||
|
</div>
|
||
|
|
||
|
<div class="header_search" ng-show="!Table_Edit_State">
|
||
|
<input type="text" ng-model="modelBuilder.searchText" ng-class="{ expand: search_box }" class="transition" />
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
@* end of header *@
|
||
|
|
||
|
@* the body of index *@
|
||
|
<div class="body_content">
|
||
|
<div class="table_overflow">
|
||
|
<table class="table" style="table-layout: fixed;">
|
||
|
<thead>
|
||
|
<tr class="table-active" style="text-align:center">
|
||
|
<th style="text-align:center">@Resource.MaterialNo</th>
|
||
|
<th style="text-align:center">@Resource.RAMC3EMaterialName</th>
|
||
|
<!--<th style="text-align:center">@Resource.RAMC3EMaterialSpec</th>-->
|
||
|
<!--<th style="text-align:center">@Resource.RAMC3EMaterialActivityUnit</th>-->
|
||
|
<th style="text-align:center">@Resource.RAMC3EMaterial</th>
|
||
|
<th style="text-align:center">@Resource.RAMC3EMaterialUnit</th>
|
||
|
<!--<th style="text-align:center">@Resource.RAMC3EMaterialScalar (@Resource.KgCO2e)</th>-->
|
||
|
<th style="text-align:center">@Resource.RAMC3EMaterialActivity</th>
|
||
|
<th style="text-align:center">@Resource.Parameter</th>
|
||
|
<th style="text-align:center">@Resource.ParameterUnit</th>
|
||
|
<th style="text-align:center">@Resource.RAMC3EMaterialQty (@Resource.KgCO2e)</th>
|
||
|
@*<th style="text-align:center">@Resource.MaterialTransportTypeLand (@Resource.KgCO2e)</th>
|
||
|
<th style="text-align:center">@Resource.MaterialTransportTypeSea (@Resource.KgCO2e)</th>
|
||
|
<th style="text-align:center">@Resource.MaterialTransportTypeAir (@Resource.KgCO2e)</th>*@
|
||
|
@*<th style="text-align:center">@Resource.Total (@Resource.KgCO2e)</th>*@
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody ng-mouseleave="setHoverColumnRow(-1, -1, -1)">
|
||
|
<tr class="survey_order_table_row"
|
||
|
ng-class="{ selected: row == selectRow.getSelected() }"
|
||
|
ng-click="selectProcess(row)"
|
||
|
ng-dblclick="editProcess(row)"
|
||
|
ng-repeat="row in model | filter : modelBuilder.searchText | smarterLimitTo : 10 : (currentPage - 1) * 10">
|
||
|
<td style="text-align:center" ng-bind="row.MaterialNo"></td>
|
||
|
<td style="text-align:center" ng-bind="row.MaterialName"></td>
|
||
|
<!--<td style="text-align:center">{{row.MaterialSpec | number: 4}}</td>-->
|
||
|
<!--<td style="text-align:center" ng-bind="row.Unit"></td>-->
|
||
|
<td align="right">{{row.AnnualPurchaseAmount | number:0}}</td>
|
||
|
<td align="right">{{row.AnnualPurchaseAmountUnit}}</td>
|
||
|
<!--<td style="text-align:center">{{row.KgCO2e | number: 4}}</td>-->
|
||
|
<td align="right">{{row.ActivityIntensity | number: 4}}</td>
|
||
|
<td align="right">{{row.ParameterValue | number: 4}}</td>
|
||
|
<td>{{row.Unit}}</td>
|
||
|
<td align="right">
|
||
|
{{row.KgCO2e | number: 4}}
|
||
|
</td>
|
||
|
@*<td align="right">{{row.EmissionLand | number: 4}}</td>
|
||
|
<td align="right">{{row.EmissionSea | number: 4}}</td>
|
||
|
<td align="right">{{row.EmissionAir | number: 4}}</td>*@
|
||
|
@*<td align="right">{{row.EmissionTotal | number: 4}}</td>*@
|
||
|
</tr>
|
||
|
<tr style="border-bottom: solid 1px rgb(214, 214, 214);">
|
||
|
<td ng-show="model.length == 0">
|
||
|
@Resource.NoData
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
@* end of the body of index *@
|
||
|
<page passed-total-page="Math.ceil(model.length / 10)" passed-current-page="currentPage"></page>
|
||
|
|
||
|
@* the detail modal form *@
|
||
|
<form name="editForm" ng-submit="save()">
|
||
|
<table-edit-modal display-option="modalFormOption" passed-form="editForm">
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.MaterialNo</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text" ng-model="selectRow.toBeEdit.MaterialNo" placeholder="@Resource.RequiredMessage" required>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.RAMC3EMaterialName</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text" ng-model="selectRow.toBeEdit.MaterialName" placeholder="@Resource.RequiredMessage" required>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.RAMC3EMaterialSpec (kg)</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="number" step="any" ng-model="selectRow.toBeEdit.MaterialSpec" placeholder="@Resource.RequiredMessage" required>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.RAMC3EMaterial</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="number" step="any" ng-model="selectRow.toBeEdit.AnnualPurchaseAmount" placeholder="@Resource.RequiredMessage" required>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.RAMC3EMaterialUnit</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text" ng-model="selectRow.toBeEdit.AnnualPurchaseAmountUnit" placeholder="@Resource.RequiredMessage"
|
||
|
ng-blur="checkUnit(selectRow.toBeEdit)" required>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.RAMC3EMaterialScalar </label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="number" step="any" ng-model="selectRow.toBeEdit.ParameterValue" placeholder="@Resource.RequiredMessage" required>
|
||
|
<div class="header_image_button simapro-image-button"
|
||
|
ng-click="selectSimaproProcess(selectRow.toBeEdit)">
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.RAMC3EMaterialActivity</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text" ng-model="selectRow.toBeEdit.ActivityIntensity" disabled>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.RAMC3EMaterialQty (@Resource.KgCO2e)</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text" ng-model="selectRow.toBeEdit.KgCO2e" disabled>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.RAMC3EMaterialActivityUnit</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text" ng-model="selectRow.toBeEdit.Unit" placeholder="@Resource.RequiredMessage"
|
||
|
ng-blur="checkUnit(selectRow.toBeEdit)" required>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.ParaDesc</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text" ng-model="selectRow.toBeEdit.ParameterDescription">
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.RAIntlTravelRemark</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text" ng-model="selectRow.toBeEdit.Comment">
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="survey_btn_wrap">
|
||
|
<div class="survey_content" style="float: right">
|
||
|
<div class="row">
|
||
|
<button class="header_button"
|
||
|
style="float: left; margin-left: 16px;"
|
||
|
ng-show="lcaDetail.Status==1"
|
||
|
ng-disabled="editForm.$invalid">
|
||
|
@Resource.StaticLabelGlobal_Save
|
||
|
</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</table-edit-modal>
|
||
|
</form>
|
||
|
@* end of the detail modal form *@
|
||
|
<table-edit-modal display-option="fileImportModal">
|
||
|
<div file-import-process import-option="fileImportOptions"></div>
|
||
|
</table-edit-modal>
|
||
|
|
||
|
<table-edit-modal display-option="quoteModal">
|
||
|
<div></div>
|
||
|
<div quote quote-options="quoteOptions"></div>
|
||
|
</table-edit-modal>
|
||
|
|
||
|
<simapro display-option="simaproOption">
|
||
|
<div>@Resource.PartNumber : <span ng-bind="selectRow.getSelected().PartNumber"></span></div>
|
||
|
<div>@Resource.MaterialName : <span ng-bind="selectRow.getSelected().Name"></span></div>
|
||
|
</simapro>
|
||
|
|
||
|
<div class="footnote">
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="body_content container" style="margin-top: 10px;">
|
||
|
<div header-content-layout>
|
||
|
<div class="header_image_button"
|
||
|
ng-style="{ backgroundImage: headerLayout.header_image1 }"
|
||
|
ng-show="selectRow.getSelected() != null"
|
||
|
ng-click="createProcessTransport()"
|
||
|
ng-mouseover="headerLayout.headerImageChange(1, 2)"
|
||
|
ng-mouseleave="headerLayout.headerImageChange(1, 1)">
|
||
|
|
||
|
<div class="tooltip" ng-show="headerLayout.show1">
|
||
|
<div ng-style="{ width: headerLayout.tooltipWidth(1) }">
|
||
|
@Resource.StaticLabelAddNew
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="header_image_button"
|
||
|
ng-style="{ backgroundImage: headerLayout.header_image4 }"
|
||
|
ng-click="editProcessTransport(selectRowTransport.selectedRow)"
|
||
|
ng-mouseover="headerLayout.headerImageChange(4, 2)"
|
||
|
ng-mouseleave="headerLayout.headerImageChange(4, 1)"
|
||
|
ng-show="selectRowTransport.selectedRow != null">
|
||
|
|
||
|
<div class="tooltip" ng-show="headerLayout.show4">
|
||
|
<div ng-style="{width: headerLayout.tooltipWidth(4)}">
|
||
|
@Resource.StaticLabelGlobal_Edit
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="header_image_button"
|
||
|
ng-style="{ backgroundImage: headerLayout.header_image6 }"
|
||
|
ng-click="deleteProcessTransport(selectRowTransport.selectedRow)"
|
||
|
ng-mouseover="headerLayout.headerImageChange(6, 2)"
|
||
|
ng-mouseleave="headerLayout.headerImageChange(6, 1)"
|
||
|
ng-show="selectRowTransport.selectedRow != null">
|
||
|
|
||
|
<div class="tooltip" ng-show="headerLayout.show6">
|
||
|
<div ng-style="{ width: headerLayout.tooltipWidth(6) }">
|
||
|
@Resource.StaticLabelGlobal_Delete
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
@* the body of index *@
|
||
|
<div class="body_content">
|
||
|
<div class="table_overflow">
|
||
|
<table class="table" style="table-layout: fixed;">
|
||
|
<thead>
|
||
|
<tr class="table-active">
|
||
|
<th style="text-align:center">@Resource.JourneyNO</th>
|
||
|
<th style="text-align:center">@Resource.StartLocation</th>
|
||
|
<th style="text-align:center">@Resource.EndLocation</th>
|
||
|
<th style="text-align:center">@Resource.TransportDistance (km)</th>
|
||
|
<th style="text-align:center">@Resource.Weight (kg)</th>
|
||
|
<th style="text-align:center">@Resource.Parameter</th>
|
||
|
<th style="text-align:center">Ton*Km</th>
|
||
|
<th style="text-align:center">@Resource.KgCO2e</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody ng-mouseleave="setHoverColumnRow(-1, -1, -1)">
|
||
|
<tr class="survey_order_table_row"
|
||
|
ng-class="{ selected: row == selectRowTransport.selectedRow }"
|
||
|
ng-click="selectRowTransport.selectedRow = row"
|
||
|
ng-dblclick="editProcessTransport(row)"
|
||
|
ng-repeat="row in modelTransport | filter : modelBuilder.searchText | smarterLimitTo : 10 : (currentTransportPage - 1) * 10">
|
||
|
<td style="text-align:center" ng-bind="row.JourneyNO"></td>
|
||
|
<td style="text-align:center" ng-bind="row.StartLocation"></td>
|
||
|
<td style="text-align:center" ng-bind="row.EndLocation"></td>
|
||
|
<td style="text-align:center" ng-bind="row.TransportDistance"></td>
|
||
|
<td style="text-align:center" ng-bind="row.TransportWeight"></td>
|
||
|
@*<td style="text-align:center">
|
||
|
<select name="Description" required ng-model="row.Description" disabled>
|
||
|
<option value="">-- @Resource.StaticLabelGlobal_Select --</option>
|
||
|
<option value="0">@Resource.MaterialTransportTypeLand</option>
|
||
|
<option value="1">@Resource.MaterialTransportTypeSea</option>
|
||
|
<option value="2">@Resource.MaterialTransportTypeAir</option>
|
||
|
</select>
|
||
|
</td>*@
|
||
|
<td style="text-align:center">{{row.ParameterValue | number: 10}}</td>
|
||
|
<td style="text-align:center">{{row.Scalar | number: 4}}</td>
|
||
|
<td style="text-align:center">{{row.KgCO2e | number: 4}}</td>
|
||
|
</tr>
|
||
|
<tr style="border-bottom: solid 1px rgb(214, 214, 214);">
|
||
|
<td ng-show="modelTransport.length == 0">
|
||
|
@Resource.NoData
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
@* end of the body of index *@
|
||
|
<page passed-total-page="Math.ceil(modelTransport.length / 10)" passed-current-page="currentTransportPage"></page>
|
||
|
|
||
|
@* the detail modal form *@
|
||
|
<form name="editFormTransport" ng-submit="saveTransport()">
|
||
|
<table-edit-modal display-option="modalFormTransportOption" passed-form="editFormTransport">
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.JourneyNO</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text" ng-model="selectRowTransport.toBeEdit.JourneyNO">
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.StartLocation</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text" ng-model="selectRowTransport.toBeEdit.StartLocation">
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.EndLocation</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text" ng-model="selectRowTransport.toBeEdit.EndLocation">
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.Weight (kg)</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="number" min="0.0001" step="0.0001" ng-model="selectRowTransport.toBeEdit.TransportWeight" placeholder="@Resource.RequiredMessage @Resource.MovingDistanceNote" required>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.TransportDistance (km)</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="number" min="0.0001" step="0.0001" ng-model="selectRowTransport.toBeEdit.TransportDistance" placeholder="@Resource.RequiredMessage @Resource.MovingDistanceNote" required>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
@*<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.TransportTypes</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<select name="Description" required ng-model="selectRowTransport.toBeEdit.Description">
|
||
|
<option value="">-- @Resource.StaticLabelGlobal_Select --</option>
|
||
|
<option value="0">@Resource.MaterialTransportTypeLand</option>
|
||
|
<option value="1">@Resource.MaterialTransportTypeSea</option>
|
||
|
<option value="2">@Resource.MaterialTransportTypeAir</option>
|
||
|
</select>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>*@
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.Parameter</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="number" step="any" ng-model="selectRowTransport.toBeEdit.ParameterValue" placeholder="@Resource.RequiredMessage" required>
|
||
|
<div class="header_image_button simapro-image-button"
|
||
|
ng-click="selectSimaproProcessTransport(selectRowTransport.toBeEdit)">
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">Ton*Km</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text" ng-model="selectRowTransport.toBeEdit.Scalar" disabled>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.KgCO2e</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text" ng-model="selectRowTransport.toBeEdit.KgCO2e" disabled>
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.DeclareUnit</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input name="ScalarUnit"
|
||
|
type="text"
|
||
|
ng-model="selectRowTransport.toBeEdit.ScalarUnit">
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
<div class="row">
|
||
|
<label class="col-sm-4 col-form-label">@Resource.ParaDesc</label>
|
||
|
<div class="col col-sm-8">
|
||
|
<input type="text"
|
||
|
name="ScalarComment"
|
||
|
ng-model="selectRowTransport.toBeEdit.ScalarComment" />
|
||
|
</div>
|
||
|
<div class="validation_block"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="survey_btn_wrap">
|
||
|
<div class="survey_content" style="float: right">
|
||
|
<div class="row">
|
||
|
<button class="header_button"
|
||
|
style="float: left; margin-left: 16px;"
|
||
|
ng-disabled="editFormTransport.$invalid">
|
||
|
@Resource.StaticLabelGlobal_Save
|
||
|
</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</table-edit-modal>
|
||
|
</form>
|
||
|
<div class="footnote">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|