新增配送产品资质信息审核拒绝后 重新提交弹出的提示有误

dev
黄泽腾 2 years ago
parent 130ffcafb4
commit ce325bc45c

@ -263,6 +263,11 @@
prop="count"
width="100"
></el-table-column>
<el-table-column
label="扫码数量"
prop="reCount"
width="100"
></el-table-column>
<el-table-column
label="价格"
prop="price"
@ -298,11 +303,7 @@
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">-->

@ -219,6 +219,11 @@
prop="count"
width="100"
></el-table-column>
<el-table-column
label="扫码数量"
prop="reCount"
width="100"
></el-table-column>
<el-table-column
label="价格"
prop="price"
@ -254,11 +259,7 @@
prop="certCode"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="扫码数量"
prop="reCount"
width="100"
></el-table-column>
</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{
this.$refs['inputQuery'].validate(valid => {
if (valid) {

Loading…
Cancel
Save