Browse Source

WMS bug HL-6002 客户退货申请,新增主明细的备注可修改

master_hella
gaojs 10 hours ago
parent
commit
bc062979f0
  1. 34
      src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts

34
src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts

@ -1122,23 +1122,23 @@ export const CustomerreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[]>
isTableForm: false,
isForm: false
},
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
},
isTable:false,
tableForm: {
disabled: false
},
form: {
componentProps: {
disabled: true
}
}
},
// {
// label: '备注',
// field: 'remark',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable:false,
// tableForm: {
// disabled: false
// },
// form: {
// componentProps: {
// disabled: true
// }
// }
// },
{
label: '创建时间',
field: 'createTime',

Loading…
Cancel
Save