liuhj 1 viikko sitten
vanhempi
commit
db0008a6f2
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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;
+                    }
                 }
             })
         },