|
|
@ -1644,10 +1644,6 @@ export const Supplieritem = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'creator', |
|
|
|
isTable: true, |
|
|
|
isForm: false, |
|
|
|
formatter: dateFormatter, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
@ -2707,7 +2703,7 @@ export const ProjectRules = reactive({ |
|
|
|
export const Saleprice = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '客户代码', |
|
|
|
field: 'customercode', |
|
|
|
field: 'customerCode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
@ -2716,7 +2712,7 @@ export const Saleprice = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物料代码', |
|
|
|
field: 'itemcode', |
|
|
|
field: 'itemCode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|