Browse Source

缺陷:FWHL-171

hella_online_20250109
赵雪冰 1 month ago
parent
commit
60ec574577
  1. 24
      src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts

24
src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts

@ -601,6 +601,30 @@ export const ProductscrapRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '制品单价',
field: 'singlePrice',
sort: 'custom',
isTable: true,
table: {
width: 150
},
form: {
component: 'InputNumber',
}
},
{
label: '制品金额',
field: 'amount',
sort: 'custom',
isTable: true,
table: {
width: 150
},
form: {
component: 'InputNumber',
}
},
{
label: '原料物料代码',
field: 'itemCodeThird',

Loading…
Cancel
Save