@ -23,7 +23,7 @@ export const ProductionreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
table: {
width: 180
},
isTable: false,
sortTableDefault: 2,
{
label: '车间代码',
@ -16,6 +16,15 @@ export const ProductionreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>
sortSearchDefault:1,
isSearch: true
label: '申请单号',
field: 'jobNumber',
sort: 'custom',
sortTableDefault: 1,
label: '发料记录单号',
field: 'issueRecordNumber',
@ -156,7 +156,7 @@ const handleExport = async () => {
// 发起导出
exportLoading.value = true
const data = await ProductionscrapRecordMainApi.exportProductionscrapRecordMain(tableObject.params)
download.excel(data, '线标报废记录主.xlsx')
download.excel(data, '线标报废记录.xlsx')
} catch {
} finally {
exportLoading.value = false
@ -35,7 +35,7 @@ export const RepleinshRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
sortTableDefault:1,
label: '任务单号',
@ -44,7 +44,7 @@ export const RepleinshRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
// {
// label: '供应商代码',