|
@@ -149,6 +149,11 @@
|
|
|
<span>{{ parseTime(scope.row.fOriginalbilldate , "{y}-{m}-{d}") }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="仓储费计算日期" align="center" prop="fChargedate" width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{ parseTime(scope.row.fChargedate , "{y}-{m}-{d}") }}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="提单号" align="center" prop="fMblno" show-overflow-tooltip width="120"/>
|
|
|
<el-table-column label="货物属性" align="center" prop="fBusinessTypes" width="120"/>
|
|
|
<el-table-column label="属性详情" align="center" prop="fMarks" width="120"/>
|