驳回意见必填

dianlixunjian
刘妍 2024-08-14 15:01:47 +08:00
parent 99fa34496e
commit 3151fb3f17
1 changed files with 9 additions and 7 deletions

View File

@ -431,7 +431,6 @@
footerStyle.value.width = mapConfig.value?.isShowMap ? '100%' : '60%';
if (mapConfig.value?.isShowMap) {
}
} else {
currentNode = auditNode;
@ -677,6 +676,12 @@
// return;
// }
//
if (btn.code == 'disagree') {
if (!formData.value.des) {
createMessage.warning('请填写驳回意见');
return false;
}
}
if (formVisble.value) {
var querys = {
schemeId: designerData.formCurrentNode.formVerison,
@ -704,9 +709,9 @@
querys.data = JSON.stringify(res);
const formValue = await functionsaveForm(querys);
if (formValue) {
if(btn.code == 'zancun'){
if (btn.code == 'zancun') {
createMessage.success('暂存成功');
return
return;
}
handleSubmit(btn);
}
@ -978,10 +983,7 @@
getTaskInfo();
});
function onFormContainerMouseOver(event){
}
function onFormContainerMouseOver(event) {}
</script>
<style lang="less" scoped>
::v-deep .ant-tabs-nav-wrap {