Browse Source

HL-57971.计划外出库任务,去掉多余的成本中心代码、科目代码,成本中心代码有两个,到库区类型范围现没有显示应显示。2.记录从库区范围代码没有显示,应显示出,从月台代码、入库事务类型字段应去掉

hella_online_20240904
王宇飞 5 months ago
parent
commit
dc0e350acc
  1. 32
      src/views/wms/inventoryjobManage/unplannedissue/unplannedissueJobMain/unplannedissueJobMain.data.ts
  2. 32
      src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/unplannedissueRecordMain.data.ts

32
src/views/wms/inventoryjobManage/unplannedissue/unplannedissueJobMain/unplannedissueJobMain.data.ts

@ -872,22 +872,22 @@ export const UnplannedissueJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{ // {
label: '成本中心代码', // label: '成本中心代码',
field: 'costcentreCode', // field: 'costcentreCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ // {
label: '科目代码', // label: '科目代码',
field: 'qadProjectCode', // field: 'qadProjectCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '货主代码', label: '货主代码',
field: 'ownerCode', field: 'ownerCode',

32
src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/unplannedissueRecordMain.data.ts

@ -304,14 +304,14 @@ export const UnplannedissueRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{ // {
label: '从月台代码', // label: '从月台代码',
field: 'fromDockCode', // field: 'fromDockCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '领用代码', label: '领用代码',
field: 'usageCode', field: 'usageCode',
@ -338,14 +338,14 @@ export const UnplannedissueRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{ // {
label: '入库事务类型', // label: '入库事务类型',
field: 'inTransactionType', // field: 'inTransactionType',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '业务类型', label: '业务类型',
field: 'businessType', field: 'businessType',

Loading…
Cancel
Save