Browse Source

销售价格单字段修改

master
李胜楠 11 months ago
parent
commit
41fc80d25b
  1. 8
      src/utils/disposition/tableColumns.ts

8
src/utils/disposition/tableColumns.ts

@ -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

Loading…
Cancel
Save