Browse Source

缺陷:HL-6157修改

hella_online_20241017
zhaoxuebing 2 months ago
parent
commit
be159c547f
  1. 78
      src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRecordSpareMain/purchasereturnRecordSpareMain.data.ts

78
src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRecordSpareMain/purchasereturnRecordSpareMain.data.ts

@ -77,17 +77,14 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
// }, // },
// isTable: false // isTable: false
// }, // },
// { {
// label: '供应商代码', label: '供应商代码',
// field: 'supplierCode', field: 'supplierCode',
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// sortTableDefault: 1, },
// sortSearchDefault:2,
// isSearch: true
// },
// { // {
// label: '从月台代码', // label: '从月台代码',
// field: 'fromDockCode', // field: 'fromDockCode',
@ -334,8 +331,8 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
}, },
{ {
label: '原因', label: '退货原因',
field: 'remark', field: 'mainRemark',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
@ -456,6 +453,22 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
hiddenInMain: true, hiddenInMain: true,
isSearch: false isSearch: false
}, },
{
label: '订单号',
field: 'poNumber',
sort: 'custom',
table: {
width: 150
},
},
{
label: '订单行',
field: 'poLine',
sort: 'custom',
table: {
width: 150
},
},
{ {
label: '物料代码', label: '物料代码',
field: 'itemCode', field: 'itemCode',
@ -711,25 +724,6 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
// hiddenInMain: true // hiddenInMain: true
// }, // },
// {
// label: '订单号',
// field: 'poNumber',
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault: 4,
// },
// {
// label: '订单行',
// field: 'poLine',
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault: 5,
// },
// { // {
// label: '原因', // label: '原因',
// field: 'reason', // field: 'reason',
@ -743,7 +737,6 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
// sortTableDefault: 1013, // sortTableDefault: 1013,
// hiddenInMain: true // hiddenInMain: true
// }, // },
// { // {
// label: '数量', // label: '数量',
// field: 'qty', // field: 'qty',
@ -833,16 +826,15 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
// width: 150 // width: 150
// }, // },
// }, // },
// { {
// label: '原因', label: '原因',
// field: 'remark', field: 'remark',
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// sortTableDefault: 1007, sortTableDefault: 1007,
// hiddenInMain: true },
// },
{ {
label: '创建者', label: '创建者',
field: 'creator', field: 'creator',

Loading…
Cancel
Save