xiaodai2022 2 anos atrás
pai
commit
ceda61e16e
1 arquivos alterados com 8 adições e 8 exclusões
  1. 8 8
      src/views/mobile/stock/index.vue

+ 8 - 8
src/views/mobile/stock/index.vue

@@ -152,12 +152,12 @@
     </ex-table>
     <no-auth v-else></no-auth>
     <!-- 弹窗 新增/修改 -->
-    <!-- <add-edit
+    <add-edit
       :id="modelId"
       :show-model="showModel"
       @refresh="searchList"
       @cancel="showModel = false"
-    /> -->
+    />
     <!-- 库存修改记录 -->
     <edit-record
       :id="modelId"
@@ -322,12 +322,12 @@ export default {
     // 新建/编辑/详情
     openModal(id, isDetail) {
       this.modelId = id;
-      this.showRecordModel = true;
-      // if (isDetail == true) {
-      //   this.showModel = true;
-      // } else {
-      //   this.showRecordModel = true;
-      // }
+      // this.showRecordModel = true;
+      if (isDetail == true) {
+        this.showModel = true;
+      } else {
+        this.showRecordModel = true;
+      }
     },
 
     async numReturned(e) {