diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/purchaseorder/add.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/purchaseorder/add.vue index a79828ab..c4ade4cf 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/purchaseorder/add.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/purchaseorder/add.vue @@ -24,7 +24,7 @@ - + @@ -142,6 +142,7 @@ const formData = ref({ purchaseNo:undefined, supplierId:undefined, contractNo:undefined, + purchaseType:2, purchaseNo:undefined, projectMaterialPlanNo: undefined, projectMaterialPlanId: undefined, @@ -196,4 +197,4 @@ const supplierInit = ref() onMounted(async () => { supplierInit.value = await SupplierApi.getSimpList() }) - \ No newline at end of file +