Browse Source

HL-5287达明 申请 workshopCode 任务 workShopCode 记录 workshopCode

hella_online_20240823
wangyufei 4 weeks ago
parent
commit
9faf4f511e
  1. 10
      src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts
  2. 10
      src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts

10
src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts

@ -51,8 +51,18 @@ export const ProductredressJobMain = useCrudSchemas(reactive<CrudSchema[]>([
table: {
width: 150
},
isSearch: true,
isTable:true,
},
{
label: '车间代码',
field: 'workShopCode',
sort: 'custom',
table: {
width: 150
},
isSearch: true,
},
{
label: '申请时间',
field: 'requestTime',

10
src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts

@ -62,8 +62,18 @@ export const ProductredressRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
table: {
width: 150
},
isSearch:true,
isTable:true,
},
{
label: '车间代码',
field: 'workshopCode',
sort: 'custom',
table: {
width: 150
},
isSearch: true,
},
// {
// label: '生产计划单号',
// field: 'productionPlanNumber',

Loading…
Cancel
Save