Merge remote-tracking branch 'origin/master'

prod
郑明梁 2 years ago
commit ed647b89d8

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

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

Loading…
Cancel
Save