Browse Source

Merge remote-tracking branch 'remotes/origin/intex_online20250609' into intex

intex_20250617_panDian
songguoqiang 2 weeks ago
parent
commit
4da4b2c1b3
  1. 1
      src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts
  2. 20
      src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts

1
src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts

@ -23,6 +23,7 @@ export const RepleinshJobMain = useCrudSchemas(reactive<CrudSchema[]>([
table: {
width: 180
},
isSearch:true,
sortTableDefault: 1,
},
// {

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

@ -32,20 +32,22 @@ export const RepleinshRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
label: '申请单号',
field: 'requestNumber',
sort: 'custom',
isSearch:true,
table: {
width: 180
},
sortTableDefault:1,
},
// {
// label: '任务单号',
// field: 'jobNumber',
// sort: 'custom',
// table: {
// width: 180
// },
// sortTableDefault: 2,
// },
{
label: '任务单号',
field: 'jobNumber',
sort: 'custom',
table: {
width: 180
},
isSearch:true,
sortTableDefault: 2,
},
// {
// label: '供应商代码',
// field: 'supplierCode',

Loading…
Cancel
Save