Commit 7fdb7134 authored by dragondean@qq.com's avatar dragondean@qq.com

修复拆单项全包价单位异常

parent de174e75
...@@ -88,8 +88,7 @@ ...@@ -88,8 +88,7 @@
</template> </template>
<template v-else> <template v-else>
{{$t('全包价')}}<el-input v-model="scope.row.oneSeaFreight" @change="updateField(scope.row, 'oneSeaFreight')" size="mini" style="width: 80px"></el-input> {{$t('全包价')}}<el-input v-model="scope.row.oneSeaFreight" @change="updateField(scope.row, 'oneSeaFreight')" size="mini" style="width: 80px"></el-input>
{{currencyMap[scope.row.currencyId]}} {{currencyMap[scope.row.seaFreightCurrency]}} / {{unitMap[scope.row.seaFreightVolume]}}
{{unitMap[scope.row.clearanceFreightVolume]}}
</template> </template>
</template> </template>
</el-table-column> </el-table-column>
......
...@@ -227,8 +227,7 @@ ...@@ -227,8 +227,7 @@
</template> </template>
<template v-else> <template v-else>
{{$t('全包价')}}<el-input v-model="scope.row.oneSeaFreight" @change="updateField(scope.row, 'oneSeaFreight')" size="mini" style="width: 80px"></el-input> {{$t('全包价')}}<el-input v-model="scope.row.oneSeaFreight" @change="updateField(scope.row, 'oneSeaFreight')" size="mini" style="width: 80px"></el-input>
{{currencyMap[scope.row.currencyId]}} {{currencyMap[scope.row.seaFreightCurrency]}} / {{unitMap[scope.row.seaFreightVolume]}}
{{unitMap[scope.row.clearanceFreightVolume]}}
</template> </template>
</template> </template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment