diff --git a/src/views/wms/instockOrderCopy/index.vue b/src/views/wms/instockOrderCopy/index.vue index 215bd5b..5eef4d7 100644 --- a/src/views/wms/instockOrderCopy/index.vue +++ b/src/views/wms/instockOrderCopy/index.vue @@ -745,7 +745,7 @@ const childrenTableInfoVisible = ref(false) const updateDialog = ref(false) const dialogTitle = ref('添加') const dialogForm = ref({ - instockType: instockTypeValue || '' , + instockType: instockTypeValue || '3' , orderNo: '', materialCategoryId: '', warehouseId: '', @@ -753,7 +753,7 @@ const dialogForm = ref({ }); const parentTableInfoForm = ref({ materialCategoryId: '', - instockType: instockTypeValue || '' , + instockType: instockTypeValue || '3' , auditBy: '', warehouseCode: '', instockMethond: instockMethondValue || '' , @@ -1102,7 +1102,7 @@ const viewDetails = (e) => { const parentTableAdd = () => { dialogVisible.value = true; dialogForm.value = { - instockType: instockTypeValue || '', + instockType: instockTypeValue || '3', orderNo: '', materialCategoryId: '', warehouseId: '',