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

货值单位修改

parent f4cf6c8f
......@@ -1142,7 +1142,7 @@
"手续费(RMB)": "Handling fee (RMB)",
"需要": "need",
"不需要": "unnecessary",
"美元": "Dollar",
"元": "RMB",
"银行收款明细": "Bank Receipt Details",
"批量核销": "Batch write-off",
"添加收款明细": "Add Receipt Details",
......
......@@ -170,7 +170,7 @@
<el-table-column :label="$t('货值')" align="center">
<template slot-scope="scope">
<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>
</template>
</el-table-column>
......@@ -260,7 +260,7 @@
<el-input-number v-model="shopForm.chargeWeight" controls-position="right" :min="0" :max="mainOrderItem.chargeWeight"></el-input-number>
</el-form-item>
<el-form-item v-if="mainOrderItem.orderItemId" label-width="0">
{{ $t('剩余货值') }}:{{ mainOrderItem.worth || 0 }}{{ $t('元') }}
{{ $t('剩余货值') }}:{{ mainOrderItem.worth || 0 }}{{ $t('元') }}
</el-form-item>
<el-form-item :label="$t('放入货值')">
<el-input-number v-model="shopForm.worth" controls-position="right" :min="0" :max="mainOrderItem.worth"></el-input-number>
......
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