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 filterable: true
} }
}, },
{ // {
label: 'Q1通知单号', // label: 'Q1通知单号',
field: 'q1Number', // field: 'q1Number',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180 // width: 180
}, // },
isSearch: false // isSearch: false
}, // },
{ // {
label: 'Q2通知单号', // label: 'Q2通知单号',
field: 'q2Number', // field: 'q2Number',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180 // width: 180
}, // },
isSearch: false // isSearch: false
}, // },
{ // {
label: 'Q3通知单号', // label: 'Q3通知单号',
field: 'q3Number', // field: 'q3Number',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180 // width: 180
}, // },
isSearch: false // isSearch: false
}, // },
{ {
label: '状态', label: '状态',
field: 'status', field: 'status',

Loading…
Cancel
Save