Browse Source

缺陷:HL-5291,HL-5016修改

hella_online_20240816
zhaoxuebing 1 month ago
parent
commit
9d33de9c5d
  1. 23
      src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts
  2. 5
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

23
src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts

@ -595,6 +595,28 @@ export const ProductionscrapRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
},
hiddenInMain: true,
},
{
label: '单价',
field: 'singlePrice',
sort: 'custom',
table: {
width: 150
},
form: {
component: 'InputNumber',
}
},
{
label: '金额',
field: 'amount',
sort: 'custom',
table: {
width: 150
},
form: {
component: 'InputNumber',
}
},
{
label: '从货主代码',
field: 'fromOwnerCode',
@ -694,7 +716,6 @@ export const ProductionscrapRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
width: 150
},
},
]))
//表单校验

5
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -341,12 +341,12 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
},
{
label: '备注',
field: 'remark',
field: 'mainRemark',
sort: 'custom',
table: {
width: 150
},
isTable:false,
isTable:true,
},
{
label: '创建者',
@ -1942,6 +1942,7 @@ export const PurchasereceiptRecordDetailPackingNumber = useCrudSchemas(reactive<
table: {
width: 150
},
hiddenInMain:true,
form: {
componentProps: {
disabled:true

Loading…
Cancel
Save