Browse Source

采购退货申请,库存余额字段,列表去掉,明细中展示

hella_online_20240829
TengXF 4 months ago
parent
commit
7d087349f7
  1. 45
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts

45
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts

@ -1014,28 +1014,29 @@ export const PurchasereturnRequestDetail = useCrudSchemas(reactive<CrudSchema[]>
}] }]
}, },
}, },
// { {
// label: '库存余额', label: '库存余额',
// field: 'inventoryBalance', field: 'inventoryBalance',
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// form: { form: {
// component: 'InputNumber', component: 'InputNumber',
// componentProps: { componentProps: {
// min: 0, min: 0,
// precision: 6 precision: 6
// } }
// }, },
// isForm:false, tableForm:{
// tableForm:{ hidden:false,//控制列是否展示
// hidden:false,//控制列是否展示 type:'InputNumber',
// type:'InputNumber', min:0,
// min:0, precision: 6
// precision: 6 },
// } hiddenInMain: true,
// }, isTable: false,
},
{ {
label: '退货数量', label: '退货数量',
field: 'qty', field: 'qty',

Loading…
Cancel
Save