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: '库存余额',
// field: 'inventoryBalance',
// sort: 'custom',
// table: {
// width: 150
// },
// form: {
// component: 'InputNumber',
// componentProps: {
// min: 0,
// precision: 6
// }
// },
// isForm:false,
// tableForm:{
// hidden:false,//控制列是否展示
// type:'InputNumber',
// min:0,
// precision: 6
// }
// },
{
label: '库存余额',
field: 'inventoryBalance',
sort: 'custom',
table: {
width: 150
},
form: {
component: 'InputNumber',
componentProps: {
min: 0,
precision: 6
}
},
tableForm:{
hidden:false,//控制列是否展示
type:'InputNumber',
min:0,
precision: 6
},
hiddenInMain: true,
isTable: false,
},
{
label: '退货数量',
field: 'qty',

Loading…
Cancel
Save