Browse Source

HL-5774装配收货、预生产收货,班次应显示汉字

hella_online_20240904
王宇飞 5 months ago
parent
commit
5b03f447d2
  1. 18
      src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts
  2. 18
      src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts
  3. 18
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts
  4. 19
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts

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

@ -73,6 +73,15 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '班组',
field: 'teamName',
sort: 'custom',
isTable:true,
table: {
width: 150
},
},
{
label: '班次',
field: 'shift',
@ -82,6 +91,15 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '班次',
field: 'shiftName',
sort: 'custom',
isTable:true,
table: {
width: 150
},
},
{
label: '收货类型',
field: 'type',

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

@ -69,6 +69,15 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
},
isTable: false
},
{
label: '班组',
field: 'teamName',
sort: 'custom',
table: {
width: 150
},
isTable: true
},
{
label: '班次',
field: 'shift',
@ -78,6 +87,15 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
},
isTable: false
},
{
label: '班次',
field: 'shiftName',
sort: 'custom',
table: {
width: 150
},
isTable: true
},
{
label: '收货类型',
field: 'type',

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

@ -73,6 +73,15 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '班组',
field: 'teamName',
sort: 'custom',
isTable:true,
table: {
width: 150
},
},
{
label: '班次',
field: 'shift',
@ -82,6 +91,15 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '班次',
field: 'shiftName',
sort: 'custom',
isTable:true,
table: {
width: 150
},
},
{
label: '收货类型',
field: 'type',

19
src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts

@ -88,6 +88,16 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
},
isTable: false,
},
{
label: '班组',
field: 'teamName',
sort: 'custom',
table: {
width: 150
},
isTable: true,
},
{
label: '班次',
@ -98,6 +108,15 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
},
isTable: false,
},
{
label: '班次',
field: 'shiftName',
sort: 'custom',
isTable:true,
table: {
width: 150
},
},
{
label: '收货类型',
field: 'type',

Loading…
Cancel
Save