@ -131,7 +131,7 @@ const buttonBaseClick = (val, item) => {
// 列表-操作按钮
const butttondata = [
defaultButtons.mainListEditBtn({hasPermi:'item:transaction:update'}), // 编辑
// defaultButtons.mainListEditBtn({hasPermi:'item:transaction:update'}), // 编辑
defaultButtons.mainListDeleteBtn({hasPermi:'item:transaction:delete'}), // 删除
]
@ -62,15 +62,15 @@ export const Transaction = useCrudSchemas(reactive<CrudSchema[]>([
component: 'Radio'
},
{
label: '关联单号',
field: 'associatedNumber',
sort: 'custom',
isSearch: false,
form: {
// {
// label: '关联单号',
// field: 'associatedNumber',
// sort: 'custom',
// isSearch: false,
// form: {
// component: 'Radio'
// },
label: '计量单位',
field: 'uom',