Browse Source

productionLineCode

hella_online_20240829
wangyufei 4 months ago
parent
commit
d4b6afefee
  1. 3
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts

3
src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts

@ -47,7 +47,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
},
{
label: '生产线代码',
field: 'productionPlanNumber',
field: 'productionLineCode',
sort: 'custom',
table: {
width: 150
@ -626,6 +626,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: {
width: 150
},
hiddenInMain:true
},
{
label: '工位代码',

Loading…
Cancel
Save