Browse Source

字段隐藏修改

master_hella_20240701
zhaoxuebing 8 months ago
parent
commit
26f2af17eb
  1. 5
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/supplierinvoiceRequestMain.data.ts

5
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/supplierinvoiceRequestMain.data.ts

@ -219,6 +219,9 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>(
table: { table: {
width: 150 width: 150
}, },
isTable:false,
isTableForm:false,
isForm:false,
form: { form: {
component: 'InputNumber', component: 'InputNumber',
componentProps: { componentProps: {
@ -272,7 +275,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>(
}, },
{ {
label: '金税票号', label: '金税票号',
field: 'afterTaxAmount', field: 'goldenTaxInvoiceNumber',
table: { table: {
width: 150 width: 150
}, },

Loading…
Cancel
Save