diff --git a/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/scrapRequestMain.data.ts b/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/scrapRequestMain.data.ts index 18f751cbf..02b36717f 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/scrapRequestMain.data.ts +++ b/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/scrapRequestMain.data.ts @@ -675,6 +675,7 @@ export const ScrapRequestMain = useCrudSchemas( width: 150 }, form: { + value: '', componentProps: { filterable: true } @@ -693,6 +694,7 @@ export const ScrapRequestMain = useCrudSchemas( width: 150 }, form: { + value:'', componentProps: { filterable: true } @@ -711,6 +713,7 @@ export const ScrapRequestMain = useCrudSchemas( width: 150 }, form: { + value: '', componentProps: { filterable: true } @@ -1220,50 +1223,50 @@ export const ScrapRequestDetail = useCrudSchemas(reactive([ precision: 2 } }, - { - label: '单价', - field: 'singlePrice', - sort: 'custom', - table: { - width: 150 - }, - form: { - component: 'InputNumber', - componentProps: { - disabled: true, - min: 0, - precision: 2, - }, - }, - tableForm: { - disabled: true, - type: 'InputNumber', - min: 0, - precision: 2, - } - }, - { - label: '金额', - field: 'amount', - sort: 'custom', - table: { - width: 150 - }, - form: { - component: 'InputNumber', - componentProps: { - disabled:true, - min: 0, - precision: 2, - } - }, - tableForm: { - type: 'InputNumber', - disabled:true, - min: 0, - precision: 2, - }, - }, + // { + // label: '单价', + // field: 'singlePrice', + // sort: 'custom', + // table: { + // width: 150 + // }, + // form: { + // component: 'InputNumber', + // componentProps: { + // disabled: true, + // min: 0, + // precision: 2, + // }, + // }, + // tableForm: { + // disabled: true, + // type: 'InputNumber', + // min: 0, + // precision: 2, + // } + // }, + // { + // label: '金额', + // field: 'amount', + // sort: 'custom', + // table: { + // width: 150 + // }, + // form: { + // component: 'InputNumber', + // componentProps: { + // disabled:true, + // min: 0, + // precision: 2, + // } + // }, + // tableForm: { + // type: 'InputNumber', + // disabled:true, + // min: 0, + // precision: 2, + // }, + // }, { label: '计量单位', field: 'uom',