|
@ -534,14 +534,14 @@ export const ScrapRecordMainRules = reactive({ |
|
|
* @returns {Array} 报废出库记录子表 |
|
|
* @returns {Array} 报废出库记录子表 |
|
|
*/ |
|
|
*/ |
|
|
export const ScrapRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
export const ScrapRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
// {
|
|
|
label: '单据号', |
|
|
// label: '单据号',
|
|
|
field: 'number', |
|
|
// field: 'number',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 180 |
|
|
// width: 180
|
|
|
}, |
|
|
// },
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '物料代码', |
|
|
label: '物料代码', |
|
|
field: 'itemCode', |
|
|
field: 'itemCode', |
|
|