Browse Source

YT-1670采购订单列表和明细要显示默认收货库区

intex_online20241216
张立 2 months ago
parent
commit
4c63a9b835
  1. 40
      src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts

40
src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts

@ -686,6 +686,20 @@ export const PurchaseDetail = useCrudSchemas(reactive<CrudSchema[]>([
}, },
}, },
// {
// label: 'ERP库位',
// field: 'erpLocationCode',
// dictType : DICT_TYPE.ERP_LOCATION,
// dictClass: 'string',
// table: {
// width: 150
// },
// hiddenInMain:true,
// isTableForm: false,
// isForm: false,
// isTable: false,
// },
{ {
label: '默认收货库区', label: '默认收货库区',
field: 'defaultAreaCode', field: 'defaultAreaCode',
@ -697,26 +711,12 @@ export const PurchaseDetail = useCrudSchemas(reactive<CrudSchema[]>([
disabled: true disabled: true
} }
}, },
hiddenInMain: true,
isTableForm: false, isTableForm: false,
isForm: 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', field: 'plannedPurchaseQty',
table: { table: {
width: 150 width: 150
@ -734,7 +734,7 @@ export const PurchaseDetail = useCrudSchemas(reactive<CrudSchema[]>([
isForm: false, isForm: false,
}, },
{ {
label: t('ts.已发货数量'), label: '已发货采购数量',
field: 'shippedPurchaseQty', field: 'shippedPurchaseQty',
table: { table: {
width: 150 width: 150
@ -752,7 +752,7 @@ export const PurchaseDetail = useCrudSchemas(reactive<CrudSchema[]>([
isForm: false, isForm: false,
}, },
{ {
label: t('ts.已收货数量'), label: '已收货采购数量',
field: 'receivedPurchaseQty', field: 'receivedPurchaseQty',
table: { table: {
width: 150 width: 150
@ -770,7 +770,7 @@ export const PurchaseDetail = useCrudSchemas(reactive<CrudSchema[]>([
isForm: false isForm: false
}, },
{ {
label: t('ts.已退货数量'), label:'已退货采购数量',
field: 'returnedPurchaseQty', field: 'returnedPurchaseQty',
table: { table: {
width: 150 width: 150
@ -788,7 +788,7 @@ export const PurchaseDetail = useCrudSchemas(reactive<CrudSchema[]>([
isForm: false isForm: false
}, },
{ {
label: t('ts.已上架数量'), label: "已上架采购数量",
field: 'putawayPurchaseQty', field: 'putawayPurchaseQty',
table: { table: {
width: 150 width: 150

Loading…
Cancel
Save