Browse Source

。显示顺序:单据号、申请单号、记录单号

linshi20240813
zhang_li 1 month ago
parent
commit
a65292e0ca
  1. 20
      src/views/wms/productionManage/productputaway/productputawayJobMain/productputawayJobMain.data.ts
  2. 4
      src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts
  3. 19
      src/views/wms/productionManage/productputawayAssemble/productputawayAssembleJobMain/productputawayAssembleJobMain.data.ts
  4. 8
      src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/productputawayAssembleRecordMain.data.ts

20
src/views/wms/productionManage/productputaway/productputawayJobMain/productputawayJobMain.data.ts

@ -15,6 +15,16 @@ export const ProductputawayJobMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
isSearch: true, isSearch: true,
}, },
{
label: '申请单号',
field: 'requestNumber',
sort: 'custom',
table: {
width: 180
},
isSearch: true,
},
{ {
label: '状态', label: '状态',
field: 'status', field: 'status',
@ -27,16 +37,6 @@ export const ProductputawayJobMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{
label: '申请单号',
field: 'requestNumber',
sort: 'custom',
table: {
width: 180
},
isTable: false,
isSearch: true,
},
// { // {
// label: '供应商代码', // label: '供应商代码',
// field: 'supplierCode', // field: 'supplierCode',

4
src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts

@ -35,7 +35,7 @@ export const ProductputawayRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 180 width: 180
}, },
isTable: false, sortTableDefault: 1,
isSearch: true isSearch: true
}, },
{ {
@ -45,7 +45,7 @@ export const ProductputawayRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 180 width: 180
}, },
isTable: false, sortTableDefault: 1,
isSearch: true isSearch: true
}, },
// { // {

19
src/views/wms/productionManage/productputawayAssemble/productputawayAssembleJobMain/productputawayAssembleJobMain.data.ts

@ -15,6 +15,15 @@ export const ProductputawayJobMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
isSearch: true, isSearch: true,
}, },
{
label: '申请单号',
field: 'requestNumber',
sort: 'custom',
table: {
width: 180
},
isSearch: true,
},
{ {
label: '状态', label: '状态',
field: 'status', field: 'status',
@ -27,16 +36,6 @@ export const ProductputawayJobMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{
label: '申请单号',
field: 'requestNumber',
sort: 'custom',
table: {
width: 180
},
isSearch: true,
isTable: false,
},
// { // {
// label: '供应商代码', // label: '供应商代码',
// field: 'supplierCode', // field: 'supplierCode',

8
src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/productputawayAssembleRecordMain.data.ts

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

Loading…
Cancel
Save