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