高敬炎 2 年之前
父節點
當前提交
16c8d0b421
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/statisticalReport/stockSaleOutReportList.vue

+ 1 - 1
src/views/statisticalReport/stockSaleOutReportList.vue

@@ -105,7 +105,7 @@
             <span>-{{scope.row.netWeight }}</span>
           </template>
         </el-table-column>
-        <el-table-column key="18" width='120' class="table_td" prop="unloadingWeight" label="卸车净重(吨)"
+        <el-table-column key="18" width='120' class="table_td" prop="feedbackWeight" label="卸车净重(吨)"
           v-if="this.tranType=='汽运'||this.tranType=='火运'"></el-table-column>
         <el-table-column key="19" v-else-if="this.tranType=='散船'||this.tranType=='箱船'" class="table_td" prop="unloadingWeight"
           label="卸船净重(吨)"></el-table-column>