duckweed лет назад: 6
Родитель
Сommit
635d450d21

+ 1 - 1
WebService/src/main/resources/components/itemOutPackage/edit-resourceStore/editItemNumberStore.html

@@ -44,7 +44,7 @@
 
                             <div class="ibox-content">
                                 <button class="btn btn-primary float-right" type="button"
-                                        v-on:click="editResourceStore()"><i class="fa fa-check"></i>&nbsp;保存
+                                        v-on:click="editResourceStoreForStock()"><i class="fa fa-check"></i>&nbsp;保存
                                 </button>
                                 <button type="button" class="btn btn-warning float-right" style="margin-right:20px;"
                                         data-dismiss="modal">取消

+ 1 - 1
WebService/src/main/resources/components/itemOutPackage/edit-resourceStore/editItemNumberStore.js

@@ -77,7 +77,7 @@
 
                 });
             },
-            editResourceStore: function () {
+            editResourceStoreForStock: function () {
                 if (!vc.component.editResourceStoreValidate()) {
                     vc.message(vc.validate.errInfo);
                     return;