Browse Source

WMS bug:HL-4903 子明细去掉多余字段

hella_online_20240821
gaojs 3 months ago
parent
commit
9e1c9054a3
  1. 106
      src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts

106
src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts

@ -895,24 +895,24 @@ export const DeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
}
}
},
{
label: '承运商',
field: 'carrierCode',
sort: 'custom',
table: {
width: 150
},
},
{
label: '运输方式',
field: 'transferMode',
sort: 'custom',
dictType: DICT_TYPE.TRANSFER_MODE,
dictClass: 'string',
table: {
width: 150
},
},
// {
// label: '承运商',
// field: 'carrierCode',
// sort: 'custom',
// table: {
// width: 150
// },
// },
// {
// label: '运输方式',
// field: 'transferMode',
// sort: 'custom',
// dictType: DICT_TYPE.TRANSFER_MODE,
// dictClass: 'string',
// table: {
// width: 150
// },
// },
{
label: '库存状态',
field: 'inventoryStatus',
@ -997,41 +997,41 @@ export const DeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
isTableForm: false,
isForm: false,
},
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
},
isTable: false,
},
{
label: '计划数量',
field: 'planQty',
sort: 'custom',
table: {
width: 150
},
isTable: false,
tableForm: {
disabled: true
},
isForm: false,
},
{
label: '已收货数量',
field: 'shippedQty',
sort: 'custom',
table: {
width: 150
},
isTable: false,
tableForm: {
disabled: true
},
isForm: false,
},
// {
// label: '备注',
// field: 'remark',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: false,
// },
// {
// label: '计划数量',
// field: 'planQty',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: false,
// tableForm: {
// disabled: true
// },
// isForm: false,
// },
// {
// label: '已收货数量',
// field: 'shippedQty',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: false,
// tableForm: {
// disabled: true
// },
// isForm: false,
// },
{
label: '创建时间',
field: 'createTime',

Loading…
Cancel
Save