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

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

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

@ -219,6 +219,11 @@
prop="count" prop="count"
width="100" width="100"
></el-table-column> ></el-table-column>
<el-table-column
label="扫码数量"
prop="reCount"
width="100"
></el-table-column>
<el-table-column <el-table-column
label="价格" label="价格"
prop="price" prop="price"
@ -254,11 +259,7 @@
prop="certCode" prop="certCode"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column
label="扫码数量"
prop="reCount"
width="100"
></el-table-column>
</el-table> </el-table>
<pagination <pagination

@ -551,12 +551,7 @@ export default {
} }
} }
if(val==3){ if(val==3){
this.$confirm( "已审核通过,是否需要重新提交变更", {
confirmButtonText: "确定",
type: "warning",
showCancelButton: false,
})
.then(() => {
this.$refs['inputQuery'].validate(valid => { this.$refs['inputQuery'].validate(valid => {
if (valid) { if (valid) {
// this.inputQuery.auditStatus = val; // this.inputQuery.auditStatus = val;
@ -580,7 +575,6 @@ export default {
return false; return false;
} }
}); });
});
}else{ }else{
this.$refs['inputQuery'].validate(valid => { this.$refs['inputQuery'].validate(valid => {
if (valid) { if (valid) {

Loading…
Cancel
Save