From 4c63a9b83572cd0cdd6b7e6015c1e22b0d7c7e76 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Sat, 14 Dec 2024 11:30:42 +0800 Subject: [PATCH] =?UTF-8?q?YT-1670=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=92=8C=E6=98=8E=E7=BB=86=E8=A6=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=BB=98=E8=AE=A4=E6=94=B6=E8=B4=A7=E5=BA=93=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchaseMain/purchaseMain.data.ts | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts index 4d048092e..a119b2923 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts @@ -686,6 +686,20 @@ export const PurchaseDetail = useCrudSchemas(reactive([ }, }, + + // { + // label: 'ERP库位', + // field: 'erpLocationCode', + // dictType : DICT_TYPE.ERP_LOCATION, + // dictClass: 'string', + // table: { + // width: 150 + // }, + // hiddenInMain:true, + // isTableForm: false, + // isForm: false, + // isTable: false, + // }, { label: '默认收货库区', field: 'defaultAreaCode', @@ -697,26 +711,12 @@ export const PurchaseDetail = useCrudSchemas(reactive([ disabled: true } }, - hiddenInMain: true, isTableForm: false, isForm: false, - isTable: false, + isTable: true, }, - // { - // label: 'ERP库位', - // field: 'erpLocationCode', - // dictType : DICT_TYPE.ERP_LOCATION, - // dictClass: 'string', - // table: { - // width: 150 - // }, - // hiddenInMain:true, - // isTableForm: false, - // isForm: false, - // isTable: false, - // }, { - label: t('ts.已计划数量'), + label: '已计划采购数量', field: 'plannedPurchaseQty', table: { width: 150 @@ -734,7 +734,7 @@ export const PurchaseDetail = useCrudSchemas(reactive([ isForm: false, }, { - label: t('ts.已发货数量'), + label: '已发货采购数量', field: 'shippedPurchaseQty', table: { width: 150 @@ -752,7 +752,7 @@ export const PurchaseDetail = useCrudSchemas(reactive([ isForm: false, }, { - label: t('ts.已收货数量'), + label: '已收货采购数量', field: 'receivedPurchaseQty', table: { width: 150 @@ -770,7 +770,7 @@ export const PurchaseDetail = useCrudSchemas(reactive([ isForm: false }, { - label: t('ts.已退货数量'), + label:'已退货采购数量', field: 'returnedPurchaseQty', table: { width: 150 @@ -788,7 +788,7 @@ export const PurchaseDetail = useCrudSchemas(reactive([ isForm: false }, { - label: t('ts.已上架数量'), + label: "已上架采购数量", field: 'putawayPurchaseQty', table: { width: 150