发票 增加金额 总金额

ywj_dev
wangwei 2 years ago
parent 98b6ec72fe
commit b473e38b47

@ -243,7 +243,7 @@ export default {
},
methods: {
submitUpload() {
updateOrderDetailBiz(this.inputQuery).then((res) =>{
updateById(this.inputQuery).then((res) =>{
if(res.code==20000){
this.$message({
type: "success",

@ -176,6 +176,8 @@
<span>{{ fromTypeMap[scope.row.fromType] }}</span>
</template>
</el-table-column>
<el-table-column label="总金额" prop="allAmount" width="120">
</el-table-column>
<el-table-column label="单据状态" prop="status" width="100">
<template slot-scope="scope">
<el-tag :type="statusFilterType(scope.row.status)">{{
@ -261,13 +263,13 @@
width="100"
></el-table-column>
<el-table-column
label="扫码数量"
prop="scanCount"
label="价格"
prop="price"
width="100"
></el-table-column>
<el-table-column
label="价格"
prop="price"
label="金额"
prop="amount"
width="100"
></el-table-column>
@ -295,6 +297,11 @@
prop="certCode"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="扫码数量"
prop="reCount"
width="100"
></el-table-column>
<!--<el-table-column label="操作" width="160" fixed="right">-->
<!-- <template slot-scope="scope">-->

Loading…
Cancel
Save