xiaodai2022 2 years ago
parent
commit
3da3972950

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 0 - 0
dist/static/js/app.f307ef9b.js → dist/static/js/app.00aa37a4.js


+ 0 - 0
dist/static/js/app.f307ef9b.js.gz → dist/static/js/app.00aa37a4.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-418d1450.4e0bf9f5.js


BIN
dist/static/js/chunk-418d1450.d163dc23.js.gz → dist/static/js/chunk-418d1450.4e0bf9f5.js.gz


+ 0 - 0
dist/static/js/chunk-6466f7b4.7ccfc86a.js → dist/static/js/chunk-6466f7b4.fda3d9e3.js


+ 0 - 0
dist/static/js/chunk-760eb36e.ec18b59b.js → dist/static/js/chunk-760eb36e.4f83a90d.js


+ 0 - 0
dist/static/js/chunk-760eb36e.ec18b59b.js.gz → dist/static/js/chunk-760eb36e.4f83a90d.js.gz


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

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

Some files were not shown because too many files changed in this diff