|
@ -78,8 +78,8 @@ export const RepleinshRequestMain = useCrudSchemas( |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
isForm: false, |
|
|
|
|
|
isTable: true, |
|
|
isTable: true, |
|
|
|
|
|
isForm: false, |
|
|
isDetail: true |
|
|
isDetail: true |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -432,20 +432,36 @@ export const RepleinshRequestMain = useCrudSchemas( |
|
|
// }
|
|
|
// }
|
|
|
// }
|
|
|
// }
|
|
|
// },
|
|
|
// },
|
|
|
// {
|
|
|
{ |
|
|
// label: '到仓库代码',
|
|
|
label: '从仓库代码', |
|
|
// field: 'toWarehouseCode',
|
|
|
field: 'fromWarehouseCode', |
|
|
// sort: 'custom',
|
|
|
sort: 'custom', |
|
|
// table: {
|
|
|
isForm: false, |
|
|
// width: 150
|
|
|
table: { |
|
|
// },
|
|
|
width: 150 |
|
|
// isTable: false,
|
|
|
}, |
|
|
// form: {
|
|
|
isTable: false, |
|
|
// componentProps: {
|
|
|
form: { |
|
|
// disabled: true
|
|
|
componentProps: { |
|
|
// }
|
|
|
disabled: true |
|
|
// }
|
|
|
} |
|
|
// },
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '到仓库代码', |
|
|
|
|
|
field: 'toWarehouseCode', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
isForm: false, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
isTable: false, |
|
|
|
|
|
form: { |
|
|
|
|
|
componentProps: { |
|
|
|
|
|
disabled: true |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '自动提交', |
|
|
label: '自动提交', |
|
|
field: 'autoCommit', |
|
|
field: 'autoCommit', |
|
@ -617,26 +633,7 @@ export const RepleinshRequestMain = useCrudSchemas( |
|
|
fixed: 'right' |
|
|
fixed: 'right' |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
// {
|
|
|
|
|
|
// label: '包装规格',
|
|
|
|
|
|
// field: 'packUnit',
|
|
|
|
|
|
// sort: 'custom',
|
|
|
|
|
|
// isForm:false,
|
|
|
|
|
|
// table: {
|
|
|
|
|
|
// width: 150
|
|
|
|
|
|
// },
|
|
|
|
|
|
// sortTableDefault:7,
|
|
|
|
|
|
// },
|
|
|
|
|
|
// {
|
|
|
|
|
|
// label: '包装数量',
|
|
|
|
|
|
// field: 'packQty',
|
|
|
|
|
|
// sort: 'custom',
|
|
|
|
|
|
// isForm:false,
|
|
|
|
|
|
// table: {
|
|
|
|
|
|
// width: 150
|
|
|
|
|
|
// },
|
|
|
|
|
|
// sortTableDefault:8,
|
|
|
|
|
|
// },
|
|
|
|
|
|
]) |
|
|
]) |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
@ -732,6 +729,7 @@ export const RepleinshRequestDetail = useCrudSchemas( |
|
|
label: '背番', |
|
|
label: '背番', |
|
|
field: 'backNumber', |
|
|
field: 'backNumber', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
|
|
|
sortTableDefault: 4, |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
@ -817,13 +815,14 @@ export const RepleinshRequestDetail = useCrudSchemas( |
|
|
label: '生产线区分', |
|
|
label: '生产线区分', |
|
|
field: 'productionLine', |
|
|
field: 'productionLine', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
|
|
|
sortTableDefault: 7, |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
isTableForm: true, |
|
|
isTableForm: true, |
|
|
|
|
|
isTable: true, |
|
|
|
|
|
isDetail: true, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: false, |
|
|
|
|
|
isDetail: false, |
|
|
|
|
|
tableForm: { |
|
|
tableForm: { |
|
|
disabled:true |
|
|
disabled:true |
|
|
} |
|
|
} |
|
@ -861,8 +860,8 @@ export const RepleinshRequestDetail = useCrudSchemas( |
|
|
}, |
|
|
}, |
|
|
isTableForm: true, |
|
|
isTableForm: true, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: false, |
|
|
isTable: true, |
|
|
isDetail: false, |
|
|
isDetail: true, |
|
|
tableForm: { |
|
|
tableForm: { |
|
|
enterSearch:true, |
|
|
enterSearch:true, |
|
|
isInpuFocusShow: true, |
|
|
isInpuFocusShow: true, |
|
|