Browse Source

导出申请单号

linshi20240813
zhang_li 3 months ago
parent
commit
f3f85e629a
  1. 2
      src/views/wms/issueManage/productionreceipt/productionreceiptJobMain/productionreceiptJobMain.data.ts
  2. 9
      src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts
  3. 2
      src/views/wms/issueManage/productionscrap/productionscrapRecordMain/index.vue
  4. 4
      src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts

2
src/views/wms/issueManage/productionreceipt/productionreceiptJobMain/productionreceiptJobMain.data.ts

@ -23,7 +23,7 @@ export const ProductionreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 180 width: 180
}, },
isTable: false, sortTableDefault: 2,
}, },
{ {
label: '车间代码', label: '车间代码',

9
src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts

@ -16,6 +16,15 @@ export const ProductionreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>
sortSearchDefault:1, sortSearchDefault:1,
isSearch: true isSearch: true
}, },
{
label: '申请单号',
field: 'jobNumber',
sort: 'custom',
table: {
width: 180
},
sortTableDefault: 1,
},
{ {
label: '发料记录单号', label: '发料记录单号',
field: 'issueRecordNumber', field: 'issueRecordNumber',

2
src/views/wms/issueManage/productionscrap/productionscrapRecordMain/index.vue

@ -156,7 +156,7 @@ const handleExport = async () => {
// //
exportLoading.value = true exportLoading.value = true
const data = await ProductionscrapRecordMainApi.exportProductionscrapRecordMain(tableObject.params) const data = await ProductionscrapRecordMainApi.exportProductionscrapRecordMain(tableObject.params)
download.excel(data, '线标报废记录.xlsx') download.excel(data, '线标报废记录.xlsx')
} catch { } catch {
} finally { } finally {
exportLoading.value = false exportLoading.value = false

4
src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts

@ -35,7 +35,7 @@ export const RepleinshRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 180 width: 180
}, },
isTable: false, sortTableDefault:1,
}, },
{ {
label: '任务单号', label: '任务单号',
@ -44,7 +44,7 @@ export const RepleinshRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 180 width: 180
}, },
isTable: false, sortTableDefault: 2,
}, },
// { // {
// label: '供应商代码', // label: '供应商代码',

Loading…
Cancel
Save