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: { table: {
width: 180 width: 180
}, },
isSearch:true,
sortTableDefault: 1, sortTableDefault: 1,
}, },
// { // {

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

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

Loading…
Cancel
Save