wangxin 3 napja
szülő
commit
68c9b3fd98
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      src/views/business/inventoryCheck/form.vue

+ 3 - 3
src/views/business/inventoryCheck/form.vue

@@ -69,7 +69,7 @@
             style="width: 145px"
           >
             <el-option
-              v-for="dict in inventory_production_status"
+              v-for="dict in is_inventory_inbound"
               :key="dict.value"
               :label="dict.label"
               :value="dict.value"
@@ -110,7 +110,7 @@
             style="width: 145px"
           >
             <el-option
-              v-for="dict in is_inventory_inbound"
+              v-for="dict in is_taks_stock"
               :key="dict.value"
               :label="dict.label"
               :value="dict.value"
@@ -368,7 +368,7 @@
                 <div>
                   <dict-tag
                     :options="is_inventory_inbound"
-                    :value="scope.row.isProductStatus"
+                    :value="scope.row.isInbound"
                   />
                 </div>
               </template>