diff --git a/src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts b/src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts index 3e5b910f5..0ca439920 100644 --- a/src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts +++ b/src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts @@ -595,6 +595,28 @@ export const ProductionscrapRecordDetail = useCrudSchemas(reactive }, 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 width: 150 }, }, - ])) //表单校验 diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts index 2d8d0ba03..3ea07b778 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts @@ -341,12 +341,12 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, { 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