Browse Source

YT-1023:补给品收货记录,主数据显示了两个班组、班次字段,应去掉一个

intex_online20241228
宋国强 3 months ago
parent
commit
20cb67edf6
  1. 2
      src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts
  2. 2
      src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts
  3. 2
      src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts

2
src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts

@ -80,6 +80,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'teamName', field: 'teamName',
sort: 'custom', sort: 'custom',
isTable:true, isTable:true,
isDetail:false,
table: { table: {
width: 150 width: 150
}, },
@ -98,6 +99,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'shiftName', field: 'shiftName',
sort: 'custom', sort: 'custom',
isTable:true, isTable:true,
isDetail:false,
table: { table: {
width: 150 width: 150
}, },

2
src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts

@ -75,6 +75,7 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
label: '班组', label: '班组',
field: 'teamName', field: 'teamName',
sort: 'custom', sort: 'custom',
isDetail:false,
table: { table: {
width: 150 width: 150
}, },
@ -93,6 +94,7 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
label: '班次', label: '班次',
field: 'shiftName', field: 'shiftName',
sort: 'custom', sort: 'custom',
isDetail:false,
table: { table: {
width: 150 width: 150
}, },

2
src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts

@ -233,6 +233,7 @@ export const ProductreceiptRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isDetail:false,
isForm:false, isForm:false,
sortTableDefault: 1001, sortTableDefault: 1001,
}, },
@ -273,6 +274,7 @@ export const ProductreceiptRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
isForm:false, isForm:false,
isDetail:false,
sortTableDefault: 1001, sortTableDefault: 1001,
isSearch: true, isSearch: true,
search: { search: {

Loading…
Cancel
Save