gjy 3 năm trước cách đây
mục cha
commit
feb0d76190
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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: '取消',