Browse Source

新增字段展示qad字段

master_hella_20240701
chenfang 8 months ago
parent
commit
4eea36991f
  1. 8
      src/views/wms/basicDataManage/factoryModeling/location/location.data.ts
  2. 8
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts
  3. 9
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

8
src/views/wms/basicDataManage/factoryModeling/location/location.data.ts

@ -143,6 +143,14 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([
// width: 150
// },
// },
{
label: 'QAD库位代码',
field: 'qadLocationCode',
sort: 'custom',
table: {
width: 150
},
},
{
label: '巷道',
field: 'aisle',

8
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -50,6 +50,14 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 180
},
},
{
label: 'qad采购收货记录单号',
field: 'qadNumber',
sort: 'custom',
table: {
width: 200
},
},
{
label: '要货计划单号',
field: 'ppNumber',

9
src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

@ -48,6 +48,15 @@ export const PurchasePlanMain = useCrudSchemas(reactive<CrudSchema[]>([
}
}
},
{
label: '订单号',
field: 'poNumber',
sort: 'custom',
table: {
width: 150
},
isForm: false,
},
{
label: '送达日期',
field: 'deliveryDate',

Loading…
Cancel
Save