Browse Source

制品回收-加生产线代码字段-达明

hella_online_20240821
wangyufei 1 month ago
parent
commit
37f5fccbb5
  1. 9
      src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts
  2. 9
      src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts
  3. 2
      src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts

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

@ -44,6 +44,15 @@ export const ProductredressJobMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
} }
}, },
{
label: '生产线代码',
field: 'productionLineCode',
sort: 'custom',
table: {
width: 150
},
isTable:true,
},
{ {
label: '申请时间', label: '申请时间',
field: 'requestTime', field: 'requestTime',

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

@ -55,6 +55,15 @@ export const ProductredressRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
} }
}, },
{
label: '生产线代码',
field: 'productionLineCode',
sort: 'custom',
table: {
width: 150
},
isTable:true,
},
// { // {
// label: '生产计划单号', // label: '生产计划单号',
// field: 'productionPlanNumber', // field: 'productionPlanNumber',

2
src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts

@ -105,7 +105,7 @@ export const ProductredressRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable:false, isTable:true,
tableForm: { tableForm: {
enterSearch: true, enterSearch: true,
isInpuFocusShow: true, isInpuFocusShow: true,

Loading…
Cancel
Save