Browse Source

HL-6007去掉没用的字段

hella_online_20240919
zhaoyiran 3 days ago
parent
commit
eb3bb53270
  1. 68
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMTypeMain/purchasereceiptRecordMain.data.ts

68
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMTypeMain/purchasereceiptRecordMain.data.ts

@ -426,16 +426,16 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
} }
}, },
{ // {
label: '操作', // label: '操作',
field: 'action', // field: 'action',
isDetail: false, // isDetail: false,
isForm: false, // isForm: false,
table: { // table: {
width: 400, // width: 400,
fixed: 'right' // fixed: 'right'
}, // },
}, // },
{ {
label: '批次', // 实际是子表的从批次,为了不影响页面,单独放上面 label: '批次', // 实际是子表的从批次,为了不影响页面,单独放上面
field: 'fromBatch', field: 'fromBatch',
@ -456,15 +456,15 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
sortTableDefault:16, sortTableDefault:16,
}, },
{ // {
label: '检验申请单号', // label: '检验申请单号',
field: 'inspectNumber', // field: 'inspectNumber',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
sortTableDefault:6, // sortTableDefault:6,
}, // },
{ {
label: '数量', label: '数量',
field: 'qty', field: 'qty',
@ -675,7 +675,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
disabled: true disabled: true
} }
}, },
isSearch: true, isSearch: false,
}, },
{ {
label: '是否已生成上架申请', label: '是否已生成上架申请',
@ -694,7 +694,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
disabled: true disabled: true
} }
}, },
isSearch: true, isSearch: false,
}, },
{ {
label: '物料类型', label: '物料类型',
@ -1224,19 +1224,19 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
}, },
sortTableDefault:2000, sortTableDefault:2000,
}, },
//
{ // {
label: '操作', // label: '操作',
hiddenInMain:true, // hiddenInMain:true,
field: 'action', // field: 'action',
isDetail: false, // isDetail: false,
isForm: false , // isForm: false ,
table: { // table: {
width: 150, // width: 150,
fixed: 'right' // fixed: 'right'
}, // },
isTableForm:true, // isTableForm:true,
} // }
])) ]))
// 表单校验 // 表单校验

Loading…
Cancel
Save