liuhj 1 week ago
parent
commit
db0008a6f2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/components/OP/EntryDetails.vue

+ 4 - 0
src/components/OP/EntryDetails.vue

@@ -1462,6 +1462,10 @@ export default {
                     that.fullscreenLoading = false;
                     that.GetEnterExitCostCorrelationTips(1);
                     that.$message.warning(res.data.msg);
+                    if (res.data.msg=='未查询出数据!可操作该条数据!') {
+                        that.isSave=true;
+                        that.isView=true;
+                    }
                 }
             })
         },