fix:手动推中鼎,出库单据页面改为出库数量

opt:出库单打印
This commit is contained in:
zhaoyf
2026-08-02 15:15:25 +08:00
parent a24b77f42b
commit 79925662a9
8 changed files with 31 additions and 6 deletions

View File

@@ -191,7 +191,8 @@
/>
</template>
</el-table-column>
<el-table-column :selectable="checkboxT" type="selection" width="55" />
<!-- <el-table-column :selectable="checkboxT" type="selection" width="55" />-->
<el-table-column type="selection" width="55" />
<el-table-column show-overflow-tooltip prop="bill_code" width="130" label="单据号">
<template slot-scope="scope">
<el-link type="warning" @click="toView(scope.$index, scope.row)">{{ scope.row.bill_code }}</el-link>