|
|
@@ -1079,43 +1079,43 @@ export default {
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "计量单位",
|
|
|
+ label: this.$t("sea118n.unitNo"),
|
|
|
prop: "unitNo",
|
|
|
width: "90",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "币种",
|
|
|
+ label: this.$t("sea118n.currency"),
|
|
|
prop: "curCode",
|
|
|
width: "100",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "汇率",
|
|
|
+ label: this.$t("sea118n.exrate"),
|
|
|
prop: "exrate",
|
|
|
width: "60",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "单价",
|
|
|
+ label: this.$t("sea118n.price"),
|
|
|
prop: "price",
|
|
|
width: "80",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "数量",
|
|
|
+ label: this.$t("sea118n.quantity"),
|
|
|
prop: "quantity",
|
|
|
width: "80",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "本币",
|
|
|
+ label:this.$t("sea118n.localCurrency"),
|
|
|
prop: "rmbAmount",
|
|
|
width: "80",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "外币",
|
|
|
+ label: this.$t("sea118n.foreignCurrency"),
|
|
|
prop: "usdAmount",
|
|
|
width: "80",
|
|
|
overHidden: true,
|
|
|
@@ -1227,7 +1227,7 @@ export default {
|
|
|
// overHidden: true,
|
|
|
// },
|
|
|
{
|
|
|
- label: '审核状态',
|
|
|
+ label: this.$t("sea118n.feeStatus"),
|
|
|
prop: 'auditStatus',
|
|
|
overHidden: true,
|
|
|
width: 80,
|
|
|
@@ -1253,7 +1253,7 @@ export default {
|
|
|
}],
|
|
|
},
|
|
|
{
|
|
|
- label: "类别",
|
|
|
+ label:this.$t("sea118n.corpType"),
|
|
|
prop: "corpType",
|
|
|
width: "100",
|
|
|
overHidden: true,
|
|
|
@@ -1265,55 +1265,55 @@ export default {
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "费用简称",
|
|
|
+ label: this.$t("sea118n.feeInfo"),
|
|
|
prop: "feeCnName",
|
|
|
width: "100",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "预付/到付",
|
|
|
+ label: "PP/CC",
|
|
|
prop: "paymode",
|
|
|
width: "90",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "计量单位",
|
|
|
+ label: this.$t("sea118n.unitNo"),
|
|
|
prop: "unitNo",
|
|
|
width: "90",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "币种",
|
|
|
+ label: this.$t("sea118n.currency"),
|
|
|
prop: "curCode",
|
|
|
width: "100",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "汇率",
|
|
|
+ label: this.$t("sea118n.exrate"),
|
|
|
prop: "exrate",
|
|
|
width: "60",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "单价",
|
|
|
+ label: this.$t("sea118n.price"),
|
|
|
prop: "price",
|
|
|
width: "80",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "数量",
|
|
|
+ label: this.$t("sea118n.quantity"),
|
|
|
prop: "quantity",
|
|
|
width: "80",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "本币",
|
|
|
+ label: this.$t("sea118n.localCurrency"),
|
|
|
prop: "rmbAmount",
|
|
|
width: "80",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "外币",
|
|
|
+ label: this.$t("sea118n.foreignCurrency"),
|
|
|
prop: "usdAmount",
|
|
|
width: "80",
|
|
|
overHidden: true,
|