Browse Source

WMS ——> bug 发货记录: 发货记录单号、状态字段应去掉

hella_online_20240829
gaojs 5 months ago
parent
commit
b63f49c6b3
  1. 6
      src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts

6
src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts

@ -40,6 +40,9 @@ export const DeliverRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
isSearch: false,
isTable: false,
isForm: false,
isDetail:false,
},
// {
// label: '发货计划单号',
@ -63,8 +66,9 @@ export const DeliverRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
dictType: DICT_TYPE.REQUEST_STATUS,
dictClass: 'string',
isSearch: false,
isTable: true,
isTable: false,
isForm: false,
isDetail:false,
sort: 'custom',
table: {
width: 150

Loading…
Cancel
Save