From 82c2bbbb00f3fed67be611e66c358b4aaccdf9ed Mon Sep 17 00:00:00 2001 From: siontion Date: Mon, 20 May 2024 17:34:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E6=96=B0=E5=BB=BA=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/gw/productionOrder/index.ts | 3 ++ .../ProductionWorkOrder.vue | 2 +- .../ProductionWorkOrderForm.vue | 53 +++++++++++++++---- 3 files changed, 46 insertions(+), 12 deletions(-) diff --git a/src/api/gw/productionOrder/index.ts b/src/api/gw/productionOrder/index.ts index d6b79ea..96097af 100644 --- a/src/api/gw/productionOrder/index.ts +++ b/src/api/gw/productionOrder/index.ts @@ -1,7 +1,10 @@ import request from '@/config/axios' import { useUserStore } from '../../../stores/user' +export const GetEipSupplierIpoSimplleList = async () => { + return await request.post({ url: `/DistributionBoxTesting/GetEipSupplierIpoSimplleList?user=`+useUserStore().UserName }) +} // 生产订单列表获取 export const getProductionOrderPaging = async (data: any) => { diff --git a/src/views/Gw/productionWorkOrder/ProductionWorkOrder.vue b/src/views/Gw/productionWorkOrder/ProductionWorkOrder.vue index eaaa234..f552a34 100644 --- a/src/views/Gw/productionWorkOrder/ProductionWorkOrder.vue +++ b/src/views/Gw/productionWorkOrder/ProductionWorkOrder.vue @@ -3,7 +3,7 @@