|
@ -6,8 +6,8 @@ import { dateFormatter } from '@/utils/formatTime' |
|
|
*/ |
|
|
*/ |
|
|
export const ProductionreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
export const ProductionreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
{ |
|
|
label: '发料任务单号', |
|
|
label: '发料记录单号', |
|
|
field: 'issueJobNumber', |
|
|
field: 'issueRecordNumber', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
@ -200,14 +200,6 @@ export const ProductionreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]> |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '代码', |
|
|
|
|
|
field: 'code', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '从仓库代码', |
|
|
label: '从仓库代码', |
|
|
field: 'fromWarehouseCode', |
|
|
field: 'fromWarehouseCode', |
|
@ -582,14 +574,6 @@ export const ProductionreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '代码', |
|
|
|
|
|
field: 'code', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '接口类型', |
|
|
label: '接口类型', |
|
|
field: 'interfaceType', |
|
|
field: 'interfaceType', |
|
@ -601,14 +585,14 @@ export const ProductionreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '任务明细ID', |
|
|
// label: '任务明细ID',
|
|
|
field: 'jobDetailId', |
|
|
// field: 'jobDetailId',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '从器具号', |
|
|
label: '从器具号', |
|
|
field: 'fromContainerNumber', |
|
|
field: 'fromContainerNumber', |
|
|