fix:手动推中鼎,出库单据页面改为出库数量
opt:出库单打印
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user