Commit cb29cdfb authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

货值单位修改

parent 6265d68f
...@@ -1142,7 +1142,7 @@ ...@@ -1142,7 +1142,7 @@
"手续费(RMB)": "Handling fee (RMB)", "手续费(RMB)": "Handling fee (RMB)",
"需要": "need", "需要": "need",
"不需要": "unnecessary", "不需要": "unnecessary",
"美元": "Dollar", "元": "RMB",
"银行收款明细": "Bank Receipt Details", "银行收款明细": "Bank Receipt Details",
"批量核销": "Batch write-off", "批量核销": "Batch write-off",
"添加收款明细": "Add Receipt Details", "添加收款明细": "Add Receipt Details",
......
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
<el-table-column :label="$t('货值')" align="center"> <el-table-column :label="$t('货值')" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-model="scope.row.worth" @change="updateField(scope.row, 'worth')" size="mini"> <el-input v-model="scope.row.worth" @change="updateField(scope.row, 'worth')" size="mini">
<span slot="append">{{ $t('') }}</span> <span slot="append">{{ $t('') }}</span>
</el-input> </el-input>
</template> </template>
</el-table-column> </el-table-column>
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
</div> </div>
<div> <div>
{{ $t('数量(个)') }}:{{ mainOrderItem.quantity || 0 }} {{ $t('数量(个)') }}:{{ mainOrderItem.quantity || 0 }}
{{ $t('剩余货值') }}:{{ mainOrderItem.worth || 0 }}{{ $t('元') }} {{ $t('剩余货值') }}:{{ mainOrderItem.worth || 0 }}{{ $t('元') }}
</div> </div>
</el-form-item> </el-form-item>
<el-card class="box-card" v-if="shopForm.specsRecordVOList"> <el-card class="box-card" v-if="shopForm.specsRecordVOList">
......
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
<el-table-column :label="$t('货值')" align="center"> <el-table-column :label="$t('货值')" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-model="scope.row.worth" @change="updateField(scope.row, 'worth')" size="mini" :disabled="index === 0"> <el-input v-model="scope.row.worth" @change="updateField(scope.row, 'worth')" size="mini" :disabled="index === 0">
<span slot="append">{{ $t('') }}</span> <span slot="append">{{ $t('') }}</span>
</el-input> </el-input>
</template> </template>
</el-table-column> </el-table-column>
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
</div> </div>
<div> <div>
{{ $t('数量(个)') }}:{{ mainOrderItem.quantity || 0 }} {{ $t('数量(个)') }}:{{ mainOrderItem.quantity || 0 }}
{{ $t('剩余货值') }}:{{ mainOrderItem.worth || 0 }}{{ $t('元') }} {{ $t('剩余货值') }}:{{ mainOrderItem.worth || 0 }}{{ $t('元') }}
</div> </div>
</el-form-item> </el-form-item>
<el-card class="box-card" v-if="shopForm.specsRecordVOList"> <el-card class="box-card" v-if="shopForm.specsRecordVOList">
......
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