Browse Source

号口生产计划页面调整

intex_online20250327
songguoqiang 3 months ago
parent
commit
6312d9115e
  1. 9
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts
  2. 8
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts

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

@ -16,6 +16,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
fixed: 'left' fixed: 'left'
}, },
isSearch: true, isSearch: true,
sortTableDefault:1
}, },
{ {
label: '申请单号', label: '申请单号',
@ -837,20 +838,20 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '品番', label: '品番',
field: 'itemCode', field: 'itemCode',
sortTableDefault:1000,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:2
}, },
{ {
label: '品名', label: '品名',
field: 'itemName', field: 'itemName',
sortTableDefault:1001,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
}, }
,sortTableDefault:4
}, },
{ {
label: '背番', label: '背番',
@ -862,7 +863,6 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
}, },
isTableForm: false, isTableForm: false,
isForm: false, isForm: false,
sortTableDefault: 1001,
tableForm: { tableForm: {
disabled: true disabled: true
}, },
@ -871,6 +871,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
disabled: true disabled: true
} }
} }
,sortTableDefault:3
}, },
// { // {
// label: '背番', // label: '背番',

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

@ -15,7 +15,8 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 180, width: 180,
fixed: 'left' fixed: 'left'
}, },
isSearch: true isSearch: true,
sortTableDefault:1
}, },
{ {
label: '申请单号', label: '申请单号',
@ -502,6 +503,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:2
}, },
{ {
label: '品名', label: '品名',
@ -510,6 +512,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:4
}, },
{ {
label: '背番', label: '背番',
@ -528,7 +531,8 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
componentProps: { componentProps: {
disabled: true disabled: true
} }
} },
sortTableDefault:3
}, },
// { // {
// label: '背番', // label: '背番',

Loading…
Cancel
Save