Browse Source

发货申请字段调整

hella_online_20240829
TengXF 4 months ago
parent
commit
e92fffe0ec
  1. 6
      src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts

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

@ -314,7 +314,7 @@ export const DeliverRequestMain = useCrudSchemas(
table: {
width: 150
},
isTable: false
isTable: true
},
{
label: '申请时间',
@ -350,7 +350,7 @@ export const DeliverRequestMain = useCrudSchemas(
table: {
width: 180
},
isTable: false,
isTable: true,
form: {
component: 'DatePicker',
componentProps: {
@ -567,7 +567,7 @@ export const DeliverRequestMain = useCrudSchemas(
table: {
width: 150
},
isTable: false
isTable: true
},
{
label: '创建时间',

Loading…
Cancel
Save