From b59a6ed2c6130a0ab45c9ca3f40947f0b46d663a Mon Sep 17 00:00:00 2001 From: qiuhongwu Date: Mon, 26 Feb 2024 17:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=A1=B5=20=E9=87=87=E8=B4=AD=E5=8D=95=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E4=B8=8D=E5=8F=AF=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mes-ui-admin-vue3/src/views/heli/purchaseorder/add.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +