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

@@ -243,6 +243,9 @@ export default {
orderType: row.order_type,
red: row.red,
status: row.status
}).then(res => {
this.crud.notify(res.respMsg)
this.crud.init()
})
}, toView(index, row) {
this.mstrow = row

View File

@@ -51,7 +51,7 @@
</el-table-column>
<el-table-column label="明细数" align="center" prop="dtl_count" width="80" />
<el-table-column label="单据总数" align="center" prop="total_qty" width="80" />
<el-table-column label="库数量" align="center" prop="instock_qty" width="80" />
<el-table-column label="库数量" align="center" prop="instock_qty" width="80" />
<el-table-column label="转发中鼎" align="center" prop="forwardZD" width="80">
<template slot-scope="scope">
<p v-if="scope.row.forwardZD == '0'">-</p>
@@ -198,6 +198,9 @@ export default {
orderType: row.order_type,
red: row.red,
status: row.status
}).then(res => {
this.crud.notify(res.respMsg)
this.crud.init()
})
},
toView(index, row) {

View File

@@ -181,6 +181,9 @@ export default {
orderType: row.order_type,
red: row.red,
status: row.status
}).then(res => {
this.crud.notify(res.respMsg)
this.crud.init()
})
},
toView(index, row) {

View File

@@ -51,7 +51,7 @@
</el-table-column>
<el-table-column label="明细数" align="center" prop="dtl_count" width="80" />
<el-table-column label="单据总数" align="center" prop="total_qty" width="80" />
<el-table-column label="库数量" align="center" prop="instock_qty" width="80" />
<el-table-column label="库数量" align="center" prop="instock_qty" width="80" />
<el-table-column label="转发中鼎" align="center" prop="forwardZD" width="80">
<template slot-scope="scope">
<p v-if="scope.row.forwardZD == '0'">-</p>
@@ -170,6 +170,9 @@ export default {
orderType: row.order_type,
red: row.red,
status: row.status
}).then(res => {
this.crud.notify(res.respMsg)
this.crud.init()
})
},
toView(index, row) {

View File

@@ -181,6 +181,9 @@ export default {
orderType: row.order_type,
red: row.red,
status: row.status
}).then(res => {
this.crud.notify(res.respMsg)
this.crud.init()
})
},
toView(index, row) {

View File

@@ -51,7 +51,7 @@
</el-table-column>
<el-table-column label="明细数" align="center" prop="dtl_count" width="80" />
<el-table-column label="单据总数" align="center" prop="total_qty" width="80" />
<el-table-column label="库数量" align="center" prop="instock_qty" width="80" />
<el-table-column label="库数量" align="center" prop="instock_qty" width="80" />
<el-table-column label="转发中鼎" align="center" prop="forwardZD" width="80">
<template slot-scope="scope">
<p v-if="scope.row.forwardZD == '0'">-</p>
@@ -170,6 +170,9 @@ export default {
orderType: row.order_type,
red: row.red,
status: row.status
}).then(res => {
this.crud.notify(res.respMsg)
this.crud.init()
})
},
toView(index, row) {

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>