gjy 3 年之前
父節點
當前提交
feb0d76190
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/views/contractManagement/salesContract.vue

+ 10 - 0
src/views/contractManagement/salesContract.vue

@@ -387,6 +387,16 @@
         }else{
           data={id: row.id}
         }
+        if(e=='执行中'){
+          if(row.addressUrl==''){
+            this.$notify.error({
+              title: '失败',
+              message: '修改失败,未上传双章合同附件',
+            })
+            return
+          }
+          console.log(row)
+        }
         this.$confirm(`是否将状态改为${e}`, {
             confirmButtonText: '确定',
             cancelButtonText: '取消',