Browse Source

取消Q1 Q2 Q3通知单显示

intex_onlin20250418
叶佳兴 2 weeks ago
parent
commit
4b3be4b967
  1. 54
      src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts

54
src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts

@ -240,33 +240,33 @@ export const ScrapJobMain = useCrudSchemas(
filterable: true
}
},
{
label: 'Q1通知单号',
field: 'q1Number',
sort: 'custom',
table: {
width: 180
},
isSearch: false
},
{
label: 'Q2通知单号',
field: 'q2Number',
sort: 'custom',
table: {
width: 180
},
isSearch: false
},
{
label: 'Q3通知单号',
field: 'q3Number',
sort: 'custom',
table: {
width: 180
},
isSearch: false
},
// {
// label: 'Q1通知单号',
// field: 'q1Number',
// sort: 'custom',
// table: {
// width: 180
// },
// isSearch: false
// },
// {
// label: 'Q2通知单号',
// field: 'q2Number',
// sort: 'custom',
// table: {
// width: 180
// },
// isSearch: false
// },
// {
// label: 'Q3通知单号',
// field: 'q3Number',
// sort: 'custom',
// table: {
// width: 180
// },
// isSearch: false
// },
{
label: '状态',
field: 'status',

Loading…
Cancel
Save