gjy 3 tahun lalu
induk
melakukan
feb0d76190
1 mengubah file dengan 10 tambahan dan 0 penghapusan
  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: '取消',