@ -263,6 +263,11 @@
prop="count"
width="100"
></el-table-column>
<el-table-column
label="扫码数量"
prop="reCount"
label="价格"
prop="price"
@ -298,11 +303,7 @@
prop="certCode"
show-overflow-tooltip
<!--<el-table-column label="操作" width="160" fixed="right">-->
<!-- <template slot-scope="scope">-->
@ -219,6 +219,11 @@
@ -254,11 +259,7 @@
</el-table>
<pagination
@ -551,12 +551,7 @@ export default {
}
if(val==3){
this.$confirm( "已审核通过,是否需要重新提交变更", {
confirmButtonText: "确定",
type: "warning",
showCancelButton: false,
})
.then(() => {
this.$refs['inputQuery'].validate(valid => {
if (valid) {
// this.inputQuery.auditStatus = val;
@ -580,7 +575,6 @@ export default {
return false;
});
}else{