Browse Source

HL-5587:SCP正式环境,供应商发票申请。

hella_online_20240828
songguoqiang 4 weeks ago
parent
commit
5245216b06
  1. 82
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts

82
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts

@ -1490,7 +1490,7 @@ export const SupplierinvoiceRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
} }
}, },
{ {
label: '差额', label: '单价差额',
field: 'differencePrice', field: 'differencePrice',
table: { table: {
width: 150 width: 150
@ -1505,46 +1505,46 @@ export const SupplierinvoiceRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
disabled: true disabled: true
} }
}, },
{ // {
label: '未税差额', // label: '未税差额',
field: 'untaxedDifference', // field: 'untaxedDifference',
formatter: accountantFormart, // formatter: accountantFormart,
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
componentProps: { // componentProps: {
min: 0, // min: 0,
precision: 6, // precision: 6,
} // }
}, // },
tableForm: { // tableForm: {
type: 'InputNumber', // type: 'InputNumber',
min: 0, // min: 0,
precision: 6, // precision: 6,
} // }
}, // },
{ // {
label: '含税差额', // label: '含税差额',
field: 'taxInclusiveDifference', // field: 'taxInclusiveDifference',
formatter: accountantFormart, // formatter: accountantFormart,
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
componentProps: { // componentProps: {
min: 0, // min: 0,
precision: 6, // precision: 6,
} // }
}, // },
tableForm: { // tableForm: {
type: 'InputNumber', // type: 'InputNumber',
min: 0, // min: 0,
precision: 6, // precision: 6,
} // }
}, // },
{ {
label: '收货日期', label: '收货日期',
field: 'deliveryDate', field: 'deliveryDate',

Loading…
Cancel
Save