|
@@ -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>
|