|
|
@ -8,8 +8,9 @@
|
|
|
|
label-width="110px"
|
|
|
|
label-width="110px"
|
|
|
|
style="margin-bottom: -15px"
|
|
|
|
style="margin-bottom: -15px"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
<el-button-group
|
|
|
|
<el-button-group
|
|
|
|
style="display: flex; margin: 0px 0 15px 75%; height: 35px"
|
|
|
|
style="display: flex; margin: 0px 0 15px 0; height: 35px;float: right"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
@ -54,6 +55,9 @@
|
|
|
|
<!-- </el-button>-->
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
|
|
|
|
|
|
|
</el-button-group>
|
|
|
|
</el-button-group>
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="11">
|
|
|
|
<el-col :span="11">
|
|
|
|
<el-form-item prop="corpOrderId" label="单据号:">
|
|
|
|
<el-form-item prop="corpOrderId" label="单据号:">
|
|
|
@ -1254,6 +1258,7 @@ export default {
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
if (response.code == 20000) {
|
|
|
|
if (response.code == 20000) {
|
|
|
|
this.$message.success("撤回成功!");
|
|
|
|
this.$message.success("撤回成功!");
|
|
|
|
|
|
|
|
this.closeDialog();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$message.error(response.message);
|
|
|
|
this.$message.error(response.message);
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1353,9 +1358,8 @@ export default {
|
|
|
|
this.$message.error(response.message);
|
|
|
|
this.$message.error(response.message);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
} else if (this.viewType == 7) { //待校验提交
|
|
|
|
if (this.viewType = 7) { //待校验提交
|
|
|
|
if (val == 1) {
|
|
|
|
if (val = 1) {
|
|
|
|
|
|
|
|
this.$confirm("此操作将以校验的正确结果重新生成业务单并提交,是否继续?", "提示", {
|
|
|
|
this.$confirm("此操作将以校验的正确结果重新生成业务单并提交,是否继续?", "提示", {
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
cancelButtonText: "取消",
|
|
|
|