Commit 80e053f9 authored by huhaiqing's avatar huhaiqing

修改海运缺陷单

parent 7caa5ef8
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
{{ scope.row.loadWeight }}kg {{ scope.row.loadWeight }}kg
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t(' 跟进客服')" align="center" prop="" /> <el-table-column :label="$t('客户经理')" align="center" prop="salesmanId" />
<el-table-column :label="$t('制作')" align="center" class-name="small-padding fixed-width"> <el-table-column :label="$t('制作')" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope"> <template slot-scope="scope">
<!-- 0 (未制作提货单) 1(审核中) 2(审核通过) 3(审核拒绝) --> <!-- 0 (未制作提货单) 1(审核中) 2(审核通过) 3(审核拒绝) -->
...@@ -244,7 +244,7 @@ export default { ...@@ -244,7 +244,7 @@ export default {
getSumData() { getSumData() {
return `${this.billData.totalNum ?? 0} ${ return `${this.billData.totalNum ?? 0} ${
this.billData.totalVolume ?? 0 this.billData.totalVolume ?? 0
}m³ ${this.billData.totalVolume ?? 0}kg`; }m³ ${this.billData.totalWeight ?? 0}kg`;
}, },
/* 容量 */ /* 容量 */
calcCapacity() { calcCapacity() {
......
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