This commit is contained in:
linfso 2025-02-23 17:12:47 +08:00
parent f9826e9545
commit fc14078571
2 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@
<el-tag v-if="scope.row.blHasCalc=='0'" type="danger">未计算</el-tag>
</template>
</el-table-column>
<el-table-column :label="$t('时间计算')" align="center" prop="calcDate" min-width="170"/>
<el-table-column :label="$t('计算时间')" align="center" prop="calcDate" min-width="170"/>
<!-- <el-table-column :label="$t('成本费')" align="center" prop="costFee" min-width="100" /> -->
<!-- <el-table-column :label="$t('总票数')" align="center" prop="sendPieceSum" min-width="100" /> -->
<!-- <el-table-column :label="$t('总件数')" align="center" prop="pieceNumber" min-width="100" /> -->

View File

@ -477,7 +477,7 @@ export default {
this.form.tradeDate= this.parseTime(item.etd);
this.form.costName=item.batchName;
// this.form.costFee=item.startSiteName;
this.form.sendPieceSum=item.sendPieceSum;
this.form.sendPieceSum=item.totalWaybillQty;
this.form.pieceNumber=item.pieceNumber;
this.form.totalWeight=item.totalWeight;
this.form.totalVolume=item.totalVolume;