Переглянути джерело

Merge branch 'master' of git.echepei.com:zhujiawei/Warehouse_management_ui

Qukaidi 4 роки тому
батько
коміт
1a43f34673
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      src/views/Warehousing/inStock/AddOrUpdate.vue

+ 4 - 4
src/views/Warehousing/inStock/AddOrUpdate.vue

@@ -3061,7 +3061,7 @@ export default {
     this.getDicts("data_ifweigh_status").then((response) => {
       this.fIfweighOptions = response.data;
     });
-    this.getDicts("data_ifpledge_status").then((response) => {
+    this.getDicts("data_ifweigh_status").then((response) => {
       this.fIfpledgeOptions = response.data;
     });
     this.getDicts("storage_type").then((response) => {
@@ -3078,13 +3078,13 @@ export default {
     this.getDicts("f_declaration_elements").then((response) => {
       this.delementsList = response.data;
     });
-    this.getDicts("f_ifinspection").then((response) => {
+    this.getDicts("data_ifweigh_status").then((response) => {
       this.ifinspectionList = response.data;
     });
-    this.getDicts("f_ifsampling").then((response) => {
+    this.getDicts("data_ifweigh_status").then((response) => {
       this.ifsamplingList = response.data;
     });
-    this.getDicts("f_ifweight_recovery").then((response) => {
+    this.getDicts("data_ifweigh_status").then((response) => {
       this.ifweightRecoveryList = response.data;
     });
     this.getConfigKey("stockoi").then((response) => {